@charset "UTF-8";

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro.woff2") format("woff2"), url("../fonts/GothamPro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "icons";
    font-display: swap;
    src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Medium.woff2") format("woff2"), url("../fonts/GothamPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: GothamPro;
    font-display: swap;
    src: url("../fonts/GothamPro-Bold.woff2") format("woff2"), url("../fonts/GothamPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.select_filters .select__value:after,
.select__value:after,
[class*=_icon-]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
}

[class*=_icon-]:before {
    display: block;
}

._icon-notif-cal:before {
    content: "\e934";
}

._icon-sort-mosaic:before {
    content: "\e935";
}

._icon-button-letter:before {
    content: "\e91b";
}

._icon-letter-open:before {
    content: "\e922";
}

._icon-delete-forever:before {
    content: "\e933";
}

._icon-create:before {
    content: "\e931";
}

._icon-post-add:before {
    content: "\e932";
}

._icon-booking:before {
    content: "\e930";
}

._icon-active:before {
    content: "\e92b";
}

._icon-approve1:before {
    content: "\e92c";
}

._icon-block:before {
    content: "\e92d";
}

._icon-decline:before {
    content: "\e92e";
}

._icon-save:before {
    content: "\e92f";
}

._icon-plus:before {
    content: "\e90f";
}

._icon-check:before {
    content: "\e91c";
}

._icon-close:before {
    content: "\e91d";
}

._icon-insert-invitation:before {
    content: "\e927";
}

._icon-calendar-rev:before {
    content: "\e928";
}

._icon-calendar-today:before {
    content: "\e929";
}

._icon-restart-alt:before {
    content: "\e92a";
}

._icon-download:before {
    content: "\e926";
}

._icon-edit:before {
    content: "\e923";
}

._icon-eye:before {
    content: "\e924";
}

._icon-warning:before {
    content: "\e925";
}

._icon-trash:before {
    content: "\e921";
}

._icon-approve:before {
    content: "\e91e";
}

._icon-cancel:before {
    content: "\e91f";
}

._icon-save-alt:before {
    content: "\e920";
}

._icon-invoices:before {
    content: "\e919";
}

._icon-requests:before {
    content: "\e91a";
}

._icon-edit-profile:before {
    content: "\e917";
}

._icon-logout:before {
    content: "\e918";
}

._icon-menu-arrow:before {
    content: "\e916";
}

._icon-month-arrow:before {
    content: "\e90b";
}

._icon-boast:before {
    content: "\e900";
}

._icon-burger-arrow:before {
    content: "\e901";
}

._icon-calendar-day:before {
    content: "\e902";
}

._icon-calendar:before {
    content: "\e903";
}

._icon-check-arrow:before {
    content: "\e904";
}

._icon-filter:before {
    content: "\e905";
}

._icon-incoming-letter:before {
    content: "\e906";
}

._icon-info:before {
    content: "\e907";
}

._icon-letter:before {
    content: "\e908";
}

._icon-logo:before {
    content: "\e909";
}

._icon-manage:before {
    content: "\e90a";
}

._icon-my-company:before {
    content: "\e90c";
}

._icon-notifications:before {
    content: "\e90d";
    font-size: 21px;
}

._icon-pen:before {
    content: "\e90e";
}

._icon-price:before {
    content: "\e910";
}

._icon-reports:before {
    content: "\e911";
}

._icon-search:before {
    content: "\e912";
}

._icon-select-arrow:before {
    content: "\e913";
}

._icon-sent-letter:before {
    content: "\e914";
}

._icon-update:before {
    content: "\e915";
    margin: -5px 0;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    color: #0a3647;
    line-height: 1;
    font-family: "GothamPro";
    font-size: 12px;
    font-style: normal;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
    font-family: "GothamPro";
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

/* Стилі для обнулення таблиць */

table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    border: 0.0625rem solid #90bfdb;
    position: relative;
    z-index: 5;
    position: relative;
    z-index: 1;
    font-family: "GothamPro", sans-serif;
}

th,
td {
    border-bottom: 0.0625rem solid #90bfdb;
}

th:not(:last-child),
td:not(:last-child) {
    border-right: 0.0625rem solid #90bfdb;
}

/* Стилі для семантичних тегів таблиці */

table,
caption,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

th,
td {
    text-align: left;
}

body {
    background-color: #f2f6f8;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

@supports (overflow: clip) {
    .wrapper {
        overflow: clip;
    }
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.wrapper > * {
    min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
    max-width: 100vw;
    margin: 0 auto;
}

.button {
    color: #109eee;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0.3125rem;
    padding: 0.6875rem 1rem;
    background-color: #fff;
    -webkit-transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.button:before {
    font-size: 12px;
    color: #90bfdb;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.button span {
    display: inline-block;
}

.button:active {
    background-color: #109eee;
    -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    color: #fff;
}

.button:active:before {
    color: #fff;
}

.button:disabled {
    cursor: default;
    color: rgba(16, 158, 238, 0.5);
}

.button:disabled::before {
    color: rgba(144, 191, 219, 0.5);
}

.button--icon {
    color: #fff;
    background-color: #109eee;
}

.button--icon:before {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.button--icon:active::before {
    color: #fff;
}

.button--priority {
    padding: 0.625rem 1rem;
    color: #fff;
    background-color: #109eee;
}

.button--priority::before {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.button--priority:disabled {
    background-color: transparent;
    color: #109eee;
    opacity: 0.5;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button--priority:active {
    color: #fff;
    background-color: #109eee;
}

.button--priority:active::before {
    color: #fff;
}

.button--border {
    border-radius: 6.25rem;
    background-color: #109eee;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.button--border:disabled {
    color: #fff;
    background-color: #109eee;
    opacity: 0.3;
    cursor: not-allowed;
}

.button--chancel {
    background-color: transparent;
    padding: 0.725rem 1rem 0.6625rem 1rem;
}

.button--chancel span {
    padding-top: 0.125rem;
}

.button--border-create {
    border: 0.0625rem solid #109eee;
    padding: 0.625rem 1rem;
}

.button--border-create:disabled {
    color: #109eee;
    background-color: #fff;
    border: 0.0625rem solid #109eee;
    opacity: 0.5;
    cursor: not-allowed;
}

.button--border-create:active {
    background-color: #109eee;
    color: #fff;
}

.button--border-create:active::before {
    color: #fff;
}

.button--down::before {
    color: #109eee;
    font-size: 12px;
}

.button--down:active:before {
    color: #fff;
}

.button--remove {
    padding: 0.725rem 0.6875rem;
}

.button--remove::before {
    font-size: 12px;
    color: #109eee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 500;
    -webkit-transform: translateY(-1.5px);
    -ms-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
}

.button--remove:active {
    background-color: #109eee;
    color: #fff;
}

.button--remove:active::before {
    color: #fff;
}

.button--remove:disabled {
    background-color: #fff;
    color: #109eee;
    opacity: 0.5;
    cursor: not-allowed;
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0);
}

.button--remove:disabled::before {
    color: #90bfdb;
}

.button--transparent {
    background-color: transparent;
}

.button-chancel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #109eee;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.78rem 1rem 0.640625rem;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border: 0.125rem solid transparent;
}

.filters-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.3125rem 0.375rem 0.3125rem 0.625rem;
    font-size: 0.875rem;
    gap: 0.625rem;
    color: rgba(10, 54, 71, 0.6);
    border-radius: 0.125rem;
    /*border: 0.0625rem solid rgba(144, 191, 219, 0.3);*/
    line-height: 1.5;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
}

.filters-button::before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 12px;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    color: #90bfdb;
    background-color: #f2f6f8;
    border-radius: 3.125rem;
}

.filters-button span {
    display: inline-block;
    padding-top: 0.1875rem;
}

.filters-button:active {
    border: 0.0625rem solid #90bfdb;
}

.filters-button:active::before {
    color: #fff;
    background-color: #109eee;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkbox__input:focus-visible + .checkbox__label:before {
    -webkit-box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
    box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
}

.checkbox__input:checked + .checkbox__label:before {
    background: url("../img/check-arrow-blue.svg") center/80% no-repeat;
    border: 0.125rem solid #90bfdb;
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.checkbox__label:before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.125rem;
    border: 0.125rem solid rgba(144, 192, 219, 0.5);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.checkbox__text {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
    -ms-flex-item-align: center;
    align-self: center;
}

.options {
    background-color: #fff;
    border-radius: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    padding: 1.25rem 0.625rem;
}

.options__sub-title:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options__input:focus-visible + .options__wrapper {
    -webkit-box-shadow: 0 0 0.3125rem #90bfdb;
    box-shadow: 0 0 0.3125rem #90bfdb;
}

.options__input:checked ~ .options__wrapper {
    background-color: #f2f6f8;
    border: 0.0625rem solid #f2f6f8;
}

.options__input:checked ~ .options__wrapper .options__icon:before {
    border: 0.125rem solid #90bfdb;
}

.options__input:hover ~ .options__wrapper .options__icon:before {
    border: 0.125rem solid #90bfdb;
}

.options__input:checked ~ .options__wrapper .options__icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.options__input:disabled ~ .options__wrapper .options__icon:before {
    border: 0.125rem solid #90bfdb;
    opacity: 0.3;
}

.options__input:disabled ~ .options__wrapper .options__icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    background-color: #90bfdb;
    opacity: 0.3;
}

.options__wrapper {
    padding: 1.25rem 0.625rem;
    background-color: #fff;
    border-radius: 0.625rem;
    border: 0.0625rem solid #90bfdb;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    gap: 0.625rem;
    cursor: pointer;
}

.options__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.options__icon::before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0.125rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, opacity 0.3s ease;
}

.options__icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background-color: #90bfdb;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.options__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.options__title {
    font-weight: 500;
    line-height: 1.2;
}

.options__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.options__text span {
    color: #487791;
    line-height: 1.5;
}

.options__price-value {
    color: #487791;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.options__price-value span {
    text-transform: uppercase;
}

.options__price-input {
    position: relative;
    color: #487791;
    padding: 0.453125rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.893805%;
    flex: 0 1 23.893805%;
    /* 135/565 */
    background-color: #fff;
}

.options__price-input label {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
}

.options__price-input input {
    width: 100%;
    outline: none;
    font-weight: 400;
    line-height: 1.5;
    color: #487791;
    background-color: transparent;
}

.options__price-input._form-focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.options-comp__item {
    position: relative;
}

.options-comp__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.options-comp__input:focus-visible + .options-comp__label {
    -webkit-box-shadow: 0 0 0.3125rem #90bfdb;
    box-shadow: 0 0 0.3125rem #90bfdb;
}

.options-comp__input:hover ~ .options-comp__label .options-comp__icon:before {
    border: 0.125rem solid #90bfdb;
}

.options-comp__input:checked ~ .options-comp__label .options-comp__icon:before {
    border: 0.125rem solid #90bfdb;
}

.options-comp__input:checked ~ .options-comp__label .options-comp__icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.options-comp__input:disabled ~ .options-comp__label {
    cursor: not-allowed;
}

.options-comp__input:disabled ~ .options-comp__label .options-comp__icon:before {
    border: 0.125rem solid #90bfdb;
    opacity: 0.3;
}

.options-comp__input:disabled ~ .options-comp__label .options-comp__icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

.options-comp__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.3125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.options-comp__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.options-comp__icon::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.125rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease, opacity 0.3s ease;
    transition: border 0.3s ease, opacity 0.3s ease;
}

.options-comp__icon::after {
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.625rem;
    flex: 0 0 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #90bfdb;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.options-comp__text {
    font-size: 0.875rem;
    color: #487791;
    line-height: 1.5;
}

.select {
    min-width: 0;
    position: relative;
}

.select__body {
    position: relative;
}

.select__title {
    color: rgba(10, 54, 71, 0.3);
    text-align: left;
    cursor: pointer;
    width: 100%;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.select__title:disabled {
    background-color: #f2f6f8;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    cursor: not-allowed;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.5rem;
    padding: 0rem 0.375rem 0rem 0.625rem;
    gap: 0.625rem;
}

.select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select__value:after {
    content: "\e913";
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.463125rem;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90bfdb;
}

._select-open .select__value:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: 0.5;
}

.select__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #487791;
    font-size: 0.875rem;
    position: absolute;
    top: calc(100% + 0.625rem);
    min-width: 100%;
    left: 0;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    border-radius: 0.125rem;
    background-color: #fff;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem;
}

.select__scroll .simplebar-scrollbar::before {
    opacity: 0.5;
    background: #deecf4;
    width: 0.25rem;
    height: 1.9375rem;
    border-radius: 0.25rem;
}

.select__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    text-align: left;
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #487791;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.select__option._select-selected {
    background-color: #eee;
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select--show-top .select__options {
    top: auto;
    bottom: calc(100% + 0.625rem);
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    border-radius: 0.125rem;
    background-color: #fff;
    padding: 0.625rem;
}

.select._select-active .select__title {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    color: #0a3647;
}

.select._select-focus .select__title {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.select._select-checkbox .select__options {
    padding: 1.25rem 0.625rem;
}

.select._select-checkbox .select__option {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a3647;
    padding: 0rem;
}

.select._select-checkbox .select__option::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.1875rem;
    border: 0.125rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.select._select-checkbox .select__option:not(:last-child) {
    margin-bottom: 1.25rem;
}

.select._select-checkbox .select__option._select-selected {
    background-color: transparent;
}

.select._select-checkbox .select__option._select-selected::before {
    border: 0.125rem solid #90bfdb;
    background: url("../img/check-arrow-blue.svg") center/80% no-repeat;
}

._select-tag {
    cursor: pointer;
}

.select_min-duration.select {
    width: 100%;
    height: 100%;
}

.select_min-duration .select__body {
    height: 100%;
}

.select_min-duration .select__title {
    height: 100%;
    border-radius: 0rem;
    border: none;
    color: #0a3647;
    line-height: 150%;
}

.select_min-duration .select__value {
    min-height: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.select_min-duration .select__options {
    top: calc(100% + 0.0625rem);
}

.select_min-duration._select-active .select__title {
    background-color: transparent;
    border: none;
}

.select_min-duration._select-focus .select__title {
    border: none;
}

.select_agents .select__value {
    min-height: 2.5rem;
}

.select_agents .select__options {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    top: calc(100% - 0.125rem);
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
}

.select_agents .select__option {
    padding: 0.5rem;
}

.select_agents._select-open .select__title {
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-right: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-left: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.select_actions-table.select {
    width: 100%;
    height: 100%;
}

.select_actions-table .select__body {
    height: 100%;
}

.select_actions-table .select__title {
    min-height: 100%;
    border-radius: 0rem;
    border: none;
    color: #0a3647;
    line-height: 150%;
    font-size: 0.875rem;
}

.select_actions-table .select__value {
    min-height: 100%;
    padding: 0rem 0.5rem;
}

.select_actions-table .select__options {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    top: calc(100% - 0.0625rem);
    border-radius: 0rem 0rem 0.125rem 0.125rem;
}

.select_actions-table._select-focus .select__title {
    border: 0.0625rem solid transparent;
}

.select_actions-table._select-open .select__title {
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-right: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-left: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.select_actions-table.select--show-top .select__options {
    top: auto;
    bottom: calc(100% - 0.125rem);
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-bottom: none;
}

.select_actions-table.select--show-top .select__title {
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-top: 0.0625rem solid transparent;
}

.select_company .select__title {
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    color: #0a3647;
}

.select_company .select__title._select-focus,
.select_company .select__title._select-active {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.select_company .select__value {
    padding: 0rem 0.625rem;
    min-height: 2.5rem;
}

.select_filters .select__title {
    color: rgba(10, 54, 71, 0.6);
    border: 0.0625rem solid #f2f6f8;
}

.select_filters .select__title:active,
.select_filters .select__title:focus {
    border-color: #90bfdb;
}

.select_filters .select__title:active .select__value::after,
.select_filters .select__title:focus .select__value::after {
    color: #fff;
    background-color: #109eee;
}

.select_filters .select__option {
    padding: 0.5rem;
}

.select_filters .select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select_filters .select__value > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.select_filters .select__value:after {
    content: "\e905";
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90bfdb;
    background-color: #f2f6f8;
    border-radius: 3.125rem;
}

.select_filters._select-open .select__value::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.select_filters._select-focus .select__value::after,
.select_filters._select-focus .select__value:focus {
    color: #fff;
    background-color: #109eee;
}

.select_search-boat .select__value::after {
    color: rgba(144, 192, 219, 0.5);
}

.select_offline-booking .select__value::after {
    color: #90bfdb;
}

.quantity {
    width: 100%;
    height: 2.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    background-color: #fff;
}

.quantity__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.quantity__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.463125rem;
    color: #90bfdb;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.quantity__button--plus {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #0a3647;
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    outline: none;
}

.qs-datepicker-container {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    font-family: sans-serif;
    color: #0a3647;
    position: absolute;
    width: 15.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    padding: 16px;
    border-radius: 0.625rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
    display: none;
}

.qs-datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.qs-datepicker .qs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 0.5em;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 0.0625rem solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.875em;
    padding: 0.25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
    padding: 0.5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
    border: 0.0625rem solid #fff;
    border-radius: 0.26392em;
    padding: 0.5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: hsla(0, 0%, 50.2%, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: grey;
    border-color: grey;
    cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33333%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}

.qs-datepicker .qs-controls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    cursor: pointer;
}

.qs-datepicker .qs-arrow.qs-left:after {
    content: "";
    background: url("../img/datepiker/left-arrow.svg") center/1rem no-repeat;
    width: 1rem;
    height: 1rem;
}

.qs-datepicker .qs-arrow.qs-right:after {
    content: "";
    background: url("../img/datepiker/right-arrow.svg") center/1rem no-repeat;
    width: 1rem;
    height: 1rem;
}

.qs-datepicker .qs-month-year {
    font-weight: 700;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
    border-bottom: 0rem solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
    outline: none;
}

.qs-datepicker .qs-month {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #0a3647;
}

.qs-datepicker .qs-year {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #0a3647;
}

.qs-datepicker .qs-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.qs-datepicker .qs-square {
    width: 14.28571%;
    height: 1.5625em;
    height: 1.75em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
}

.qs-datepicker .qs-square.qs-current {
    font-weight: 500;
    color: #109eee;
    border: 0.0625rem solid #109eee;
}

.qs-datepicker .qs-square.qs-current span {
    text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
    background-color: #109eee;
    color: #fff;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
    background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
    border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
    opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
    cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 0.0625rem solid #90bfdb;
    border-radius: 0%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.qs-datepicker .qs-square.qs-day:not(:last-child) {
    margin-bottom: 0.8125rem;
}

.qs-datepicker .qs-outside-current-month {
    color: #a7afb2;
}

.qs-datepicker .qs-square.qs-num {
    height: 1.75rem;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):not(.qs-outside-current-month):hover {
    background-color: #deecf4;
}

.qs-datepicker .qs-event {
    position: relative;
}

.qs-datepicker .qs-event:after {
    content: "";
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff;
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}

.popup-show body::after {
    opacity: 1;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-color: #fff;
    padding: 1.25rem;
    width: 100%;
    max-width: 33.0625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
}

.lock .popup__content {
    visibility: visible;
}

.popup__close {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    height: 1.125rem;
    width: 1.125rem;
}

.popup__close::before,
.popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0.125rem;
    background-color: rgba(144, 192, 219, 0.5);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup--invite .popup__invite {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    max-width: 20.5625rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup--invite .popup__invite h4 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.4;
}

.popup--invite .invite__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.popup--invite .invite__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.popup--invite .invite__line input {
    padding: 0.59375rem 0.625rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    outline: none;
    color: #0a3647;
    width: 100%;
}

.popup--invite .invite__button {
    margin-top: 0rem;
    border-radius: 0.625rem;
    background-color: #109eee;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 1rem;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease opacity 0.3s ease, background-color 0.3s ease, margin 0.3s ease;
    transition: color 0.3s ease opacity 0.3s ease, background-color 0.3s ease, margin 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
}

.popup--invite .invite__button::before {
    font-size: 12px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.popup--invite .invite__button span {
    display: inline-block;
    padding-top: 0.1875rem;
}

.popup--invite .invite__button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.popup--invite .invite__button:active {
    background-color: #109eee;
    -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    color: #fff;
}

.popup--invite .invite__button:active:before {
    color: #fff;
}

.popup--individual-price .popup__content {
    max-width: 20.75rem;
    position: relative;
    padding: 1.75rem 1.25rem 1.25rem 1.25rem;
}

.popup--individual-price .popup__individual-price {
    max-width: 15.75rem;
    padding: 0rem;
    margin: 0 auto;
}

.popup--individual-price .individual-price__form h4 {
    color: #487791;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.popup--individual-price .individual-price__line {
    position: relative;
}

.popup--individual-price .individual-price__line label {
    position: absolute;
    display: inline-block;
    padding: 0rem 0.125rem;
    background-color: #fff;
    z-index: 2;
    color: #487791;
    font-size: 0.75rem;
    line-height: 1.5;
    left: 0.3125rem;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.popup--individual-price .individual-price__line input {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    font-size: 12px;
    padding: 0.9375rem 0.625rem;
}

.popup--individual-price .individual-price__agents {
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    background-color: #fff;
    padding: 1.25rem 0.625rem;
}

.popup--individual-price .individual-price__agents h5 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.popup--individual-price .individual-price__body {
    overflow-y: auto;
    height: 13rem;
}

.popup--individual-price .individual-price__body .simplebar-scrollbar:before {
    background: #deecf4;
    width: 0.25rem;
}

.popup--individual-price .individual-price__agents-name {
    position: relative;
}

.popup--individual-price .individual-price__input-name {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.popup--individual-price .individual-price__input-name:focus-visible + .individual-price__label-name:before {
    -webkit-box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
    box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
}

.popup--individual-price .individual-price__input-name:checked + .individual-price__label-name:before {
    background: url("../img/check-arrow-blue.svg") center/80% no-repeat;
}

.popup--individual-price .individual-price__input-name:checked ~ .individual-price__label-name .individual-price__text-name {
    font-weight: 500;
}

.popup--individual-price .individual-price__input-name:disabled ~ .individual-price__label-name .individual-price__text-name {
    color: rgba(10, 54, 71, 0.2);
}

.popup--individual-price .individual-price__label-name {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.popup--individual-price .individual-price__label-name::before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #90bfdb;
    -webkit-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
    background-color: #fff;
    border-radius: 0.125rem;
}

.popup--individual-price .individual-price__text-name {
    font-size: 0.625rem;
    line-height: 1.5;
}

.popup--individual-price .individual-price__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

.popup--individual-price .individual-price__delite-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #109eee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.6625rem 1rem;
    color: #109eee;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.popup--individual-price .individual-price__delite-btn span {
    display: inline-block;
    padding-top: 2px;
}

.popup--individual-price .individual-price__delite-btn::before {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.popup--individual-price .individual-price__delite-btn:active {
    background-color: #109eee;
    -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    color: #fff;
}

.popup--individual-price .individual-price__delite-btn:active:before {
    color: #fff;
}

.popup--individual-price .individual-price__delite-btn:disabled {
    -webkit-box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0);
    box-shadow: 0rem 0rem 0rem 0rem rgba(72, 119, 145, 0);
    border-color: transparent;
    color: rgba(16, 157, 238, 0.5);
    background-color: #fff;
}

.popup--individual-price .individual-price__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    border-radius: 0.3125rem;
    border: 0.0625rem solid #109eee;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.63125rem 1rem;
    color: #fff;
    background-color: #109eee;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup--individual-price .individual-price__button span {
    display: inline-block;
    padding-top: 0.1875rem;
}

.popup--individual-price .individual-price__button::before {
    font-size: 12px;
}

.popup--individual-price .individual-price__button:disabled {
    cursor: default;
    color: rgba(16, 158, 238, 0.5);
}

.popup--individual-price .individual-price__button:disabled::before {
    color: rgba(144, 191, 219, 0.5);
}

.popup--new-booking .popup__content,
.popup--new-booking-second .popup__content {
    max-width: 46.5625rem;
    position: relative;
}

.popup--new-booking .popup__close,
.popup--new-booking-second .popup__close {
    position: absolute;
    top: 1.75rem;
    right: 1.9375rem;
    width: 1.125rem;
    height: 1.125rem;
}

.popup--new-booking .popup__close::before,
.popup--new-booking .popup__close::after,
.popup--new-booking-second .popup__close::before,
.popup--new-booking-second .popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.125rem;
    width: 1.125rem;
    background-color: #90bfdb;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.popup--new-booking .popup__close::before,
.popup--new-booking-second .popup__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup--new-booking .popup__close::after,
.popup--new-booking-second .popup__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup--new-booking .new-booking__popup h4,
.popup--new-booking-second .new-booking__popup h4 {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.3;
}

.popup--new-booking .new-booking__top,
.popup--new-booking-second .new-booking__top {
    display: grid;
    grid-template-columns: 1fr 6.625rem 6.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem 0.625rem;
}

.popup--new-booking .new-booking__top:not(:last-child),
.popup--new-booking-second .new-booking__top:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup--new-booking .new-booking__top--second,
.popup--new-booking-second .new-booking__top--second {
    grid-template-columns: 1fr;
}

.popup--new-booking .new-booking__line,
.popup--new-booking-second .new-booking__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.popup--new-booking .new-booking__line label,
.popup--new-booking-second .new-booking__line label {
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.popup--new-booking .new-booking__line--second input,
.popup--new-booking-second .new-booking__line--second input {
    border-radius: 0.125rem;
    outline: none;
    width: 100%;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    line-height: 1.5;
    padding: 0.59375rem 2.0625rem 0.59375rem 0.625rem;
    font-size: 0.875rem;
}

.popup--new-booking .new-booking__line--second input::-webkit-input-placeholder, .popup--new-booking-second .new-booking__line--second input::-webkit-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__line--second input::-moz-placeholder, .popup--new-booking-second .new-booking__line--second input::-moz-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__line--second input:-ms-input-placeholder, .popup--new-booking-second .new-booking__line--second input:-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__line--second input::-ms-input-placeholder, .popup--new-booking-second .new-booking__line--second input::-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__line--second input::placeholder,
.popup--new-booking-second .new-booking__line--second input::placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__line--second input:disabled,
.popup--new-booking-second .new-booking__line--second input:disabled {
    background-color: #f2f6f8;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    cursor: not-allowed;
}

.popup--new-booking .new-booking__line--second input:focus,
.popup--new-booking-second .new-booking__line--second input:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.popup--new-booking .new-booking__input-calendar,
.popup--new-booking .new-booking__input-calendar--second,
.popup--new-booking-second .new-booking__input-calendar,
.popup--new-booking-second .new-booking__input-calendar--second {
    position: relative;
}

.popup--new-booking .new-booking__input-calendar input,
.popup--new-booking .new-booking__input-calendar--second input,
.popup--new-booking-second .new-booking__input-calendar input,
.popup--new-booking-second .new-booking__input-calendar--second input {
    border-radius: 0.125rem;
    outline: none;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    line-height: 1.5;
    padding: 0.59375rem 2.0625rem 0.59375rem 0.625rem;
    font-size: 0.875rem;
}

.popup--new-booking .new-booking__input-calendar input::-webkit-input-placeholder, .popup--new-booking .new-booking__input-calendar--second input::-webkit-input-placeholder, .popup--new-booking-second .new-booking__input-calendar input::-webkit-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-webkit-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar input::-moz-placeholder, .popup--new-booking .new-booking__input-calendar--second input::-moz-placeholder, .popup--new-booking-second .new-booking__input-calendar input::-moz-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-moz-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar input:-ms-input-placeholder, .popup--new-booking .new-booking__input-calendar--second input:-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar input:-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input:-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar input::-ms-input-placeholder, .popup--new-booking .new-booking__input-calendar--second input::-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar input::-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar input::placeholder,
.popup--new-booking .new-booking__input-calendar--second input::placeholder,
.popup--new-booking-second .new-booking__input-calendar input::placeholder,
.popup--new-booking-second .new-booking__input-calendar--second input::placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar input:disabled,
.popup--new-booking .new-booking__input-calendar--second input:disabled,
.popup--new-booking-second .new-booking__input-calendar input:disabled,
.popup--new-booking-second .new-booking__input-calendar--second input:disabled {
    background-color: #f2f6f8;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    cursor: not-allowed;
}

.popup--new-booking .new-booking__input-calendar input:focus,
.popup--new-booking .new-booking__input-calendar--second input:focus,
.popup--new-booking-second .new-booking__input-calendar input:focus,
.popup--new-booking-second .new-booking__input-calendar--second input:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.popup--new-booking .new-booking__input-calendar--second,
.popup--new-booking-second .new-booking__input-calendar--second {
    position: relative;
}

.popup--new-booking .new-booking__input-calendar--second input,
.popup--new-booking-second .new-booking__input-calendar--second input {
    border-radius: 0.125rem;
    outline: none;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    line-height: 1.5;
    padding: 0.59375rem 2.0625rem 0.59375rem 0.625rem;
    font-size: 0.875rem;
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
}

.popup--new-booking .new-booking__input-calendar--second input::-webkit-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-webkit-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar--second input::-moz-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-moz-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar--second input:-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input:-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar--second input::-ms-input-placeholder, .popup--new-booking-second .new-booking__input-calendar--second input::-ms-input-placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar--second input::placeholder,
.popup--new-booking-second .new-booking__input-calendar--second input::placeholder {
    color: #487791;
}

.popup--new-booking .new-booking__input-calendar--second input:disabled,
.popup--new-booking-second .new-booking__input-calendar--second input:disabled {
    background-color: #f2f6f8;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    cursor: not-allowed;
}

.popup--new-booking .new-booking__input-calendar--second input:focus,
.popup--new-booking-second .new-booking__input-calendar--second input:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.popup--new-booking .new-booking__icon-calendar,
.popup--new-booking-second .new-booking__icon-calendar {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #90bfdb;
    pointer-events: none;
}

.popup--new-booking .new-booking__quantity,
.popup--new-booking-second .new-booking__quantity {
    height: 2.5rem;
}

.popup--new-booking .new-booking__body,
.popup--new-booking-second .new-booking__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.875rem, 1fr));
    gap: 1.25rem 0.625rem;
}

.popup--new-booking .new-booking__price,
.popup--new-booking-second .new-booking__price {
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.5;
}

.popup--new-booking .new-booking__price span,
.popup--new-booking-second .new-booking__price span {
    color: #0a3647;
}

.popup--new-booking .new-booking__actions,
.popup--new-booking-second .new-booking__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup--new-booking .new-booking__actions--second,
.popup--new-booking-second .new-booking__actions--second {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.popup--new-booking .new-booking__actions--second .new-booking__button,
.popup--new-booking-second .new-booking__actions--second .new-booking__button {
    width: 100%;
}

.popup--new-booking-second .popup__content {
    max-width: 39.5625rem;
    position: relative;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    padding: 1.875rem 1.25rem;
}

.popup--new-booking-second .new-booking__popup h4 {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.popup--filters .popup__content,
.popup--filters-notif .popup__content {
    max-width: 45.5rem;
    padding: 0.625rem;
    border-radius: 0.125rem;
}

.popup--filters .filters__popup h4,
.popup--filters-notif .filters__popup h4 {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #487791;
}

.popup--filters .filters__popup h4:not(:last-child),
.popup--filters-notif .filters__popup h4:not(:last-child) {
    margin-bottom: 0.875rem;
}

.popup--filters .filters__form,
.popup--filters-notif .filters__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.popup--filters .filters__line,
.popup--filters-notif .filters__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.popup--filters .filters__line label,
.popup--filters-notif .filters__line label {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(10, 54, 71, 0.4);
    display: inline-block;
}

.popup--filters .filters__line label:not(:last-child),
.popup--filters-notif .filters__line label:not(:last-child) {
    margin-bottom: 0.375rem;
}

.popup--filters-notif .popup__content {
    max-width: 47.75rem;
}

.popup--filters-notif .filters__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup--filters-notif .filters__line {
    width: 100%;
}

.popup--filters-notif .filters__button {
    width: 100%;
}

.popup__action-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup__action-admin:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.popup--remove .popup__content {
    padding: 2.5rem 0.625rem;
    max-width: 28.5rem;
    background-color: #fff;
}

.popup--remove .popup__remove {
    max-width: 21rem;
    margin: 0 auto;
}

.popup--request .popup__content {
    padding: 2.5rem 0.625rem;
    max-width: 28.5rem;
    background-color: #fff;
}

.popup--offline-booking .popup__content {
    max-width: 65.375rem;
    padding: 1.75rem 0.625rem 1.25rem 0.625rem;
}

.popup--offline-booking .popup__ttl:not(:last-child) {
    margin-bottom: 1.875rem;
}

.popup--offline-booking .popup__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem 0.625rem;
}

.popup--offline-booking .popup__top-line:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup--offline-booking .popup__top-line .popup__line:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44.824017%;
    flex: 0 1 44.824017%;
    /* 433/966 */
}

.popup--offline-booking .popup__foot-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem 0.625rem;
}

.popup--offline-booking .popup__foot-line:not(:last-child) {
    margin-bottom: 1.875rem;
}

.popup--offline-booking .popup__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.popup--offline-booking .popup__charg-opt:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.popup--offline-booking .popup__total-price:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.popup--offline-booking .popup__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.9375rem;
}

.popup--offline-booking .popup__action:not(:last-child) {
    margin-bottom: 0.9375rem;
}

.charg-opt {
    padding: 1.25rem 0rem;
    border-top: 0.0625rem solid #90bfdb;
    border-bottom: 0.0625rem solid #90bfdb;
}

.charg-opt__item {
    position: relative;
}

.charg-opt__spoller-title {
    line-height: 1.2;
    color: #487791;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5625rem 1.25rem;
}

.charg-opt__spoller-title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
}

