

/* Start:/local/templates/nevaseasons/css/agencies/index.css?17479494821369*/
.section-agencies {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.agencies {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.agencies .agency-item {
    position: relative;
    padding-top: 33px;
    padding-left: 46px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    width: 588px;
    height: 292px;
    border-radius: var(--bs-border-radius);
}

.agency-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 313px;
    height: 222px;
}

.agency-info__title {
    font-size: 20px;
    white-space: nowrap;
    line-height: 130%;
    font-weight: bold;
    margin: 0;
}

.agency-info__text {
    font-size: 16px;
    line-height: 130%;
    color: var(--BLACK)
}

.agency-item__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 207px;
    height: 207px;
}

@media (max-width: 1200px) {
    .section-agencies {
        gap: 10px;
    }

    .agencies {
        gap: 10px;
    }

    .agencies .agency-item {
        padding-top: 33px;
        padding-left: 26px;
        display: flex;
        width: 100%;
        height: 292px;
    }


    .agency-info {
        width: 203px;
        height: 222px;
    }

    .agency-item__img {
        width: 127px;
        height: 127px;
    }
}
/* 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/css/subscription/agent-unisender.css?17479494822282*/
.subscription {
    height: auto;
    min-height: 640px;
    position: relative;
    overflow: hidden;
}

.subscription__img {
    padding-top: 10px;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    margin-left: 200px;
}

.subscription__img img {
    height: 100%;
    width: auto;
}

.subscription-forms {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 540px;
    gap: 15px;
}

.subscription-forms__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 47px;
    margin: 0;
}

.subscription-forms__subtitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.03em;
    margin: 0;
}

.subscription-forms__text {
    font-size: 16px;
    line-height: 19px;
}

.agreement {
    display: flow-root;
    line-height: 16.2px;
    font-size: 12px;
}

.unisender-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.form-group__label {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
}

.form-group__input {
    padding: 0 20px;
    font-size: 16px;
    line-height: 130%;
    height: 60px;
}

@media (max-width: 1024px) {
    .subscription-forms__title {
        font-size: 24px;
        line-height: 130%;
        text-align: center;
    }

    .subscription__img {
        display: none;
        margin: 0;
    }

    .subscription-forms__subtitle {
        font-size: 20px;
        line-height: 130%;
        text-align: center;
    }

    .subscription-forms__text {
        text-align: center;
    }

    @media (max-width: 768px) {
        .subscription-forms {
            padding-top: 45px;
        }

        .agreement {
            text-align: center;
        }

        .subscription__img {
            padding: 0;
            height: 200px;
            display: flex;
            width: 100%;
            left: 0;
            justify-content: center;
            bottom: 0;
        }

        .subscription {
            min-height: 760px;
        }
    }
}
/* 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/agencies/index.css?17479494821369 */
/* /local/templates/nevaseasons/components/bitrix/breadcrumb/main/style.css?17479494821025 */
/* /local/templates/nevaseasons/css/subscription/agent-unisender.css?17479494822282 */
/* /local/templates/nevaseasons/css/ts-checkbox.css?17479494821573 */
