

/* Start:/local/templates/family-new/components/bitrix/catalog.smart.filter/.default/style.css?176579923110702*/
/* form_default */
.catalog-filter_wrap {
    display: flex;
}

.form_default .close_form {
    position: absolute;
    right: 20px;
    top: 5px;
    font: 600 32px/1.2 'Mulish';
    color: #255087;
}

.form_default .close_form:hover {
    color: #255087;
}

.form_default .form-title {
    font: 700 32px/38.4px 'Mulish';
    color: #132743;
    margin-bottom: 32px;
    text-align: center;
}

.form_default .fields_group {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    column-gap: 12px;
}

.form_default .field_box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

/**/
.form_default .field_box.unit {
    font-size: 16px;
    line-height: 17.6px;
}

.form_default .field_box.unit:after {
    content: 'см';
    position: absolute;
    top: 13px;
    right: 20px;
    color: #A1A9B4;
    z-index: 9;
}

.form_default .field_box.unit.cm:after {
    content: 'см';
}

.form_default .field_box.unit.kg:after {
    content: 'кг';
}

.form_default .field_box.unit label {
    font-size: 16px;
    line-height: 17.6px;
    color: #A1A9B4;
}

.form_default .field_box.unit .input {
    padding-right: 40px;
}

/**/

.form_default .field_box .field-label {
    font: 700 14px/1 'Mulish';
    color: #132743;
    margin-bottom: 6px;
    text-align: left;
}

.form_default .field_box label {
    font: 500 14px/16.8px 'Mulish';
    color: #282F47;
    text-align: left;
}

.form_default .field_box label a {
    color: #3D71D0;
    text-decoration: none;
}

.form_default .field_box label a:hover {
    text-decoration: underline;
}