.charg-opt__spoller-title span::before,
.charg-opt__spoller-title span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0.125rem;
    width: 0.875rem;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.charg-opt__spoller-title._spoller-active span::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.charg-opt__body {
    padding-top: 0.625rem;
}

.charg-opt__options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
}

.charg-opt__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.charg-opt__input:focus-visible + .charg-opt__wrapper {
    -webkit-box-shadow: 0 0 0.3125rem #90bfdb;
    box-shadow: 0 0 0.3125rem #90bfdb;
}

.charg-opt__input:checked ~ .charg-opt__wrapper {
    background-color: #f2f6f8;
    border-color: transparent;
}

.charg-opt__input:checked ~ .charg-opt__wrapper .charg-opt__icon:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.charg-opt__wrapper {
    border: 0.0625rem solid #90bfdb;
    border-radius: 0.625rem;
    padding: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    gap: 0.625rem;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
}

.charg-opt__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.charg-opt__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.charg-opt__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.charg-opt__icon::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #90bfdb;
    border-radius: 0.125rem;
}

.charg-opt__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../img/check-arrow-blue.svg") center/70% no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.charg-opt__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.charg-opt__price-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #487791;
}

.charg-opt__price-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.charg-opt__per-book {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #90bfdb;
}

.charg-opt__price {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.2;
}

.charg-opt__price span {
    text-transform: uppercase;
}

.popup--out-of .popup__content {
    max-width: 47.625rem;
    padding: 1.75rem 0.625rem 1.25rem 0.625rem;
}

.popup--out-of .popup__ttl:not(:last-child) {
    margin-bottom: 1.875rem;
}

.popup--out-of .popup__top-line {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(auto-fit, minmax(10.1875rem, 1fr));
}

.popup--out-of .popup__top-line:not(:last-child) {
    margin-bottom: 1.25rem;
}

.popup--out-of .popup__foot-line {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.1875rem, 1fr));
    gap: 0.625rem;
}

.popup--out-of .popup__foot-line:not(:last-child) {
    margin-bottom: 1.875rem;
}

[class*=-ibg] {
    position: relative;
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

[class*=-ibg--contain] img {
    -o-object-fit: contain;
    object-fit: contain;
}

.title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.sub-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.table {
    background-color: #fcfcfc;
    font-size: 0.875rem;
}

.table tbody {
    background-color: #fff;
}

.table tfoot tr td {
    padding: 0.375rem 0.5rem 0.3125rem 0.5rem;
    border: none;
}

.ttl-popup {
    font-weight: 900;
    font-size: 12px;
    line-height: 1.3;
}

.label-pop {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(10, 54, 71, 0.6);
}

.label-pop--lighter {
    color: rgba(10, 54, 71, 0.4);
}

.total-price {
    border-radius: 0.125rem;
    background-color: #f2f6f8;
    padding: 0.78125rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    gap: 0.9375rem;
}

.total-price p span {
    text-transform: uppercase;
}

.calendar-input {
    position: relative;
}

.calendar-input input {
    border-radius: 0.125rem;
    outline: none;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    width: 100%;
    -webkit-transition: border 0.3s ease, background-color 0.3s ease;
    transition: border 0.3s ease, background-color 0.3s ease;
    line-height: 1.5;
    padding: 0.59375rem 2.0625rem 0.59375rem 0.625rem;
}

.calendar-input input::-webkit-input-placeholder {
    color: #487791;
}

.calendar-input input::-moz-placeholder {
    color: #487791;
}

.calendar-input input:-ms-input-placeholder {
    color: #487791;
}

.calendar-input input::-ms-input-placeholder {
    color: #487791;
}

.calendar-input input::placeholder {
    color: #487791;
}

.calendar-input input:disabled {
    background-color: #f2f6f8;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    cursor: not-allowed;
}

.calendar-input input:focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.calendar-input span {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #90bfdb;
    pointer-events: none;
}

.popup__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}

.popup__title::before {
    font-size: 2.0625rem;
    color: #90bfdb;
}

.popup__title:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.popup__text {
    line-height: 1.5;
    text-align: center;
    color: #487791;
}

.popup__text p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.popup__text:not(:last-child) {
    margin-bottom: 2.1875rem;
}

.popup__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.popup__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.boat-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.boat-cell a div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.boat-cell a div img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.boat-cell a p {
    font-weight: 500;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 0.15625rem;
    text-decoration-thickness: 0.03125rem;
    text-decoration-color: #0a3647;
    -webkit-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
}

.header-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-details__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-details__calendar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    color: #109eee;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header-details__calendar::before {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header-details__calendar span {
    display: inline-block;
    padding-top: 0.1875rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.header-details__calendar:disabled {
    opacity: 0.3;
    cursor: default;
    color: #109eee;
}

.header-details__calendar:disabled::before {
    color: #90bfdb;
}

.header-details__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-details__notif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-details__set-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.header-details__notifications {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.625rem;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    gap: 0.625rem;
    padding: 0.5625rem 1.8125rem 0.5625rem 1rem;
}

.header-details__text {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form {
    border-radius: 0.625rem;
    background-color: #fff;
    display: grid;
    grid-template-columns: 52.550091% 43.351548%;
    /* 476/1098 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.625rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.form__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.form__line label {
    /*color: rgba(10, 54, 71, 0.4);*/
    font-size: 12px;
    display: inline-block;
}

.form__line label:not(:last-child) {
    margin-bottom: 0.375rem;
}

.form__line .select:not(:last-child) {
    margin-bottom: 0.375rem;
}

.form__actions {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.625rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 44.957983%;
    flex: 1 1 44.957983%;
    /* 214/476 */
}

.form--ivoices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form--ivoices .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
}

.form--ivoices .form__line--calendar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.form--ivoices .form__line--calendar label {
    color: rgba(10, 54, 71, 0.6);
}

.form__line--calendar input {
    width: 100%;
    cursor: pointer;
    padding: 0.59375rem 3rem 0.59375rem 0.625rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    line-height: 1.5;
    font-family: "GothamPro";
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.form--ivoices .form__line--calendar input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.form--ivoices .form__line--calendar input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.form--ivoices .form__line--calendar input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.form--ivoices .form__line--calendar input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.form--ivoices .form__line--calendar input::placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.calendar-open .form--ivoices .form__line--calendar input {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.form .form__line-input {
    position: relative;
}

.form .form__line-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.375rem;
    pointer-events: none;
    font-size: 12px;
    color: #90bfdb;
}

.form-small {
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
    padding: 0.625rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.form-small__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-small__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 16.211293%;
    flex: 1 1 16.211293%;
    /* 178/1098 */
    position: relative;
}

.form-small__line button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.375rem;
    font-size: 12px;
    color: #90bfdb;
}

.form-small__line-input input {
    padding: 0.59375rem 2.125rem 0.59375rem 0.625rem;
    width: 100%;
    font-family: "GothamPro";
    line-height: 1.5;
    border-radius: 0.125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    outline: none;
}

.form-small__line-input input::-webkit-input-placeholder {
    font-family: "GothamPro";
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-small__line-input input::-moz-placeholder {
    font-family: "GothamPro";
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-small__line-input input:-ms-input-placeholder {
    font-family: "GothamPro";
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-small__line-input input::-ms-input-placeholder {
    font-family: "GothamPro";
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-small__line-input input::placeholder {
    font-family: "GothamPro";
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-small__line-input input:focus {
    border-color: rgba(144, 191, 219, 0.5);
}

.form-small__line-input input._form-focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.form-small__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.537341%;
    flex: 0 1 48.537341%;
    /* 500/1098 */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.625rem;
}

.form-small__options-comp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagging {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.pagging__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.pagging__arrow:disabled {
    cursor: default;
    color: rgba(144, 191, 219, 0.5);
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 0.9375rem 0.375rem 0.9375rem;
}

.pagging__item._active {
    color: #487791;
}

.pagging__item--dots {
    cursor: default;
}

.pagging__arrow--right {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.history {
    border-radius: 0.625rem;
    background-color: #fff;
}

.history__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9375rem;
    width: 100%;
    padding: 1.25rem;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
}

.history__title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.463125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.history__title._spoller-active span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.history__body {
    padding-bottom: 1.25rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}

.history__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: toRem(30);
		height: toRem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: toRem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - toRem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - toRem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - toRem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.aside {
    background-color: #03171f;
    border-radius: 0rem 1.25rem 1.25rem 0rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aside__header {
    border-radius: 0rem 1.25rem 0rem 0rem;
    padding: 1.5625rem 0.9375rem 1.5625rem 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9375rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    border-bottom: 0.0625rem solid #90bfdb;
    gap: 0.3125rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #03171f;
    transition: padding 0.3s ease;
}

.menu-open .aside__header {
    position: sticky;
    top: 0;
    left: 0;
    gap: 0rem;
    padding: 1.5625rem 1.75rem 1.5625rem 1.75rem;
}

.aside__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6125rem;
}

.menu-open .aside__logo {
    gap: 0rem;
}

.aside__logo-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.aside__logo-icon img {
    width: 1.5rem;
    height: 1.5rem;
}

.aside__logo-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 9.8125rem;
    flex: 0 1 9.8125rem;
    height: 0.75rem;
}

.aside__logo-text img {
    max-width: 100%;
}

.menu-open .aside__logo-text {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.menu-open .aside__button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.aside__mob-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 14px;
    font-size: .5rem;
    padding: 10px;
    background-color: rgba(3, 23, 31, .6);
    color: #90bfdb;
    border-radius: 0 0 .625rem .625rem;
    right: 0;
    -webkit-transform: translateX(calc(100% - 3px)) rotate(-90deg);
    -ms-transform: translateX(calc(100% - 3px)) rotate(-90deg);
    transform: translateX(calc(100% - 3px)) rotate(-90deg);
}

.aside__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0.9375rem;
    overflow-y: auto;
    scrollbar-width: none;
}

.aside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.aside__link {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    padding: 0.3125rem 0.625rem;
}

.aside__link._spoller-active {
    color: #fff;
    background-color: #0a3647;
}

.aside__link._spoller-active .aside__link-icon {
    background-color: #fff;
    color: #109eee;
}

.aside__link._spoller-active .aside__link-text {
    color: #fff;
}

.aside__link._spoller-active .aside__link-info span {
    color: #90bfdb;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-open .aside__link {
    gap: 0rem;
}

.menu-open .aside__link-text {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.aside__link-status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #39d11e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
}

.menu-open .aside__link-status {
    opacity: 1;
    visibility: visible;
}

.aside__link-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.619048%;
    flex: 0 1 22.619048%;
    /* 57/252 */
    -webkit-transition: -webkit-flex-basis 0.3s ease;
    transition: -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}

.aside__link-info span {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-flex-basis 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-flex-basis 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, flex-basis 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, flex-basis 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.menu-open .aside__link-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0rem;
    flex: 0 0 0rem;
    gap: 0rem;
}

.menu-open .aside__link-info span {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0rem;
    flex-basis: 0rem;
    width: 0rem;
    height: 0rem;
    font-size: 0rem;
}

.aside__link-value {
    border-radius: 1.3125rem;
    background-color: #39d11e;
    padding: 0.125rem 0.3125rem 0rem 0.3125rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #0a3647;
    min-width: 1.8125rem;
    min-height: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, flex-basis 0.3s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, flex-basis 0.3s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}

.menu-open .aside__link-value {
    font-size: 0rem;
    min-width: 0rem;
    min-height: 0rem;
    color: transparent;
    padding: 0rem;
    background-color: transparent;
}

.aside__sub-menu {
    padding-left: 0.75rem;
    position: relative;
}

.aside__sub-item:not(:last-child) {
    margin-bottom: 0.625rem;
}

.aside__sub-value {
    border-radius: 1.3125rem;
    background-color: #39d11e;
    padding: 0.125rem 0.3125rem 0rem 0.3125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #0a3647;
    min-width: 1.8125rem;
    min-height: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside__user {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #90bfdb;
    -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
    transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

/* Заглишка щоб прибрати браузерний повзунок на .aside__menu*/

.aside__menu::-webkit-scrollbar {
    width: 0;
}

.user-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.user-aside__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4375rem;
    padding-left: 0.4375rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.menu-open .user-aside__account {
    gap: 0rem;
}

.menu-open .user-aside__about h3,
.menu-open .user-aside__about p {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.user-aside__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.75rem;
}

.notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    padding-bottom: 0.625rem;
    z-index: 10;
    overflow-y: hidden;
    background-color: #fff;
    border-radius: 1.25rem 0rem 0rem 1.25rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

._notifications-open .notification {
    right: 0;
}

.notification__header {
    border-radius: 1.25rem 0rem 0rem 0rem;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 5;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    border-bottom: 0.0625rem solid #90bfdb;
}

._notifications-open .notification__header {
    right: 0;
}

.notification__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.875rem 1rem 0.375rem 1.25rem;
}

.notification__maim-checkbox {
    padding: 0.375rem 1.25rem 1.0625rem 0.9375rem;
}

.notification__maim-checkbox .notification__main-label {
    background-color: #f2f6f8;
    visibility: hidden;
}

.notification__value {
    color: #487791;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.notification__bell {
    position: relative;
}

.notification__body {
    padding-bottom: 0.625rem;
    padding-right: 2.625rem;
    padding-left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    overflow-y: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    scrollbar-width: none;
}

.notification__body .simplebar-track.simplebar-vertical {
    background-color: rgba(144, 191, 219, 0.2);
    top: 124px;
    right: 16px;
    border-radius: 4px;
    width: 6px;
}

.notification__body .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    width: 6px;
}

.notification__body .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
    background: #90bfdb;
    left: 0px;
    right: 0px;
}

.notification__main-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.notification__main-input:focus-visible + .notification__main-label:before {
    -webkit-box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
    box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
}

.notification__main-input:checked + .notification__main-label:before {
    background: url("../img/check-arrow-blue.svg") center/70% no-repeat;
    border: 0.125rem solid #90bfdb;
}

.notification__article {
    border-radius: 0.3125rem;
    background-color: #fff;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.notification__article:not(:last-child) {
    margin-bottom: 10px;
}

.notification__article-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.1875rem;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.notification__checkbox {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
}

.notification__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.notification__input:focus-visible ~ .notification__label:before {
    -webkit-box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
    box-shadow: 0 0 0.3125rem rgba(16, 158, 238, 0.5);
}

.notification__input:checked ~ .notification__label:before {
    background: url("../img/check-arrow-blue.svg") center/70% no-repeat;
    border: 0.125rem solid #90bfdb;
}

.notification__labels--invoices {
    background-color: #f5cee4;
}

.notification__labels--user {
    background-color: #d9f9ef;
}

.notification__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Заглишка щоб прибрати браузерний повзунок на .aside__menu*/

.notification__body::-webkit-scrollbar {
    width: 0px;
}

.page {
    position: relative;
}

.page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
}

.page__aside {
    position: relative;
    z-index: 50;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.625rem;
    flex: 0 1 17.625rem;
    -webkit-transition: left 0.3s ease, background-color 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: left 0.3s ease, background-color 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, left 0.3s ease, background-color 0.3s ease;
    transition: flex-basis 0.3s ease, left 0.3s ease, background-color 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}

.menu-open .page__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 5.375rem;
    flex: 0 1 5.375rem;
}

.page__main-admin {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.main-admin__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-admin__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-admin__wrapper {
    max-width: 100%;
}

.main-admin__table {
    background-color: #fcfcfc;
}

.main-admin__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.main-admin__tr {
    display: grid;
    grid-template-columns: 22.4% 10.8% 13.2% 10.2% 16.5% auto;
}

.main-admin__tr th {
    padding: 0.875rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    min-height: 3.9375rem;
}

.main-admin__tr th div {
    color: #487791;
    font-weight: 700;
    line-height: 1.2;
}

.main-admin__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.main-admin__tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0.9rem 0.5rem;
    -ms-flex-item-align: center;
    align-self: center;
    min-height: 100%;
}

.main-admin__tbody {
    background-color: #fff;
}

.main-admin__tbody .main-admin__tr {
    min-height: 4.5rem;
}

.main-admin__lication {
    -ms-flex-item-align: center;
    align-self: center;
    justify-items: center;
}

.main-admin__lication p {
    line-height: 1.5;
}

