

/* Start:/local/templates/std_new/new/css/pf_dindisplay_pro.css?16614952442086*/
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-XThin.ttf');
  font-weight:300;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Thin.ttf');
  font-weight:400;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Reg.ttf');
  font-weight:500;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Med.ttf');
  font-weight:600;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.ttf');
  font-weight:700;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-XThinIt.ttf');
  font-weight:300;
  font-style:italic;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-ThinItal.ttf');
  font-weight:400;
  font-style:italic;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.ttf');
  font-weight:500;
  font-style:italic;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-MedItal.ttf');
  font-weight:600;
  font-style:italic;
}
@font-face {
  font-family: 'PF DinDisplay Pro';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItal.ttf');
  font-weight:700;
  font-style:italic;
}

@font-face {
  font-family: 'PF DinDisplay Pro Black';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Black.ttf');
  font-weight:500;
}
@font-face {
  font-family: 'PF DinDisplay Pro Black';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-BlackIt.ttf');
  font-weight:500;
  font-style:italic;
}
@font-face {
  font-family: 'PF DinDisplay Pro Light';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-Light.ttf');
  font-weight:500;
}
@font-face {
  font-family: 'PF DinDisplay Pro Light';
  src: url('/local/templates/std_new/new/css/../fonts/pfdindisplaypro/PFDinDisplayPro-LightItal.ttf');
  font-weight:500;
  font-style:italic;
}
/* End */


