

/* Start:/local/templates/nevaseasons/css/tourists/booking.css?1747949482596*/
.card__number {
    font-size: 30px;
}

.card__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.card__phone {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}

.card__info {
    font-size: 16px;
    line-height: 21px;
}

@media (max-width: 1200px) {
    .card__text {
        font-size: 16px;
        font-weight: 500;
        line-height: 26.5px;
    }

    .card__phone {
        font-size: 16px;
        line-height: 19px;
    }

    .card__info {
        font-size: 14px;
        line-height: 18.5px;
    }
}
/* End */


/* Start:/local/templates/nevaseasons/components/bitrix/breadcrumb/main/style.css?17479494821025*/
.bx-breadcrumb {
	margin-top: 30px;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.bx-breadcrumb-item {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 10px;
	margin-bottom: 0;
	color: var(--DEFAULT);
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}


.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	color: var(--DEFAULT);
	font-size: 16px;
}

@media(hover: hover) {
	.bx-breadcrumb-item-link:hover .bx-breadcrumb-item-text {
		color: var(--PRIMARY);
	}
}

@media(max-width: 768px) {
	.bx-breadcrumb {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.bx-breadcrumb-item-text {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/templates/nevaseasons/components/travelsoft/bitrix24.lead/main/style.css?17479494821921*/
.call-request {
    height: auto;
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

.call-request p {
    margin: 0;
    line-height: 130%;
}

.call-img-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
}

.call-request__title {
    display: flow-root;
    font-size: 40px;
    line-height: 130%;
}

.call-request__icon {
    margin-right: 0.5rem;
}

.call-request__title--fixed {
    max-width: 690px;
}

.call-request__subtitle {
    font-size: 16px;
}

.call-img-wrapper__img {
    height: 100%;
    width: auto;
    margin-left: 600px;
}

.call-request-form {
    max-width: 549px;
}

.call-request-form__label {
    font-size: 16px;
    font-weight: bold;
}

.call-request-form__input {
    padding: 0 20px;
    height: 60px;
    width: 100%;
    font-size: 16px;
    min-width: 264px;
}

.call-request-form__textarea {
    padding: 20px;
    height: 120px;
    width: 100%;
    resize: none;
    font-size: 16px;
}

.policy {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .call-img-wrapper {
        display: none;
    }

    .call-request__title {
        text-align: center;
        font-size: 20px;
    }


    @media (max-width: 768px) {
        #bitrix24-lead {
            scroll-margin-top: 200px;
        }

        .call-request__subtitle {
            font-size: 14px;
        }

        .call-request-form__button {
            width: 100%;
        }

        .call-img-wrapper__img {
            margin: 0;
        }

        .call-img-wrapper {
            display: flex;
            height: 200px;
            width: 100%;
            left: 0;
            justify-content: center;
            bottom: 0;
        }

        .call-request {
            min-height: 900px;
        }
    }
}
/* End */


/* Start:/local/templates/nevaseasons/css/ts-checkbox.css?17479494821573*/
/* Кастомный чекбокс */

.ts-checkbox {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.ts-checkbox-control:hover {
    cursor: pointer;
}

.ts-checkbox-control {
    align-self: center;
    width: 20px;
    height: 20px;
}

.ts-checkbox-control input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--OPTION);
    transform: scale(1);
    outline: none;
    cursor: pointer;
    background-color: var(--OPTION);
}

.ts-checkbox-control input[type="checkbox"]:checked {
    background-color: var(--PRIMARY);
    border: 1px solid var(--PRIMARY);
}

.ts-checkbox-control input[type="checkbox"]::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9 1L3.66667 6L1 3.5' stroke='%23DEDEDE' stroke-width='2'/%3E%3C/svg%3E");
    display: flex;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ts-checkbox-control input[type="checkbox"]:checked::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M9 1L3.66667 6L1 3.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    display: flex;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* End */
/* /local/templates/nevaseasons/css/tourists/booking.css?1747949482596 */
/* /local/templates/nevaseasons/components/bitrix/breadcrumb/main/style.css?17479494821025 */
/* /local/templates/nevaseasons/components/travelsoft/bitrix24.lead/main/style.css?17479494821921 */
/* /local/templates/nevaseasons/css/ts-checkbox.css?17479494821573 */