.main-admin__lication p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.main-admin__company a {
    display: inline-block;
    text-decoration: underline;
    line-height: 1.3;
    text-underline-offset: 0.15625rem;
    text-decoration-thickness: 0.03125rem;
    text-decoration-color: #0a3647;
    -webkit-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
}

.main-admin__company a:not(:last-child) {
    margin-bottom: 0.625rem;
}

.main-admin__duration p {
    line-height: 1.5;
}

.main-admin__duration p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.main-admin__agent-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-admin__agent-price p {
    text-align: right;
    line-height: 1.5;
    color: #487791;
    font-weight: 500;
    text-transform: uppercase;
}

.main-admin__agent-price p span {
    color: #0a3647;
    font-weight: 400;
}

.main-admin__agent-price p:not(:last-child) {
    /*margin-bottom: 0.625rem;*/
}

.main-admin__started-price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0rem !important;
}

.main-admin__started-price p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    color: #487791;
    font-weight: 500;
    line-height: 1.5;
}

.main-admin__started-price p span {
    color: #000;
    font-weight: 400;
}

.main-admin__started-price:not(:last-child) {
    margin-bottom: 0.625rem;
}

.main-admin__started-price--only {
    background-color: #f2f6f8;
}


.main-admin__agent-price .changes-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
}

.main-admin__agent-price .changes-button p {
    position: absolute;
}

.main-admin__agent-price .changes-button input {
    width: 100%;
    color: #000;
    font-family: "GothamPro";
    font-size: 12px;
    line-height: 1.5;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*height: calc(100% - 0.0625rem);*/
    padding-left: 3.75rem;
    /* padding-right: 2.25rem; */
    -webkit-transition: background-color 0.3s ease, outline 0.3s ease;
    transition: background-color 0.3s ease, outline 0.3s ease;
}

.main-admin__started-price .changes-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
}

.main-admin__started-price .changes-button p {
    position: absolute;
}

.main-admin__started-price .changes-button input {
    width: 100%;
    color: #000;
    font-family: "GothamPro";
    font-size: 0.875rem;
    line-height: 1.5;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*height: calc(100% - 0.0625rem);*/
    padding-left: 3.75rem;
    padding-right: 2.25rem;
    -webkit-transition: background-color 0.3s ease, outline 0.3s ease;
    transition: background-color 0.3s ease, outline 0.3s ease;
}

.main-admin__started-price .changes-button input:disabled {
    background-color: #f2f6f8;
}

.main-admin__started-price .changes-button button {
    font-size: 0.875rem;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-admin__started-price form._form-focus button {
    opacity: 1;
}

.main-admin__agent-only {
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.375rem;
}

.main-admin__agent-only button {
    font-size: 0.75rem;
    color: #90bfdb;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    z-index: 4;
}

.main-admin__agent-only button span {
    display: inline-block;
    font-size: 0.75rem;
    border-radius: 0.125rem;
    background-color: #fff;
    color: #487791;
    width: 8.125rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.9375rem;
    z-index: 3;
    cursor: default;
    position: absolute;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(-45%, 40%);
    -ms-transform: translate(-45%, 40%);
    transform: translate(-45%, 40%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
}

.main-admin__agent-only button span::after {
    content: "";
    position: absolute;
    width: 0.6875rem;
    height: 0.6875rem;
    top: 0;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -48%) rotate(-45deg);
    -ms-transform: translate(-50%, -48%) rotate(-45deg);
    transform: translate(-50%, -48%) rotate(-45deg);
    border-radius: 0.0625rem;
}

.main-admin__agent-only button ._open-modal {
    opacity: 1;
    visibility: visible;
}

.main-admin__tfoot tr td {
    padding: 0.375rem 0.5rem 0.3125rem 0.5rem;
    border: none;
}

.page__owner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 80.4%;
    flex-basis: 80.4%;
    position: relative;
    z-index: 1;
    padding-top: 1.875rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.owner__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.owner__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.owner__form.form {
    grid-template-columns: 33.6% 21.74%;
}

.owner__wrapper {
    width: 100%;
}

.owner__table {
    background-color: #fcfcfc;
}

.owner__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.owner__tr {
    display: grid;
    grid-template-columns: 24.499089% 16.211293% 10.291439% 16.575592% auto;
    font-size: 0.875rem;
}

.owner__tr th {
    padding: 0.875rem 0.5rem;
    min-height: 3.9375rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
}

.owner__tr th div {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.owner__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.owner__tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100%;
    padding: 1rem;
}

.owner__tr td:not(:last-child) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.owner__tbody {
    background-color: #fff;
}

.owner__lication {
    -ms-flex-item-align: start;
    align-self: start;
    justify-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.owner__lication p {
    line-height: 1.5;
}

.owner__lication p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.owner__duration {
    padding: 0rem !important;
}

.owner__agent-price {
    position: relative;
}

.owner__agent-price p {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #487791;
    font-weight: 500;
    line-height: 1.5;
}

.owner__agent-price input {
    position: absolute;
    top: 1px;
    left: 0;
    height: 96%;
    width: 100%;
    z-index: 1;
    padding: 1rem 1rem 1rem 3.75rem;
    border-radius: 0rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}

.owner__agent-price input:focus {
    outline: none;
}

.owner__line {
    position: relative;
}

.individual__wrapper {
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3.875rem;
}

.individual__body-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.individual__body-line:not(:last-child) {
    margin-bottom: 0.625rem;
}

.individual__price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.individual__money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.individual__money :first-child {
    color: #487791;
    font-weight: 500;
    text-transform: uppercase;
}

.individual__agent-name {
    text-transform: capitalize;
}

.individual__changes-btn {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.individual__add-button {
    color: #90bfdb;
    line-height: 1.2;
    font-weight: 500;
    padding: 0.625rem 0.3125rem;
    font-size: 0.875rem;
    border-radius: 1.3125rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease;
}

.individual__add-button:active {
    color: #fff;
    background-color: #109eee;
    border-radius: 1.3125rem;
}

.form__line-owner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
}

.page__access-details {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.access-details__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.access-details__form {
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

.access-details__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.access-details__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem 1.875rem;
}

.access-details__agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
}

.access-details__agent h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.access-details__agent-about {
    margin-top: 0.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    color: #487791;
    font-size: 0.875rem;
    line-height: 1.2;
}

.access-details__agent-about a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.access-details__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
}

.access-details__status h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

.access-details__status p {
    margin-top: 0.1875rem;
    font-size: 0.875rem;
}

.access-details__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.access-details__wrapper h3 {
    font-weight: 700;
    line-height: 1.2;
}

.access-details__wrapper h3:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.access-details__table {
    background-color: #fcfcfc;
}

.access-details__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.access-details__tr {
    display: grid;
    grid-template-columns: 16.393443% 16.393443% 22.495446% 22.495446% auto;
}

.access-details__tr th {
    padding: 1rem 0.5rem;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    grid-template-columns: 1fr auto;
    min-height: 3.9375rem;
}

.access-details__tr th div {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.access-details__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.access-details__tr td {
    padding: 0.90625rem 0.5rem;
    min-height: 3.375rem;
    line-height: 1.5;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr;
}

.access-details__tbody {
    background-color: #fff;
}

.access-details__id {
    font-size: 12px;
}

.access-details__id a {
    text-decoration: underline;
    -webkit-transition: text-decoration-color 0.3s ease;
    transition: text-decoration-color 0.3s ease;
    display: inline-block;
}

.access-details__id a:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__date {
    font-size: 0.875rem;
}

.access-details__date p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__boat {
    font-size: 12px;
}

.access-details__boat p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__price {
    font-size: 0.875rem;
}

.access-details__price p span {
    text-transform: uppercase;
}

.access-details__price p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__status-paid {
    font-size: 0.875rem;
}

.access-details__status-paid p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.access-details__history {
    max-width: 37.8125rem;
}

.page__agents {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.agents__header:not(:last-child) {
    margin-bottom: 1.6875rem;
}

.agents__form {
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    padding: 0.625rem;
}

.agents__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.agents__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65.482696%;
    flex: 0 1 65.482696%;
    /* 719/1098 */
    display: grid;
    grid-template-columns: 29.624478% 22.3% 25.77% 11.5625rem;
    /* 111/719 */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0.625rem;
}

.agents__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.624478%;
    flex: 0 1 29.624478%;
    /* 213/719 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.agents__line--name input {
    padding: 0.53125rem 0.625rem 0.53125rem 0.625rem;
}

.agents__line label {
    color: rgba(10, 54, 71, 0.6);
    font-size: 0.875rem;
    line-height: 1.5;
}

.agents__line input {
    width: 100%;
    padding: 0.59375rem 2.375rem 0.59375rem 0.625rem;
    border-radius: 0.125rem !important;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    color: #0a3647;
    font-size: 0.875rem;
    line-height: 1.5;
    outline: 0.0625rem solid transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.agents__line-input {
    position: relative;
}

.agents__line-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.375rem;
    z-index: 2;
    font-size: 12px;
    color: #90bfdb;
}

.calendar-open .agents__line-input input {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.agents__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.253129%;
    flex: 0 1 22.253129%;
    /* 160/719 */
}

.agents__select label {
    color: rgba(10, 54, 71, 0.6);
    font-size: 0.875rem;
    line-height: 1.5;
}

.agents__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 54.137931%;
    flex: 0 1 54.137931%;
    /* 157/290 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.agents__ations {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 26.411658%;
    flex: 0 1 26.411658%;
    /* 290/1098 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

.agents__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.agents__wrapper {
    max-width: 100%;
}

.agents__table {
    background-color: #fcfcfc;
    color: #0a3647;
}

.agents__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.agents__tr {
    display: grid;
    grid-template-columns: 13.934426% 4.553734% 15.482696% 18.214936% 13.479053% 12.386157% auto;
    min-height: 3.9375rem;
}

.agents__tr th {
    padding: 0.3625rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    min-height: 3.9375rem;
}

.agents__tr th div {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.agents__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.agents__tr th img {
    max-width: 100%;
}

.agents__tr th:nth-of-type(2) {
    justify-items: center;
    gap: 0rem;
}

.agents__tr td {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.9375rem;
    padding: 0.5rem;
}

.agents__tbody {
    background-color: #fff;
    font-size: 0.875rem;
}

.agents__letter-status {
    justify-items: center;
}

.agents__letter-status img {
    max-width: 100%;
}

.agents__user-name {
    text-transform: capitalize;
}

.agents__table-checkbox {
    justify-items: center;
    align-self: center;
    display: grid;
}

.agents__actions {
    padding: 0rem !important;
}

.page__booking-details {
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    transition: padding 0.3s ease;
}

.booking-details__header:not(:last-child) {
    margin-bottom: 1.6875rem;
}

.booking-details__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking-details__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.booking-details__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 43.078324%;
    flex: 0 1 43.078324%;
    /* 473/1098 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

.booking-details__general-info {
    border-radius: 0.625rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem 0.625rem;
}

.booking-details__general-info--second:not(:last-child) {
    margin-bottom: 1.25rem;
}

.booking-details__sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.booking-details__sub-title span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.463125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.booking-details__sub-title._spoller-active span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.booking-details__top {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.booking-details__down {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
}

.booking-details__lines-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.booking-details__lines-wrapper--agent {
    gap: 1.25rem 0.625rem;
    padding-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.booking-details__lines {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.booking-details__lines--agent {
    display: grid;
    grid-template-columns: 1fr;
}

.booking-details__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.booking-details__line label {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(10, 54, 71, 0.6);
}

.booking-details__line .input {
    padding: 0.59375rem 0.625rem;
    border-radius: 0.125rem;
    outline: none;
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    font-family: "GothamPro";
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
}

.booking-details__line .input::-webkit-input-placeholder {
    color: #0a3647;
}

.booking-details__line .input::-moz-placeholder {
    color: #0a3647;
}

.booking-details__line .input:-ms-input-placeholder {
    color: #0a3647;
}

.booking-details__line .input::-ms-input-placeholder {
    color: #0a3647;
}

.booking-details__line .input::placeholder {
    color: #0a3647;
}

.booking-details__line .input--check {
    color: #487791;
    background-color: #f2f6f8;
}

.booking-details__line textarea {
    outline: none;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    border-radius: 0.125rem;
    min-height: 2.625rem;
    padding: 0.59375rem 0.625rem;
    resize: vertical;
    font-size: 0.875rem;
}

.booking-details__line--agent textarea {
    height: 100%;
}

.booking-details__input-calendar {
    position: relative;
}

.booking-details__input-calendar span {
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #90bfdb;
    font-size: 12px;
}

.booking-details__input-calendar .input {
    padding: 0.59375rem 2.375rem 0.59375rem 0.625rem;
}

.booking-details__client {
    background-color: #fff;
    border-radius: 0.625rem;
    padding: 1.25rem 0.625rem;
}

.booking-details__client .booking-details__line .input {
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
}


.price__options:not(:last-child) {
    margin-bottom: 1.25rem;
}

.chargeable-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 1.25rem 0.625rem;
}

.chargeable-options__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chargeable-options__input-cash {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.chargeable-options__input-cash:focus-visible + .options__wrapper {
    -webkit-box-shadow: 0 0 0.3125rem #90bfdb;
    box-shadow: 0 0 0.3125rem #90bfdb;
}

.chargeable-options__input-cash:hover ~ .chargeable-options__wrapper-cash .chargeable-options__label-cash {
    background-color: #deecf4;
}

.chargeable-options__input-cash:checked ~ .chargeable-options__wrapper-cash .chargeable-options__label-cash:after {
    -webkit-transform: translateX(calc(-100% - 0.1875rem)) scale(1.1);
    -ms-transform: translateX(calc(-100% - 0.1875rem)) scale(1.1);
    transform: translateX(calc(-100% - 0.1875rem)) scale(1.1);
}

.chargeable-options__input-cash:disabled ~ .chargeable-options__wrapper-cash .chargeable-options__label-cash {
    opacity: 0.3;
}

.chargeable-options__input-cash:disabled ~ .chargeable-options__wrapper-cash {
    cursor: not-allowed;
}

.chargeable-options__wrapper-cash {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.625rem;
}

.chargeable-options__label-cash {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.125rem;
    flex: 0 0 2.125rem;
    width: 2.125rem;
    height: 1.125rem;
    border-radius: 0.8125rem;
    background-color: #f2f6f8;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 0.1875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.chargeable-options__label-cash::after {
    content: "";
    position: absolute;
    right: 0.1875rem;
    top: 0.1875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0.75rem;
    flex: 0 0 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #90bfdb;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.chargeable-options__text-cash {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -ms-flex-item-align: center;
    align-self: center;
}

.chargeable-options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.chargeable-options__input:focus-visible + .options__wrapper {
    -webkit-box-shadow: 0 0 0.3125rem #90bfdb;
    box-shadow: 0 0 0.3125rem #90bfdb;
}

.chargeable-options__input:checked ~ .chargeable-options__wrapper .chargeable-options__icon {
    background: #90bfdb url("../img/check-arrow.svg") center/70% no-repeat;
}

.chargeable-options__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    background-color: #f2f6f8;
    border-radius: 0.625rem;
    padding: 1.25rem 0.625rem;
}

.chargeable-options__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid #90bfdb;
    border-radius: 0.1875rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.chargeable-options__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.chargeable-options__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.chargeable-options__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    color: #487791;
    font-size: 12px;
    line-height: 1.5;
}

.chargeable-options__price-value {
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.chargeable-options__price-value span {
    text-transform: uppercase;
    white-space: nowrap;
}

.chargeable-options__table {
    padding: 1.25rem 0rem;
    border-top: 0.0625rem solid rgba(144, 191, 219, 0.5);
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.chargeable-options__line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.chargeable-options__line p {
    text-align: right;
    color: #487791;
}

.chargeable-options__total-line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.chargeable-options__total-line p {
    text-align: right;
}

.chargeable-options__payments {
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(144, 191, 219, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.chargeable-options__payments h4 {
    color: #487791;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.chargeable-options__about-payments {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.chargeable-options__text-payments {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.chargeable-options__abb-btn {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.chargeable-options__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chargeable-options__btn {
    border-radius: 6.25rem;
    border: 0.125rem solid #109eee;
    background-color: #fff;
    padding: 0.6625rem 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #109eee;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.chargeable-options__btn:disabled {
    color: #fff;
    background-color: #109eee;
    opacity: 0.3;
    cursor: not-allowed;
}

.period__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
}

.period__container .aside {
    background-color: #03171f;
    border-radius: 0rem 1.25rem 1.25rem 0rem;
    -webkit-box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    box-shadow: 0rem 0.4375rem 0.5rem 0rem rgba(72, 119, 145, 0.2), 0rem 0.3125rem 1.375rem 0rem rgba(72, 119, 145, 0.12), 0rem 0.75rem 1.0625rem 0rem rgba(72, 119, 145, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.period__container .aside__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6125rem;
}

.menu-open .period__container .aside__logo {
    gap: 0rem;
}

.menu-open .period__container .aside__button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.period__container .aside__menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0.9375rem;
    overflow-y: auto;
    scrollbar-width: none;
}

.period__container .aside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.period__container .aside__link {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    padding: 0.3125rem 0.625rem;
}

.period__container .aside__link._spoller-active {
    color: #fff;
    background-color: #0a3647;
}

.period__container .aside__link._spoller-active .aside__link-icon {
    background-color: #fff;
    color: #109eee;
}

.period__container .aside__link._spoller-active .aside__link-text {
    color: #fff;
}

.period__container .aside__link._spoller-active .aside__link-info span {
    color: #90bfdb;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.menu-open .period__container .aside__link {
    gap: 0rem;
}

.period__container .aside__link-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #0a3647;
    color: #90bfdb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.period__container .aside__link-text {
    font-weight: 500;
    line-height: 1.2;
    color: #90bfdb;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease;
    transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.menu-open .period__container .aside__link-text {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.period__container .aside__link-status {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #39d11e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
}

.menu-open .period__container .aside__link-status {
    opacity: 1;
    visibility: visible;
}

.period__container .aside__link-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.619048%;
    flex: 0 1 22.619048%;
    /* 57/252 */
    -webkit-transition: -webkit-flex-basis 0.3s ease;
    transition: -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}

.period__container .aside__link-info span {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: transparent;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-flex-basis 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-flex-basis 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, flex-basis 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, flex-basis 0.3s ease, width 0.3s ease, height 0.3s ease, transform 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}

.menu-open .period__container .aside__link-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0rem;
    flex: 0 0 0rem;
    gap: 0rem;
}

.menu-open .period__container .aside__link-info span {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0rem;
    flex-basis: 0rem;
    width: 0rem;
    height: 0rem;
    font-size: 0rem;
}

.period__container .aside__link-value {
    border-radius: 1.3125rem;
    background-color: #39d11e;
    padding: 0.125rem 0.3125rem 0rem 0.3125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #0a3647;
    min-width: 1.8125rem;
    min-height: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, flex-basis 0.3s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease;
    transition: background-color 0.2s ease, color 0.2s ease, flex-basis 0.3s ease, min-width 0.3s ease, min-height 0.3s ease, padding 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}

.menu-open .period__container .aside__link-value {
    font-size: 0rem;
    min-width: 0rem;
    min-height: 0rem;
    color: transparent;
    padding: 0rem;
    background-color: transparent;
}

.period__container .aside__sub-menu {
    padding-left: 0.75rem;
    position: relative;
}

.period__container .aside__sub-menu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 0.0625rem;
    height: calc(100% - 10px);
    background-color: #90bfdb;
}

.period__container .aside__sub-padding {
    height: 0.625rem;
}

.period__container .aside__sub-item:not(:last-child) {
    margin-bottom: 0.625rem;
}

.period__container .aside__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #90bfdb;
    line-height: 1.429;
    padding: 0.5rem 0.625rem;
    border-radius: 0.125rem;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 100%;
}

.period__container .aside__sub-value {
    border-radius: 1.3125rem;
    background-color: #39d11e;
    padding: 0.125rem 0.3125rem 0rem 0.3125rem;
    font-weight: 500;
    line-height: 1.2;
    color: #0a3647;
    min-width: 1.8125rem;
    min-height: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.period__container .aside__user {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid #90bfdb;
    -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
    transition: margin-left 0.3s ease, margin-right 0.3s ease;
}

.period__container .user-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
}

.period__container .user-aside__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4375rem;
    padding-left: 0.4375rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.menu-open .period__container .user-aside__account {
    gap: 0rem;
}

.period__container .user-aside__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}

.period__container .user-aside__image img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.period__container .user-aside__status {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #39d11e;
    z-index: 3;
}

.period__container .user-aside__about {
    color: #90bfdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.period__container .user-aside__about h3 {
    font-weight: 700;
}

.menu-open .period__container .user-aside__about h3,
.menu-open .period__container .user-aside__about p {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.period__container .user-aside__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0.75rem;
}

.period__container .user-aside__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 0.3125rem 0.625rem;
    border-radius: 0.125rem;
    background-color: #03171f;
}

