

/* Start:/local/templates/.default/components/bitrix/news/holidays/bitrix/news.detail/.default/style.css?178000035611931*/
.prog-about li {
    font-size: 24px !important;
    line-height: 40px;
    letter-spacing: -1px;
    padding-left: 30px;
    position: relative;
}

.prog-about ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #171819;
}
.faqs__item-content {
    padding: 30px 30px 58px;
    width: 100% !important;
}
.faqs__item-content li,.faqs__item-content li+li {
    margin-bottom: 0px !important;
}
.prog-about td{
    padding:10px;
}
.prog-about td p{
    padding:0;
    margin:0;
}
.prog-about img{
    width:500px;
    height:500px;
    float:right;
    margin-left:20px;
    margin-bottom:20px;
}
.vacancies-reason__item {
    padding: 10px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 3px solid #171819;
}
    .vacancies-reason__item-title {
        margin-bottom: 8px !important;
    }

.ticket_about{

    width: 100%;
    font-size: 24px;
    line-height:30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF;
    padding: 15px;
    background: #FF9A9A;
}
@media (max-width: 768px) {

    .prog-about li {
        font-size: 15px !important;
    }
    .prog-about p {
        margin:0 !important;
    }
    .prog-about img{
        width:100%;
        height:auto;
        float:none;
        margin-left:0
    }
    .praz_element_header{
        padding:0 20px;
    }
    .praz_element_header p{
        text-align:inherit !important;
    }
    .ticket_about {
     font-size:10px;
     padding:0;
    }
}
.praz_element_header img{
margin-bottom:40px;
}
@media only screen and (min-width: 768px){
.praz_element_header {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}
}


@media only screen and (min-width: 1024px){
.praz_about_text>* {
    max-width: 864px;
    margin: 0 auto;
}}


