

/* Start:/bitrix/templates/aspro-resort/components/bitrix/news.detail/tours/style.css?1711089714155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/aspro-resort/components/aspro/form.resort/individual-form/style.css?17657057084798*/
.individual-form-title {
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    color: #333333;
    padding-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
}

.individual-form-wrapper {
    width: 100%;
    background-color: #f7f7f8;
    margin-top: 80px;
}

.individual-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

.form-fields {
    margin-bottom: 30px;
}

.form-field {
    margin-bottom: 20px;
}

.processing-field {
    margin-top: 30px;
    margin-bottom: 40px;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input[type="text"],
.input-wrapper input[type="tel"],
.input-wrapper select {
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="tel"]:focus,
.input-wrapper select:focus {
    outline: none;
    border-color: #E93B3B;
}

.input-wrapper select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.input-wrapper input[type="checkbox"] {
    margin-right: 10px;
}

.processing-field label {
    font-weight: normal;
    cursor: pointer;
    display: inline;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.processing-field label a {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.processing-field label a:hover {
    color: #E93B3B;
    text-decoration: underline;
}

.processing-field .privacy-policy-link {
    text-decoration: underline !important;
}

.required-star {
    color: #dc3545;
    font-weight: bold;
}

.star {
    color: #dc3545;
    font-weight: bold;
}

.btn-submit {
    background-color: #E93B3B;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
}

.btn-submit:hover {
    background-color: #d32f2f;
}

.form-success {
    text-align: center;
    padding: 40px 20px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
}

.form-success .fa-check {
    font-size: 48px;
    margin-bottom: 20px;
    color: #28a745;
}

.success-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-error {
    margin-bottom: 20px;
}

.field-hint {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.captcha-input input {
    width: 100%;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
}

/* Phone field with country code selector */
.phone-field-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.phone-field-wrapper .country-code-select {
    width: 100px;
    min-width: 100px;
    height: 50px;
    padding: 12px 35px 12px 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 12px center, right 12px center;
    background-size: 20px 15px, 12px 12px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.phone-field-wrapper .country-code-select:focus {
    outline: none;
    border-color: #E93B3B;
}

.phone-field-wrapper .country-code-select option {
    padding: 8px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 20px 15px;
    padding-left: 35px;
}

.phone-field-wrapper .phone-input-wrapper {
    flex: 1;
}

.phone-field-wrapper .phone-input-wrapper input[type="text"],
.phone-field-wrapper .phone-input-wrapper input[type="tel"] {
    width: 100%;
}
/* End */
/* /bitrix/templates/aspro-resort/components/bitrix/news.detail/tours/style.css?1711089714155 */
/* /bitrix/templates/aspro-resort/components/aspro/form.resort/individual-form/style.css?17657057084798 */