.period__container .user-aside__button::before {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0a3647;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.period__container .user-aside__button span {
    color: #90bfdb;
    font-weight: 500;
    line-height: 1.2;
}

.menu-open .period__container .user-aside__button span {
    font-size: 0rem;
    gap: 0rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    width: 0px;
    height: 0px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.menu-open .period__container .user-aside__button {
    gap: 0rem;
}

.period__calendar {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.calendar__header:not(:last-child) {
    margin-bottom: 1.6875rem;
}

.calendar__form {
    border-radius: 0.625rem;
    background-color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0.625rem;
    padding: 0.625rem;
}

.calendar__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.calendar__line-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.358834%;
    flex: 0 1 28.358834%;
    /* 520/1098 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 0.625rem;
}

.calendar__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41.747573%;
    flex: 0 1 41.747573%;
    /* 215/515 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
    font-size: 0.875rem;
}

.calendar__line label {
    color: rgba(10, 54, 71, 0.6);
    line-height: 1.5;
}

.calendar__line input {
    width: 100%;
    padding: 0.59375rem 2.6875rem 0.59375rem 0.625rem;
    line-height: 1.5;
    cursor: pointer;
}

.calendar__line-input {
    position: relative;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

.calendar-open .calendar__line-input {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.calendar__line-input._form-focus {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.calendar__line-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.375rem;
    font-size: 12px;
    color: #90bfdb;
    pointer-events: none;
}

.calendar__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 31.456311%;
    flex: 0 1 31.456311%;
    /* 162/515 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

.calendar__select label {
    color: rgba(10, 54, 71, 0.6);
    font-size: 0.875rem;
    line-height: 1.5;
}

.calendar__filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21.941748%;
    flex: 0 1 21.941748%;
    /* 113/515 */
    margin-left: 0.625rem;
}

.calendar__ations {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.calendar__button {
    padding: 0.78125rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 0.3125rem;
}

.calendar__wrapper {
    max-width: 100%;
}

.calendar__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.calendar__table {
    background-color: #fcfcfc;
}

.calendar__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.calendar__tr {
    display: grid;
    grid-template-columns: 17.12204% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.calendar__tr th {
    padding: 0.875rem 0.5625rem;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 4.4375rem;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.calendar__tr td {
    min-height: 4.4375rem;
}

.calendar__today {
    background-color: #f2f6f8;
}

.calendar__tbody {
    background-color: #fff;
}

.calendar__boat-about {
    background-color: #fcfcfc;
}

.calendar__today-value {
    background-color: #f2f6f8;
    padding: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.calendar__day-value {
    padding: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    position: relative;
}

.calendar__about-booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    line-height: 1.3;
    color: #487791;
}

.calendar__total-price span {
    text-transform: uppercase;
}

.calendar__options {
    color: #487791;
    font-size: 0.75rem;
    line-height: 1.2;
}

.calendar__options p:not(:last-child) {
    margin-bottom: 0.625rem;
}

.calendar__add {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.875rem;
    color: #90bfdb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.875rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 1.3125rem;
    padding: 0.625rem 0.3125rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.5625rem;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.calendar__add:focus {
    background-color: #109eee;
    color: #fff;
}

.calendar__booking-status {
    background-color: #eaeaee;
    padding: 0.5rem;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    font-size: 0.875rem;
}

.calendar__booking-status h3 {
    line-height: 1.2;
}

.calendar__booking-status--not-paid {
    background-color: #f8e8e7;
}

.calendar__booking-status--paid {
    background-color: #e0eeeb;
}

.calendar__booking-status-hold {
    background-color: #bdc4c7;
}

.boat-about {
    padding: 1rem;
}

.boat-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    font-size: 0.875rem;
}

.boat-about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.boat-about__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.boat-about__ship-name {
    display: inline-block;
    font-weight: 500;
    line-height: 1.3;
    /* 18.2px */
    text-decoration-line: underline;
}

.boat-about__ship-name:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.boat-about__rent-company {
    line-height: 1.2;
}

.boat-about__rent-company:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.boat-about__max-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    line-height: 1.2;
}

.boat-about__max-people:not(:last-child) {
    margin-bottom: 0.3125rem;
}

.page__boats {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.boats__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.boats__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.boats__wrapper {
    width: 100%;
}

.boats__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.boats__table {
    background-color: #fcfcfc;
    overflow: hidden;
}

.boats__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.boats__tr {
    display: grid;
    grid-template-columns: 3.642987% 9.021858% 16.664845% 14.939891% 8.477231% 8.386157% 9.579235% 12% 9% 1fr;
}

.boats__tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    padding: 0.5rem;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    min-height: 3.9375rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.boats__tr th:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boats__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.boats__tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.625rem;
    font-size: 0.875rem;
    text-align: center;
}

.boats__tbody {
    background-color: #fff;
}

.boats__checkbox {
    -ms-flex-item-align: center;
    align-self: center;
}

.boats__image {
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    padding-bottom: 5rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.boats__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.boats__button {
    padding: 0.7875rem 0.125rem;
    font-size: 0.875rem;
}

.page__companies {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.companies .form-small__body {
    gap: 1.25rem;
}

.companies__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.companies__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.companies__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.companies__table {
    background-color: #fcfcfc;
}

.companies__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.companies__tr {
    display: grid;
    grid-template-columns: 20.400729% 16.939891% 16.939891% 1fr 22.222222%;
    /* 244/1098 */
}

.companies__tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.9375rem;
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #487791;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.companies__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.companies__tr td {
    min-height: 3.9375rem;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.companies__tr td:not(.companies__contacts) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.companies__tbody {
    background-color: #fff;
}

.companies__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.companies__boats-info p {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.companies__access-status {
    padding: 0rem !important;
}

.page__bookings {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.bookings__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.bookings__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.bookings__wrapper {
    width: 100%;
}

.bookings__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.bookings__table {
    background-color: #fcfcfc;
    overflow: hidden;
}

.bookings__thead--check .bookings__tr {
    grid-template-columns: 3.619% 12.53% 15.18% 16.42% 11.3% 19.51% 12% auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookings__thead--check .bookings__tr th:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bookings__tr {
    display: grid;
    grid-template-columns: 12.932605% 15.664845% 16.939891% 29.417122% 12.386157% auto;
}

.bookings__tr th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.1875rem 0.625rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.9375rem;
    padding: 0.5rem;
    color: #487791;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
}

.bookings__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bookings__tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.5rem;
    gap: 0rem 0.625rem;
    line-height: 1.5;
    min-height: 4.625rem;
}

.bookings__tr td:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bookings__tbody {
    background-color: #fff;
}

.bookings__tbody--check .bookings__tr {
    grid-template-columns: 3.619% 12.53% 15.18% 16.42% 11.3% 19.51% 12% auto;
}

.bookings__tbody--check .bookings__tr td:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bookings__table-checkbox {
    -ms-flex-item-align: center;
    align-self: center;
}

.main-admin__inv-table {
    background-color: #fcfcfc;
}

.main-admin__inv-road th {
    min-height: 3.9375rem;
    padding: 0.6875rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
    color: #487791;
}

.main-admin__inv-road th button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.463125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #90bfdb;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.main-admin__inv-road th:first-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-admin__inv-road td {
    min-height: 3.9375rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
}

.main-admin__inv-road td:first-of-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-admin__inv-tbody {
    background-color: #fff;
}

.calendar__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calendar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.bookings-admin__wrapper {
    width: 100%;
}

.bookings-admin__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.bookings-admin__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.bookings-admin__table {
    background-color: #fcfcfc;
    overflow: hidden;
}

.bookings-admin__tr {
    display: grid;
    grid-template-columns: 3.642987% 5.464481% 7.097361% 16.651501% 16.666667% 6.648452% 7.103825% 8.743169% 8.5% 11.29326% auto;
    /* 124/1098 */
}

.bookings-admin__tr th {
    min-height: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #487791;
}

.bookings-admin__tr th:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bookings-admin__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bookings-admin__tr td {
    min-height: 3.9375rem;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.bookings-admin__tr td:first-child {
    justify-items: center;
}

.bookings-admin__tbody {
    background-color: #fff;
}

.bookings-admin__tbody tr {
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.requests__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
}

.requests__body {
    padding: 2.5rem 0.75rem 0.75rem 0.75rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 80.4%;
    flex: 1 1 80.4%;
    position: relative;
    z-index: 1;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.requests__header:not(:last-child) {
    margin-bottom: 1.25rem;
}

.requests__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.requests__wrapper {
    width: 100%;
}

.requests__wrapper:not(:last-child) {
    margin-bottom: 1.25rem;
}

.requests__table {
    background-color: #fcfcfc;
    overflow: hidden;
}

.requests__tr {
    display: grid;
    grid-template-columns: 5.100182% 6.921676% 8.652095% 24.134791% 24.134791% 10.200364% 11.111111% auto;
}

.requests__tr th {
    min-height: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5625rem;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #487791;
}

.requests__tr th:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.requests__tr th button {
    font-size: 12px;
    color: #90bfdb;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.requests__tr td {
    min-height: 3.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
}

.requests__tr td:first-child {
    justify-items: center;
}

.requests__tbody {
    background-color: #fff;
}

.notif__form {
    border-radius: 0.625rem;
    background-color: #fff;
    padding: 0.75rem 0.625rem;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.notif__form:not(:last-child) {
    margin-bottom: 1.25rem;
}

.notif__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.notif__line label {
    color: rgba(10, 54, 71, 0.4);
    font-size: 0.875rem;
    display: inline-block;
}

.notif__line label:not(:last-child) {
    margin-bottom: 0.375rem;
}

.notif__line .select {
    width: 100%;
}

.notif__line .select:not(:last-child) {
    margin-bottom: 0.375rem;
}

.notif__line input {
    width: 100%;
    cursor: pointer;
    padding: 0.59375rem 3rem 0.59375rem 0.625rem;
    font-size: 0.875rem;
    border-radius: 0.125rem;
    border: 0.0625rem solid rgba(144, 191, 219, 0.3);
    line-height: 1.5;
    font-family: "GothamPro";
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.notif__line input::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.notif__line input::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.notif__line input:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.notif__line input::-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.notif__line input::placeholder {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "GothamPro";
}

.calendar-open .notif__line input {
    border: 0.0625rem solid rgba(144, 191, 219, 0.5);
}

.notif__line-input {
    position: relative;
}

.notif__line-input span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.375rem;
    pointer-events: none;
    font-size: 12px;
    color: #90bfdb;
}

.notif__checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.notif__wrapper {
    max-width: 100%;
}

.notif__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.notif__thead {
    color: #487791;
}

.notif__thead button {
    font-size: 0.463125rem;
    color: #90bfdb;
}

.notif__tr {
    display: grid;
    grid-template-columns: 3.75rem 13.114754% 11.111111% 1fr 19.854281%;
    -webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease-out, -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, background-color 0.3s ease-out;
    transition: box-shadow 0.3s ease, background-color 0.3s ease-out, -webkit-box-shadow 0.3s ease;
}

.notif__tr th {
    padding: 0.875rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 3.9375rem;
}

.notif__tr th:not(:first-child) {
    gap: 0.625rem;
}

.notif__tr th :first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notif__tr td {
    min-height: 3.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
}

.notif__tr td:first-child {
    justify-items: center;
}

.notif__tr.read {
    font-weight: 500;
}

.notif__tr.unread {
    font-weight: 400;
    background-color: #f2f6f8;
}

.notif__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    color: #109eee;
}

.notif__mark::before {
    color: #90bfdb;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.notif__mark span {
    display: inline-block;
    padding-top: 0.1875rem;
}

.set-up__wrapper {
    max-width: 100%;
}

.set-up__table {
    background-color: #fff;
}

.set-up__table:not(:last-child) {
    margin-bottom: 1.25rem;
}

.set-up__line-header {
    background: #fcfcfc;
    min-height: 3.9375rem;
    display: grid;
    grid-template-columns: 58.014572% 10.928962% 1fr 11.657559%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #487791;
}

.set-up__line-header:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.set-up__line-header div {
    padding: 0.625rem;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    border-top: 1px solid #90bfdb;
    border-bottom: 1px solid #90bfdb;
    border-left: 1px solid #90bfdb;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.set-up__line-header div:last-child {
    border-right: 1px solid #90bfdb;
}

.set-up__line-header div:not(:first-child) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.set-up__tr {
    display: grid;
    grid-template-columns: 58.014572% 10.928962% 1fr 11.657559%;
    min-height: 2.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 0.0625rem solid #90bfdb;
    border-left: 0.0625rem solid #90bfdb;
    border-bottom: 0.0625rem solid #90bfdb;
}

.set-up__tr .checkbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 0.0625rem solid #90bfdb;
}

.set-up__body {
    font-size: 0.875rem;
    font-size: 0.875rem;
}

.set-up__title-wrapper {
    display: grid;
    grid-template-columns: 58.014572% 1fr;
    min-height: 4.5rem;
    border-right: 0.0625rem solid #90bfdb;
    border-left: 0.0625rem solid #90bfdb;
    border-bottom: 0.0625rem solid #90bfdb;
}

.set-up__title-wrapper._spoller-active span::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.set-up__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.625rem;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

.set-up__title span {
    font-size: 0.463125rem;
    color: #90bfdb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.set-up__title span::before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.set-up__checkbox-wrapper {
    display: grid;
    grid-template-columns: 26.030369% 1fr 27.765727%;
    /* 128/461 */
}

.set-up__checkbox-wrapper .checkbox {
    border-left: 0.0625rem solid #90bfdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.set-up__sub-title {
    font-weight: 500;
    line-height: 1.2;
    padding: 0.625rem;
    color: #487791;
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid hsl(0, 0%, 87%);
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em;
    font-family: "GothamPro";
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.drop-up {
    margin-top: -7px;
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none;
}

.daterangepicker.single .drp-selected {
    display: none;
}

.daterangepicker.show-calendar .drp-calendar {
    display: block;
}

.daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
    padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .calendar-table .next span {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative;
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0;
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff;
}

/*  Larger Screen Styling */

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0.5s linear;
    transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (min-width: 61.99875em) {
    .page__owner {
        padding-bottom: 1.875rem;
    }
}

@media (min-width: 85.625em) {
    .main-admin__started-price form button {
        right: 1rem;
    }
}

@media (min-width: 320px) {
    .button-chancel {
        font-size: 0.875rem;
    }

    .select__title {
        font-size: 0.875rem;
    }

    .header-details__icon {
        position: relative;
        font-size: 5px;
    }

    .header-details__icon span {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        background-color: #39d11e;
        padding: 5px;
        border-radius: 100px;
        font-size: 9px;
    }

    .form--ivoices .form__body {
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form--ivoices .form__line--sender {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .form .form__search {
        width: 100%;
        position: relative;
    }

    .form .form__search button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0.375rem;
        font-size: 12px;
        color: #90bfdb;
    }

    .form .form__search input {
        border: 0.0625rem solid rgba(144, 191, 219, 0.3);
        -webkit-transition: border 0.3s ease, color 0.3s ease;
        transition: border 0.3s ease, color 0.3s ease;
        border-radius: 0.125rem !important;
        font-size: 0.875rem;
        line-height: 1.5;
        font-family: "GothamPro";
        width: 100%;
        font-weight: 400;
        color: #0a3647;
        padding: 0.59375rem 1.875rem 0.59375rem 0.625rem;
    }

    .form .form__search input::-webkit-input-placeholder {
        font-size: 0.875rem;
        line-height: 1.5;
        color: rgba(10, 54, 71, 0.4);
    }

    .form .form__search input::-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1.5;
        color: rgba(10, 54, 71, 0.4);
    }

    .form .form__search input:-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1.5;
        color: rgba(10, 54, 71, 0.4);
    }

    .form .form__search input::-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1.5;
        color: rgba(10, 54, 71, 0.4);
    }

    .form .form__search input::placeholder {
        font-size: 0.875rem;
        line-height: 1.5;
        color: rgba(10, 54, 71, 0.4);
    }

    .form .form__search input:focus {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .form .form__search input._form-focus {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .pagging__arrow {
        font-size: 0.75rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
    }

    .pagging__list {
        gap: 0.625rem;
    }

    .pagging__item {
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        color: #90bfdb;
        font-size: 0.875rem;
    }

    .aside__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.5rem;
        border-radius: 50%;
        background-color: rgba(144, 191, 219, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #90bfdb;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .aside__button::before {
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .aside__link-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
        flex: 0 0 2.125rem;
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.875rem;
        border-radius: 50%;
        background-color: #0a3647;
        color: #90bfdb;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .aside__link-text {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        color: #90bfdb;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        will-change: transform;
    }

    .aside__sub-menu::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        width: 0.0625rem;
        height: calc(100% - 10px);
        background-color: #90bfdb;
    }

    .aside__sub-padding {
        height: 0.625rem;
    }

    .aside__sub-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.3125rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #90bfdb;
        font-size: 0.875rem;
        line-height: 1.429;
        padding: 0.5rem 0.625rem;
        border-radius: 0.125rem;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
        width: 100%;
    }

    .user-aside__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
        flex: 0 0 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        border-radius: 50%;
    }

    .user-aside__image img {
        border-radius: 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .user-aside__status {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.625rem;
        flex: 0 0 0.625rem;
        width: 0.625rem;
        height: 0.625rem;
        background-color: #39d11e;
        z-index: 3;
    }

    .user-aside__about {
        color: #90bfdb;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.625rem;
    }

    .user-aside__about h3 {
        font-size: 0.875rem;
        font-weight: 700;
    }

    .user-aside__about p {
        font-size: 0.75rem;
    }

    .user-aside__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        padding: 0.3125rem 0.625rem;
        border-radius: 0.125rem;
        background-color: #03171f;
    }

    .user-aside__button::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
        flex: 0 0 2.125rem;
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.875rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #0a3647;
        color: #90bfdb;
        -webkit-transition: color 0.3s ease, background-color 0.3s ease;
        transition: color 0.3s ease, background-color 0.3s ease;
    }

    .user-aside__button span {
        color: #90bfdb;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .notification__value {
        font-size: 12px;
    }

    .notification__value span {
        font-size: 0.75rem;
    }

    .notification__bell {
    }

    .notification__bell::before {
        font-size: 12px;
        font-weight: 700;
    }

    .notification__bell span {
        position: absolute;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1.2;
        padding: 0.0625rem 0.375rem 0.0625rem 0.375rem;
        border-radius: 1.3125rem;
        background-color: #39d11e;
        top: 0%;
        left: 50%;
    }

    .notification__close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
    }

    .notification__close::before,
    .notification__close::after {
        content: "";
        position: absolute;
        width: 0.875rem;
        height: 0.125rem;
        background-color: #90bfdb;
        top: 50%;
        left: 50%;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .notification__close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .notification__close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .notification__body {
        padding-top: 8.875rem;
    }

    .notification__main-label {
        padding: 0.6875rem 1.1875rem;
        border-radius: 0.3125rem;
        background-color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.625rem;
    }

    .notification__main-label:before {
        content: "";
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 0.1875rem;
        border: 0.125rem solid rgba(144, 191, 219, 0.5);
        -webkit-transition: border 0.3s ease;
        transition: border 0.3s ease;
    }

    .notification__main-text {
        color: #109eee;
        font-size: 0.875rem;
        font-weight: 700;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .notification__label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        cursor: pointer;
        position: relative;
    }

    .notification__label:before {
        content: "";
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        border-radius: 0.1875rem;
        border: 0.125rem solid rgba(144, 191, 219, 0.5);
        -webkit-transition: border 0.3s ease;
        transition: border 0.3s ease;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
    }

    .notification__labels {
        color: #487791;
        font-size: 0.875rem;
        font-weight: 500;
        padding: 0.4375rem 0.75rem;
        border-radius: 0.3125rem;
    }

    .notification__text {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .notification__actions {
        gap: 1.25rem;
    }

    .main-admin__tfoot {
        min-height: 3.1875rem;
    }

    .main-admin__inv-road {
        display: grid;
        grid-template-columns: 5.100182% 13.661202% 13.76867% 18.76867% 10.378871% 12.378871% 10% auto;
        font-size: 0.875rem;
    }
}

@media (min-width: 320px) and (any-hover: hover) {
    .notification__text a:hover {
        text-decoration: underline;
    }
}

@media (min-width: 479.98px) {
    .options {
        padding: 1.25rem;
    }

    .popup--invite .popup__invite h4 {
        font-size: 14px;
    }

    .popup--individual-price .popup__content {
        padding: 2.5rem 2.5rem 2rem 2.5rem;
    }

    .booking-details__general-info {
        padding: 1.25rem;
    }

    .booking-details__client {
        padding: 1.25rem;
    }

    .chargeable-options {
        padding: 1.25rem;
    }
}

@media (min-width: 480px) {
    .notification {
        width: 21.375rem;
    }

    .notification__header {
        width: 21.375rem;
    }
}

@media (min-width: 489.98px) {
    .form-small__options-comp {
        margin-left: 0.625rem;
    }
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 140px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none;
    }

    .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
        float: left;
    }

    .daterangepicker {
        direction: ltr;
        text-align: left;
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }

    .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
        float: left;
    }
}

@media (min-width: 600px) {
    .charg-opt__options {
        grid-template-columns: repeat(2, 1fr);
    }

    .charg-opt__wrapper {
        padding: 1.25rem;
    }

    .booking-details__lines {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 650px) {
    .popup--filters .popup__content,
    .popup--filters-notif .popup__content {
        padding: 1.25rem;
    }

    .popup--filters .filters__form,
    .popup--filters-notif .filters__form {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker .ranges {
        float: left;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

@media (min-width: 767.98px) {
    .options__wrapper {
        gap: 1.25rem;
    }

    .popup__close {
        top: 1.25rem;
        right: 1.25rem;
    }

    .popup--invite .invite__button {
        margin-top: 1.875rem;
    }

    .popup--filters-notif .filters__form {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .popup--filters-notif .filters__line {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    }

    .popup--offline-booking .popup__content {
        padding: 3rem 2.5rem 2.5rem 2.5rem;
    }

    .popup--offline-booking .popup__charg-opt:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--offline-booking .popup__total-price:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--offline-booking .popup__action {
        gap: 1.25rem;
    }

    .popup--offline-booking .popup__action:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--out-of .popup__content {
        padding: 3rem 2.5rem 2.5rem 2.5rem;
    }

    .popup--out-of .popup__top-line {
        grid-template-columns: 1fr 35%;
    }

    .header-details__notifications {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .header-details__text {
        color: #487791;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.5;
        opacity: 0;
        visibility: hidden;
    }

    .aside__mob-button {
        display: none;
    }
    .menu-open .aside__mob-button{
        display: block;
    }
    .lock .aside__mob-button{
        display: none!important;
    }

    .page__main-admin {
        padding-left: 0.625rem;
    }

    .page__access-details {
        padding-left: 0.625rem;
    }

    .page__agents {
        padding-left: 0.625rem;
    }

    .page__booking-details {
        padding-left: 0.625rem;
    }

    .chargeable-options__wrapper {
        gap: 0.9375rem;
    }

    .period__calendar {
        padding-left: 0.625rem;
    }

    .page__boats {
        padding-left: 0.625rem;
    }

    .page__companies {
        padding-left: 0.625rem;
    }

    .page__bookings {
        padding-left: 0.625rem;
    }

    .requests__body {
        padding-left: 0.625rem;
    }
}

@media (min-width: 767.98px) and (any-hover: hover) {
    .header-details__notifications:hover {
        background-color: #fff;
    }

    .header-details__notifications:hover .header-details__text {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1310px) {
    .aside__mob-button{
        display: block;
    }
    .lock .aside__mob-button{
        display: none;
    }
}

@media (min-width: 991.98px) {
    .popup--invite .popup__invite {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }

    .popup--new-booking-second .popup__content {
        padding: 3.75rem;
    }

    .popup--filters .filters__button,
    .popup--filters-notif .filters__button {
        margin-left: 0.625rem;
    }

    .popup--filters-notif .filters__button {
        margin-left: 0rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 10.3125rem;
        flex: 0 1 10.3125rem;
    }

    .form--ivoices .form__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50.05rem;
        flex: 0 1 50.125rem;
    }

    .form--ivoices .form__line--calendar {
        width: 13.3125rem;
    }

    .form--ivoices .form__line--sender {
        width: 10rem;
    }

    .form .form__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 178px;
        flex: 0 1 178px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .chargeable-options__wrapper {
        gap: 1.25rem;
    }

    .bookings__tr th,
    .bookings__tr td {
        padding: 0.5rem;
    }

    .main-admin__inv-road {
        grid-template-columns: 5.100182% 13.661202% 22.76867% 22.76867% 8.378871% 8.378871% 12% auto;
    }

    .notif__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem;
    }

    .notif__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.3125rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .notif__line .select {
        width: 179px;
    }

    .notif__line {
        width: 11.1875rem;
    }

    .notif__filters {
        margin-left: 0.3125rem;
    }
}

@media (min-width: 991px) {
    .bookings__thead--check .bookings__tr {
        grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .bookings__tbody--check .bookings__tr {
        grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .main-admin__started-price .changes-button input {
        font-size: 12px;
    }

    .main-admin__started-price .changes-button button {
        font-size: 12px;
    }

    .page__access-details {
        padding-top: 1.875rem;
    }

    .page__agents {
        padding-top: 1.875rem;
    }

    .page__booking-details {
        padding-top: 1.875rem;
    }

    .period__calendar {
        padding-top: 1.875rem;
    }

    .page__boats {
        padding-top: 1.875rem;
    }

    .page__companies {
        padding-top: 1.875rem;
    }

    .companies__tr th,
    .companies__tr td {
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    .page__bookings {
        padding-top: 1.875rem;
    }

    .requests__body {
        padding-top: 1.875rem;
    }
}

@media (min-width: 1025px) {
    .select_actions-table .select__title {
        font-size: 0.75rem;
    }

    .menu-open .user-aside__button span {
        font-size: 0rem;
        gap: 0rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .agents__tr th div {
        font-size: 0.625rem;
    }

    .agents__tbody {
        font-size: 0.625rem;
    }
}

@media (min-width: 1100px) {
    .booking-details__top {
        grid-template-columns: calc(25.3% - 20px) calc(25.3% - 20px) 1fr;
        /* 540/1098 */
    }

    .main-admin__inv-road {
        grid-template-columns: 5.100182% 13.661202% 22.76867% 22.76867% 8.378871% 8.378871% 12% auto;
    }
}

@media (min-width: 1200px) {
    .popup--invite .popup__invite {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .popup--new-booking-second .popup__content {
        padding: 6.25rem;
    }

    .form-small {
        padding: 1.25rem;
    }

    .agents__form {
        padding: 1.25rem;
    }

    .calendar__form {
        padding: 1.25rem;
    }

    .requests__tr th,
    .requests__tr td {
        padding: 1rem;
    }
}

@media (min-width: 1250px) {
    .boats__button {
        padding: 0.7875rem 0.6875rem;
    }
}

@media (min-width: 1290px) {
    .agents__body {
        grid-template-columns: 29.624478% 23% 23% 25%;
    }
}

@media (min-width: 1300px) {
    .select_actions-table .select__title {
        font-size: 0.875rem;
    }

    .agents__tr th div {
        font-size: 0.875rem;
    }

    .agents__tbody {
        font-size: 0.875rem;
    }

    .bookings__thead--check .bookings__tr {
        grid-template-columns: 3.619% 12.53% 15.18% 16.42% 11.3% 19.51% 12% auto;
    }

    .bookings__tbody--check .bookings__tr {
        grid-template-columns: 3.619% 12.53% 15.18% 16.42% 11.3% 19.51% 12% auto;
    }
}

@media (min-width: 1310px) {
    .main-admin__inv-road {
        grid-template-columns: 5.100182% 13.661202% 22.76867% 22.76867% 8.378871% 8.378871% 12% auto;
    }
}

@media (min-width: 1370px) {
    .select_actions-table .select__value {
        padding: 0rem 1rem;
    }

    .owner__tr th {
        padding: 1rem;
    }

    .access-details__tr th {
        padding: 1rem;
    }

    .access-details__tr td {
        padding: 0.90625rem 1rem;
    }

    .agents__tr th {
        padding: 0.3625rem 1rem;
    }

    .agents__tr td {
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 1380px) {
    .boats__tr th {
        padding: 1rem;
    }

    .boats__tr td {
        padding: 1rem;
    }

    .bookings__tr th,
    .bookings__tr td {
        padding: 1rem;
    }
}

@media (min-width: 1399px) {
    .companies__tr th,
    .companies__tr td {
        padding: 1rem;
        font-size: 0.875rem;
    }
}

@media (min-width: 90em) {
    .select__options {
        padding: 0.625rem;
    }

    .select__option {
        padding-right: 1.25rem;
    }

    .select__option {
        padding-left: 1.25rem;
    }

    .popup--invite .popup__invite h4:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .popup--new-booking .new-booking__popup h4:not(:last-child),
    .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--new-booking .new-booking__body:not(:last-child),
    .popup--new-booking-second .new-booking__body:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--new-booking .new-booking__total-price:not(:last-child),
    .popup--new-booking-second .new-booking__total-price:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .popup--new-booking .new-booking__price:not(:last-child),
    .popup--new-booking-second .new-booking__price:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
        margin-bottom: 3.125rem;
    }

    .form__actions {
        gap: 2.8125rem;
    }

    .aside__sub-menu {
        margin-left: 1.9375rem;
    }

    .aside__sub-menu {
        padding-left: 0.75rem;
    }

    .aside__user {
        padding-bottom: 1.9375rem;
    }

    .main-admin__started-price form p {
        left: 1rem;
    }

    .main-admin__agent-only {
        padding-left: 1rem;
    }

    .booking-details__top:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .period__container .aside__sub-menu {
        margin-left: 1.9375rem;
    }

    .period__container .aside__sub-menu {
        padding-left: 0.75rem;
    }

    .period__container .aside__user {
        padding-bottom: 1.9375rem;

    }
}

@media (min-width: 1440px) {
    .popup--new-booking .popup__content,
    .popup--new-booking-second .popup__content {
        padding: 3rem 2.5rem 2.5rem 2.5rem;
    }

    .form {
        padding: 1.25rem;
    }

    .page__main-admin {
        padding: 1.25rem 1.875rem;
    }

    .main-admin__tr th {
        padding: 0.875rem 1rem;
    }

    .main-admin__tr td {
        padding: 0.9rem 1rem;
    }

    .page__access-details {
        padding: 1.875rem;
    }

    .access-details__form {
        padding: 1.5625rem;
    }

    .page__agents {
        padding: 1.875rem;
    }

    .agents__body {
        grid-template-columns: 29.624478% 10rem 10rem 11.5625rem;
    }

    .page__booking-details {
        padding: 1.875rem;
    }

    .period__calendar {
        padding: 1.875rem;
    }

    .page__boats {
        padding: 1.875rem;
    }

    .page__companies {
        padding: 1.875rem;
    }

    .page__bookings {
        padding: 1.875rem;
    }

    .requests__body {
        padding: 1.875rem;
    }

    .notif__form {
        padding: rotate12 1.25rem;
    }

    .notif__tr th,
    .notif__tr td {
        padding: 0.875rem 1rem;
    }

    .set-up__line-header div {
        padding: 1rem;
    }

    .set-up__title {
        padding: 1rem;
    }

    .set-up__sub-title {
        padding: 1rem;
    }
}

@media (min-width: 1441px) {
    .button-chancel {
        font-size: 12px;
    }

    .notification {
        width: 25rem;
    }

    .notification__header {
        width: 25rem;
    }

    .notification__actions {
        gap: 1.875rem;
    }

    .access-details__date {
        font-size: 12px;
    }

    .access-details__price {
        font-size: 12px;
    }

    .access-details__status-paid {
        font-size: 12px;
    }
}

@media (min-width: 1920px) {
    .button {
        padding: 0.875rem 1rem;
        font-size: 13px;
    }

    .button::before {
        font-size: 14px;
        padding-right: 5px;
    }

    .button--priority {
        padding: 0.875rem 1rem;
    }

    .button--chancel {
        padding: 0.96875rem 1rem 0.84375rem 1rem;
    }

    .button--border-create {
        padding: 0.8125rem 1rem;
    }

    .button--down::before {
        font-size: 12px;
    }

    .button--remove {
        padding: 1.0625rem 1rem;
        font-size: 12px;
    }

    .button--remove::before {
        font-size: 12px;
    }

    .button-chancel {
        font-size: 12px;
    }

    .filters-button {
        padding: 0.65625rem 0.625rem 0.65625rem 0.875rem;
        font-size: 12px;
    }

    .filters-button::before {
        font-size: 12px;
    }

    .checkbox__label {
        gap: 0.9375rem;
    }


    .checkbox__text {
        font-size: 12px;
    }

    .options {
        padding: 1.5625rem;
    }

    .options__wrapper {
        font-size: 12px;
    }

    .options__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .options__icon::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .options__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
        flex: 0 0 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
    }

    .options-comp__label {
        gap: 0.5625rem;
    }

    .options-comp__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .options-comp__icon::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .options-comp__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
        flex: 0 0 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
    }

    .options-comp__text {
        font-size: 10px;
    }

    .select__title {
        font-size: 12px;
    }

    .select__value {
        min-height: 3.4375rem;
    }

    .select__value::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
        flex: 0 0 2.125rem;
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.625rem;
    }

    .select__options {
        font-size: 12px;
    }

    .select._select-checkbox .select__option {
        gap: 0.9375rem;
        font-size: 12px;
    }

    .select._select-checkbox .select__option::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .select_agents .select__value {
        min-height: 3.4375rem;
    }

    .select_actions-table .select__title {
        font-size: 12px;
    }

    .select_company .select__value {
        min-height: 3.0675rem;
    }

    .quantity {
        height: 3rem;
    }

    .quantity__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        gap: 0.5rem;
    }

    .quantity__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        gap: 0.625rem;
    }

    .quantity__button {
        font-size: 0.5625rem;
    }

    .quantity__input input {
        font-size: 12px;
    }

    .popup__close {
        height: 1.375rem;
        width: 1.375rem;
    }

    .popup--invite .popup__content {
        max-width: 39.3125rem;
    }

    .popup--invite .popup__content {
        max-width: 45.5625rem;
    }

    .popup--invite .popup__invite {
        max-width: 33.0625rem;
    }

    .popup--invite .popup__invite h4 {
        font-size: 2.625rem;
    }

    .popup--invite .invite__line {
        font-size: 12px;
        gap: 0.625rem;
    }

    .popup--invite .invite__line {
        font-size: 12px;
        gap: 0.875rem;
    }

    .popup--invite .invite__button {
        font-size: 12px;
    }

    .popup--invite .invite__button::before {
        font-size: 12px;
    }

    .popup--individual-price .popup__content {
        max-width: 33.25rem;
        padding: 2.5rem;
    }

    .popup--individual-price .popup__individual-price {
        max-width: 28.25rem;
        padding: 1.875rem;
    }

    .popup--individual-price .individual-price__form h4 {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__line label {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__line input {
        font-size: 12px;
        padding: 1.25rem 0.9375rem;
    }

    .popup--individual-price .individual-price__agents {
        padding: 1.875rem 0.9375rem;
    }

    .popup--individual-price .individual-price__agents h5 {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__body {
        height: 19.25rem;
    }

    .popup--individual-price .individual-price__label-name {
        gap: 0.9375rem;
    }

    .popup--individual-price .individual-price__label-name::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.375rem;
        flex: 0 0 1.375rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .popup--individual-price .individual-price__label-name {
        gap: 1.25rem;
    }

    .popup--individual-price .individual-price__label-name::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.625rem;
        flex: 0 0 1.625rem;
        width: 1.625rem;
        height: 1.625rem;
    }

    .popup--individual-price .individual-price__text-name {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__text-name {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__actions {
        gap: 1.875rem;
    }

    .popup--individual-price .individual-price__delite-btn {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__delite-btn::before {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__delite-btn {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__delite-btn::before {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__button {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__button::before {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__button {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__button::before {
        font-size: 12px;
    }

    .popup--new-booking .popup__content,
    .popup--new-booking-second .popup__content {
        max-width: 56.25rem;
    }

    .popup--new-booking .popup__close,
    .popup--new-booking-second .popup__close {
        width: 1.375rem;
        height: 1.375rem;
    }

    .popup--new-booking .popup__close::before,
    .popup--new-booking .popup__close::after,
    .popup--new-booking-second .popup__close::before,
    .popup--new-booking-second .popup__close::after {
        width: 1.375rem;
    }

    .popup--new-booking .new-booking__popup h4,
    .popup--new-booking-second .new-booking__popup h4 {
        font-size: 1.75rem;
    }

    .popup--new-booking .new-booking__top,
    .popup--new-booking-second .new-booking__top {
        grid-template-columns: 1fr 12.5rem 12.5rem;
    }

    .popup--new-booking .new-booking__line label,
    .popup--new-booking-second .new-booking__line label {
        font-size: 12px;
    }

    .popup--new-booking .new-booking__line--second input,
    .popup--new-booking-second .new-booking__line--second input {
        font-size: 12px;
        padding: 0.875rem 2.6875rem 0.875rem 0.625rem;
    }

    .popup--new-booking .new-booking__input-calendar input,
    .popup--new-booking .new-booking__input-calendar--second input,
    .popup--new-booking-second .new-booking__input-calendar input,
    .popup--new-booking-second .new-booking__input-calendar--second input {
        font-size: 12px;
        padding: 0.875rem 2.6875rem 0.875rem 0.625rem;
    }

    .popup--new-booking .new-booking__input-calendar--second input,
    .popup--new-booking-second .new-booking__input-calendar--second input {
        font-size: 12px;
        padding: 0.875rem 2.6875rem 0.875rem 0.625rem;
    }

    .popup--new-booking .new-booking__icon-calendar,
    .popup--new-booking-second .new-booking__icon-calendar {
        font-size: 12px;
        right: 0.75rem;
    }

    .popup--new-booking .new-booking__quantity,
    .popup--new-booking-second .new-booking__quantity {
        height: 3.5625rem;
    }

    .popup--new-booking .new-booking__body--second,
    .popup--new-booking-second .new-booking__body--second {
        grid-template-columns: repeat(2, 1fr);
    }

    .popup--new-booking .new-booking__price,
    .popup--new-booking-second .new-booking__price {
        font-size: 12px;
    }

    .popup--new-booking-second .popup__content {
        max-width: 46.875rem;
    }

    .popup--new-booking-second .new-booking__popup h4 {
        font-size: 2.625rem;
    }

    .popup--new-booking-second .new-booking__popup h4 {
        font-size: 2.875rem;
    }

    .popup--filters .popup__content,
    .popup--filters-notif .popup__content {
        max-width: 51.75rem;
        padding: 1.875rem;
    }

    .popup--filters .popup__content,
    .popup--filters-notif .popup__content {
        max-width: 58rem;
    }

    .popup--filters .filters__popup h4,
    .popup--filters-notif .filters__popup h4 {
        font-size: 12px;
    }

    .popup--filters .filters__line label,
    .popup--filters-notif .filters__line label {
        font-size: 12px;
    }

    .popup--filters .filters__line label:not(:last-child),
    .popup--filters-notif .filters__line label:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .popup--remove .popup__content {
        max-width: 34.75rem;
    }

    .popup--remove .popup__remove {
        max-width: 27.25rem;
    }

    .popup--request .popup__content {
        max-width: 34.75rem;
    }

    .popup--offline-booking .popup__content {
        padding: 3rem 2.5rem 2.5rem 2.5rem;
        max-width: 71.875rem;
    }

    .charg-opt__spoller-title {
        font-size: 12px;
    }

    .charg-opt__spoller-title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        position: relative;
    }

    .charg-opt__spoller-title span::before,
    .charg-opt__spoller-title span::after {
        width: 1.125rem;
    }

    .charg-opt__options {
        gap: 0.9375rem;
    }

    .charg-opt__wrapper {
        gap: 0.9375rem;
    }

    .charg-opt__label {
        font-size: 12px;
    }

    .charg-opt__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .charg-opt__icon::before,
    .charg-opt__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.375rem;
        flex: 0 0 1.375rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .charg-opt__price-title {
        font-size: 12px;
    }

    .charg-opt__per-book {
        font-size: 12px;
    }

    .charg-opt__price {
        font-size: 12px;
    }

    .popup--out-of .popup__content {
        max-width: 53.875rem;
    }

    .title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 1.875rem;
    }

    .table {
        font-size: 12px;
    }

    .ttl-popup {
        font-size: 1.75rem;
    }

    .label-pop {
        font-size: 12px;
    }

    .total-price {
        font-size: 12px;
        padding: 1.03125rem 0.625rem;
    }

    .calendar-input input {
        font-size: 12px;
        padding: 0.875rem 2.6875rem 0.875rem 0.625rem;
    }

    .calendar-input span {
        font-size: 12px;
        right: 0.75rem;
    }

    .popup__title {
        font-size: 1.75rem;
    }

    .popup__title::before {
        font-size: 2.3125rem;
    }

    .popup__text {
        font-size: 12px;
    }

    .boat-cell a {
        gap: 0.9375rem;
    }

    .boat-cell a div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
        flex: 0 0 3.125rem;
        width: 3.125rem;
        padding-bottom: 3.125rem;
    }

    .header-details__calendar {
        font-size: 12px;
    }

    .header-details__calendar::before {
        font-size: 12px;
    }

    .header-details__text {
        font-size: 12px;
    }

    .header-details__icon {
        font-size: 7px;
    }


    .form {
        padding: 1.5625rem;
    }

    .form__body {
        gap: 1.25rem;
    }

    .form__line label {
        font-size: 12px;
    }

    .form__line label:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .form--ivoices .form__body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 62.5rem;
        flex: 0 1 62.5rem;
    }

    .form--ivoices .form__line--calendar input {
        padding: 0.875rem 3rem 0.6875rem 0.9375rem;
        font-size: 12px;
    }

    .form .form__line-input span {
        font-size: 12px;
        right: 0.9375rem;
    }

    .form .form__search {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }

    .form .form__search button {
        font-size: 12px;
        right: 0.75rem;
    }

    .form .form__search input {
        padding: 9px 50px 10px 15px;
        font-size: 12px;
    }

    .form .form__search input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::-moz-placeholder {
        font-size: 12px;
    }

    .form .form__search input:-ms-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::-ms-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::placeholder {
        font-size: 12px;
    }

    .form-small {
        padding: 1.5625rem;
    }

    .form-small__body {
        gap: 1.25rem;
    }

    .form-small__line button {
        right: 0.75rem;
        font-size: 12px;
    }

    .form-small__line-input input {
        padding: 0.875rem 2.75rem 0.875rem 0.875rem;
        font-size: 12px;
    }

    .form-small__line-input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::-moz-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input:-ms-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::-ms-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::placeholder {
        font-size: 12px;
    }

    .form-small__actions {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .form-small__options-comp {
        gap: 1.75rem;
    }

    .pagging {
        gap: 1.25rem;
    }

    .pagging__arrow {
        font-size: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.375rem;
        flex: 0 0 1.375rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .pagging__list {
        gap: 1.25rem;
    }

    .pagging__item {
        font-size: 12px;
    }

    .history__title {
        padding: 1.875rem;
        font-size: 12px;
    }

    .history__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.5625rem;
    }

    .history__body {
        padding-bottom: 1.875rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .history__wrapper {
        gap: 1.5625rem;
        font-size: 12px;
    }

    .aside__logo {
        gap: 0.75rem;
    }

    .aside__logo-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .aside__logo-icon img {
        width: 2rem;
        height: 2rem;
    }

    .aside__logo-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 12.5rem;
        flex: 0 1 12.5rem;
        height: 1rem;
    }

    .aside__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
        flex: 0 0 2.125rem;
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.75rem;
    }

    .aside__list {
        gap: 1.125rem;
    }

    .aside__link-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
        width: 3rem;
        height: 3rem;
        font-size: 12px;
    }

    .aside__link-text {
        font-size: 12px;
    }

    .aside__sub-menu::before {
        height: calc(100% - 20px);
    }

    .aside__sub-padding {
        height: 1.25rem;
    }

    .aside__sub-link {
        font-size: 12px;
    }

    .user-aside {
        gap: 1.125rem;
    }

    .user-aside__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
        flex: 0 0 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
    }

    .user-aside__status {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0.875rem;
        flex: 0 0 0.875rem;
        width: 0.875rem;
        height: 0.875rem;
    }

    .user-aside__about h3 {
        font-size: 12px;
    }

    .user-aside__about p {
        font-size: 12px;
    }

    .user-aside__actions {
        gap: 1.125rem;
    }

    .user-aside__button::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
        width: 3rem;
        height: 3rem;
        font-size: 12px;
    }

    .user-aside__button span {
        font-size: 12px;
    }

    .notification {
        width: 34.375rem;
    }

    .notification__header {
        width: 34.375rem;
    }

    .notification__value {
        font-size: 12px;
    }

    .notification__value span {
        font-size: 12px;
    }

    .notification__bell::before {
        font-size: 1.75rem;
    }

    .notification__bell span {
        font-size: 12px;
    }

    .notification__close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
        flex: 0 0 1.875rem;
        width: 1.875rem;
        height: 1.875rem;
    }

    .notification__close::before,
    .notification__close::after {
        width: 1.25rem;
    }

    .notification__body {
        padding-top: 9.375rem;
    }

    .notification__main-label::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .notification__main-text {
        font-size: 12px;
    }

    .notification__label::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .notification__labels {
        font-size: 12px;
    }

    .notification__text {
        font-size: 12px;
    }

    .notification__actions {
        gap: 2.5rem;
    }

    .page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 21.875rem;
        flex: 0 1 21.875rem;
    }

    .main-admin__tr th {
        min-height: 5rem;
    }

    .main-admin__tr td {
        padding: 1rem;
    }

    .main-admin__tbody .main-admin__tr {
        min-height: 5.125rem;
    }

    .main-admin__started-price .changes-button input {
        font-size: 12px;
        padding-left: 5.625rem;
        padding-right: 4rem;
    }

    .main-admin__started-price .changes-button button {
        font-size: 12px;
    }

    .main-admin__agent-only {
        gap: 0.625rem;
    }

    .main-admin__agent-only button {
        font-size: 0.875rem;
    }

    .main-admin__agent-only button span {
        width: 10rem;
        font-size: 12px;
    }

    .main-admin__tfoot tr td {
        padding: 0.6875rem 1rem 0.625rem 1rem;
    }

    .owner__tr {
        font-size: 12px;
    }

    .owner__tr th {
        padding: 1.25rem 1rem;
        min-height: 5rem;
    }

    .owner__tr th div {
        font-size: 12px;
    }

    .owner__tr th button {
        font-size: 12px;
    }

    .owner__tr td {
        padding: 1.25rem;
    }

    .owner__agent-price input {
        padding: 1rem 1rem 1rem 5rem;
    }

    .individual__body-line {
        gap: 0.9375rem;
    }

    .individual__price {
        font-size: 12px;
        gap: 0.9375rem;
    }

    .individual__changes-btn {
        font-size: 12px;
    }

    .individual__add-button {
        padding: 0.625rem;
        font-size: 12px;
    }

    .access-details__agent {
        gap: 0.9375rem;
    }

    .access-details__agent h3 {
        font-size: 12px;
    }

    .access-details__agent {
        gap: 1.25rem;
    }

    .access-details__agent h3 {
        font-size: 12px;
    }

    .access-details__agent-about {
        gap: 0.9375rem;
        font-size: 12px;
    }

    .access-details__agent-about {
        gap: 1.25rem;
        font-size: 12px;
    }

    .access-details__status {
        gap: 0.9375rem;
    }

    .access-details__status h3 {
        font-size: 12px;
    }

    .access-details__status p {
        font-size: 12px;
    }

    .access-details__status {
        gap: 1.25rem;
    }

    .access-details__status h3 {
        font-size: 12px;
    }

    .access-details__status p {
        font-size: 12px;
    }

    .access-details__tr th {
        min-height: 5rem;
    }

    .access-details__tr th div {
        font-size: 12px;
    }

    .access-details__tr th button {
        font-size: 12px;
    }

    .access-details__tr td {
        padding: 1rem;
        font-size: 12px;
        min-height: 4.375rem;
    }

    .access-details__history {
        max-width: 56.25rem;
    }

    .agents__line {
        gap: 0.625rem;
    }

    .agents__line label {
        font-size: 12px;
    }

    .agents__line input {
        padding: 0.875rem 3rem 0.6875rem 0.9375rem;
        font-size: 12px;
    }

    .agents__line--name input {
        padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
    }

    .agents__line-input span {
        font-size: 12px;
        right: 0.9375rem;
    }

    .agents__select {
        gap: 0.625rem;
    }

    .agents__select label {
        font-size: 12px;
    }

    .agents__tr td {
        min-height: 5rem;
    }

    .agents__tr th {
        min-height: 5rem;
    }

    .agents__tr th div {
        font-size: 12px;
    }

    .agents__tr th button {
        font-size: 12px;
    }

    .agents__tr td {
        min-height: 5rem;
    }

    .agents__tbody {
        font-size: 12px;
    }

    .booking-details__general-info {
        padding: 1.5625rem;
    }

    .booking-details__sub-title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.5625rem;
    }

    .booking-details__line label {
        font-size: 12px;
    }

    .booking-details__line .input {
        font-size: 12px;
    }

    .booking-details__line textarea {
        font-size: 12px;
    }

    .booking-details__input-calendar span {
        font-size: 12px;
        right: 0.875rem;
    }

    .booking-details__input-calendar .input {
        padding: 0.59375rem 2.625rem 0.59375rem 0.625rem;
    }

    .booking-details__client {
        padding: 1.5625rem;
    }

    .chargeable-options {
        padding: 1.5625rem;
        gap: 1.5625rem;
    }

    .chargeable-options__input-cash:checked ~ .chargeable-options__wrapper-cash .chargeable-options__label-cash:after {
        -webkit-transform: translateX(calc(-100% - -0.0625rem)) scale(1.1);
        -ms-transform: translateX(calc(-100% - -0.0625rem)) scale(1.1);
        transform: translateX(calc(-100% - -0.0625rem)) scale(1.1);
    }

    .chargeable-options__label-cash {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.375rem;
        flex: 0 0 2.375rem;
        width: 2.375rem;
        height: 1.375rem;
    }

    .chargeable-options__label-cash::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
        flex: 0 0 1rem;
        width: 1rem;
        height: 1rem;
    }

    .chargeable-options__text-cash {
        font-size: 12px;
    }

    .chargeable-options__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.375rem;
        flex: 0 0 1.375rem;
        width: 1.375rem;
        height: 1.375rem;
    }

    .chargeable-options__title {
        font-size: 12px;
    }

    .chargeable-options__text {
        font-size: 12px;
    }

    .chargeable-options__price-value {
        font-size: 12px;
    }

    .chargeable-options__table {
        gap: 1.5rem;
    }

    .chargeable-options__line {
        font-size: 12px;
    }

    .chargeable-options__total-line {
        font-size: 12px;
    }

    .chargeable-options__payments {
        gap: 1.5625rem;
    }

    .chargeable-options__payments h4 {
        font-size: 12px;
    }

    .chargeable-options__text-payments {
        font-size: 12px;
        gap: 0.875rem;
    }

    .chargeable-options__text-payments {
        font-size: 12px;
        gap: 1.125rem;
    }

    .chargeable-options__abb-btn {
        font-size: 12px;
    }

    .chargeable-options__actions {
        gap: 1.25rem;
    }

    .chargeable-options__btn {
        font-size: 12px;
    }

    .period__container .aside__logo {
        gap: 0.75rem;
    }

    .calendar__form {
        padding: 1.5625rem;
    }

    .calendar__line {
        font-size: 12px;
    }

    .calendar__line input {
        padding: 0.78125rem 3rem 0.78125rem 0.9375rem;
        font-size: 12px;
    }

    .calendar__line-input span {
        font-size: 12px;
        right: 0.9375rem;
    }

    .calendar__select {
        gap: 0.625rem;
    }

    .calendar__select label {
        font-size: 12px;
    }

    .calendar__button {
        padding: 0.95625rem 0.875rem;
        font-size: 13px;
    }

    .calendar__tr th {
        font-size: 12px;
        min-height: 5.0625rem;
        padding: 1.25rem 1rem;
    }

    .calendar__options {
        font-size: 12px;
    }

    .calendar__add {
        font-size: 12px;
        padding: 0.625rem;
    }

    .calendar__booking-status {
        font-size: 12px;
        padding: 0.75rem;
    }

    .boat-about__wrapper {
        font-size: 12px;
    }

    .boat-about__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
        flex: 0 0 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
    }

    .boats__tr th {
        min-height: 5rem;
        font-size: 12px;
    }

    .boats__tr th button {
        font-size: 12px;
    }

    .boats__tr td {
        padding: 1.375rem;
        font-size: 12px;
    }

    .boats__image {
        padding-bottom: 10rem;

    }

    .boats__button {
        font-size: 12px;
    }

    .companies__tr th {
        min-height: 5rem;
        font-size: 12px;
    }

    .companies__tr th button {
        font-size: 12px;
    }

    .companies__tr td {
        min-height: 5rem;
        font-size: 12px;
    }

    .bookings__tr th {
        min-height: 5rem;
        font-size: 12px;
    }

    .bookings__tr th button {
        font-size: 12px;
    }

    .bookings__tr td {
        min-height: 5.25rem;
        font-size: 12px;
    }

    .main-admin__inv-road {
        grid-template-columns: 5.100182% 13.661202% 22.76867% 22.76867% 8.378871% 8.378871% 12% auto;
    }

    .main-admin__inv-road td,
    .main-admin__inv-road th {
        font-size: 12px;
        min-height: 5rem;
    }

    .main-admin__inv-road th button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
    }

    .bookings-admin__tr th,
    .bookings-admin__tr td {
        min-height: 5rem;
        font-size: 12px;
    }

    .bookings-admin__tr th button,
    .bookings-admin__tr td button {
        font-size: 12px;
    }

    .requests__tr th,
    .requests__tr td {
        font-size: 12px;
        min-height: 5rem;
    }

    .requests__tr th button,
    .requests__tr td button {
        font-size: 12px;
    }

    .notif__form {
        padding: 0.9375rem 1.5625rem;
    }

    .notif__line label {
        font-size: 12px;
    }

    .notif__line label:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .notif__line .select {
        width: 18.75rem;
    }

    .notif__line {
        width: 18.75rem;
    }

    .notif__line input {
        padding: 0.875rem 3rem 0.6875rem 0.9375rem;
        font-size: 12px;
    }

    .notif__line-input span {
        font-size: 12px;
        right: 0.9375rem;
    }

    .notif__tr th {
        min-height: 5rem;
    }

    .notif__tr th,
    .notif__tr td {
        font-size: 12px;
    }

    .notif__tr th button,
    .notif__tr td button {
        font-size: 0.625rem;
    }

    .notif__mark::before {
        font-size: 12px;
    }

    .notif__mark::before {
        font-size: 12px;
    }

    .set-up__line-header {
        font-size: 12px;
    }

    .set-up__tr {
        min-height: 4.375rem;
    }

    .set-up__body {
        font-size: 12px;
    }

    .set-up__title-wrapper {
        min-height: 6.25rem;
    }

    .set-up__title {
        font-size: 12px;
    }

    .set-up__title span {
        font-size: 0.625rem;
    }
}

@media (min-width: 2560px) {
    .button {
        padding: 1.21875rem 1rem;
        font-size: 13px;
    }

    .button::before {
        font-size: 13px;
    }

    .button--priority {
        padding: 1.21875rem 1rem;
    }

    .button--chancel {
        padding: 1.3125rem 1rem 1.1875rem 1rem;
    }

    .button--down::before {
        font-size: 13px;
    }

    .button--remove {
        padding: 1.31875rem 1rem;
        font-size: 12px;
    }

    .button--remove::before {
        font-size: 13px;
    }

    .filters-button {
        padding: 0.90625rem 0.625rem 0.90625rem 0.875rem;
        font-size: 12px;
    }

    .filters-button::before {
        font-size: 1.75rem;
    }

    .checkbox__text {
        font-size: 12px;
    }

    .options__wrapper {
        font-size: 12px;
    }

    .options-comp__label {
        gap: 0.8125rem;
    }

    .options-comp__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .options-comp__icon::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .options-comp__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
    }

    .options-comp__text {
        font-size: 10px;
    }

    .select__title {
        font-size: 12px;
    }

    .select__value {
        min-height: 4.3125rem;
    }

    .select__value::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.375rem;
        flex: 0 0 2.375rem;
        width: 2.375rem;
        height: 2.375rem;
        font-size: 0.875rem;
    }

    .select__options {
        font-size: 12px;
    }

    .select._select-checkbox .select__option {
        font-size: 12px;
    }

    .select._select-checkbox .select__option::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .select_agents .select__value {
        min-height: 4.3125rem;
    }

    .select_actions-table .select__title {
        font-size: 12px;
    }

    .select_company .select__value {
        min-height: 4.3125rem;
    }

    .quantity {
        height: 3.375rem;
    }

    .quantity__button {
        font-size: 0.6875rem;
    }

    .quantity__input input {
        font-size: 12px;
    }

    .popup__close {
        height: 1.625rem;
        width: 1.625rem;
    }

    .popup--invite .popup__invite h4 {
        font-size: 3rem;
    }

    .popup--invite .invite__button {
        font-size: 12px;
    }

    .popup--invite .invite__button::before {
        font-size: 12px;
    }

    .popup--individual-price .popup__content {
        max-width: 45.75rem;
    }

    .popup--individual-price .popup__individual-price {
        max-width: 40.75rem;
        padding: 2.5rem;
    }

    .popup--individual-price .individual-price__form h4 {
        font-size: 1.75rem;
    }

    .popup--individual-price .individual-price__line label {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__line input {
        font-size: 12px;
        padding: 1.5625rem 1.25rem;
    }

    .popup--individual-price .individual-price__agents {
        padding: 2.5rem 1.25rem;
    }

    .popup--individual-price .individual-price__agents h5 {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__actions {
        gap: 2.5rem;
    }

    .popup--new-booking .popup__content,
    .popup--new-booking-second .popup__content {
        max-width: 68.75rem;
    }

    .popup--new-booking .new-booking__popup h4,
    .popup--new-booking-second .new-booking__popup h4 {
        font-size: 14px;
    }

    .popup--new-booking .new-booking__top,
    .popup--new-booking-second .new-booking__top {
        grid-template-columns: 1fr 15.625rem 15.625rem;
    }

    .popup--new-booking .new-booking__line label,
    .popup--new-booking-second .new-booking__line label {
        font-size: 12px;
    }

    .popup--new-booking .new-booking__line--second input,
    .popup--new-booking-second .new-booking__line--second input {
        font-size: 12px;
        padding: 1.125rem 2.6875rem 1.125rem 0.625rem;
    }

    .popup--new-booking .new-booking__input-calendar input,
    .popup--new-booking .new-booking__input-calendar--second input,
    .popup--new-booking-second .new-booking__input-calendar input,
    .popup--new-booking-second .new-booking__input-calendar--second input {
        font-size: 12px;
        padding: 1.125rem 2.6875rem 1.125rem 0.625rem;
    }

    .popup--new-booking .new-booking__input-calendar--second input,
    .popup--new-booking-second .new-booking__input-calendar--second input {
        font-size: 12px;
        padding: 1.125rem 2.6875rem 1.125rem 0.625rem;
    }

    .popup--new-booking .new-booking__icon-calendar,
    .popup--new-booking-second .new-booking__icon-calendar {
        font-size: 12px;
        right: 0.875rem;
    }

    .popup--new-booking .new-booking__quantity,
    .popup--new-booking-second .new-booking__quantity {
        height: 4.4375rem;
    }

    .popup--new-booking .new-booking__price,
    .popup--new-booking-second .new-booking__price {
        font-size: 12px;
    }

    .popup--filters .filters__popup h4,
    .popup--filters-notif .filters__popup h4 {
        font-size: 1.75rem;
    }

    .popup--filters .filters__line label,
    .popup--filters-notif .filters__line label {
        font-size: 12px;
    }

    .popup--filters .filters__line label:not(:last-child),
    .popup--filters-notif .filters__line label:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .popup--remove .popup__content {
        max-width: 41rem;
    }

    .popup--remove .popup__remove {
        max-width: 33.5rem;
    }

    .popup--request .popup__content {
        max-width: 41rem;
    }

    .popup--offline-booking .popup__content {
        max-width: 78.125rem;
    }

    .charg-opt__spoller-title {
        font-size: 12px;
    }

    .charg-opt__spoller-title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
        position: relative;
    }

    .charg-opt__spoller-title span::before,
    .charg-opt__spoller-title span::after {
        width: 1.375rem;
    }

    .charg-opt__options {
        gap: 1.25rem;
    }

    .charg-opt__wrapper {
        gap: 1.25rem;
    }

    .charg-opt__label {
        font-size: 12px;
    }

    .charg-opt__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .charg-opt__icon::before,
    .charg-opt__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.625rem;
        flex: 0 0 1.625rem;
        width: 1.625rem;
        height: 1.625rem;
    }

    .charg-opt__price-title {
        font-size: 12px;
    }

    .charg-opt__per-book {
        font-size: 12px;
    }

    .charg-opt__price {
        font-size: 12px;
    }

    .popup--out-of .popup__content {
        max-width: 60.125rem;
    }

    .title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 14px;
    }

    .table {
        font-size: 12px;
    }

    .ttl-popup {
        font-size: 14px;
    }

    .label-pop {
        font-size: 12px;
    }

    .total-price {
        font-size: 12px;
    }

    .calendar-input input {
        font-size: 12px;
        padding: 1.125rem 2.6875rem 1.125rem 0.625rem;
    }

    .calendar-input span {
        font-size: 12px;
        right: 0.875rem;
    }

    .popup__title {
        font-size: 14px;
    }

    .popup__title::before {
        font-size: 2.5625rem;
    }

    .popup__text {
        font-size: 12px;
    }

    .boat-cell a {
        gap: 0.9375rem;
    }

    .boat-cell a div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
        flex: 0 0 3.75rem;
        width: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .header-details__calendar {
        font-size: 12px;
        gap: 0.8125rem;
    }

    .header-details__calendar::before {
        font-size: 12px;
    }

    .header-details__notifications {
        padding: 0.90625rem 1.8125rem 0.90625rem 1rem;
    }

    .header-details__text {
        font-size: 1.75rem;
    }

    .header-details__icon {
        font-size: 14px;
    }

    .header-details__icon span {
        font-size: 12px;
    }

    .form__line label {
        font-size: 12px;
    }

    .form__line label:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .form--ivoices .form__line--calendar input {
        padding: 1.0625rem 3rem 1rem 0.9375rem;
        font-size: 12px;
    }

    .form .form__line-input span {
        font-size: 1.875rem;
    }

    .form .form__search button {
        font-size: 1.75rem;
    }

    .form .form__search input {
        padding: 1.03125rem 3.125rem 1.03125rem 0.9375rem;
        font-size: 12px;
    }

    .form .form__search input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::-moz-placeholder {
        font-size: 12px;
    }

    .form .form__search input:-ms-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::-ms-input-placeholder {
        font-size: 12px;
    }

    .form .form__search input::placeholder {
        font-size: 12px;
    }

    .form-small__line button {
        right: 0.75rem;
        font-size: 12px;
    }

    .form-small__line-input input {
        padding: 1.125rem 3.375rem 1.125rem 1.125rem;
        font-size: 12px;
    }

    .form-small__line-input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::-moz-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input:-ms-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::-ms-input-placeholder {
        font-size: 12px;
    }

    .form-small__line-input input::placeholder {
        font-size: 12px;
    }

    .pagging {
        gap: 1.875rem;
    }

    .pagging__arrow {
        font-size: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.625rem;
        flex: 0 0 1.625rem;
        width: 1.625rem;
        height: 1.625rem;
    }

    .pagging__list {
        gap: 1.875rem;
    }

    .pagging__item {
        font-size: 12px;
    }

    .history__title {
        padding: 2rem;
        font-size: 1.75rem;
    }

    .history__title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.875rem;
        flex: 0 0 1.875rem;
        width: 1.875rem;
        height: 1.875rem;
        font-size: 0.6875rem;
    }

    .aside__logo {
        gap: 1rem;
    }

    .aside__logo-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
        flex: 0 0 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .aside__logo-icon img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .aside__logo-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 15rem;
        flex: 0 1 15rem;
        height: 1.25rem;
    }

    .aside__button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.375rem;
        flex: 0 0 2.375rem;
        width: 2.375rem;
        height: 2.375rem;
        font-size: 12px;
    }

    .aside__link-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
        flex: 0 0 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 12px;
    }

    .aside__link-text {
        font-size: 12px;
    }

    .aside__sub-link {
        font-size: 12px;
    }

    .user-aside__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
        flex: 0 0 3.75rem;
        width: 3.75rem;
        height: 3.75rem;
    }

    .user-aside__status {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
        flex: 0 0 1rem;
        width: 1rem;
        height: 1rem;
    }

    .user-aside__about h3 {
        font-size: 12px;
    }

    .user-aside__about p {
        font-size: 12px;
    }

    .user-aside__button::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.5rem;
        flex: 0 0 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        font-size: 12px;
    }

    .user-aside__button span {
        font-size: 12px;
    }

    .notification__value {
        font-size: 12px;
    }

    .notification__value span {
        font-size: 12px;
    }

    .notification__bell::before {
        font-size: 14px;
    }

    .notification__bell span {
        font-size: 12px;
    }

    .notification__close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.125rem;
        flex: 0 0 2.125rem;
        width: 2.125rem;
        height: 2.125rem;
    }

    .notification__close::before,
    .notification__close::after {
        width: 1.5rem;
    }

    .notification__body {
        padding-top: 10rem;
    }

    .notification__main-label::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .notification__main-text {
        font-size: 12px;
    }

    .notification__label::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.75rem;
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .notification__labels {
        font-size: 12px;
    }

    .notification__text {
        font-size: 12px;
    }

    .page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25rem;
        flex: 0 1 25rem;
    }

    .main-admin__tbody .main-admin__tr {
        min-height: 5.75rem;
    }

    .main-admin__started-price .changes-button input {
        font-size: inherit;
    }

    .main-admin__started-price .changes-button button {
        font-size: 12px;
    }

    .owner__tr {
        font-size: 12px;
    }

    .owner__tr th div {
        font-size: 12px;
    }

    .owner__tr th button {
        font-size: 1.75rem;
    }

    .individual__body-line {
        gap: 1.25rem;
    }

    .individual__price {
        font-size: 12px;
        gap: 1.25rem;
    }

    .individual__add-button {
        font-size: 12px;
    }

    .access-details__tr th div {
        font-size: 12px;
    }

    .access-details__tr th button {
        font-size: 1.75rem;
    }

    .access-details__tr td {
        font-size: 12px;
    }

    .agents__form {
        padding: 1.5625rem;
    }

    .agents__line {
        gap: 0.875rem;
    }

    .agents__line label {
        font-size: 12px;
    }

    .agents__line input {
        padding: 1.0625rem 3rem 1rem 0.9375rem;
        font-size: 12px;
    }

    .agents__line--name input {
        padding: 1.1875rem 0.9375rem 0.875rem 0.9375rem;
    }

    .agents__line-input span {
        font-size: 1.875rem;
    }

    .agents__select {
        gap: 0.875rem;
    }

    .agents__select label {
        font-size: 12px;
    }

    .agents__tr th {
        min-height: 6.25rem;
    }

    .agents__tr th div {
        font-size: 12px;
    }

    .agents__tr th button {
        font-size: 1.75rem;
    }

    .agents__tr td {
        min-height: 6.25rem;
    }

    .agents__tbody {
        font-size: 12px;
    }

    .booking-details__line label {
        font-size: 12px;
    }

    .booking-details__line .input {
        font-size: 12px;
    }

    .booking-details__line textarea {
        font-size: 12px;
    }

    .booking-details__input-calendar span {
        font-size: 12px;
        right: 1.125rem;
    }

    .booking-details__input-calendar .input {
        padding: 0.59375rem 3.25rem 0.59375rem 0.625rem;
    }

    .chargeable-options {
        gap: 1.875rem;
    }

    .chargeable-options__input-cash:checked ~ .chargeable-options__wrapper-cash .chargeable-options__label-cash:after {
        -webkit-transform: translateX(calc(-100% - -0.3125rem)) scale(1.1);
        -ms-transform: translateX(calc(-100% - -0.3125rem)) scale(1.1);
        transform: translateX(calc(-100% - -0.3125rem)) scale(1.1);
    }

    .chargeable-options__label-cash {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.625rem;
        flex: 0 0 2.625rem;
        width: 2.625rem;
        height: 1.625rem;
    }

    .chargeable-options__label-cash::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
        flex: 0 0 7.5rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .chargeable-options__text-cash {
        font-size: 12px;
    }

    .chargeable-options__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.625rem;
        flex: 0 0 1.625rem;
        width: 1.625rem;
        height: 1.625rem;
    }

    .chargeable-options__title {
        font-size: 12px;
    }

    .chargeable-options__text {
        font-size: 12px;
    }

    .chargeable-options__price-value {
        font-size: 12px;
    }

    .chargeable-options__table {
        gap: 1.75rem;
    }

    .chargeable-options__line {
        font-size: 12px;
    }

    .chargeable-options__total-line {
        font-size: 12px;
    }

    .chargeable-options__payments h4 {
        font-size: 12px;
    }

    .chargeable-options__abb-btn {
        font-size: 12px;
    }

    .chargeable-options__btn {
        font-size: 12px;
    }

    .period__container .aside__logo {
        gap: 1rem;
    }

    .calendar__line {
        font-size: 12px;
    }

    .calendar__line input {
        padding: 1.03125rem 3rem 1.03125rem 0.9375rem;
        font-size: 13px;
    }

    .calendar__line-input span {
        font-size: 1.875rem;
    }

    .calendar__select label {
        font-size: 12px;
    }

    .calendar__button {
        font-size: 12px;
        padding: 1.3125rem 0.875rem;
    }

    .calendar__tr th {
        font-size: 12px;
        min-height: 5.0625rem;
    }

    .calendar__options {
        font-size: 12px;
    }

    .calendar__add {
        font-size: 12px;
    }

    .calendar__booking-status {
        font-size: 12px;
        padding: 1rem;
    }

    .boat-about__wrapper {
        font-size: 12px;
    }

    .boat-about__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
        flex: 0 0 3.75rem;
        width: 3.75rem;
        height: 3.75rem;
    }

    .boats__tr th {
        font-size: 12px;
    }

    .boats__tr th button {
        font-size: 12px;
    }

    .boats__tr td {
        font-size: 12px;
    }

    .boats__image {
        padding-bottom: 12.5rem;
    }

    .boats__button {
        font-size: 12px;
    }

    .companies__tr th {
        font-size: 12px;
    }

    .companies__tr th button {
        font-size: 1.75rem;
    }

    .companies__tr td {
        font-size: 12px;
    }

    .bookings__tr th {
        font-size: 12px;
    }

    .bookings__tr th button {
        font-size: 1.75rem;
    }

    .bookings__tr td {
        font-size: 12px;
    }

    .main-admin__inv-road td,
    .main-admin__inv-road th {
        font-size: 12px;
    }

    .main-admin__inv-road th button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
        font-size: 12px;
    }

    .bookings-admin__tr th,
    .bookings-admin__tr td {
        min-height: 5rem;
        font-size: 12px;
    }

    .bookings-admin__tr th button,
    .bookings-admin__tr td button {
        font-size: 12px;
    }

    .requests__tr th,
    .requests__tr td {
        font-size: 12px;
        min-height: 5rem;
    }

    .requests__tr th button,
    .requests__tr td button {
        font-size: 12px;
    }

    .notif__line label {
        font-size: 12px;
    }

    .notif__line label:not(:last-child) {
        margin-bottom: 0.875rem;
    }

    .notif__line .select {
        width: 25rem;
    }

    .notif__line {
        width: 25rem;
    }

    .notif__line input {
        padding: 1.0625rem 3rem 1rem 0.9375rem;
        font-size: 12px;
    }

    .notif__line-input span {
        font-size: 1.875rem;
    }

    .notif__tr th,
    .notif__tr td {
        font-size: 12px;
    }

    .notif__tr th button,
    .notif__tr td button {
        font-size: 0.75rem;
    }

    .set-up__line-header {
        font-size: 12px;
    }

    .set-up__body {
        font-size: 12px;
    }

    .set-up__title {
        font-size: 1.75rem;
    }

    .set-up__title span {
        font-size: 0.875rem;
    }
}

