

/* Start:/local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949*/
.breadcrumbs {
        display: flex;
		flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin: 20px 0;
    }

    .breadcrumbs__link a {
        position: relative;
        margin-right: 20px;
        display: block;
    }

.breadcrumbs__link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(35deg);
}
.breadcrumbs__link a:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: -14px;
    width: 8px;
    height: 1px;
    background: var(--secondary-color);
    transform: rotate(-35deg);
}

.breadcrumbs__link--current {
    color: var(--secondary-color);
}

.breadcrumbs__link:last-of-type {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End */


/* Start:/local/components/itech/auth.page/templates/.default/style.css?16870298273460*/

.auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    background: url(/local/templates/bs_theme/assets/css/../images/image-for-main-page-1.png) no-repeat;
    background-size: 478px 278px;
    background-position: right;
}

.auth-wrapper {
    width: 560px;
    padding: 20px;
    background: var(--third-color);
    margin-top: 20px;
}

.auth-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}

.auth-tabs::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 72%;
    height: 2px;
    background: rgba(168, 135, 90, 0.1);
}

.auth-tabs__title {
    font-family: 'Literata';
    font-weight: 500;
    font-size: 28px;
    margin: 0 40px;
    cursor: pointer;
}

.auth-tabs__title--active {
    color: var(--primary-color);
}

.auth-form {
    display: none;
}

.auth-form.auth-form--active {
    display: block;
}

.form__wrapper {
    display: flex;
    flex-direction: column;
}

.form__wrapper.hide {
    display: none;
}

.form__input {
    width: 100%;
    color: rgb(78, 75, 73);
    margin: 6px 0 12px 0;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 231, 219);
    border-image: initial;
    padding: 8px 12px;
}

.form__label {
    display: block;
    font-size: 14px;
    color: #4e4b49;
    margin: 6px 0 0px 0;
}

.auth__change {
    color: var(--primary-color);
    font-style: italic;
    cursor: pointer;
    margin-bottom: 12px;
}

.auth__opts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: var(--secondary-color);
    font-style: italic;
    font-size: 14px;
}

.form__btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter__checkbox {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    border-radius: 0;
    border: 1px solid #ebe7db;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.filter__checkbox:checked {
    border: 1px solid rgba(168, 135, 90, 0.6);
    background-image: url(/upload/resize_cache/webp/local/templates/bs_theme/assets/images/custom-checkbox.webp);
    background-repeat: no-repeat;
    background-position: center center;
}

.form__note {
    font-size: 14px;
    color: var(--primary-color);
}

.auth__note {
    text-align: center;
    font-size: 12px;
    color: var(--fourth-color);
    margin-top: 20px;
}

.auth__note a {
    display: block;
    text-decoration: underline;
}
.errortext {
    display:none;
}
@media (max-width: 576px) {
    .auth {
        padding: 0 20px;
    }

    .auth-wrapper {
        width: 100%;
        padding: 10px;
        margin: 20px;
    }

    .auth-tabs__title {
        font-size: 20px;
        margin: 0;
    }

    .auth-tabs {
        justify-content: space-between;
    }

    .auth-tabs::before {
        width: 100%;
    }
}
/* End */
/* /local/templates/bs_theme_2023/components/bitrix/breadcrumb/breadcrumb_catalog/style.css?1768996386949 */
/* /local/components/itech/auth.page/templates/.default/style.css?16870298273460 */
