.actions .booking-popup__place {
    color: #52ae82;
    font-family: var(--font-inter);
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.572px;
    margin-bottom: 15px;
}

.actions .registration__switch label {
    color: #ffffff;
    height: 40px;
    font-weight: 600;
    line-height: 150%;
}

.interval-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#setIntervalsScreen fieldset {
    display: none;
}

#setIntervalsScreen.month #monthInterval {
    display: block;
}

#setIntervalsScreen.days #daysInterval {
    display: block;
}

.interval-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.interval-wrapper button:not(.select2 button) {
    width: 225px;
    text-align: center;
}

.interval-wrapper button:not(.select2 button).active {
    background: #ff7bab;
    color: #ffffff;
}

.interval-wrapper input[type='text'], input[name="weekDays"] {
    background: #ffffff;
    border-radius: 3px;
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.019em;
    text-align: center;
    color: #757575;
    height: 50px;
    width: 225px;
    padding: 15px 20px;
}

input[name="weekDays"] {
    width: 100%;
    height: unset;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    /* display: none; */
}



.interval-wrapper .date-field:not(.date-field[name="setDays"]) {
    pointer-events: none;
}

.booking__interval-item label {
    background: #ffffff;
    /* color: #cbcbcb; */
    color: #232222;
    border: 1px solid #6b6b6b;
    transition: all 0.15s ease;
}

#setTimeScreen .booking__interval-list {
    margin-bottom: 15px;
}

#userInterval,
#userInterval::placeholder,
.time-field,
.time-field::placeholder {
    color: #cbcbcb;
    font-size: 16px;
}

#setTimeScreen > span {
    display: block;
    color: #acacac;
    font-family: var(--font-inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.228px;
    padding-top: 13px;
    margin-right: 5px;
}

.hour-field,
.month-field {
    display: none;
}

.object-screen.hour .hour-field {
    display: block;
}

.object-screen.month .month-field {
    display: block;
}

#saveObject {
    width: 225px;
    margin: 75px auto 0;
}

.time-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ui-timepicker-standard {
    border: none !important;
    border-radius: 3px !important;
    color: #757575 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    letter-spacing: -0.342px !important;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    margin-top: 5px !important;
}

.multi-select-container {
    /* width: 100%; */
    /* max-width: 225px; */
}

.select2-container--default .select2-results__option--selected {
    
    background-color: #ff7bab;
    color: #fff;
}


.multi-select-container .select2-container--default .select2-selection--multiple,
.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    border-radius: 3px;
    min-height: 25px;
}

.multi-select-container .select2-container--default .select2-selection--multiple {
    padding: 3px;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    width: 25px;
    min-height: 100%;
    padding: 5px;
    font-size: 16px;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 5px 10px;
}

.multi-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    padding: 0;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.select2-dropdown .select2-results__option {
    position: relative;
}

.select2-dropdown .select2-results__option::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    background: url('../images/icons/checked-icon.svg') center no-repeat;
    background-size: 0;
    border: 1px solid #757575;
    transition: all 0.12s ease;
}

.select2-dropdown .select2-results__option--selected::before {
    background-size: 100%;
}

.select2-dropdown .select2-results__option {
    padding: 5px 10px 5px 35px;
}

.select2-dropdown,
.select2-container--default .select2-results > .select2-results__options {
    max-height: 100%;
    border-radius: 3px;
}

.multi-select-container .select2-container,
.multi-select-container .select2-selection--multiple .select2-selection__rendered {
    max-height: 0;
    overflow: hidden;
}

.ui-timepicker-standard .ui-menu-item,
.time-wrapper input {
    cursor: pointer;
}

#monthInterval .air-datepicker--navigation {
    display: none;
}

.add-interval-btn {
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.15s ease;
}

.add-interval-btn.active {
    margin: 20px auto;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}

.time-interval-btn {
    transition: all 0.15s ease;
    margin: 15px auto;
}

.time-interval-btn:disabled {
    background: #cbcbcb;
    color: #757575;
    cursor: unset;
}

.booking__interval-item {
    position: relative;
}

.delete-time_interval {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25px;
    right: 0;
    width: 25px;
    height: 25px;
    background: #ff0000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.15s ease;
}

.delete-time_interval svg {
    pointer-events: none;
}

.booking__interval-item:hover .delete-time_interval {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    cursor: pointer;
}


.registration__form_final{
    display: flex;
    flex-direction: column;
    gap: 15px;

    align-items: center;
    justify-content: center;
}

/* страница добавить новую карту */



.new-map {
   
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #757575;

    padding-bottom: 50px;
}

.new-map  .actions__container {
    padding-top: 0;
}
.new-map  .popup__header {
    margin-bottom: 20px;
}

.new-map__description {
    padding-bottom: 20px;
}
.new-map__title {
    margin-bottom: 20px;
}
.new-map__subtitle {
}
.new-map__list {
    padding-left: 20px;
}
.new-map__text {
    text-align: center;
}
.new-map__add-map {
}
.add-map {
    padding: 10px 0 20px;
    background-color: #fff;
}
.add-map__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #000;
    text-align: center;
}

.add-map__title-map {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.add-map__title-map input, .add-map__textarea textarea {
    min-height: 25px;
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
    color: #757575;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.342px;
    padding: 7px 9px;
    border: 1px solid #e6e6e6;
}


.add-map__textarea {
    display: none;
    margin-top: 20px;
}
.add-map__textarea textarea {
    height: 150px;
    font-size: 12px;
}

.add-map__actions {
    /* margin-bottom: 20px; */
    display: flex;
    align-items: center;
    gap: 20px;
}

.add-map__actions label,  .add-map__actions button {
    font-size: 12px;
    font-weight: 500;
}

.add-map__actions label:last-child{
    background: #cbcbcb;
    color: #757575;
}


.add-map__actions input[type="file"]{
    display: none;
}

.button {
}
.add-map__text {
    font: 10px;
}

.add-map__btn{
    margin-top: 20px;
    display: none;
}

.add-map__img {
    margin:0 auto 20px auto;
    display: flex;
    justify-content: center;

    /* height: 300px; */
}
.add-map__img img {
    display: none;

    width: 250px;
    height: 250px;
}



.new-map__video {
    padding: 30px 10px;
    border-bottom: 1px solid #cbcbcb;
    max-width: 768px;
    margin: 0 auto 30px;
}

.new-map__video-wrapper {
   
}

.new-map__video-wrapper iframe,
.new-map__video-wrapper video {
    width: 100%;
    /* min-height: 320px; */
}
.new-map__video .new-map__text{
    font-size: 10px;
    text-align: left;
}

button#everyNDay {
    
    width: 100%;
}