@media (min-width: 3100px) {
    .boats__image {
        padding-bottom: 16.25rem;
    }
}

@media (min-width: 256em) {
    .select_min-duration .select__value {
        padding-right: 1.25rem;
    }

    .select_min-duration .select__value {
        padding-left: 1.25rem;
    }

    .select_min-duration .select__value::after {
        -ms-flex-preferred-size: 1.5rem;
        flex-basis: 1.5rem;
    }

    .select_min-duration .select__value::after {
        width: 1.5rem;
    }

    .select_min-duration .select__value::after {
        height: 1.5rem;
    }

    .select_min-duration .select__value::after {
        font-size: 0.5625rem;
    }

    .select_min-duration .select__option {
        padding: 0.625rem;
    }

    .select_filters .select__value {
        height: 3.25rem;
    }

    .select_filters .select__value:after {
        -ms-flex-preferred-size: 3rem;
        flex-basis: 3rem;
    }

    .select_filters .select__value:after {
        width: 3rem;
    }

    .select_filters .select__value:after {
        height: 2.25rem;
    }

    .select_filters .select__value:after {
        font-size: 12px;
    }

    .popup--individual-price .individual-price__form h4:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .popup--individual-price .individual-price__line:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__agents h5:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .popup--individual-price .individual-price__agents:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .popup--individual-price .individual-price__body:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .popup--individual-price .individual-price__agents-name:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .popup--individual-price .individual-price__actions:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .aside__link-status {
        -ms-flex-preferred-size: 0.75rem;
        flex-basis: 0.75rem;
    }

    .aside__link-status {
        width: 0.75rem;
    }

    .aside__link-status {
        height: 0.75rem;
    }

    .aside__link-info span {
        -ms-flex-preferred-size: 1.5rem;
        flex-basis: 1.5rem;
    }

    .aside__link-info span {
        width: 1.5rem;
    }

    .aside__link-info span {
        height: 1.5rem;
    }

    .aside__link-info span {
        font-size: 0.75rem;
    }

    .aside__link-value {
        font-size: 12px;
    }

    .aside__sub-value {
        font-size: 12px;
    }

    .page__owner {
        padding-right: 1.875rem;
    }

    .page__owner {
        padding-left: 1.875rem;
    }

    .access-details__wrapper h3 {
        font-size: 12px;
    }

    .period__container .aside__link-icon {
        -ms-flex-preferred-size: 2.75rem;
        flex-basis: 2.75rem;
    }

    .period__container .aside__link-icon {
        width: 2.75rem;
    }

    .period__container .aside__link-icon {
        height: 2.75rem;
    }

    .period__container .aside__link-icon {
        font-size: 12px;
    }

    .period__container .aside__link-text {
        font-size: 12px;
    }

    .period__container .aside__link-status {
        -ms-flex-preferred-size: 0.75rem;
        flex-basis: 0.75rem;
    }

    .period__container .aside__link-status {
        width: 0.75rem;
    }

    .period__container .aside__link-status {
        height: 0.75rem;
    }

    .period__container .aside__link-info span {
        -ms-flex-preferred-size: 1.5rem;
        flex-basis: 1.5rem;
    }

    .period__container .aside__link-info span {
        width: 1.5rem;
    }

    .period__container .aside__link-info span {
        height: 1.5rem;
    }

    .period__container .aside__link-info span {
        font-size: 0.75rem;
    }

    .period__container .aside__link-value {
        font-size: 12px;
    }

    .period__container .aside__sub-link {
        font-size: 12px;
    }

    .period__container .aside__sub-value {
        font-size: 12px;
    }

    .period__container .user-aside__image {
        -ms-flex-preferred-size: 3.125rem;
        flex-basis: 3.125rem;
    }

    .period__container .user-aside__image {
        width: 3.125rem;
    }

    .period__container .user-aside__image {
        height: 3.125rem;
    }

    .period__container .user-aside__status {
        -ms-flex-preferred-size: 0.75rem;
        flex-basis: 0.75rem;
    }

    .period__container .user-aside__status {
        width: 0.75rem;
    }

    .period__container .user-aside__status {
        height: 0.75rem;
    }

    .period__container .user-aside__about h3 {
        font-size: 12px;
    }

    .period__container .user-aside__about p {
        font-size: 12px;
    }

    .period__container .user-aside__button::before {
        -ms-flex-preferred-size: 2.75rem;
        flex-basis: 2.75rem;
    }

    .period__container .user-aside__button::before {
        width: 2.75rem;
    }

    .period__container .user-aside__button::before {
        height: 2.75rem;
    }

    .period__container .user-aside__button::before {
        font-size: 12px;
    }

    .period__container .user-aside__button span {
        font-size: 12px;
    }
}