/* ===== Holiday Calculator ===== */
.holiday-calc {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}
.holiday-calc__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #171819;
}
.holiday-calc__subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.holiday-calc__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
}
.holiday-calc__card {
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.holiday-calc__card:hover {
    border-color: #ccc;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.holiday-calc__card--popular {
    border-color: #6c5ce7;
    box-shadow: 0 4px 24px rgba(108,92,231,0.15);
}
.holiday-calc__card-header {
    padding: 24px 20px 20px;
    position: relative;
    overflow: hidden;
}
.holiday-calc__card-header--vau {
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
}
.holiday-calc__card-header--super {
    background: linear-gradient(135deg, #6c5ce7 0%, #a855f7 100%);
}
.holiday-calc__card-header--legend {
    background: linear-gradient(135deg, #e53e3e 0%, #f56565 100%);
}
.holiday-calc__card-name {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.holiday-calc__card-name.page-header__title {
    color: #fff;
    font-size: 1.75em;
}
.holiday-calc__card-badge {
    position: absolute;
    top: 32px;
    right: -28px;
    background: #e53e3e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    padding: 6px 42px;
    transform: rotate(45deg);
    text-transform: lowercase;
    white-space: nowrap;
    line-height: 1.4;
}
.holiday-calc__card-body {
    padding: 24px 20px 28px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.holiday-calc__features {
    padding: 0;
    margin: 0 0 24px;
    flex: 1;
}
.holiday-calc__features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.holiday-calc__features li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.holiday-calc__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #48bb78;
    font-weight: 700;
    font-size: 14px;
}
.holiday-calc__features li.holiday-calc__feature-group,
.holiday-calc__features .holiday-calc__feature-group {
    padding-left: 0;
    font-weight: 700;
    color: #333;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    list-style: none;
}
.holiday-calc__features li.holiday-calc__feature-group::before,
.holiday-calc__features .holiday-calc__feature-group::before {
    display: none;
}
.holiday-calc__features li.holiday-calc__feature-group:first-child,
.holiday-calc__features .holiday-calc__feature-group:first-child {
    margin-top: 0;
}
.holiday-calc__features li.holiday-calc__feature--muted,
.holiday-calc__features .holiday-calc__feature--muted {
    color: #aaa;
    text-decoration: line-through;
}
.holiday-calc__features li.holiday-calc__feature--muted::before,
.holiday-calc__features .holiday-calc__feature--muted::before {
    content: '✗';
    color: #ccc;
}
.holiday-calc__date-block {
    margin-bottom: 20px;
}
.holiday-calc__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.holiday-calc__date-input-wrap {
    position: relative;
}
.holiday-calc__date-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}
.holiday-calc__date-input:focus {
    border-color: #6c5ce7;
}
.holiday-calc__date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.holiday-calc__guests-block {
    margin-bottom: 20px;
}
.holiday-calc__guests-control {
    display: flex;
    align-items: center;
    gap: 0;
}
.holiday-calc__guests-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    user-select: none;
}
.holiday-calc__guests-btn:hover {
    background: #f5f5f5;
    border-color: #ccc;
}
.holiday-calc__guests-input {
    width: 100%;
    flex: 1;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.holiday-calc__guests-input::-webkit-outer-spin-button,
.holiday-calc__guests-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.holiday-calc__guests-note {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}
.holiday-calc__price {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.holiday-calc__btn {
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, filter 0.3s ease;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.holiday-calc__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}
.holiday-calc__btn:hover:not(.holiday-calc__btn--disabled)::before {
    width: 400px;
    height: 400px;
}
.holiday-calc__btn:hover:not(.holiday-calc__btn--disabled) {
    color: #fff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(247, 151, 30, 0.4);
    filter: brightness(1.1);
}
.holiday-calc__btn:active:not(.holiday-calc__btn--disabled) {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 8px rgba(247, 151, 30, 0.3);
}
.holiday-calc__btn:hover:not(.holiday-calc__btn--disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
}.holiday-calc__btn--disabled {
    background: #ddd;
    color: #999;
    cursor: not-allowed;
}
.holiday-calc__card--popular .holiday-calc__btn:not(.holiday-calc__btn--disabled) {
    background: linear-gradient(135deg, #6c5ce7 0%, #a855f7 100%);
}
.holiday-calc__card--popular .holiday-calc__btn:hover:not(.holiday-calc__btn--disabled) {
    box-shadow: 0 8px 25px rgba(108, 92, 231, 0.4);
    color: #fff;
}
.holiday-calc__card[data-tariff="ЛЕГЕНДА"] .holiday-calc__btn:not(.holiday-calc__btn--disabled) {
    background: linear-gradient(135deg, #e53e3e 0%, #f56565 100%);
}
.holiday-calc__card[data-tariff="ЛЕГЕНДА"] .holiday-calc__btn:hover:not(.holiday-calc__btn--disabled) {
    box-shadow: 0 8px 25px rgba(229, 62, 62, 0.4);
    color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
    .holiday-calc__cards {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .holiday-calc__title {
        font-size: 26px;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .holiday-calc__cards {
        gap: 16px;
    }
    .holiday-calc__card-body {
        padding: 20px 16px 24px;
    }
}

/* Tooltip for disabled button */
.holiday-calc__tooltip {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(-5px);
    background: #333;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.holiday-calc__tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #333;
}
.holiday-calc__tooltip--visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Pulse animation on date input */
.holiday-calc__date-input--pulse {
    animation: calcDatePulse 1s ease-in-out 3;
    border-color: #6c5ce7 !important;
    box-shadow: 0 0 0 0 rgba(108, 92, 231, 0.4);
}
@keyframes calcDatePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(108, 92, 231, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(108, 92, 231, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(108, 92, 231, 0);
    }
}

/* Holiday calc modal form fixes */
[data-modal="holiday-calc-modal"] .modal__inner {
    overflow: hidden;
}
/* Info block with selected tariff data */
.holiday-calc-info {
    background: #fff5f5;
    border: 1px dashed #e53e3e;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.holiday-calc-info__row {
    display: flex;
    align-items: center;
    gap: 8px;
}
.holiday-calc-info__row + .holiday-calc-info__row {
    margin-top: 4px;
}
.holiday-calc-info__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.7;
}
.holiday-calc-info__label {
    font-weight: 600;
    margin-right: 4px;
}

/* End */
/* /local/templates/.default/components/bitrix/news/holidays/bitrix/news.detail/.default/style.css?178000035611931 */
