

/* Start:/local/templates/aspro-allcorp/components/aspro/form.allcorp/contacts-custom-2/style.css?17707051813714*/
/* Форма заказа в хедере */
.form.contacts .form-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form.contacts .form-submit-row {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Единообразное отображение чекбоксов согласия */
.form.contacts .form-group .input input[type="checkbox"],
.form.contacts .processing-block .input input[type="checkbox"] {
    position: relative !important;
    float: left;
    margin: 3px 12px 0 0 !important;
}

.form.contacts .form-group .input input[type="checkbox"] + label,
.form.contacts .form-group .input label:not(.error),
.form.contacts .processing-block .input input[type="checkbox"] + label,
.form.contacts .processing-block .input label:not(.error) {
    display: block !important;
    margin-left: 0 !important;
    overflow: hidden;
    line-height: 1.5;
    color: #fff;
}

.form.contacts .form-group .input label:not(.error) a,
.form.contacts .processing-block .input label:not(.error) a {
    color: #fff;
}

.form.contacts .form-group .hint,
.form.contacts .processing-block .under-form-light {
    margin-top: 5px;
    margin-left: 24px;
    font-size: 12px;
    opacity: 0.9;
}

/* Уменьшаем фиолетовые отступы внутри блока */
.contacts-form-component .styled-block.contacts-form-block {
    padding: 20px 30px;
}

/* Блок Telegram-бота — фиолетовый фон как у формы, красный блок внутри */
.contacts-form-component .tv-bot-wrapper {
    margin-top: 0;
    padding: 20px 30px;
    background: #3c3096 url('/local/templates/aspro-allcorp/images/background.png') 0 0 no-repeat;
    background-size: cover;
}

/* Больше отступа от всего компонента — чтобы не наезжал на «Горящие туры» */
.contacts-form-component {
    margin-bottom: 50px;
}

.tv-bot-row {
    margin-top: 0;
}

.tv-bot-block {
    margin-bottom: 0;
    padding: 20px 24px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.tv-bot-block__text {
    flex: 1;
    min-width: 0;
}

.tv-bot-block__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.tv-bot-block__list {
    margin: 0;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.6;
}

.tv-bot-block .tv-bot-subscription {
    flex-shrink: 0;
}

/* Кнопка — как у формы «ОТПРАВИТЬ» */
.tv-bot-block .TVBotSubscriptionButton,
.tv-bot-block .TVBotSubscription {
    background-color: #e30613 !important;
    background: #e30613 !important;
    border: 1px solid #e30613 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
}

.tv-bot-block .TVBotSubscriptionButton:hover,
.tv-bot-block .TVBotSubscription:hover {
    background-color: rgba(227, 6, 19, 0.8) !important;
    background: rgba(227, 6, 19, 0.8) !important;
    border-color: #e30613 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .contacts-form-component .styled-block.contacts-form-block,
    .contacts-form-component .tv-bot-wrapper {
        padding: 15px 20px;
    }
}

@media (max-width: 991px) {
    .tv-bot-block {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }
    .tv-bot-block .tv-bot-subscription {
        display: flex;
        justify-content: flex-start;
    }
}
/* End */
/* /local/templates/aspro-allcorp/components/aspro/form.allcorp/contacts-custom-2/style.css?17707051813714 */