@media (min-width: 25600px) {
    .options__icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .options__icon::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
    }

    .options__icon::after {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
    }

    .popup--individual-price .individual-price__body {
        height: 25.5rem;
    }

    .main-admin__agent-only {
        gap: 0.875rem;
    }

    .main-admin__agent-only button {
        font-size: 12px;
    }

    .main-admin__agent-only button span {
        width: 11.25rem;
        font-size: 0.75rem;
    }

    .individual__changes-btn {
        font-size: 1.75rem;
    }

    .booking-details__sub-title span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
        width: 2rem;
        height: 2rem;
        font-size: 0.6875rem;
    }
}

@media (max-width: 90em) {
    .select_min-duration .select__value::after {
        -ms-flex-preferred-size: 1.125rem;
        flex-basis: 1.125rem;
    }

    .select_min-duration .select__value::after {
        width: 1.125rem;
    }

    .select_min-duration .select__value::after {
        height: 1.125rem;
    }

    .select_min-duration .select__value::after {
        font-size: 0.421875rem;
    }

    .select_min-duration .select__option {
        padding: 0.3125rem;
    }

    .select_filters .select__value {
        height: 2.625rem;
    }

    .select_filters .select__value:after {
        -ms-flex-preferred-size: 2.625rem;
        flex-basis: 2.625rem;
    }

    .select_filters .select__value:after {
        width: 2.625rem;
    }

    .select_filters .select__value:after {
        height: 1.875rem;
    }

    .select_filters .select__value:after {
        font-size: 12px;
    }

    .aside__link-status {
        -ms-flex-preferred-size: 0.625rem;
        flex-basis: 0.625rem;
    }

    .aside__link-status {
        width: 0.625rem;
    }

    .aside__link-status {
        height: 0.625rem;
    }

    .aside__link-info span {
        -ms-flex-preferred-size: 1.125rem;
        flex-basis: 1.125rem;
    }

    .aside__link-info span {
        width: 1.125rem;
    }

    .aside__link-info span {
        height: 1.125rem;
    }

    .aside__link-info span {
        font-size: 0.5rem;
    }

    .aside__link-value {
        font-size: 0.75rem;
    }

    .aside__sub-value {
        font-size: 0.75rem;
    }

    .access-details__wrapper h3 {
        font-size: 12px;
    }

    .period__container .aside__link-icon {
        -ms-flex-preferred-size: 2.125rem;
        flex-basis: 2.125rem;
    }

    .period__container .aside__link-icon {
        width: 2.125rem;
    }

    .period__container .aside__link-icon {
        height: 2.125rem;
    }

    .period__container .aside__link-icon {
        font-size: 0.875rem;
    }



    .period__container .aside__link-status {
        -ms-flex-preferred-size: 0.625rem;
        flex-basis: 0.625rem;
    }

    .period__container .aside__link-status {
        width: 0.625rem;
    }

    .period__container .aside__link-status {
        height: 0.625rem;
    }

    .period__container .aside__link-info span {
        -ms-flex-preferred-size: 1.125rem;
        flex-basis: 1.125rem;
    }

    .period__container .aside__link-info span {
        width: 1.125rem;
    }

    .period__container .aside__link-info span {
        height: 1.125rem;
    }

    .period__container .aside__link-info span {
        font-size: 0.5rem;
    }

    .period__container .aside__link-value {
        font-size: 0.75rem;
    }

    .period__container .aside__sub-link {
        font-size: 0.875rem;
    }

    .period__container .aside__sub-value {
        font-size: 0.75rem;
    }

    .period__container .user-aside__image {
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem;
    }

    .period__container .user-aside__image {
        width: 2.5rem;
    }

    .period__container .user-aside__image {
        height: 2.5rem;
    }

    .period__container .user-aside__status {
        -ms-flex-preferred-size: 0.625rem;
        flex-basis: 0.625rem;
    }

    .period__container .user-aside__status {
        width: 0.625rem;
    }

    .period__container .user-aside__status {
        height: 0.625rem;
    }

    .period__container .user-aside__about h3 {
        font-size: 0.875rem;
    }

    .period__container .user-aside__about p {
        font-size: 0.75rem;
    }

    .period__container .user-aside__button::before {
        -ms-flex-preferred-size: 2.125rem;
        flex-basis: 2.125rem;
    }

    .period__container .user-aside__button::before {
        width: 2.125rem;
    }

    .period__container .user-aside__button::before {
        height: 2.125rem;
    }

    .period__container .user-aside__button::before {
        font-size: 0.875rem;
    }

    .period__container .user-aside__button span {
        font-size: 0.875rem;
    }
}

