

/* Start:/local/templates/lzmmg/components/bitrix/catalog/catalog/style.css?17334723822125*/
/*body.blackout:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #000;*/
/*    opacity: 0.3;*/
/*}*/

/*body.blackout {*/
/*    filter: brightness(0.5);*/
/*}*/

.sidebar {
    position: relative;
}

.sidebar-filter {
    /*position: relative;*/
}

@media (max-width: 1280px) {
    .sidebar-filter {
        background-color: #fff;
    }
}

.sidebar-filter__btn {
    display: none;
    max-width: 175px;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    padding: 15px;
    height: fit-content;
    transition: border 0.5s, color 0.5s;
}

.sidebar-filter__btn:hover {
    border: 1px solid var(--blue, #008CFF);
    color: var(--blue, #008CFF);
}

.sidebar-filter__btn svg {
    stroke: black;
    transition: stroke 0.5s;
}

.sidebar-filter__btn:hover svg {
    stroke: var(--blue, #008CFF);
}


@media (max-width: 1280px) {
    .sidebar-filter__btn {
        display: flex;
    }
}

@media (max-width: 450px) {
    .sidebar-filter__btn {
        max-width: fit-content;
    }
}

@media (max-width: 450px) {
    .sidebar-filter__btn svg,
    .sidebar-menu__all-icon {
        display: none;
    }
}

@media (max-width: 1280px) {
    .sidebar-filter {
        position: absolute;
        top: 0;
        right: -40px;
        transform: translateX(200%);
        transition: transform 0.5s;
        max-width: 365px;
        width: 100%;
        z-index: 2;
        box-shadow: -27px 4px 44px 0 rgba(0, 0, 0, 0.25);
        border-top-left-radius: 20px;
    }
}

@media (max-width: 1000px) {
    .sidebar-filter {
        right: -16px;
    }
}

.sidebar-filter.active {
    /*display: block;*/
    transform: translateX(0);
}

.sidebar-filter__top {
    display: none;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 1280px) {
    .sidebar-filter__top {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
}

/* End */


/* Start:/local/templates/lzmmg/components/bitrix/breadcrumb/bread/style.css?1733410066933*/
.crumbs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    overflow: auto;
    padding-bottom: 10px;
}

.crumbs__item:not(:first-child) {
    position: relative;
    margin-left: 20px;
}

.crumbs__item:not(:first-child):before {
    content: '>';
    position: absolute;
    /*top: 50%;*/
    left: -13px;
    /*transform: translateY(-50%);*/

}

.crumbs__item .link, .crumbs__item span {
    text-wrap: nowrap;
}

/* W3C standard
   сейчас только для Firefox */
.crumbs {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 #e7e7e7;
}

/* для Chrome/Edge/Safari */
.crumbs::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.crumbs::-webkit-scrollbar-track {
    background: #e7e7e7;
}

.crumbs::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 5px;
    border: 3px solid #e7e7e7;
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/menu/catalog_vertical/style.css?17320846734948*/
.sidebar-menu {
  margin-bottom: 40px;
}
.sidebar-menu__all {
  display: none;
}
@media (max-width: 1280px) {
  .sidebar-menu__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    color: var(--blue, #008CFF);
    font-weight: 500;
    background-color: rgba(0, 140, 255, 0.1);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    padding: 16px;
  }
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .sidebar-menu__all:hover {
    background-color: rgba(0, 140, 255, 0.3);
  }
}
.sidebar-menu__all-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
@media (max-width: 1280px) {
  .sidebar-menu__wrapper {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100dvh - 137px);
    overflow-y: auto;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 16px 16px 0 0;
    padding-bottom: 30px;
    -webkit-box-shadow: -27px 4px 43.6px 0px rgba(0, 0, 0, 0.25);
            box-shadow: -27px 4px 43.6px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255, 255, 255);
  }
}
.sidebar-menu__wrapper.active {
  display: block;
}
.sidebar-menu__wrapper.active .sidebar-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-menu__top {
  display: none;
}
@media (max-width: 1280px) {
  .sidebar-menu__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    font-weight: 500;
  }
}
.sidebar-menu__close {
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar-menu__list {
  border: 1px solid #D9D9D9;
}
.sidebar-menu__item {
  text-transform: uppercase;
  color: var(--blue, #008CFF);
}
.sidebar-menu__item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.sidebar-menu__item.active .sidebar-menu__item-top {
  background-color: var(--blue, #008CFF);
}
.sidebar-menu__item.active .sidebar-menu__btn svg {
  rotate: -90deg;
}
.sidebar-menu__item.active .sidebar-menu__link, .sidebar-menu__item.active .sidebar-menu__btn {
  color: var(--white, #ffffff);
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .sidebar-menu__item.active .sidebar-menu__link:hover, .sidebar-menu__item.active .sidebar-menu__btn:hover {
    color: var(--orange, #FF7700);
  }
}
.sidebar-menu__item.active .sidebar-menu__submenu {
  display: block;
}
.sidebar-menu__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.sidebar-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .sidebar-menu__link:hover {
    color: var(--orange, #FF7700);
  }
}
.sidebar-menu__icon {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.sidebar-menu__btn {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 1280px) {
  .sidebar-menu__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-right: 20px;
  }
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .sidebar-menu__btn:hover {
    color: var(--orange, #FF7700);
  }
}
.sidebar-menu__btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.sidebar-menu__submenu {
  display: none;
}
.sidebar-menu__sublink {
  padding: 20px;
  color: var(--blue-text, #072754);
  width: 100%;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .sidebar-menu__sublink:hover {
    background-color: rgba(0, 140, 255, 0.1);
    color: var(--blue, #008CFF);
  }


}

li.sidebar-menu__subitem.active a {
   background-color: rgba(0, 140, 255, 0.1);
    color: var(--blue, #008CFF);
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/catalog.smart.filter/filter/style.css?17319324442589*/
.begin__nav-bot {
    border: 1px solid #D9D9D9;
    padding: 20px 12px;
}

.bx-filter-parameters-box-title {
    color: #0D0A19;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #D9D9D9;
    /*cursor: text;*/
}

.select-container {
    display: flex;
    flex-direction: column;
}

.select-container.hidden {
    display: none;
}

.select-container.hidden.show {
    display: flex;
}

.filter-reset {
    font-weight: 500;
    background-color: var(--blue, #008CFF);
    color: var(--white, #FFF);
    padding: 12px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    text-align: center;
    cursor: pointer;
}

.filter-reset:hover {
    background-color: var(--light-range, #f18e02);
}

.filter-more {
    font-weight: 500;
    font-size: 14px;
    color: var(--blue-text, #072754);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    text-align: center;
    width: 100%;
    display: block;
    margin: 10px 0;
    cursor: pointer;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;

}

.catalog-filter .smartfilter {
    padding: 15px 11px;
    border: 1px solid #D9D9D9;
}

.select-container {
    margin-bottom: 20px;
}

.select-container__name {
    display: inline-block;
    color: #0D0A19;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.select2-container--default .select2-selection--multiple {
    padding: 5px 10px 10px;
    font-size: 16px;
    position: relative;

}

.select2-container--default .select2-selection--multiple:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 22px;
    background-image: url(/local/templates/lzmmg/components/bitrix/catalog.smart.filter/filter/./images/chevron_right.svg);
    width: 11px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.select2-container--focus.select2-container--default .select2-selection--multiple:after {
    rotate: 180deg;
}

.filter-more {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin: 6px 0 26px;
    color: var(--blue-text);
    text-align: left;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.filter-more:hover {
    color: var(--orange);
}


/* End */


/* Start:/local/templates/lzmmg/myjs/lib/select2.min.css?173166261614967*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/local/templates/lzmmg/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17334722641285*/
.page-menu-tab {
  margin-bottom: 25px;
}
.page-menu-tab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1000px) {
  .page-menu-tab__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-menu-tab__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page-menu-tab__link {
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: var(--blue-text, #072754);
  font-weight: 500;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .page-menu-tab__link:hover {
    background-color: var(--blue, #008CFF);
    color: var(--white, #ffffff);
    border: 1px solid var(--blue, #008CFF);
  }
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/system.pagenavigation/.default/style.css?17311488692515*/
.navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--blue-text, #072754);
}
.navigation-list__item-btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--white, #ffffff);
  color: var(--blue-text, #072754);
  background-color: var(--white, #ffffff);
  -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.navigation-list__item-btn.active {
  background-color: var(--blue-text, #072754);
  border: 1px solid var(--blue-text, #072754);
  color: var(--white, #ffffff);
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .navigation-list__item-btn:hover {
    border: 1px solid var(--blue-text, #072754);
  }
}
@media (max-width: 500px) {
  .navigation-list__item-btn span {
    display: none;
  }
}
.navigation-list__item--prev .navigation-list__item-btn, .navigation-list__item--next .navigation-list__item-btn {
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #E4E6E8;
}
.navigation-list__item--prev .navigation-list__item-btn svg, .navigation-list__item--next .navigation-list__item-btn svg {
  width: 5px;
  height: 9px;
}
@media (max-width: 500px) {
  .navigation-list__item--prev .navigation-list__item-btn svg, .navigation-list__item--next .navigation-list__item-btn svg {
    width: 7px;
    height: 14px;
  }
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .navigation-list__item--prev .navigation-list__item-btn:hover, .navigation-list__item--next .navigation-list__item-btn:hover {
    border: 1px solid var(--blue-text, #072754);
  }
}
@media (max-width: 500px) {
  .navigation-list__item--prev .navigation-list__item-btn, .navigation-list__item--next .navigation-list__item-btn {
    padding: 0;
    width: 40px;
    height: 40px;
  }
}
.navigation-list__item--prev .navigation-list__item-btn svg {
  rotate: 180deg;
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/catalog.section/catalog_section/style.css?173340765714710*/
.catalog-list {
  margin-bottom: 50px;
  color: var(--blue-text, #072754);
}
.catalog-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .catalog-list__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.catalog-list__qty {
  font-size: 14px;
}
.catalog-list__qty b {
  font-weight: 600;
}
.catalog-list__settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .catalog-list__settings {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .catalog-list__settings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.catalog-list__switch-btn {
  width: 36px;
  height: 36px;
  color: #D9D9D9;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  margin-left: 20px;
}
.catalog-list__switch-btn.active {
  color: var(--blue-text, #072754);
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .catalog-list__switch-btn:hover {
    color: var(--blue-text, #072754);
  }
}
.catalog-list__switch-btn svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.catalog-list__list {
  margin-bottom: 30px;
}
.catalog-list__more.btn {
  margin: 0 auto 32px;
  background-color: var(--orange, #FF7700);
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .catalog-list__more.btn:hover {
    background-color: var(--blue, #008CFF);
  }
}

.products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
.products-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px 1fr 230px;
  grid-template-columns: 178px 1fr 230px;
  padding: 10px;
  gap: 24px;
  border: 1px solid rgb(217, 217, 217);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__item:hover {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 1000px) {
  .products-list__item {
    -ms-grid-columns: 150px 1fr 200px;
    grid-template-columns: 150px 1fr 200px;
  }
}
@media (max-width: 767px) {
  .products-list__item {
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
    padding: 16px;
  }
}
@media (max-width: 500px) {
  .products-list__item {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 390px) {
  .products-list__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 390px) {
  .products-list__img img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
.products-list__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 125px;
  grid-template-columns: 1fr 125px;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--blue-text, #072754);
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .products-list__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .products-list__info {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .products-list__info {
    gap: 15px;
  }
}
.products-list__name {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__name:hover {
    color: var(--blue, #008CFF);
  }
}
@media (max-width: 1240px) {
  .products-list__name {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .products-list__name {
    font-size: 14px;
  }
}
.products-list__parameters {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .products-list__parameters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.products-list__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.products-list__parameter-colon {
  display: none;
}
.products-list__parameter-value {
  font-weight: 500;
}
.products-list__parameter-name {
  color: #777777;
}
.products-list__order {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .products-list__order {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .products-list__order {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 390px) {
  .products-list__order {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-list__order-inner {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-list__order-inner {
    margin-bottom: 0;
  }
}
@media (max-width: 390px) {
  .products-list__order-inner {
    width: 100%;
  }
}
.products-list__order-price {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: var(--blue, #008CFF);
  margin-bottom: 10px;
}
@media (max-width: 390px) {
  .products-list__order-price {
    text-align: center;
  }
}
.products-list__order-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.products-list__order-buy {
  font-weight: 500;
  background-color: var(--blue, #008CFF);
  color: var(--white, #FFF);
  padding: 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.products-list__order-buy svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: white;
  stroke-width: 2px;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-buy:hover {
    background-color: var(--light-range, #f18e02);
  }
}

.products-list__order-buy.in-basket {
  background-color: var(--dark-blue, #082956);
}

@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
.products-list__order-buy.in-basket:hover {
  background-color: var(--dark-blue, #082956);
}
}

.products-list__order-cart {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--blue, #008CFF);
  background-color: var(--white, #ffffff);
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  color: var(--blue, #008CFF);
}
.products-list__order-cart span {
  display: none;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-cart:hover {
    border-color: var(--light-range, #f18e02);
  }
  .products-list__order-cart:hover svg {
    stroke: var(--light-range, #f18e02);
  }
}
.products-list__order-cart svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue, #008CFF);
  stroke-width: 2px;
  fill: transparent;
  -webkit-transition: stroke 0.5s;
  transition: stroke 0.5s;
}
.products-list__order-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 390px) {
  .products-list__order-add {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.products-list__order-one-click, .products-list__order-chipper {
  font-weight: 500;
  font-size: 14px;
  color: var(--blue-text, #072754);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-align: left;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-one-click:hover, .products-list__order-chipper:hover {
    color: var(--light-range, #f18e02);
  }
}
@media (max-width: 390px) {
  .products-list__order-one-click, .products-list__order-chipper {
    width: 100%;
    text-align: center;
  }
}
.products-list.card-view {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.products-list.card-view .products-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-list.card-view .products-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-list.card-view .products-list__name {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px; /*для 4 строк высота 98px*/
}
@media (max-width: 1240px) {
  .products-list.card-view .products-list__name {
    height: 61px; /*для 4 строк высота 85px*/
  }
}
@media (max-width: 500px) {
  .products-list.card-view .products-list__name {
    height: 50px; /*для 4 строк высота 65px*/
  }
}
.products-list.card-view .products-list__parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

@media (max-width: 500px) {
  .products-list.card-view .products-list__parameters {
    gap: 10px;
  }
}
.products-list.card-view .products-list__parameter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
.products-list.card-view .products-list__parameter-colon {
  display: inline;
}
.products-list.card-view .products-list__info {
  padding: 0;
  gap: 9px;
}
.products-list.card-view .products-list__order {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order {
    grid-row: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__img img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order-add {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1000px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .products-list.card-view .products-list__order-buy {
    padding: 12px 5px;
  }
}
@media (max-width: 500px) {
  .products-list.card-view .products-list__order-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-list.card-view .products-list__order-cart {
    width: 100%;
    height: auto;
    padding: 12px 5px;
  }
  .products-list.card-view .products-list__order-cart span {
    display: block;
  }
  .products-list.card-view .products-list__order-cart svg {
    display: none;
  }
}
@media (max-width: 470px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.catalog-list__sorting {
  font-size: 16px;
}
.catalog-list__sorting-label {
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  /*max-width: 373px;*/
  /*width: 100%;*/
}
.catalog-list__sorting-name {
  color: black;
}

.catalog-list__sorting-select {
  color: #777777;
  border: none;
}

.products-list__img{
position:relative;
}
/* End */


/* Start:/local/components/lzmmg/oneclick.buy.list/templates/.default/style.css?17341138804273*/
.modal-content.one-click-buy {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.modal-shadow.one-click-buy {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}

.modal-shadow.one-click-buy.active {
    opacity: 1;
}

.modal-container.one-click-buy {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}

.modal-container.one-click-buy.active {
    opacity: 1;
    z-index: 100;
}

.popup.one-click-buy {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0;
    transition: opacity .3s ease;
}

.progress.active {
    opacity: 1;
    z-index: 2;
}

.one-click-buy__modal-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.one-click-buy__modal-top-logo {
    max-width: 130px;
    max-height: 65px;
}

.one-click-buy__modal-top-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.one-click-buy__modal-top-close-btn:before,
.one-click-buy__modal-top-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.one-click-buy__modal-top-close-btn:before {
    rotate: 45deg;
}

.one-click-buy__modal-top-close-btn:after {
    rotate: -45deg;
}

.one_click_form-text-input {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.one_click_form-textarea {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.one_click_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oneclickid, .oneclick_price {
    position: absolute;
    top: 0;
    left: 0;
}

.one_click_form-text-input.error {
    border: 2px solid red;
}

.form__policy-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7C7E92;
    text-decoration: underline;
}

.status {
    font-size: 20px;
    color: var(--blue, #008CFF);
    font-weight: 500;
}

#checkbox {
    display: none;
}

.one-click-buy__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-click-buy__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

#checkbox:checked + .one-click-buy__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.one-click-buy a {
    text-decoration: underline;
    color: #0a7ddd;
}
/* End */


/* Start:/local/components/lzmmg/find.cheeper.list/templates/.default/style.css?17341140134317*/
.modal-content.find-cheeper {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.modal-shadow.find-cheeper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}
.modal-shadow.find-cheeper.active {
    opacity: 1;
}
.modal-container.find-cheeper {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}
.modal-container.find-cheeper.active {
    opacity: 1;
    z-index: 100;
}
.popup.find-cheeper {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0;
    transition: opacity .3s ease;
}

.progress.active {
    opacity: 1;
    z-index: 2;
}

    .find-cheeper__modal-top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .find-cheeper__modal-top-logo {
        max-width: 130px;
        max-height: 65px;
    }

    .find-cheeper__modal-top-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .find-cheeper__modal-top-close-btn:before,
    .find-cheeper__modal-top-close-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
    }

    .find-cheeper__modal-top-close-btn:before {
        rotate: 45deg;
    }

    .find-cheeper__modal-top-close-btn:after {
        rotate: -45deg;
    }

    .find-cheeper_form-text-input {
        width: 100%;
        border: 1px solid #c2c3cc;
        border-radius: 4px;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #7c7e92;
        padding: 12px;
    }
    .find-cheeper_form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .oneclickid, .oneclick_price {
        position: absolute;
        top: 0;
        left: 0;
    }
    .find-cheeper_form-text-input.error {
        border: 2px solid red;
    }
    .form__policy-link {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #7C7E92;
        text-decoration: underline;
    }

    .status {
        font-size: 20px;
        color: var(--blue, #008CFF);
        font-weight: 500;
    }

#find-cheeper-form-checkbox {
    display: none;
}

.find-cheeper__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.find-cheeper__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

#find-cheeper-form-checkbox:checked + .find-cheeper__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.find-cheeper a {
    text-decoration: underline;
    color: #0a7ddd;
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/form.result.new/form.call/style.css?17489481038357*/

.home-questions {
    text-align: center;
    color: var(--blue-text, #072754);
}

.home-questions__title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 24px;
}

@media (max-width: 1000px) {
    .home-questions__title {
        font-size: 40px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .home-questions__title {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

.home-questions__text {
    max-width: 555px;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto 24px;
}

@media (max-width: 1000px) {
    .home-questions__text {
        font-size: 24px;
        margin-bottom: 34px;
    }
}

@media (max-width: 767px) {
    .home-questions__text {
        max-width: 450px;
        font-size: 18px;
        margin-bottom: 36px;
    }
}

.home-questions__btn {
    margin: 0 auto;
    max-width: 356px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.form-contacts {
    background-color: rgba(0, 140, 255, 0.3);
    padding: 48px 0;
    overflow: hidden;
}

@media (max-width: 470px) {
    .form-contacts {
        overflow: visible;
    }
}

.form-contacts__wrapper {
    position: relative;
    max-width: 1248px;
    margin: 0 auto;
}

.form-contacts__wrapper:after {
    content: "";
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -16px;
    height: 453px;
    width: 390px;
    background-image: url(/local/templates/lzmmg/components/bitrix/form.result.new/form.call/./images/logo-icon-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

@media (max-width: 1000px) {
    .form-contacts__wrapper:after {
        right: -200px;
        height: 596px;
        width: 516px;
        top: 52%;
    }
}

@media (max-width: 470px) {
    .form-contacts__wrapper:after {
        right: -160px;
        height: 350px;
        width: 300px;
        top: -100px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.form-contacts__title {
    text-wrap: balance;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 32px;
    max-width: 708px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1000px) {
    .form-contacts__title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .form-contacts__title {
        font-size: 36px;
    }
}

@media (max-width: 470px) {
    .form-contacts__title {
        font-size: 32px;
        margin-bottom: 73px;
    }
}

.form-contacts__form {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
}

@media (max-width: 1280px) {
    .form-contacts__form {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 38px;
    }
}

@media (max-width: 1000px) {
    .form-contacts__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        max-width: 366px;
    }
}

/*.form-contacts__input {*/
/*	width: 100%;*/
/*	border: 1px solid #c2c3cc;*/
/*	border-radius: 4px;*/
/*	background-color: #fff;*/
/*	font-weight: 500;*/
/*	font-size: 16px;*/
/*	line-height: 150%;*/
/*	letter-spacing: 0.01em;*/
/*	color: #7c7e92;*/
/*	padding: 12px;*/
/*}*/
.main .form-contacts__btn.btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1280px) {
    .main .form-contacts__btn.btn {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        grid-row: 3;
    }
}

@media (max-width: 1000px) {
    .main .form-contacts__btn.btn {
        grid-column: auto;
        grid-row: 5;
    }
}

.form-contacts__label {
    position: relative;
    /*padding-bottom: 15px;*/
}

.form-contacts__label input {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.form-contacts__label input:hover {
    border: 1px solid #072754;

}

.form-contacts__label input:focus,
.form-contacts__label textarea:focus {
    outline: 1px solid var(--blue);
}

.form-contacts__label input.error,
.form-contacts__label textarea.error {
    border: 1px solid #FF0000;
}

.error-txt {
    display: block;
    /*margin-top: 6px;*/
    font-size: 12px;
    font-weight: 500;
    color: #FF0000;
    text-align: left;
    position: absolute;
    left: 0;
    top: 54px;
}

.form-call__modal {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}

.form-call__modal.active {
    opacity: 1;
    z-index: 100;
}

.form-call__modal-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}

.form-call__modal.active .form-call__modal-container {
    opacity: 1;
}

.form-call__modal-content {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #d9d9d9;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.form-call__modal-content-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.form-call__modal-content-top-logo {
    max-width: 160px;
    max-height: 65px;
}

.form-call__modal-content-descr {
    font-weight: 500;
    color: #45c72d;
}

.form-call__close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
}
.form-call__close-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}
.form-call__close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.form-call-policy {
    grid-column: 1/4;
}

@media (max-width: 1000px) {
    .form-call-policy {
        grid-column: auto;
    }
}

#form-call-checkbox {
    display: none;
}

.form-call__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-call__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

.form-checkbox.form-call {
    padding-top: 30px;
    color: var(--black);
    text-align: left;
}
@media (max-width: 1280px) {
    .form-checkbox.form-call {
        padding-top: 5px;
    }
}
#form-call-checkbox:checked + .form-call__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.form-call a {
    text-decoration: underline;
    color: #0a7ddd;
}
.form-checkbox.form-call {
    color: var(--black);
    text-align: left;
}
.form-checkbox.form-call.error {
    color: red;
}


/* End */
/* /local/templates/lzmmg/components/bitrix/catalog/catalog/style.css?17334723822125 */
/* /local/templates/lzmmg/components/bitrix/breadcrumb/bread/style.css?1733410066933 */
/* /local/templates/lzmmg/components/bitrix/menu/catalog_vertical/style.css?17320846734948 */
/* /local/templates/lzmmg/components/bitrix/catalog.smart.filter/filter/style.css?17319324442589 */
/* /local/templates/lzmmg/myjs/lib/select2.min.css?173166261614967 */
/* /local/templates/lzmmg/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17334722641285 */
/* /local/templates/lzmmg/components/bitrix/system.pagenavigation/.default/style.css?17311488692515 */
/* /local/templates/lzmmg/components/bitrix/catalog.section/catalog_section/style.css?173340765714710 */
/* /local/components/lzmmg/oneclick.buy.list/templates/.default/style.css?17341138804273 */
/* /local/components/lzmmg/find.cheeper.list/templates/.default/style.css?17341140134317 */
/* /local/templates/lzmmg/components/bitrix/form.result.new/form.call/style.css?17489481038357 */
