

/* Start:/local/templates/nevaseasons/css/tourists/certificates.css?17479494824264*/
.info {
    display: flex;
    gap: 24px;
    font-size: 16px;
    line-height: 19px;
}

.certificates .button {
    width: 245px;
    font-size: 16px;
}

.button.info__button {
    margin-top: 30px;
    align-self: start;
}

.our-certificates {
    display: flex;
    gap: 80px;
}

.our-certificates__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.our-certificates__title {
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: center;
}

.our-certificates__subtitle {
    color: var(--DEFAULT);
    font-size: 16px;
    line-height: 24px;
}

.purchase-certificate {
    display: flex;
    gap: 26px;
}

.purchase-certificate__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.purchase-certificate__img {
    width: 92px;
    height: 92px;
}

.purchase-certificate__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 23.03px;
}

.certificates-types {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.certificates-types__item {
    padding: 33px 30px 27.5px 46px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.certificates-types__item .options {
    margin-top: auto;
}

.certificates-types__content {
    min-height: 186px;
    display: grid;
    grid-template-areas:
        "description img"
        "condition img";
}

.certificates-types__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
}

.certificates-types__img {
    grid-area: img;
    height: 175px;
    width: 183px;
    align-self: end;
}

.certificates-types__text {
    grid-area: description;
    font-size: 16px;
    line-height: 130%;
}

.certificates-types__condition {
    grid-area: condition;
    white-space: nowrap;
    display: flex;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}


.consumers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.consumer {
    display: flex;
    flex-direction: column;
    height: 219px;
    max-width: 158px;
}

.consumer__title {
    margin-top: 33.5px;
    margin-bottom: 26px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 33px;
}

.consumer__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.icon-circle.consumer__icon {
    align-self: center;
    width: 58px;
    height: 58px;
}

@media (max-width: 1200px) {
    .certificates .section-wrapper__title {
        margin-bottom: 25px;
    }

    .certificates-types__content {
        grid-template-areas:
            "description description"
            "condition img";
    }

    .certificates-types__item {
        padding: 33px 10px 20px 26px;
    }

    .certificates-types__condition {
        flex-direction: column;
    }

    .certificates-types__img {
        height: 100px;
        width: 100px;
    }

    .info {
        flex-direction: column;
        gap: 20px;
    }

    .consumers {
        gap: 20px;
    }

    .consumer {
        height: 190px;
        max-width: 158px;
    }

    .consumer__title {
        margin-top: 20.6px;
        margin-bottom: 10px;
    }

    .our-certificates {
        flex-direction: column;
        gap: 20px;
    }

    .our-certificates__info {
        order: 1;
        gap: 20px;
    }

    .our-certificates img:first-child {
        order: 2;
        width: 170px;
        height: 125px;
        align-self: center;
    }

    .our-certificates img:last-child {
        display: none;
    }

    .our-certificates__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        text-align: start;
    }

    .purchase-certificate {
        flex-direction: column;
        gap: 15px;
    }

    .button.info__button {
        margin-top: 20px;
    }

    @media (max-width: 768px) {
        .certificates .button {
            width: 100%;
        }
    }
}
/* 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/certificates.css?17479494824264 */
/* /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 */