@media (max-width: 90em) and (max-width: 85.625em) {
    .select_min-duration .select__value {
        padding-right: 0.5rem;
    }

    .select_min-duration .select__value {
        padding-left: 0.5rem;
    }
}

@media (max-width: 1440px) {
    .main-admin__agent-only {
        gap: 0.25rem;
    }
}

@media (max-width: 1440px) and (max-width: 75em) {
    .access-details__form {
        padding: 0.625rem;
    }
}

@media (max-width: 1400px) {
    .agents__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .agents__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        grid-template-columns: 29.624478% 22.3% 25.77% minmax(150px, 1fr);
    }

    .agents__ations {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1350px) {
    .agents__checkbox {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .agents__button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (max-width: 1310px) {
    .period__container {
        display: block;
        padding-left: 5.375rem;
    }

    .period__container .page__aside {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        width: 5.375rem;
    }

    .menu-open .period__container .page__aside {
        width: 17.625rem;
    }

    .period__container .aside__logo {
        gap: 0rem;
    }

    .menu-open .period__container .aside__logo {
        gap: 0.5rem;
    }

    .period__container .aside__logo-text {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .period__container .aside__logo-text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .period__container .aside__button {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .period__container .aside__button {
        position: static;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.5rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .menu-open .period__container .aside__link {
        gap: 0.625rem;
    }

    .period__container .aside__link-text {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .period__container .aside__link-text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .period__container .aside__link-status {
        opacity: 1;
        visibility: visible;
    }

    .menu-open .period__container .aside__link-status {
        opacity: 0;
        visibility: hidden;
    }

    .period__container .aside__link-status {
        opacity: 1;
        visibility: visible;
    }

    .period__container .aside__link-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0rem;
        flex: 0 0 0rem;
        gap: 0rem;
    }

    .period__container .aside__link-info span {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 0rem;
        flex-basis: 0rem;
        width: 0rem;
        height: 0rem;
        font-size: 0rem;
    }

    .menu-open .period__container .aside__link-info {
        gap: 0.625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22.619048%;
        flex: 0 1 22.619048%;
    }

    .menu-open .period__container .aside__link-info span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
        font-size: 0.5rem;
        color: #90bfdb;
    }

    .period__container .aside__link-value {
        font-size: 0rem;
        min-width: 0rem;
        min-height: 0rem;
        color: transparent;
        padding: 0rem;
        background-color: transparent;
    }

    .menu-open .period__container .aside__link-value {
        min-width: 1.8125rem;
        min-height: 1.25rem;
        color: #0a3647;
        background-color: #39d11e;
        padding: 0.125rem 0.3125rem 0rem 0.3125rem;
        font-size: 0.75rem;
    }

    .menu-open .period__container .user-aside__account {
        gap: 0.4375rem;
    }

    .period__container .user-aside__account {
        gap: 0rem;
    }

    .period__container .user-aside__about h3,
    .period__container .user-aside__about p {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .period__container .user-aside__about h3,
    .menu-open .period__container .user-aside__about p {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .menu-open .period__container .user-aside__button span {
        font-size: 0.875rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
        padding-left: 5px;
    }

    .period__container .user-aside__button span {
        font-size: 0rem;
        gap: 0rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .calendar__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .calendar__table {
        width: 75rem;
    }
}

@media (max-width: 1280px) {
    .booking-details__lines-wrapper--agent {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1240px) {
    .calendar__line-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (max-width: 1230px) {
    .form {
        grid-template-columns: 1fr;
    }

    .owner__form.form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 75em) {
    .aside__sub-menu {
        margin-left: 0.625rem;
    }

    .aside__sub-menu {
        padding-left: 0.3125rem;
    }

    .period__container .aside__sub-menu {
        margin-left: 0.625rem;
    }

    .period__container .aside__sub-menu {
        padding-left: 0.3125rem;
    }
}

@media (max-width: 1200px) {
    .access-details__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 1170px) {
    .page__booking-details .header-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 1024px) {
    .aside__header {
        padding: 1.5625rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .aside__logo {
        gap: 0rem;
    }

    .menu-open .aside__logo {
        gap: 0.5rem;
    }

    .aside__logo-text {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .aside__logo-text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .aside__button {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .aside__button {
        position: static;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
        flex: 0 0 1.5rem;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.5rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .menu-open .aside__link {
        gap: 0.625rem;
    }

    .aside__link-text {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .aside__link-text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .aside__link-status {
        opacity: 1;
        visibility: visible;
    }

    .menu-open .aside__link-status {
        opacity: 0;
        visibility: hidden;
    }

    .aside__link-status {
        opacity: 1;
        visibility: visible;
    }

    .aside__link-value {
        font-size: 0rem;
        min-width: 0rem;
        min-height: 0rem;
        color: transparent;
        padding: 0rem;
        background-color: transparent;
    }

    .menu-open .aside__link-value {
        min-width: 1.8125rem;
        min-height: 1.25rem;
        color: #0a3647;
        background-color: #39d11e;
        padding: 0.125rem 0.3125rem 0rem 0.3125rem;
        font-size: 0.75rem;
    }

    .user-aside__about h3,
    .user-aside__about p {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .user-aside__about h3,
    .menu-open .user-aside__about p {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .menu-open .user-aside__button {
        font-size: 0.875rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .user-aside__button {
        gap: 0rem;
    }

    .user-aside__button span {
        font-size: 0rem;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        position: absolute;
        width: 0px;
        height: 0px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        -webkit-clip-path: inset(100%);
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .menu-open .user-aside__button {
        gap: 0.625rem;
    }

    .menu-open .user-aside__button span {
        font-size: 0.875rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none;
        clip: auto;
        overflow: visible;
    }

    .page__container {
        display: block;
        padding-left: 5.375rem;
    }

    .page__aside {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        width: 5.375rem;
    }

    .menu-open .page__aside {
        width: 17.625rem;
    }

    .page__owner {
        padding-top: 2.5rem;
    }

    .agents__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .agents__table {
        width: 100%;
    }

    .agents__tr {
        grid-template-columns: 153px 50px 170px 200px 148px 136px minmax(247px, 1fr);
    }

    .requests__container {
        display: block;
        padding-left: 5.375rem;
    }
}

@media (max-width: 64em) {
    .aside__link-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 0rem;
        flex: 0 0 0rem;
        gap: 0rem;
    }

    .aside__link-info span {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 0rem;
        flex-basis: 0rem;
        width: 0rem;
        height: 0rem;
        font-size: 0rem;
    }

    .menu-open .aside__link-info {
        gap: 0.625rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22.619048%;
        flex: 0 1 22.619048%;
    }

    .menu-open .aside__link-info span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.125rem;
        flex: 0 0 1.125rem;
        width: 1.125rem;
        height: 1.125rem;
        font-size: 0.5rem;
        color: #90bfdb;
    }

    .menu-open .user-aside__account {
        gap: 0.4375rem;
    }

    .user-aside__account {
        gap: 0rem;
    }
}

@media (max-width: 991.98px) {
    .popup__text:not(:last-child) {
        margin-bottom: 1.5625rem;
    }

    .form--ivoices .form__actions {
        width: 100%;
    }

    .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-small {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form-small__button {
        width: 100%;
    }

    .main-admin__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .main-admin__table {
        width: 900px;
    }

    .main-admin__tr {
        grid-template-columns: 11.5625rem 5.5625rem 6.8125rem 5.25rem 8.5rem minmax(13.8125rem, 1fr);
    }

    .owner__wrapper {
        overflow-x: scroll;
        overflow-y: initial;
        padding-bottom: 0.625rem;
    }

    .owner__table {
        width: 56.25rem;
    }

    .access-details__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .access-details__table {
        width: 56.25rem;
    }

    .booking-details__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calendar__filters {
        margin-left: 0rem;
        text-align: center;
    }

    .boats__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .boats__table {
        width: 68.625rem;
    }

    .companies__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .companies__table {
        width: 68.625rem;
    }

    .bookings__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .bookings__table {
        width: 68.625rem;
    }

    .bookings-admin__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .bookings-admin__table {
        width: 75rem;
    }

    .requests__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .requests__table {
        width: 68.625rem;
    }

    .notif__body:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .notif__line:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .notif__filters:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .notif__checkbox:not(:last-child) {
        margin-bottom: 0.3125rem;
    }

    .notif__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .notif__table {
        width: 900px;
    }

    .set-up__wrapper {
        overflow-x: auto;
        padding-bottom: 0.625rem;
    }

    .set-up__table {
        width: 900px;
    }
}

@media (max-width: 950px) {
    .agents__body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .select__title {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .select._select-active .select__title {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .select._select-focus .select__title {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .select_company .select__title {
        border: 0.0625rem solid transparent;
    }

    .select_company .select__title._select-focus,
    .select_company .select__title._select-active {
        border: 0.0625rem solid transparent;
    }

    .qs-datepicker-container {
        right: 0px !important;
        left: auto;
    }

    .popup--new-booking .popup__close,
    .popup--new-booking-second .popup__close {
        top: 0.625rem;
        right: 0.625rem;
    }

    .popup--remove .popup__content {
        padding: 1.25rem 0.625rem;
    }

    .popup--request .popup__content {
        padding: 1.25rem 0.625rem;
    }

    .popup--offline-booking .popup__top-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup--offline-booking .popup__foot-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-details__actions {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .header-details__text {
        display: none;
    }

    .form__body {
        grid-template-columns: repeat(2, 1fr);
    }

    .form--ivoices .form__line--calendar input {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .calendar-open .form--ivoices .form__line--calendar input {
        border: 0.0625rem solid transparent;
    }

    .form-small__line-input input._form-focus {
        border: 0.0625rem solid transparent;
    }

    .form-small__line-input input {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .menu-open .aside__mob-button {
        display: block;
    }

    .page__container {
        padding-left: 0rem;
    }

    .page__aside {
        left: -100%;
    }

    .menu-open .page__aside {
        left: 0;
    }

    .page__owner {
        padding-left: 0.75rem;
    }

    .owner__form.form {
        grid-template-columns: 1fr;
    }

    .access-details__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .agents__body {
        grid-template-columns: minmax(150px, 1fr);
    }

    .agents__line-input input {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .calendar-open .agents__line-input input {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .period__container {
        padding-left: 0rem;
    }

    .period__container .page__aside {
        left: -100%;
    }

    .menu-open .period__container .page__aside {
        left: 0;
    }

    .calendar__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .calendar__line-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .calendar__line input {
        background-color: rgba(242, 246, 248, 0.5);
    }

    .calendar__line-input {
        border: 0.0625rem solid transparent;
    }

    .calendar__line-input._form-focus {
        border: 0.0625rem solid transparent;
    }

    .calendar-open .calendar__line-input {
        border: 0.0625rem solid transparent;
    }

    .calendar__button {
        width: 100%;
    }

    .companies .form-small__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .requests__container {
        padding-left: 0rem;
    }

    .notif__line input {
        border: 0.0625rem solid transparent;
        background-color: rgba(242, 246, 248, 0.5);
    }

    .calendar-open .notif__line input {
        border: 0.0625rem solid transparent;
    }
}

@media (max-width: 600px) {
    .popup--new-booking .new-booking__body--second,
    .popup--new-booking-second .new-booking__body--second {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 540px) {
    .popup--new-booking .new-booking__top,
    .popup--new-booking-second .new-booking__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479.98px) {
    .button {
        width: 100%;
    }

    .options__wrapper {
        padding: 0.625rem;
    }

    .options__price-input {
        padding: 0.453125rem 0.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5rem;
        flex: 0 0 7.5rem;
    }

    .form__body {
        grid-template-columns: 1fr;
    }

    .form__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form__buttons {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .notification {
        width: 100%;
        z-index: 100;
        border-radius: 0rem 0rem 0rem 0rem;
    }

    .notification__header {
        width: 100%;
        border-radius: 0rem 0rem 0rem 0rem;
    }

    .form__line-owner {
        grid-template-columns: 1fr;
    }

    .agents__ations {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .chargeable-options__line {
        grid-template-columns: 1fr;
    }

    .chargeable-options__total-line {
        grid-template-columns: 1fr;
    }

    .chargeable-options__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .chargeable-options__btn {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .form-small__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media (max-width: 20em) {
    .main-admin__started-price form button {
        right: 0.5rem;
    }

    .page__owner {
        padding-bottom: 0.75rem;
    }
}

@media (max-width: 90.0625em) {
    .select_min-duration .select__value {
        padding-right: 1rem;
    }

    .select_min-duration .select__value {
        padding-left: 1rem;
    }
}

@media (max-width: 87.5em) {
    .popup--individual-price .individual-price__form h4:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__line:not(:last-child) {
        margin-bottom: 0.625rem;
    }

    .popup--individual-price .individual-price__agents h5:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__agents:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__body:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__agents-name:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--individual-price .individual-price__actions:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 85.625em) {
    .main-admin__started-price form p {
        left: 0.5rem;
    }

    .main-admin__agent-only {
        padding-left: 0.5rem;
    }

    .page__owner {
        padding-right: 0.75rem;
    }

    .page__owner {
        padding-left: 0.625rem;
    }
}

@media (max-width: 68.75em) {
    .select__options {
        padding: 0.3125rem;
    }

    .select__option {
        padding-right: 0.5rem;
    }

    .select__option {
        padding-left: 0.5rem;
    }
}

@media (max-width: 61.99875em) {
    .popup--new-booking .new-booking__popup h4:not(:last-child),
    .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--new-booking .new-booking__body:not(:last-child),
    .popup--new-booking-second .new-booking__body:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--new-booking .new-booking__total-price:not(:last-child),
    .popup--new-booking-second .new-booking__total-price:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--new-booking .new-booking__price:not(:last-child),
    .popup--new-booking-second .new-booking__price:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .form__actions {
        gap: 0.625rem;
    }

    .booking-details__top:not(:last-child) {
        margin-bottom: 0.0000000625rem;
    }
}

@media (max-width: 47.99875em) {
    .popup--invite .popup__invite h4:not(:last-child) {
        margin-bottom: 1.25rem;
    }

    .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .aside__user {
        padding-bottom: 1.5625rem;
    }

    .period__container .aside__user {
        padding-bottom: 10rem;
        overflow-y: auto;
    }
}

@media (min-width: 68.75em) and (max-width: 90em) {
    @supports (padding: clamp( 0.3125rem , -0.6985294118rem  +  1.4705882353vw , 0.625rem )) {
        .select__options {
            padding: clamp(0.3125rem, -0.6985294118rem + 1.4705882353vw, 0.625rem);
        }
    }

    @supports not (padding: clamp( 0.3125rem , -0.6985294118rem  +  1.4705882353vw , 0.625rem )) {
        .select__options {
            padding: calc(0.3125rem + 0.3125 * (100vw - 68.75rem) / 21.25);
        }
    }

    @supports (padding-right: clamp( 0.5rem , -1.9264705882rem  +  3.5294117647vw , 1.25rem )) {
        .select__option {
            padding-right: clamp(0.5rem, -1.9264705882rem + 3.5294117647vw, 1.25rem);
        }
    }

    @supports not (padding-right: clamp( 0.5rem , -1.9264705882rem  +  3.5294117647vw , 1.25rem )) {
        .select__option {
            padding-right: calc(0.5rem + 0.75 * (100vw - 68.75rem) / 21.25);
        }
    }

    @supports (padding-left: clamp( 0.5rem , -1.9264705882rem  +  3.5294117647vw , 1.25rem )) {
        .select__option {
            padding-left: clamp(0.5rem, -1.9264705882rem + 3.5294117647vw, 1.25rem);
        }
    }

    @supports not (padding-left: clamp( 0.5rem , -1.9264705882rem  +  3.5294117647vw , 1.25rem )) {
        .select__option {
            padding-left: calc(0.5rem + 0.75 * (100vw - 68.75rem) / 21.25);
        }
    }
}

@media (min-width: 90.0625em) and (max-width: 256em) {
    @supports (padding-right: clamp( 1rem , 0.8643126177rem  +  0.1506591337vw , 1.25rem )) {
        .select_min-duration .select__value {
            padding-right: clamp(1rem, 0.8643126177rem + 0.1506591337vw, 1.25rem);
        }
    }

    @supports not (padding-right: clamp( 1rem , 0.8643126177rem  +  0.1506591337vw , 1.25rem )) {
        .select_min-duration .select__value {
            padding-right: calc(1rem + 0.25 * (100vw - 90.0625rem) / 165.9375);
        }
    }

    @supports (padding-left: clamp( 1rem , 0.8643126177rem  +  0.1506591337vw , 1.25rem )) {
        .select_min-duration .select__value {
            padding-left: clamp(1rem, 0.8643126177rem + 0.1506591337vw, 1.25rem);
        }
    }

    @supports not (padding-left: clamp( 1rem , 0.8643126177rem  +  0.1506591337vw , 1.25rem )) {
        .select_min-duration .select__value {
            padding-left: calc(1rem + 0.25 * (100vw - 90.0625rem) / 165.9375);
        }
    }
}

@media (min-width: 90em) and (max-width: 256em) {
    @supports (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            -ms-flex-preferred-size: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
            flex-basis: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            -ms-flex-preferred-size: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
            flex-basis: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            width: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            width: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            height: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .select_min-duration .select__value::after {
            height: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.421875rem , 0.3456325301rem  +  0.0847138554vw , 0.5625rem )) {
        .select_min-duration .select__value::after {
            font-size: clamp(0.421875rem, 0.3456325301rem + 0.0847138554vw, 0.5625rem);
        }
    }

    @supports not (font-size: clamp( 0.421875rem , 0.3456325301rem  +  0.0847138554vw , 0.5625rem )) {
        .select_min-duration .select__value::after {
            font-size: calc(0.421875rem + 0.140625 * (100vw - 90rem) / 166);
        }
    }

    @supports (padding: clamp( 0.3125rem , 0.1430722892rem  +  0.188253012vw , 0.625rem )) {
        .select_min-duration .select__option {
            padding: clamp(0.3125rem, 0.1430722892rem + 0.188253012vw, 0.625rem);
        }
    }

    @supports not (padding: clamp( 0.3125rem , 0.1430722892rem  +  0.188253012vw , 0.625rem )) {
        .select_min-duration .select__option {
            padding: calc(0.3125rem + 0.3125 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 2.625rem , 2.2861445783rem  +  0.3765060241vw , 3.25rem )) {
        .select_filters .select__value {
            height: clamp(2.625rem, 2.2861445783rem + 0.3765060241vw, 3.25rem);
        }
    }

    @supports not (height: clamp( 2.625rem , 2.2861445783rem  +  0.3765060241vw , 3.25rem )) {
        .select_filters .select__value {
            height: calc(2.625rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 2.625rem , 2.421686747rem  +  0.2259036145vw , 3rem )) {
        .select_filters .select__value:after {
            -ms-flex-preferred-size: clamp(2.625rem, 2.421686747rem + 0.2259036145vw, 3rem);
            flex-basis: clamp(2.625rem, 2.421686747rem + 0.2259036145vw, 3rem);
        }
    }

    @supports not (flex-basis: clamp( 2.625rem , 2.421686747rem  +  0.2259036145vw , 3rem )) {
        .select_filters .select__value:after {
            -ms-flex-preferred-size: calc(2.625rem + 0.375 * (100vw - 90rem) / 166);
            flex-basis: calc(2.625rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 2.625rem , 2.421686747rem  +  0.2259036145vw , 3rem )) {
        .select_filters .select__value:after {
            width: clamp(2.625rem, 2.421686747rem + 0.2259036145vw, 3rem);
        }
    }

    @supports not (width: clamp( 2.625rem , 2.421686747rem  +  0.2259036145vw , 3rem )) {
        .select_filters .select__value:after {
            width: calc(2.625rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 1.875rem , 1.671686747rem  +  0.2259036145vw , 2.25rem )) {
        .select_filters .select__value:after {
            height: clamp(1.875rem, 1.671686747rem + 0.2259036145vw, 2.25rem);
        }
    }

    @supports not (height: clamp( 1.875rem , 1.671686747rem  +  0.2259036145vw , 2.25rem )) {
        .select_filters .select__value:after {
            height: calc(1.875rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 1.125rem , 0.9894578313rem  +  0.1506024096vw , 1.375rem )) {
        .select_filters .select__value:after {
            font-size: clamp(1.125rem, 0.9894578313rem + 0.1506024096vw, 1.375rem);
        }
    }

    @supports not (font-size: clamp( 1.125rem , 0.9894578313rem  +  0.1506024096vw , 1.375rem )) {
        .select_filters .select__value:after {
            font-size: calc(1.125rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            -ms-flex-preferred-size: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
            flex-basis: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            -ms-flex-preferred-size: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
            flex-basis: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            width: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            width: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            height: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .aside__link-status {
            height: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            -ms-flex-preferred-size: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
            flex-basis: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            -ms-flex-preferred-size: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
            flex-basis: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            width: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            width: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            height: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .aside__link-info span {
            height: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.5rem , 0.3644578313rem  +  0.1506024096vw , 0.75rem )) {
        .aside__link-info span {
            font-size: clamp(0.5rem, 0.3644578313rem + 0.1506024096vw, 0.75rem);
        }
    }

    @supports not (font-size: clamp( 0.5rem , 0.3644578313rem  +  0.1506024096vw , 0.75rem )) {
        .aside__link-info span {
            font-size: calc(0.5rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .aside__link-value {
            font-size: clamp(0.75rem, 0.6144578313rem + 0.1506024096vw, 1rem);
        }
    }

    @supports not (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .aside__link-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .aside__sub-value {
            font-size: clamp(0.75rem, 0.6144578313rem + 0.1506024096vw, 1rem);
        }
    }

    @supports not (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .aside__sub-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 1.25rem , 1.046686747rem  +  0.2259036145vw , 1.625rem )) {
        .access-details__wrapper h3 {
            font-size: clamp(1.25rem, 1.046686747rem + 0.2259036145vw, 1.625rem);
        }
    }

    @supports not (font-size: clamp( 1.25rem , 1.046686747rem  +  0.2259036145vw , 1.625rem )) {
        .access-details__wrapper h3 {
            font-size: calc(1.25rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            -ms-flex-preferred-size: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
            flex-basis: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (flex-basis: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            -ms-flex-preferred-size: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
            flex-basis: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            width: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (width: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            width: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            height: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (height: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .aside__link-icon {
            height: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }



    @supports not (font-size: clamp( 0.875rem , 0.7394578313rem  +  0.1506024096vw , 1.125rem )) {
        .period__container .aside__link-text {
            font-size: calc(0.875rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            -ms-flex-preferred-size: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
            flex-basis: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            -ms-flex-preferred-size: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
            flex-basis: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            width: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            width: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            height: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .aside__link-status {
            height: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            -ms-flex-preferred-size: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
            flex-basis: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (flex-basis: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            -ms-flex-preferred-size: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
            flex-basis: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            width: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (width: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            width: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            height: clamp(1.125rem, 0.921686747rem + 0.2259036145vw, 1.5rem);
        }
    }

    @supports not (height: clamp( 1.125rem , 0.921686747rem  +  0.2259036145vw , 1.5rem )) {
        .period__container .aside__link-info span {
            height: calc(1.125rem + 0.375 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.5rem , 0.3644578313rem  +  0.1506024096vw , 0.75rem )) {
        .period__container .aside__link-info span {
            font-size: clamp(0.5rem, 0.3644578313rem + 0.1506024096vw, 0.75rem);
        }
    }

    @supports not (font-size: clamp( 0.5rem , 0.3644578313rem  +  0.1506024096vw , 0.75rem )) {
        .period__container .aside__link-info span {
            font-size: calc(0.5rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .aside__link-value {
            font-size: clamp(0.75rem, 0.6144578313rem + 0.1506024096vw, 1rem);
        }
    }

    @supports not (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .aside__link-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.875rem , 0.7394578313rem  +  0.1506024096vw , 1.125rem )) {
        .period__container .aside__sub-link {
        }
    }

    @supports not (font-size: clamp( 0.875rem , 0.7394578313rem  +  0.1506024096vw , 1.125rem )) {
        .period__container .aside__sub-link {
        }
    }

    @supports (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .aside__sub-value {
            font-size: clamp(0.75rem, 0.6144578313rem + 0.1506024096vw, 1rem);
        }
    }

    @supports not (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .aside__sub-value {
            font-size: calc(0.75rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            -ms-flex-preferred-size: clamp(2.5rem, 2.1611445783rem + 0.3765060241vw, 3.125rem);
            flex-basis: clamp(2.5rem, 2.1611445783rem + 0.3765060241vw, 3.125rem);
        }
    }

    @supports not (flex-basis: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            -ms-flex-preferred-size: calc(2.5rem + 0.625 * (100vw - 90rem) / 166);
            flex-basis: calc(2.5rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            width: clamp(2.5rem, 2.1611445783rem + 0.3765060241vw, 3.125rem);
        }
    }

    @supports not (width: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            width: calc(2.5rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            height: clamp(2.5rem, 2.1611445783rem + 0.3765060241vw, 3.125rem);
        }
    }

    @supports not (height: clamp( 2.5rem , 2.1611445783rem  +  0.3765060241vw , 3.125rem )) {
        .period__container .user-aside__image {
            height: calc(2.5rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            -ms-flex-preferred-size: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
            flex-basis: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (flex-basis: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            -ms-flex-preferred-size: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
            flex-basis: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            width: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (width: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            width: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            height: clamp(0.625rem, 0.5572289157rem + 0.0753012048vw, 0.75rem);
        }
    }

    @supports not (height: clamp( 0.625rem , 0.5572289157rem  +  0.0753012048vw , 0.75rem )) {
        .period__container .user-aside__status {
            height: calc(0.625rem + 0.125 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.875rem , 0.7394578313rem  +  0.1506024096vw , 1.125rem )) {
        .period__container .user-aside__about h3 {
            font-size: clamp(0.875rem, 0.7394578313rem + 0.1506024096vw, 1.125rem);
        }
    }

    @supports not (font-size: clamp( 0.875rem , 0.7394578313rem  +  0.1506024096vw , 1.125rem )) {
        .period__container .user-aside__about h3 {
            font-size: calc(0.875rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .user-aside__about p {
            font-size: clamp(0.75rem, 0.6144578313rem + 0.1506024096vw, 1rem);
        }
    }

    @supports not (font-size: clamp( 0.75rem , 0.6144578313rem  +  0.1506024096vw , 1rem )) {
        .period__container .user-aside__about p {
            font-size: calc(0.75rem + 0.25 * (100vw - 90rem) / 166);
        }
    }

    @supports (flex-basis: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            -ms-flex-preferred-size: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
            flex-basis: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (flex-basis: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            -ms-flex-preferred-size: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
            flex-basis: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (width: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            width: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (width: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            width: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

    @supports (height: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            height: clamp(2.125rem, 1.7861445783rem + 0.3765060241vw, 2.75rem);
        }
    }

    @supports not (height: clamp( 2.125rem , 1.7861445783rem  +  0.3765060241vw , 2.75rem )) {
        .period__container .user-aside__button::before {
            height: calc(2.125rem + 0.625 * (100vw - 90rem) / 166);
        }
    }

}

@media (max-width: 90em) and (min-width: 90em) {
    .select_min-duration .select__value {
        padding-right: 1rem;
    }

    .select_min-duration .select__value {
        padding-left: 1rem;
    }
}

@media (max-width: 90em) and (min-width: 85.625em) and (max-width: 90em) {
    @supports (padding-right: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .select_min-duration .select__value {
            padding-right: clamp(0.5rem, -9.2857142857rem + 11.4285714286vw, 1rem);
        }
    }

    @supports not (padding-right: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .select_min-duration .select__value {
            padding-right: calc(0.5rem + 0.5 * (100vw - 85.625rem) / 4.375);
        }
    }

    @supports (padding-left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .select_min-duration .select__value {
            padding-left: clamp(0.5rem, -9.2857142857rem + 11.4285714286vw, 1rem);
        }
    }

    @supports not (padding-left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .select_min-duration .select__value {
            padding-left: calc(0.5rem + 0.5 * (100vw - 85.625rem) / 4.375);
        }
    }
}

@media (min-width: 47.99875em) and (max-width: 90em) {
    @supports (margin-bottom: clamp( 1.25rem , -0.8927375673rem  +  4.4641528526vw , 3.125rem )) {
        .popup--invite .popup__invite h4:not(:last-child) {
            margin-bottom: clamp(1.25rem, -0.8927375673rem + 4.4641528526vw, 3.125rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , -0.8927375673rem  +  4.4641528526vw , 3.125rem )) {
        .popup--invite .popup__invite h4:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.875 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (margin-bottom: clamp( 1.875rem , 0.4465082884rem  +  2.9761019017vw , 3.125rem )) {
        .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
            margin-bottom: clamp(1.875rem, 0.4465082884rem + 2.9761019017vw, 3.125rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.875rem , 0.4465082884rem  +  2.9761019017vw , 3.125rem )) {
        .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
            margin-bottom: calc(1.875rem + 1.25 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (padding-bottom: clamp( 1.5625rem , 1.1339524865rem  +  0.8928305705vw , 1.9375rem )) {
        .aside__user {
            padding-bottom: clamp(1.5625rem, 1.1339524865rem + 0.8928305705vw, 1.9375rem);
        }
    }

    @supports not (padding-bottom: clamp( 1.5625rem , 1.1339524865rem  +  0.8928305705vw , 1.9375rem )) {
        .aside__user {
            padding-bottom: calc(1.5625rem + 0.375 * (100vw - 47.99875rem) / 42.00125);
        }
    }

    @supports (padding-bottom: clamp( 1.5625rem , 1.1339524865rem  +  0.8928305705vw , 1.9375rem )) {
        .period__container .aside__user {
            padding-bottom: clamp(1.5625rem, 1.1339524865rem + 0.8928305705vw, 1.9375rem);
        }
    }

    @supports not (padding-bottom: clamp( 1.5625rem , 1.1339524865rem  +  0.8928305705vw , 1.9375rem )) {
        .period__container .aside__user {
            padding-bottom: calc(1.5625rem + 0.375 * (100vw - 47.99875rem) / 42.00125);
        }
    }
}

@media (min-width: 87.5em) and (max-width: 256em) {
    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__form h4:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__form h4:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 0.625rem , 0.3004451039rem  +  0.3709198813vw , 1.25rem )) {
        .popup--individual-price .individual-price__line:not(:last-child) {
            margin-bottom: clamp(0.625rem, 0.3004451039rem + 0.3709198813vw, 1.25rem);
        }
    }

    @supports not (margin-bottom: clamp( 0.625rem , 0.3004451039rem  +  0.3709198813vw , 1.25rem )) {
        .popup--individual-price .individual-price__line:not(:last-child) {
            margin-bottom: calc(0.625rem + 0.625 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents h5:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents h5:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__body:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__body:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents-name:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__agents-name:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__actions:not(:last-child) {
            margin-bottom: clamp(1.25rem, 0.6008902077rem + 0.7418397626vw, 2.5rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , 0.6008902077rem  +  0.7418397626vw , 2.5rem )) {
        .popup--individual-price .individual-price__actions:not(:last-child) {
            margin-bottom: calc(1.25rem + 1.25 * (100vw - 87.5rem) / 168.5);
        }
    }
}

@media (min-width: 61.99875em) and (max-width: 90em) {
    @supports (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__popup h4:not(:last-child),
        .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
            margin-bottom: clamp(1.25rem, -0.1338388911rem + 2.2320432124vw, 1.875rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__popup h4:not(:last-child),
        .popup--new-booking-second .new-booking__popup h4:not(:last-child) {
            margin-bottom: calc(1.25rem + 0.625 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__body:not(:last-child),
        .popup--new-booking-second .new-booking__body:not(:last-child) {
            margin-bottom: clamp(1.25rem, -0.1338388911rem + 2.2320432124vw, 1.875rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__body:not(:last-child),
        .popup--new-booking-second .new-booking__body:not(:last-child) {
            margin-bottom: calc(1.25rem + 0.625 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__total-price:not(:last-child),
        .popup--new-booking-second .new-booking__total-price:not(:last-child) {
            margin-bottom: clamp(1.25rem, -0.1338388911rem + 2.2320432124vw, 1.875rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.25rem , -0.1338388911rem  +  2.2320432124vw , 1.875rem )) {
        .popup--new-booking .new-booking__total-price:not(:last-child),
        .popup--new-booking-second .new-booking__total-price:not(:last-child) {
            margin-bottom: calc(1.25rem + 0.625 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (margin-bottom: clamp( 1.875rem , -0.8926777822rem  +  4.4640864247vw , 3.125rem )) {
        .popup--new-booking .new-booking__price:not(:last-child),
        .popup--new-booking-second .new-booking__price:not(:last-child) {
            margin-bottom: clamp(1.875rem, -0.8926777822rem + 4.4640864247vw, 3.125rem);
        }
    }

    @supports not (margin-bottom: clamp( 1.875rem , -0.8926777822rem  +  4.4640864247vw , 3.125rem )) {
        .popup--new-booking .new-booking__price:not(:last-child),
        .popup--new-booking-second .new-booking__price:not(:last-child) {
            margin-bottom: calc(1.875rem + 1.25 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (gap: clamp( 0.625rem , -4.2184361189rem  +  7.8121512432vw , 2.8125rem )) {
        .form__actions {
            gap: clamp(0.625rem, -4.2184361189rem + 7.8121512432vw, 2.8125rem);
        }
    }

    @supports not (gap: clamp( 0.625rem , -4.2184361189rem  +  7.8121512432vw , 2.8125rem )) {
        .form__actions {
            gap: calc(0.625rem + 2.1875 * (100vw - 61.99875rem) / 28.00125);
        }
    }

    @supports (margin-bottom: clamp( 0.0000000625rem , -1.3838386902rem  +  2.2320429892vw , 0.625rem )) {
        .booking-details__top:not(:last-child) {
            margin-bottom: clamp(0.0000000625rem, -1.3838386902rem + 2.2320429892vw, 0.625rem);
        }
    }

    @supports not (margin-bottom: clamp( 0.0000000625rem , -1.3838386902rem  +  2.2320429892vw , 0.625rem )) {
        .booking-details__top:not(:last-child) {
            margin-bottom: calc(0.0000000625rem + 0.6249999375 * (100vw - 61.99875rem) / 28.00125);
        }
    }
}

@media (min-width: 75em) and (max-width: 90em) {
    @supports (margin-left: clamp( 0.625rem , -5.9375rem  +  8.75vw , 1.9375rem )) {
        .aside__sub-menu {
            margin-left: clamp(0.625rem, -5.9375rem + 8.75vw, 1.9375rem);
        }
    }

    @supports not (margin-left: clamp( 0.625rem , -5.9375rem  +  8.75vw , 1.9375rem )) {
        .aside__sub-menu {
            margin-left: calc(0.625rem + 1.3125 * (100vw - 75rem) / 15);
        }
    }

    @supports (padding-left: clamp( 0.3125rem , -1.875rem  +  2.9166666667vw , 0.75rem )) {
        .aside__sub-menu {
            padding-left: clamp(0.3125rem, -1.875rem + 2.9166666667vw, 0.75rem);
        }
    }

    @supports not (padding-left: clamp( 0.3125rem , -1.875rem  +  2.9166666667vw , 0.75rem )) {
        .aside__sub-menu {
            padding-left: calc(0.3125rem + 0.4375 * (100vw - 75rem) / 15);
        }
    }

    @supports (margin-left: clamp( 0.625rem , -5.9375rem  +  8.75vw , 1.9375rem )) {
        .period__container .aside__sub-menu {
            margin-left: clamp(0.625rem, -5.9375rem + 8.75vw, 1.9375rem);
        }
    }

    @supports not (margin-left: clamp( 0.625rem , -5.9375rem  +  8.75vw , 1.9375rem )) {
        .period__container .aside__sub-menu {
            margin-left: calc(0.625rem + 1.3125 * (100vw - 75rem) / 15);
        }
    }

    @supports (padding-left: clamp( 0.3125rem , -1.875rem  +  2.9166666667vw , 0.75rem )) {
        .period__container .aside__sub-menu {
            padding-left: clamp(0.3125rem, -1.875rem + 2.9166666667vw, 0.75rem);
        }
    }

    @supports not (padding-left: clamp( 0.3125rem , -1.875rem  +  2.9166666667vw , 0.75rem )) {
        .period__container .aside__sub-menu {
            padding-left: calc(0.3125rem + 0.4375 * (100vw - 75rem) / 15);
        }
    }
}

@media (min-width: 85.625em) and (max-width: 90em) {
    @supports (left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .main-admin__started-price form p {
            left: clamp(0.5rem, -9.2857142857rem + 11.4285714286vw, 1rem);
        }
    }

    @supports not (left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .main-admin__started-price form p {
            left: calc(0.5rem + 0.5 * (100vw - 85.625rem) / 4.375);
        }
    }

    @supports (padding-left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .main-admin__agent-only {
            padding-left: clamp(0.5rem, -9.2857142857rem + 11.4285714286vw, 1rem);
        }
    }

    @supports not (padding-left: clamp( 0.5rem , -9.2857142857rem  +  11.4285714286vw , 1rem )) {
        .main-admin__agent-only {
            padding-left: calc(0.5rem + 0.5 * (100vw - 85.625rem) / 4.375);
        }
    }
}

@media (min-width: 20em) and (max-width: 85.625em) {
    @supports (right: clamp( 0.5rem , 0.3476190476rem  +  0.7619047619vw , 1rem )) {
        .main-admin__started-price form button {
            right: clamp(0.5rem, 0.3476190476rem + 0.7619047619vw, 1rem);
        }
    }

    @supports not (right: clamp( 0.5rem , 0.3476190476rem  +  0.7619047619vw , 1rem )) {
        .main-admin__started-price form button {
            right: calc(0.5rem + 0.5 * (100vw - 20rem) / 65.625);
        }
    }
}

@media (min-width: 20em) and (max-width: 61.99875em) {
    @supports (padding-bottom: clamp( 0.75rem , 0.2142697699rem  +  2.6786511503vw , 1.875rem )) {
        .page__owner {
            padding-bottom: clamp(0.75rem, 0.2142697699rem + 2.6786511503vw, 1.875rem);
        }
    }

    @supports not (padding-bottom: clamp( 0.75rem , 0.2142697699rem  +  2.6786511503vw , 1.875rem )) {
        .page__owner {
            padding-bottom: calc(0.75rem + 1.125 * (100vw - 20rem) / 41.99875);
        }
    }
}

@media (min-width: 85.625em) and (max-width: 256em) {
    @supports (padding-right: clamp( 0.75rem , 0.1846111519rem  +  0.6603081438vw , 1.875rem )) {
        .page__owner {
            padding-right: clamp(0.75rem, 0.1846111519rem + 0.6603081438vw, 1.875rem);
        }
    }

    @supports not (padding-right: clamp( 0.75rem , 0.1846111519rem  +  0.6603081438vw , 1.875rem )) {
        .page__owner {
            padding-right: calc(0.75rem + 1.125 * (100vw - 85.625rem) / 170.375);
        }
    }

    @supports (padding-left: clamp( 0.625rem , -0.0032098313rem  +  0.7336757153vw , 1.875rem )) {
        .page__owner {
            padding-left: clamp(0.625rem, -0.0032098313rem + 0.7336757153vw, 1.875rem);
        }
    }

    @supports not (padding-left: clamp( 0.625rem , -0.0032098313rem  +  0.7336757153vw , 1.875rem )) {
        .page__owner {
            padding-left: calc(0.625rem + 1.25 * (100vw - 85.625rem) / 170.375);
        }
    }
}

@media (max-width: 1440px) and (min-width: 90em) {
    .access-details__form {
        padding: 1.25rem;
    }
}

@media (max-width: 1440px) and (min-width: 75em) and (max-width: 90em) {
    @supports (padding: clamp( 0.625rem , -2.5rem  +  4.1666666667vw , 1.25rem )) {
        .access-details__form {
            padding: clamp(0.625rem, -2.5rem + 4.1666666667vw, 1.25rem);
        }
    }

    @supports not (padding: clamp( 0.625rem , -2.5rem  +  4.1666666667vw , 1.25rem )) {
        .access-details__form {
            padding: calc(0.625rem + 0.625 * (100vw - 75rem) / 15);
        }
    }
}

@media (any-hover: hover) {
    .button:hover {
        color: #0a3647;
        background-color: #fff;
        -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    }

    .button--icon:hover::before {
        color: #90bfdb;
    }

    .button--priority:hover {
        color: #0a3647;
    }

    .button--priority:hover:before {
        color: #90bfdb;
    }

    .button--border:hover {
        color: #fff;
        background-color: #109eee;
    }

    .button--border-create:hover {
        color: #0a3647;
        background-color: #fff;
        -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        border: 0.0625rem solid transparent;
    }

    .button--border-create:hover::before {
        color: #90bfdb;
    }

    .button--down:hover::before {
        color: #90bfdb;
    }

    .button--remove:hover {
        background-color: #109eee;
        color: #0a3647;
    }

    .button--remove:hover::before {
        color: #90bfdb;
    }

    .button-chancel:hover {
        border: 0.125rem solid #109eee;
    }

    .options__price-input:hover {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .select__option:hover {
        background-color: #deecf4;
        color: #0a3647;
    }

    .select_agents .select__option:hover {
        background-color: transparent;
    }

    .select_actions-table .select__option:hover {
        background-color: transparent;
    }

    .select_company .select__title:hover {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .select_filters .select__title:hover {
        border-color: #90bfdb;
    }

    .quantity__button:hover {
        color: #0a3647;
    }

    .popup__close:hover::before,
    .popup__close:hover::after {
        background-color: #90bfdb;
    }

    .popup--invite .invite__button:hover {
        background-color: #fff;
        color: #0a3647;
        -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    }

    .popup--invite .invite__button:hover::before {
        color: #90bfdb;
    }

    .popup--individual-price .individual-price__delite-btn:hover {
        color: #0a3647;
        -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        border-color: transparent;
    }

    .popup--individual-price .individual-price__button:hover {
        border: 0.0625rem solid transparent;
        color: #109eee;
        background-color: #fff;
        -webkit-box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
        box-shadow: 0rem 0rem 1.125rem 0rem rgba(72, 119, 145, 0.2);
    }

    .popup--new-booking .popup__close:hover::before,
    .popup--new-booking .popup__close:hover::after,
    .popup--new-booking-second .popup__close:hover::before,
    .popup--new-booking-second .popup__close:hover::after {
        background-color: #0a3647;
    }

    .boat-cell a:hover p {
        text-decoration-color: transparent;
    }

    .header-details__calendar:hover {
        color: #0a3647;
    }

    .header-details__calendar:hover::before {
        color: #109eee;
    }

    .pagging__arrow:hover {
        color: #487791;
    }

    .pagging__item:hover {
        color: #487791;
    }

    .pagging__item--dots:hover {
        color: #90bfdb;
    }

    .aside__link:hover {
        color: #fff;
        background-color: #0a3647;
    }

    .aside__link:hover .aside__link-icon {
        background-color: #fff;
        color: #109eee;
    }

    .aside__link:hover .aside__link-text {
        color: #fff;
    }

    .aside__link:hover .aside__link-info span {
        color: #90bfdb;
    }

    .aside__sub-link:hover {
        background-color: #0a3647;
    }

    .user-aside__button:hover {
        background-color: #0a3647;
    }

    .user-aside__button:hover::before {
        background-color: #fff;
        color: #109eee;
    }

    .notification__close:hover::before,
    .notification__close:hover::after {
        background-color: #487791;
    }

    .main-admin__tr th button:hover {
        color: #487791;
    }

    .main-admin__company a:hover {
        text-decoration-color: transparent;
    }

    .main-admin__started-price form button:hover {
        color: #487791;
    }

    .main-admin__agent-only button:hover span {
        opacity: 1;
        visibility: visible;
    }

    .owner__tr th button:hover {
        color: #487791;
    }

    .individual__changes-btn:hover {
        color: #487791;
    }

    .individual__add-button:hover {
        background-color: #f2f6f8;
        color: #109eee;
    }

    .access-details__agent-about a:hover {
        color: #0a3647;
    }

    .access-details__tr th button:hover {
        color: #487791;
    }

    .access-details__id a:hover {
        text-decoration-color: transparent;
    }

    .agents__line:hover input {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .agents__tr th button:hover {
        color: #487791;
    }

    .chargeable-options__abb-btn:hover {
        color: #0a3647;
    }

    .chargeable-options__btn:hover {
        color: #fff;
        background-color: #109eee;
    }

    .period__container .aside__link:hover {
        color: #fff;
        background-color: #0a3647;
    }

    .period__container .aside__link:hover .aside__link-icon {
        background-color: #fff;
        color: #109eee;
    }

    .period__container .aside__link:hover .aside__link-text {
        color: #fff;
    }

    .period__container .aside__link:hover .aside__link-info span {
        color: #90bfdb;
    }

    .period__container .aside__sub-link:hover {
        background-color: #0a3647;
    }

    .period__container .user-aside__button:hover {
        background-color: #0a3647;
    }

    .period__container .user-aside__button:hover::before {
        background-color: #fff;
        color: #109eee;
    }

    .calendar__line-input:hover {
        border: 0.0625rem solid rgba(144, 191, 219, 0.5);
    }

    .calendar__add:hover {
        color: #109eee;
        background-color: #f2f6f8;
    }

    .boats__tr th button:hover {
        color: #0a3647;
    }

    .companies__tr th button:hover {
        color: #0a3647;
    }

    .bookings__tr th button:hover {
        color: #0a3647;
    }

    .main-admin__inv-road th button:hover {
        color: #0a3647;
    }

    .bookings-admin__tr th button:hover {
        color: #487791;
    }

    .bookings-admin__tbody tr:hover {
        -webkit-box-shadow: 0rem 0rem 0.9375rem 0rem rgba(72, 119, 145, 0.2), 0rem 0rem 0.125rem 0rem rgba(10, 54, 71, 0.4);
        box-shadow: 0rem 0rem 0.9375rem 0rem rgba(72, 119, 145, 0.2), 0rem 0rem 0.125rem 0rem rgba(10, 54, 71, 0.4);
    }

    .requests__tr th button:hover {
        color: #487791;
    }

    .notif__tr:hover {
        -webkit-box-shadow: 0 0 0.9375rem 0 rgba(72, 119, 145, 0.2), 0 0 0.125rem 0 rgba(10, 54, 71, 0.4);
        box-shadow: 0 0 0.9375rem 0 rgba(72, 119, 145, 0.2), 0 0 0.125rem 0 rgba(10, 54, 71, 0.4);
    }
}

@media (any-hover: hover) {
    .aside.menu-open:hover .aside__mob-button {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
    .aside__mob-button {
        position: fixed;
        top: 12px;
        left: -3px;
        right: auto;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}