.booking-btn {
    margin-top: 10px;
}

.alert {
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 4px;
}

.alert-danger {
    background: red;
    color: #fff;
}

.alert-success {
    background: #d1e7dd;
    color: #0f5132;
}

.tsoperator-callback-form {
    margin-top: 20px;
}

.tsoperator-callback-btn {
    padding: 10px!important;
    height: auto!important;
}

.tsoperator-callback-errors-message, .tsoperator-callback-success-message {
    margin-bottom: 20px;
}

.box-widget-content.bookForm {
    padding: 10px;
    border:none;
}

#side-calendar {
    padding: 0;
    width: 150px;
}

.form-title {
    font-weight: bold;
}

.rates, .bookdate-container {
    margin-bottom: 30px;
}
/* Основные стили формы */
#offers-calculator {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #333;
}

.form-title hr {
    border: none;
    border-top: 1px solid #cbd5e1;
    margin: 5px 0;
}

/* Календарь */
#side-calendar {
    margin-left: auto;
    margin-right: auto;
}

/* Радио-кнопки тарифов */
.rates {
    margin: 20px 0;
}

.rate-label {
	display: block;
    padding: 10px;
    margin: 5px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.rate-label:hover {
    background-color: #e9ecef;
}

.rate-label input[type="radio"] {
    margin-right: 10px;
}

/* Стили для типов туристов */
.tourist-type-container {
    padding: 12px 0;
    border-bottom: 1px solid #cbd5e1;
}

.tourist-type-container div:first-child {
    flex: 1;
}

/* Стили для счетчика */
.quantity {
    position: relative;
    width: 100px;
}

.quantity input {
    width: 100%;
    height: 36px;
    text-align: center;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}

.quantity-nav {
    position: absolute;
    right: -30px;
    top: 0;
    height: 36px;
}

.quantity-button {
    width: 25px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background: #eb0253;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    transition: all 0.3s;
}

.quantity-button:hover {
    background: #c70043;
}

.quantity-up {
    position: absolute;
    top: 0;
}

.quantity-down {
    position: absolute;
    bottom: 0;
}
.quantity input {padding-right: 20px !important;}
.price-person {color: #79797c;}
/* Итоговая стоимость */
.total-coast {
    margin: 25px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    text-align: right;
    font-size: 18px;
}

.total-coast span {
    color: #eb0253;
    font-weight: bold;
    margin-left: 10px;
}

/* Кнопки */
.center {
    text-align: center;
    margin: 20px 0;
}

.a-new-button {
    display: inline-block;
    padding: 12px 25px;
    background-color: #eb0253;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.a-new-button:hover {
    background-color: #c70043;
    color: white;
}

.a-new-button.act {
    background-color: #eb0253;
}

.a-new-button.act:hover {
    background-color: #c70043;
}

/* Форма обратной связи */
.tsoperator-callback {
    padding: 20px;
}

.book-form.custom-form {
    margin-top: 15px;
}

.book-form.custom-form input,
.book-form.custom-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}

.book-form.custom-form textarea {
    height: 100px;
    resize: vertical;
}

/* Сообщения */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.hidden {
    display: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    #offers-calculator {
        padding: 15px;
    }
    
    .tourist-type-container {
        flex-direction: column;
    }

    .quantity {
        width: 100%;
    }
}
/* Стили для кнопок перелистывания календаря */
.vanilla-calendar-arrow_prev,
.vanilla-calendar-arrow_next {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    transition: all 0.3s ease;
    z-index: 1;
}
.vanilla-calendar.vanilla-calendar_default {margin-left: auto;margin-right: auto;}
.vanilla-calendar-arrow_prev {
    left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23eb0253'%3E%3Cpath d='M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z'/%3E%3C/svg%3E");
}

.vanilla-calendar-arrow_next {
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23eb0253'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
}

.vanilla-calendar-arrow_prev:hover,
.vanilla-calendar-arrow_next:hover {
    background-color: rgba(235, 2, 83, 0.1);
    border-radius: 50%;
}

.vanilla-calendar-arrow_prev:active,
.vanilla-calendar-arrow_next:active {
    background-color: rgba(235, 2, 83, 0.2);
}