/* Start:/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/style.css?166149524522866*/
.smart-filter {
    margin-bottom: 36px;
    min-width: 220px;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.smart-filter-section {
    position: relative;
}

.smart-filter-title {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

/*Sections*/

.smart-filter-parameters-box {
    position: relative;
    margin: 0 auto;
    float: none;
}

.smart-filter-parameters-box-title {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 13px;
}

.smart-filter-parameters-box-title-text {
    color: var(--primary);
    cursor: pointer;
    transition: 250ms linear all;
}

.bx-active .smart-filter-parameters-box-title-text {
    color: #333;
}

/*region Angles*/
.smart-filter-angle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

.smart-filter-angles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 1px;
    background-color: var(--primary);
    content: "";
    transition: all 250ms ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after {
    margin-left: 3px;
}

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.smart-filter-hint-icon {
    display: block;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.smart-filter-hint-popup {
    position: absolute;
    top: calc(100% + 8px);
    left: -7px;
    z-index: 10;
    display: none;
    padding: 10px;
    min-width: 200px;
    max-width: 300px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup {
    display: block;
}

.smart-filter-hint-popup-angle {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
    transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
    box-sizing: content-box;
    transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block {
    display: block;
}

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
    display: block;
    padding-bottom: 5px;
    font-style: normal;
    font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number {
}

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
    padding: 25px 18px 25px;
}

.smart-filter-slider-track {
    position: relative;
    height: 7px;
    background: #e7e7e7;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 {
    left: -1px;
}

.smart-filter-slider-ruler.p2 {
    left: 25%;
}

.smart-filter-slider-ruler.p3 {
    left: 50%;
}

.smart-filter-slider-ruler.p4 {
    left: 75%;
}

.smart-filter-slider-ruler.p5 {
    right: -1px;
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span {
    color: #6b8086;
}

.smart-filter-slider-range {
    z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar {
    z-index: 100;
}

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
    z-index: 70;
    background-color: var(--theme-color-light);
}

.smart-filter-slider-price-bar-v {
    z-index: 80;
    background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -14px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -14px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
    display: block;
    height: 31px;
    border: 1px solid #ccd5db;
    border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus {
    border-color: var(--primary);
}

.smart-filter-dropdown-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 29px 0 10px;
    width: 100%;
    height: 29px;
    border: none;
    border-radius: 2px;
    background: #fff;
}

.smart-filter-dropdown-text {
    overflow: hidden;
    max-width: 100%;
    height: 29px;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 29px;
    cursor: pointer;
}

.smart-filter-dropdown-text.fix {
    min-width: 120px;
}

.smart-filter-dropdown-text label {
    cursor: pointer;
}

.smart-filter-dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 29px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
    cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
    display: flex;
    align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
    margin-right: 5px;
}

/*
*	Select popup
*
*/

.smart-filter-dropdown-popup {
    padding: 0;
    min-width: 173px;
    background: #fff;
}

.smart-filter-dropdown-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-filter-dropdown-popup ul li {
    display: block;
    vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
    display: flex;
    align-items: center;
    overflow: hidden;
    /*padding: 0 5px;*/
    width: 100%;
    color: #575757;
    white-space: nowrap;
    cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
    background: #f3f8fa;
    color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
    background: transparent;
    color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text {
    padding-left: 5px;
}

/*endregion */

/* region TAGS */

.smart-filter-tag {
    padding: 18px;
    border-top: 1px solid var(--theme-color-light);
    border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
    color: var(--theme-color-light);
    text-decoration: none;
    text-shadow: none;
    font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover {
    color: #1d3d46;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures {
}

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text {
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 5px 30px;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text {
    padding-left: 5px;
    margin-top: 14px;
}

label.smart-filter-checkbox-label span.smart-filter-checkbox-text {
    font-size: 18px;
    line-height: 18px;
}

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn, .smart-filter-checkbox-text-btn {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #7D7C86;
    border-radius: 4px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 23px;
    cursor: pointer;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn {
    border-color: var(--primary);
}

.smart-filter-checkbox-text,
.smart-filter-dropdown-text {
    font-size: 14px;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text {
    color: #6c6c6c;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
    position: relative;
    opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
    display: block;
    width: 130px;
    height: 130px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 24px;
    opacity: 1;
}

.smart-filter-checkbox-btn-image-checked {
    height: 130px;
    width: 130px;
    position: absolute;
    z-index: 9999;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.bx-active .smart-filter-checkbox-btn-image {
    opacity: 0.2;
}

.bx-active .smart-filter-checkbox-btn-image-checked {
    display: block;
}

.smart-filter-checkbox-btn-image.all {
    position: relative;
    border: none;
    box-shadow: none;
    display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
    right: 0;
    bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
    top: 0;
    left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list {
}

.smart-filter-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-filter-input-group-checkbox-pictures-text {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl {
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
    position: relative;
    background: transparent;
    box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn {
    border-color: var(--primary);
}

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
    padding: 0;
    min-width: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: transparent;
    color: #767b7e;
    vertical-align: top;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.smart-filter-param-btn.bx-spm.bx-minus {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.smart-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
    display: inline-block;
    margin: 0 10px;
    height: 23px;
    color: #000;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px;
}

/*
*	icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
    position: relative;
    display: inline-block;
    margin-top: -4px;
    margin-right: 2px;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    vertical-align: middle;
    line-height: 24px;
    -webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
    top: 0 !important;
    margin: 2px 0;
    width: 20px;
    height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon {
    top: -1px !important;
}

.smart-filter-param-label.disabled .smart-filter-btn-color-icon {
    opacity: .2;
}

/*
* 	BIZ
*
*/

.smart-filter-parameter-biz {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px dashed;
    color: #1485ce;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
}

.smart-filter-parameter-biz:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
    position: relative;
    border-color: transparent;
    color: #000;
}

/*
*	BTN result and reset 
*
*/

.btn-themes {
    color: #fff
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
    color: #fff
}

/*
* 	Result Popup
*
*/

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    min-height: 37px;
    border: 1px solid #c6dce7;
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.smart-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right {
    left: 97%;
}

.smart-filter-popup-result.left {
    right: 97%;
}

.smart-filter-horizontal .smart-filter-popup-result {
    position: relative;
    right: auto;
    bottom: -7px;
    left: auto;
    display: inline-block;
}

.smart-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}

.smart-filter-popup-result a:hover {
    text-decoration: none;
}

.smart-filter-popup-result-close {
    display: none;
}

.mkd-catalog__item_price p {
    font-family: 'HelveticaNeueCyr', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #9F9F9F;
    padding-top: 14px;
}

input#del_filter {
    display: none;
}

@media (max-width: 820px) {

    .smart-filter-checkbox-btn-image {
        width: 100px;
        height: 100px;
        background-size: 94%;
    }

    .smart-filter-checkbox-btn-image-checked {
        width: 100px;
        height: 100px;
    }

    .smart-filter-checkbox-btn, .smart-filter-checkbox-text-btn {
        width: 100px;
        height: 100px;
    }

    label.smart-filter-checkbox-label span.smart-filter-checkbox-text {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .bx-touch .smart-filter-popup-result {
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1001;
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
        width: auto;
        height: auto;
        border: 1px solid #c6dae7;
        border-radius: 2px;
        background: rgba(255, 255, 255, .9);
        font-size: 12px;
        line-height: 14px;
    }

    .bx-touch .smart-filter-popup-result br {
        display: none;
    }

    .smart-filter-popup-result .arrow {
        display: none;
    }
}

@media (max-width: 680px) {
    .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
        margin: 5px 10px;
    }
}

@media (max-width: 500px) {
    .smart-filter-input-group-checkbox-pictures-text {
        flex-wrap: wrap;
    }

    .smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
        margin: 5px;
        max-width: 40%;
        width: 40%;
        border: 1px solid #959494;
        box-sizing: border-box;
        border-radius: 4px;
    }

    label.smart-filter-checkbox-label span.smart-filter-checkbox-text {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 12px;
    }

    .smart-filter-checkbox-btn {
        display: none;
    }

    label.smart-filter-checkbox-label.bx-active {
        border: 1px solid #E91A23;
    }

    input#del_filter {
        background: unset;
        text-decoration: underline;
        margin: 10px auto 0;
        padding: 0px 10px;
        color: #E91A23;
        display: block;
    }
    .smart-filter {
        margin-bottom: 20px;
    }

    .container .tag_link {
        font-size: 11px;
        line-height: 11px;
        margin: 0 10px 8px 0;
    }
}
/* End */


/* Start:/local/templates/std_new/components/bitrix/system.pagenavigation/pager.show.windows2/style.css?16614952441780*/
.page_manual {
    display: flex;
    justify-content: end;
    margin-top: 14px;
}

.page_manual a:nth-child(1) {
    background-image: url("/local/templates/std_new/components/bitrix/system.pagenavigation/pager.show.windows2/img/right.svg");
    display: inline-flex;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.page_manual a:nth-child(2) {
    background-image: url("/local/templates/std_new/components/bitrix/system.pagenavigation/pager.show.windows2/img/right.svg");
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
}

.page_manual a:not(:nth-child(1)):not(:nth-child(2)) {
    width: 34px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    color: #2C2D2E;
}

.page_manual a.active {
    border: 2px solid #008CDB;
}

.viewMore.button.load_more {
    width: 248px;
    margin: 0 auto;
    background: #E91A23;
    border-radius: 4px;
}

.window_dacha_pagination {
    margin-top: 14px !important;
}

.pagin {
    width: 100%;
    display: flex;
    padding-left: 206px;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    [data-ajax="item"] .load_more {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .pd_content.cart_tovar .load_more {
        padding: 12px !important;
        font-family: var(--font-bold) !important;
    }
}
@media (max-width: 800px) {
    .pagin {
        flex-direction: column;
        padding-left: 0;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/std_new/components/bitrix/catalog.section/dacha.window4/style.css?166149524414546*/
/** {
box-sizing: content-box;
}
*/
span.cnt_item {
    width: 25px;
    height: 25px;
    display: block;
    background-position: center center;
    /*border-radius: 4px;
    border: 1px solid #777;*/
}

.bx_active span.cnt_item {
    border: 3px solid #ec0000;
}

.bx_catalog_item_images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 345px;
    display: block;
    margin: auto;
    min-height: 345px;
    width: 80%;
}

.content {
    width: 100%;
    padding: 0px;
    min-height: 500px;
    margin-top: 20px;
    background-color: #fff;
}

.catalog_items {
    width: 735px;
    min-height: 300px;
    padding: 0;
    float: left;

}

.sidebar_filter {
    width: 225px;
    min-height: 180px;
    float: right;
    border: 1px solid #e8e8e8;
}

.bx_item_section_name_gray {
    display: none;
}

/*.item1 {
    width: 165px;
    float: left;
    margin-left: 20px;
    margin-right: 59px;
}*/
.id_num {
    font-family: arial;
    font-size: 14px;
    color: #292929;
    background: url("/local/templates/std_new/components/bitrix/catalog.section/dacha.window4/images/ekke.png") left no-repeat;
    text-align: right;
    /*width: 150px;*/
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 45px;
}

.item_colors {
    width: 155px;
    margin: 0px auto;
    text-align: center;
    margin-top: 15px;

}

.item_colors ul li {
    display: inline-block;
    list-style: none;
    padding: 0px !important;
    margin: 1px 1px;
    /*cursor:pointer;*/
}

.item_colors ul {
    margin: 10px 0px;
    padding: 0;
    text-align: center;
}

.items_price {
    font-size: 24px;
    font-family: 'PF DinDisplay Pro Black', Arial, sans-serif;
    text-align: center;
    margin-top: -10px;
    color: #292929;

}

.rub {
    font-size: 14px;
    font-weight: normal;
    color: #292929;
}

.item4 {
    width: 165px;
    float: left;
    margin-left: 20px;
    margin-right: 59px;
    margin-top: 20px;
}

.sidebar_title {
    font-family: arial;
    font-size: 19px;
    text-align: center;
}

.filter_price {
    font-size: 14px;
    color: #519429;
    margin: 15px 0px 0px 22px;
}

.price_slider {
    width: 180px;
    height: 5px;
    border: 1px solid #d6d6d6;
    margin: 0 auto;
    margin-top: 10px;
}

.price_slider_num {
    width: 180px;
    height: 5px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.price_slider_num ul li {
    font-size: 10px;
    display: inline-block;
    list-style: none;
    padding-right: 9px;
    padding-left: 7px;
}

.price_slider_num ul {
    padding: 0;

}

.slider_point1 {
    background-color: #8f503e;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    margin: -3px 0px 0px 38px;
}

.slider_point2 {
    background-color: #8f503e;
    border-radius: 30px;
    width: 10px;
    height: 10px;
    margin: -10px 0px 0px 123px;
}

.slider_region {
    background-color: #8f503e;
    width: 80px;
    height: 5px;
    margin: -8px 0px 0px 46px;
}

.price_input {
    width: 180px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
}

.price_input input {
    width: 83px;
    border: 1px solid #d6d6d6;
    padding: 5px;
}

.select_all_region {
    font-size: 12px;
    color: #d6d6d6;
    margin: 40px 0px 0px 22px

}

.select_all_region a {
    border-bottom: 2px dashed #d6d6d6;
    text-decoration: none;
    color: #d6d6d6;
}

.price_slider_colors {
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
}

.price_slider_colors ul li {
    list-style: none;
    color: #000;


}

.price_slider_colors ul {
    padding: 0;
}

.price_slider_colors ul li img {
    margin-right: 10px;
}

.select_all_colors {
    font-size: 12px;
    color: #d6d6d6;
    margin: 19px 0px 20px 22px;

}

.select_all_colors a {
    border-bottom: 2px dashed #d6d6d6;
    text-decoration: none;
    color: #d6d6d6;
}

.price_slider_glass {
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
}

.price_slider_glass ul li {
    list-style: none;
    color: #000;

}

.price_slider_glass ul {
    padding: 0px;
}

.price_slider_glass ul li input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.select_filter {
    background: #88b302;
    width: 220px;
    height: 40px;
    float: right;
    margin: 19px 1px 0px 0px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.imgst {
    width: 220px;
    float: right;
    margin: 48px -26px 0px 0px;
    z-index: 1000;
    position: relative;
}

.content2 {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: 'PF DinDisplay Pro';
    color: #519429;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card_item_block {
    background: url("/local/templates/std_new/components/bitrix/catalog.section/dacha.window4/../img/item_card_bg.png");
    width: 100%;
    min-height: 600px;
}

.content2 {
    width: 100%;
    padding: 0px;
    min-height: 500px;
    margin-top: 67px;

}

.item_card_image {
    width: 230px;
    float: left;
    margin-top: 50px;

}

.item_card_options {
    width: 305px;
    float: left;
    margin-top: 64px;
    margin-left: 49px;
}

.item_card_num {
    text-align: center;
    font-family: 'PF DinDisplay Pro Light';
    font-size: 45px;
    color: #292929;
    border-bottom: 2px solid #bbbbbb;
    padding-bottom: 20px;

}

.item_card_num_color {
    color: #757575;
    font-family: 'PF DinDisplay Pro Light';
    font-size: 45px;
}

.item_card_price {
    font-family: 'PF DinDisplay Pro';
    font-size: 55px;
    color: #519429;
    font-weight: bold;
    padding-top: 30px;
    text-align: left;
    border-bottom: 2px solid #bbbbbb;
    padding-bottom: 26px;

}

.item_card_price_rub {
    font-family: 'PF DinDisplay Pro';
    font-size: 32px;
}

.item_card_options_color {
    margin-top: 25px;
    border-bottom: 2px solid #bbbbbb;
    padding-bottom: 4px;
}

.item_card_options_color ul {
    padding: 0;
}

.item_card_options_color ul li {
    list-style: none;
    display: inline-block;
    padding-right: 4px;
}

.label_text {
    font-family: arial;
    font-size: 12px;
    color: #000;
    font-weight: 100;
    vertical-align: text-top;
}

.order_button {
    background: #88b302;
    width: 220px;
    height: 40px;
    margin: 34px 1px 0px 0px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    font-family: arial;
}

.card_item_desc {
    width: 305px;
    float: left;
    margin-top: 75px;
    margin-left: 60px;
}

.card_item_desc1 {
    font-family: arial;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: normal;
    text-align: left;
    margin-bottom: 20px;
}

.card_item_desc1 p {
    font-family: arial;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: left;
}

.content22 {
    width: 100%;
    padding: 0px;
    background-color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: 'PF DinDisplay Pro';
    color: #519429;
    margin-top: -76px;
    margin-bottom: 59px;
    padding-top: 61px;
}

.more {
    height: 34px;
    text-align: center;
}

.more a {
    line-height: 34px;
    font-size: 18px;
}

.menu_type {
    margin-bottom: 60px;
    display: none;
}

.menu_type li {
    float: left;
    margin-right: 33.6px;
    text-align: center;
}

.menu_type li a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    border-bottom: 1px dashed black;
    display: block;
    margin-bottom: 4px;
}

.menu_type li.active a {
    color: #ec0000;
    border-bottom: none;
}

.sort_price {
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 150%;
    color: #424242;
    justify-content: left;
    align-items: center;
}

.sort_price p {
    margin: 0 8px 0 0;
}

.sort_item {
    font-size: 14px;
    line-height: 150%;
    color: #73757C;
    background: #ffffff;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 4px;
    border: 1px solid #F0F2F4;
}

.sort_item.active {
    background-color: #F0F2F4;
    border: unset;
}

.sort_item.sort_up {
    background-image: url("/local/templates/std_new/components/bitrix/catalog.section/dacha.window4/images/up.svg");
}

.sort_item.sort_down {
    background-image: url("/local/templates/std_new/components/bitrix/catalog.section/dacha.window4/images/down.svg");
}

.sort_price {
    margin-bottom: 16px;
}

.mkd-catalog__content {
    border-top: 2px solid #EBEDF8;
    padding-top: 28px;
    margin-top: 4px;
}

.dacha_sale {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #9F9F9F;
    display: block;
}

p.dacha_sale {
    text-decoration-line: none;
}

.dacha_add {
    border: 1px solid #4D5054;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 550;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    color: #4D5054;
    padding: 14px 8px;
    justify-content: center;
    margin-top: 16px;
    transition: all 0.5s;
}

.mkd-catalog__item_container:hover .dacha_add {
    background: #E91A23;
    border: 1px solid #E91A23;
    color: #FFFFFF;
    transition: all 0.5s;
}

.bx-touch .dacha_add {
    display: flex;
}

.dacha_block_a {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.dacha-catalog__item_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 216px;
    max-height: 216px;
    /*width: 267px;*/
    max-width: 100%;
    max-height: 100%;
}

.mkd-catalog__item {
    position: relative;
}

.mkd-catalog__item_container {
    height: 100%;
}

.mkd-catalog__item:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 30%);
    transition: all 0.3s;
    background-color: #ffffff;
    border: 1px #98CEFF solid;
    border-radius: 8px;
    z-index: 80;
}

.mkd-catalog__item_price {
    min-height: 22px;
}

.mkd-catalog__item_title {
    min-height: 36px;
}

.dacha_item_format_desc_cont {
    height: 20px;
    margin: 4px 0 8px;
}

.slick-initialized .slick-slide {
    max-height: 440px;
    height: 440px;
    margin: 0 4px;
}

.dacha_item_format_desc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    color: #9F9F9F;
}

.mkd-catalog__item_link {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #4D5054;
}

.dacha_item_format_desc span {
    font-weight: 550;
}

.mkd-catalog__item.slick-slide {
    max-width: 227px;
    width: 227px !important;
}

.mkd-catalog__item_content {
    padding: 12px;
    margin: 0 auto;
}

.dacha_item_format_desc_cont {
    height: 24px;
}

.sales_IM_item {
    margin: 14px 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #9F9F9F;
}

.new_item_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_item_price .dacha_add {
    margin-top: 0;
    padding: 8px 15px;
}

.new_item_price .mkd-catalog__item_price {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .dacha_item_format_desc {
        font-size: 11px;
        line-height: 11px;
    }
}
@media (min-width: 1300px) {
    .dacha_item_format_desc {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (max-width: 1300px) {
    .new_item_price .dacha_add {
        padding: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .mkd-catalog__list {
        margin: 0 -10px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .dacha-catalog__item_image {
        text-align: center;
    }

    .dacha-catalog__item_image {
        margin: 0 auto;
    }

    .slick-initialized .slick-slide {
        max-height: 440px;
        height: 440px;
    }

    .new_item_price {
        flex-direction: column;
        align-items: baseline;
    }

    .sales_IM_item {
        display: none;
    }

    .new_item_price .dacha_add {
        width: 100%;
        margin-top: 8px;
    }

    .mkd-catalog__item_title {
        margin-top: 0;
        min-height: 48px;
    }
}

@media screen and (min-width: 1200px) {

    .slick-track {
        column-gap: 42px;
        flex-wrap: wrap;
        row-gap: 0px;
        display: flex !important;
    }
}


@media screen and (max-width: 500px) {
    .mkd-catalog__item_content {
        padding: 10px;
        text-align: left;
    }

    .sort_price {
        flex-wrap: nowrap;
        font-size: 14px;
        line-height: 150%;
    }

    .dacha-catalog__item_image {
        text-align: center;
    }

    .dacha-catalog__item_image {
        margin: 0 auto;
    }

    .mkd-catalog__item_price {
        min-height: unset;
    }

    .dacha_item_format_desc_cont {
        display: none;
    }

    .new_item_price .dacha_add {
        margin-top: 8px;
    }

    .sales_IM_item {
        display: block;
        position: absolute;
        bottom: 51px;
        font-size: 8px;
        line-height: 8px;
    }

    .sort_item {
        width: 30%;
    }

    .sort_price p {
        min-width: 150px;
    }
}


@media (max-width: 340px) {
    .potoloc-card__content > div:nth-of-type(4) .dobor-card__param label {
        min-width: 150px;
        width: max-content;
    }

    .dobor-card__param_value {
        flex-wrap: wrap;
        max-width: 100px;
        justify-content: flex-end;
    }

    .potoloc-card__content > div:nth-of-type(2) .dacha-dobor-price, .potoloc-card__content > div:nth-of-type(3) .dacha-dobor-price {
        margin-top: 4px;
    }

    .section-potoloc-card .dacha_tiser {
        width: 43%;
        flex-basis: 43%;
    }
}
/* End */
/* /local/templates/std_new/new/css/pf_dindisplay_pro.css?16614952442086 */
/* /local/templates/std_new/components/bitrix/catalog.smart.filter/dacha2/style.css?166149524522866 */
/* /local/templates/std_new/components/bitrix/system.pagenavigation/pager.show.windows2/style.css?16614952441780 */
/* /local/templates/std_new/components/bitrix/catalog.section/dacha.window4/style.css?166149524414546 */