.form_default .field_box .input {
    width: 100%;
    max-width: none;
    height: 44px;
    opacity: 1;
    box-sizing: border-box;
    padding: 10px 16px;
    margin-bottom: 5px;
    border: none;
    background: #FFFFFF;

    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.form_default .field_box .input + .hint {
    display: none;
    font-family: Mulish;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #CD201F;
    margin: 0;
    text-align: left;
}

.form_default .field_box.error .input,
.form_default .field_box .input.error {
    border: 1px solid #CD201F;
}

.form_default .field_box.error .input + .hint,
.form_default .field_box .input.error + .hint {
    display: block;
}

.form_default .field_box .input::placeholder {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #A1A9B4;
}

.form_default .field_box .input::-webkit-input-placeholder,
.form_default .field_box .input::-moz-placeholder,
.form_default .field_box .input:-moz-placeholder,
.form_default .field_box .input:-ms-input-placeholder {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #A1A9B4;
}

.form_default .field_box .textarea {
    height: 120px;
    margin-bottom: 0;
    box-sizing: border-box;
    resize: none;
}

.form_default .field_box .checkbox {
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    margin: 0;
    z-index: -1;
}

.form_default .field_box .checkbox + label {
    line-height: 22px;
    user-select: none;
}

.form_default .field_box .checkbox + label::before {
    content: '';
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    box-sizing: border-box;
    border: 2px solid #BECBDB;
    background: #fff;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.form_default .field_box .checkbox:checked + label::before {
    border: none;
    background: url("/local/templates/family-new/assets/img/filters/checked.svg") center center no-repeat;
}

.form_default .field_box .checkbox + label::after {
    content: '';
    display: table;
    clear: both;
}

.form_default .bottom_panel.mobile {
    display: none;
}

.form_default .field_box .button {
    color: #255087;
    cursor: pointer;
    border: #255087 solid 2px;
    background: none;
}

.form_default .field_box .submit {
    font-family: Mulish;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: initial;
    color: #FFFFFF;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    border: none;
    background: #255087;
}

.form_default .field_box .submit:hover {
    filter: brightness(1.1);
    -moz-filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.form_default .field_box .submit .arrow {
    display: inline-block;
    width: 16px;
    height: 12px;
    margin-left: 8px;
    background: url("/local/templates/family-new/assets/img/filters/arrow.svg") center center no-repeat;
}

.form_default .bottom_panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 17px;
    background: #E9EDF3;
    z-index: 10;

    box-shadow: 0px -1px 15px 0px #0000001A;
    -moz-box-shadow: 0px -1px 15px 0px #0000001A;
    -webkit-box-shadow: 0px -1px 15px 0px #0000001A;
}

.form_default .bottom_panel .fields_group {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    column-gap: 12px;
}

.form_default .bottom_panel .hint {
    display: none;
    font: 400 14px/16.8px 'Mulish';
    color: #CD201F;
    margin-top: 10px;
    text-align: left;
}

.form_default.has_error .bottom_panel .hint {
    display: block;
}


.noscroll {
    overflow: hidden;
}

.slides {
    margin-bottom: 20px;
}

.slides .sliding-box {
    border-bottom: 1px solid #E9EDF3
}

.slides .sliding-box .box-title {
    position: relative;
    font-family: Mulish;
    font-size: 20px;
    font-weight: 700;
    color: #255087;
    padding: 14px 40px 14px 0;
    cursor: pointer;
    text-align: left;
}

.slides .sliding-box .box-title:after {
    content: '';
    position: absolute;
    right: 3px;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-image: url("/local/templates/family-new/assets/img/filters/plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;

    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.slides .sliding-box.opened .box-title:after {
    background-image: url("/local/templates/family-new/assets/img/filters/minus.svg");
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.slides .sliding-box .slide {
    display: none;
    opacity: 0;
    padding-bottom: 20px;
    transition: opacity .3s ease .01s;
    -moz-transition: opacity .3s ease .01s;
    -webkit-transition: opacity .3s ease .01s;
}

.slides .sliding-box.opened .slide {
    display: block;
    opacity: 1;
}


.btn-blue {
    height: 44px;
    display: flex;
    align-items: center;
    background: #3D71D0;
    border: 0;
    border-radius: 30px;
    color: #fff;
    padding: 0 45px;
    margin-right: 15px;
    cursor: pointer;
}

.btn-blue svg {
    stroke: #fff;
    margin-right: 10px;
}

.form_default .field_box .checkbox + label.disabled {
    opacity: 0.5;
}

.catalog-filter_selected {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    gap: 12px;
}

.catalog-filter_selected .item {
    display: flex;
    align-items: center;
    height: 30px;
    border: 1px solid #BECBDB;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 20px;
    color: #255087;
    cursor: pointer;
}

.catalog-filter_selected .item.last {
    border-color: #E9EDF3;
    background: #E9EDF3;
}

.catalog-filter_selected .item svg {
    fill: #255087;
    margin-left: 8px;
}

.form_filters {
    position: absolute;
    width: 100%;
    max-width: 360px;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 0 12px;
    background: #FFFFFF;
    z-index: 999;
}

.form_filters .top_panel {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 16px 0;
}

.form_filters .form-title {
    font-size: 24px;
    line-height: 26.4px;
    margin: 0;
    text-align: left;
}

.form_filters .form-clear {
    font: 500 14px/26px 'Mulish';
    color: #255087;
    margin-right: 40px;
    cursor: pointer;
    border: none;
    background: none;
}

.form_filters .form-clear:hover {
    text-decoration: underline;
}

.form_filters .filters {
    height: calc(100vh - 136px);
    padding: 12px 12px 12px 4px;
    overflow: auto;

    scrollbar-width: thin;
    scrollbar-color: #BECBDB #ffffff;
}

.form_filters .slides.filters .sliding-box {
    border: none;
}

.form_filters .slides.filters .sliding-box .slide {
    padding: 0;
}

.form_filters .filter-box {
    margin-bottom: 10px;
}

.form_filters .slides .sliding-box .box-title:after {
    right: 3px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/family-new/components/bitrix/catalog.smart.filter/.default/images/right.png");
}

.form_filters .slides .sliding-box.opened .box-title:after {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.form_filters .filters .filter_name {
    font: 700 16px/17.6px 'Mulish';
    color: #282F47;
    margin-bottom: 10px;
    text-align: left;
}

.form_filters .field_box {
    margin-bottom: 10px;
}

.form_filters .field_box .input {
    border: 1px solid #BECBDB;
    margin-bottom: 10px;
}

.form_filters .col-2 .field_box .input {
    max-width: 120px;
}

.form_filters select.input.placeholder {
    color: #A1A9B4;
}

.form_filters select.input.placeholder:focus-visible {
    outline: none;
}

.form_filters select.input.placeholder option {
    color: #282F47;
}

.form_filters select.input.placeholder option:nth-child(1) {
    color: #A1A9B4;
}

.form_filters .bottom_panel {
    background: #ffffff;
}

.form_filters .bottom_panel .field_box,
.form_filters .bottom_panel .field_box .input {
    margin: 0;
}

@media screen and (max-width: 520px) {
    .catalog-filter_wrap {
        flex-wrap: wrap;
    }

    .catalog-filter_wrap button, .catalog-filter_wrap > div {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .btn-blue {
        justify-content: center;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/components/slarin/search.suggest.input/templates/.default/style.css?1765799232960*/
.search-block {
    width: 350px;
    height: 44px;
    display: inline-block;
}

.search-page-form-block {
    margin-bottom: 30px;
}

.form-for-search {
    margin-bottom: 30px;
    position: relative;
    height: 46px;
}

.container.search-page-form-block {
    margin-bottom: 30px;
}

.form-for-search input {
    border: 1px solid #BECBDB;
    padding: 8px 60px 8px 18px;
    opacity: 0.8;
    transition: all 0.3s;
}

.form-for-search input:hover,
.form-for-search input:active {
    border: 1px solid #004269;
    opacity: 1;
}

.form-for-search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    cursor: pointer;
}

.form-for-search button[type="submit"]:hover svg path {
    stroke: #004269;
}
/* End */


/* Start:/local/templates/family-new/components/bitrix/system.pagenavigation/family-new/style.css?1765799231472*/
#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-more-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    font: 600 16px/26px 'Mulish';
    color: #255087;
    border: 1px solid #255087;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.load-more-items:hover {
    color: #ffffff;
    background: #255087;
}
/* End */


/* Start:/local/components/slarin/catalog-hit/templates/catalog-top/style.css?1765799232581*/
.catalog-top-line {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-top-line > div span:first-child {
    font: 400 16px/1.1 'Mulish';
    color: #5A687B;
}

.catalog-top-line > div span:last-child {
    font: 500 16px/1.1 'Mulish';
    color: #132743;
}

.catalog-item-property > div.catalog-stock-availability {
    font: 600 14px/1.2 'Mulish';
    color: red;
    flex-basis: 100%;
    width: 100%;
}

.catalog-item-property > div.catalog-stock-availability.green {
    color: #20BF55;
}
/* End */
/* /local/templates/family-new/components/bitrix/catalog.smart.filter/.default/style.css?176579923110702 */
/* /local/components/slarin/search.suggest.input/templates/.default/style.css?1765799232960 */
/* /local/templates/family-new/components/bitrix/system.pagenavigation/family-new/style.css?1765799231472 */
/* /local/components/slarin/catalog-hit/templates/catalog-top/style.css?1765799232581 */
