

/* Start:/tags/libs/choices.min.css?17246676107666*/
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
/* End */


/* Start:/tags/libs/simplebar.css?17246676104241*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* End */


/* Start:/tags/new-style.css?173140434418783*/
/*@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(/fonts/Montserrat-Bold.woff2) format("woff2"), url(/fonts/Montserrat-Bold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    src: url(/fonts/Montserrat-SemiBold.woff2) format("woff2"), url(/fonts/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    src: url(/fonts/Montserrat-Medium.woff2) format("woff2"), url(/fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    src: url(/fonts/Montserrat-Light.woff2) format("woff2"), url(/fonts/Montserrat-Light.woff) format("woff")
}*/

.bg-grey {
    background-color: #f3f3f3;
}

.bg-white {
    background-color: #ffffff;
}

.s-filters-page {
    padding-top: 115px;
    background-color: #f3f3f3;
}

.s-filters-page .s-breadcrumbs {
    padding-top: 0;
    padding-bottom: 60px;
}

.s-filters-page .my-container.big {
    max-width: 1920px;
}


.s-filters__form {
    padding-top: 37px;
    padding-bottom: 47px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.s-filters__form img {
    padding: 8px;
}

.s-filters__filter {
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.10), 0px 0px 0px 1px rgba(70, 79, 96, 0.16);
}

.s-filters__filter span {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.32px;
    color: #313131;
}

.s-filters__filter .choices__inner {
    min-height: 0;
    padding: 0;
    padding-right: 36px;
    border: none;
    vertical-align: middle;
    font-size: 16px;
    color: #FF5C02;
    background-color: transparent;
}

.s-filters__filter .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0;
}

.s-filters__filter .choices__list {
    padding: 0;
}

.s-filters__filter .choices[data-type*=select-one]::after {
    content: "";
    height: 16px;
    width: 16px;
    border: none;
    background-image: url('/tags/img/chevron-down.svg');
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    pointer-events: none;
}

.s-filters__filter .choices[data-type*=select-one].is-open::after {
    border: none;
    margin-top: 0;
}

.s-filters__filter .choices__list--dropdown,
.s-filters__filter .choices__list[aria-expanded] {
    z-index: 100;
    background-color: #fff;
    border: none;
    top: 100%;
    margin-top: 12px;
    border-radius: 9px;
    box-shadow: 0px 0px 0px 1px rgba(152, 161, 178, 0.10), 0px 15px 35px -5px rgba(17, 24, 38, 0.15), 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}

.s-filters__filter .choices__list--dropdown {
    padding: 30px 25px;
}

.s-filters .s-filters__filter-tags .choices__list--dropdown {
    width: 435px;
    transform: translateX(-18.5%);
}



.s-filters__filter-tags .choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding: 16px;
    padding-left: 52px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 16px;
    background-color: #fff;
    background-image: url('/tags/img/filter-search-loupe.svg');
    background-repeat: no-repeat;
    background-position: 16px center;
}

.s-filters__filter-tags .choices[data-type*=select-one] .choices__input::placeholder {
    font-weight: 500;
    color: #C4C4C4;
}


.s-filters__filter-tags .choices__inner .choices__item::before {
    content: '#';
}

.s-filters__filter-tags .choices__list--dropdown, .s-filters__filter-tags .choices__list[aria-expanded] {
    word-break: normal;
}

.s-filters__filter .choices__list--dropdown .choices__item,
.s-filters__filter .choices__list[aria-expanded] .choices__item {
    position: relative;
    margin-right: 20px;
    padding: 6px 0;
    padding-left: 36px;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.s-filters__filter-tags .choices__list--dropdown .choices__item::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(70, 79, 96, 0.50);
    background-color: #fff;
    transition: border 0.3s, background-color 0.3s;
}


.s-filters__filter .choices__list--dropdown .choices__item.is-selected::before {
    border: 1px solid #FF5C02;
    background-color: #FF5C02;
}

.s-filters__filter .choices__list--dropdown .choices__item::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-25%);
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
}

.s-filters__filter .choices__list--dropdown .choices__item.is-highlighted {
    background-color: #f3f3f3;
}

.s-filters__filter .choices__list--dropdown .choices__item.is-highlighted::after {
    background-image: url('/tags/img/filter-tags-highlighted.svg');
}

.s-filters__filter .choices__list--dropdown .choices__item.is-selected::after {
    background-image: url('/tags/img/filter-tags-checked.svg');
    opacity: 1;
}

.s-filters__filter-tags .choices__list--dropdown .choices__item.has-no-results {
    padding-left: 6px;
}
.s-filters__filter-tags .choices__list--dropdown .choices__item.has-no-results::before {
    display: none;
}
.s-filters__filter-tags .choices__list--dropdown .choices__item.has-no-results::after {
    display: none;
}


.s-filters__btn-box {
    margin: 0 -25px;
    padding: 0 25px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #E7E7E7;
}

.s-filters__btn {
    padding: 15px 5px;
    width: 100%;
    border: none;
    border-radius: 4px;
    background: #F7F7F7;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.32px;
    color: #A4A4A4;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s;
}

.s-filters__btn:hover {
    color: #ffffff;
    background-color: #313131;
}

.s-filters__filter-period {
    position: relative;
}

.s-filters__filter .s-filters__selected-period,
.s-filters__filter .s-filters__selected-materials {
    position: relative;
    display: block;
    padding-right: 36px;
    font-weight: 500;
    color: #FF5C02;
    cursor: pointer;
}

.s-filters__selected-period::after,
.s-filters__selected-materials::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/tags/img/chevron-down.svg');
}

.s-filters__date {
    width: 368px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(100%);
    padding: 25px;
    padding-top: 50px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(152, 161, 178, 0.10), 0px 15px 35px -5px rgba(17, 24, 38, 0.15), 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: -100;
    visibility: hidden;
}

.open .s-filters__date {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.s-filters__filter-materials {
    position: relative;
}

.s-filters__materials {
    width: 302px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(100%);
    padding: 30px 25px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 0px 1px rgba(152, 161, 178, 0.10), 0px 15px 35px -5px rgba(17, 24, 38, 0.15), 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: -100;
    visibility: hidden;
}

.open .s-filters__materials {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.s-filters__date-box {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.s-filters__filter .s-filters__date-box span {
    font-weight: 400;
    line-height: 120%;
    color: #000;
}

.s-filter__inp-date {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.s-filter__inp-date {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
    letter-spacing: 0.48px;
    color: #313131;
}

.s-filters__materials-box {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s-filters__label {
    position: relative;
    cursor: pointer;
}

.s-filters__checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.s-filters__filter .s-filters__check-span {
    position: relative;
    display: block;
    padding: 6px;
    padding-left: 31px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.32px;
    color: #292929;
}

.s-filters__check-span::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1px;
    border: 1px solid rgba(70, 79, 96, 0.50);
}

.s-filters__checkbox:checked+.s-filters__check-span::before {
    border: 1px solid #FF5C02;
    background-color: #FF5C02;
}

.s-filters__check-span::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 11px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
}

.s-filters__check-span:hover {
    background-color: #f3f3f3;
}

.s-filters__check-span::after:hover {
    background-image: url('/tags/img/filter-tags-highlighted.svg');
}

.s-filters__checkbox+.s-filters__check-span::after {
    background-image: url('/tags/img/filter-tags-checked.svg');
    opacity: 1;
}

.s-filters__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 33px;
}

.s-filters .news-item {
    background-color: #fff;
    overflow: hidden;
	border:1px solid rgba(0, 0, 0, .2);
}
.s-filters .news-item .ni-text
{
	border:none;
}


.s-filters .btn {
    background-color: transparent;
}

.s-filters .sg-btn-wrap {
    margin-bottom: 90px;
    text-align: center;
}

.s-filters .sg-btn-wrap .btn.border {
    padding: 18px 30px;
    border: 2px solid #CCC;
}

.s-filters .news-item.small .ni-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.s-filters .news-item.small .ni-text {
    margin-top: 0;
    padding: 20px;
    padding-bottom: 200px;
    position: relative;
}

.s-filters .news-item .ni-text .nit-button-wrap .btn.btn-orange {
    padding: 5px 15px;
    margin-bottom: 20px;
    font-size: 13px;
}

.s-filters .news-item .ni-text .nit-descr {
    line-height: 150%;
}

.s-filters .news-item.small .nit-btm {
    bottom: 13px;
}

.s-filters__tag-name {
    font-size: 14px;
    line-height: 150%;
    color: #FF5C02;
}

.s-filters .news-item.small .ni-text .nit-date {
    margin-bottom: 40px;
    font-size: 14px;
}

.s-filters .news-item .ni-text .btn-arr {
    bottom: 7px;
}

.s-filters-page .s-services .my-container.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-filters-page .s-services .se-left {
    display: flex;
    align-items: center;
    gap: 51px;
}



@media only screen and (max-width: 1300px) {
    .s-filters .news-item.small .nit-btm {
        bottom: 7px;
    }
    .s-filters .news-item .ni-text .btn-arr {
        width: 40px;
        height: 40px;
        bottom: 14px;
    }
    .s-filters .news-item.small .ni-text .nit-hdr {
        font-size: 16px;
        line-height: 150%;
    }
    .s-filters .news-item .ni-text .nit-descr {
        font-size: 14px;
        line-height: 150%;
    }
}

@media (max-width: 1250px) {
    .s-filters-page .s-services .btn-with-arr {
        display: none;
    }
    .s-filters-page .s-services .se-left {
        width: 100%;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1200px) {
    .s-filters__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    
    .s-filters .news-item .ni-text .btn-arr {
        right: 0;
        bottom: 0px;
    }
    .s-filters .news-item.small .nit-btm {
        padding-top: 30px;
    }
    .s-filters .news-item.small .ni-text {
        padding: 20px;
    }
}

@media (max-width: 800px) {
    .s-filters__list {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .s-filters .news-item.small .nit-btm {
        position: relative;
    }
    .s-filters .news-item.small .ni-img {
        height: 100px;
    }
    .s-filters .sg-btn-wrap .btn.border {
        padding: 15px 20px;
        font-size: 13px;
    }
    .s-filters__form {
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .s-filters__form img {
        display: none;
    }
    .s-filters__form {
        padding-top: 22px;
        flex-direction: column;
    }
    .s-filters__filter-period {
        margin-right: 0;
    }
    .s-filters__date {
        padding: 10px 13px 17px;
        width: 100%;
        border-radius: 0 0 6px 6px;
        bottom: 1px;
    }
    .s-filters__date-box {
        margin-bottom: 19px;
    }
    .s-filters__filter .s-filters__date-box span {
        font-size: 12px;
    }
    .s-filter__inp-date {
        font-size: 12px;
    }
    .s-filters__btn-box {
        margin: 0 -13px;
        padding: 0 13px;
        padding-top: 20px;
        gap: 20px;
    }
    .s-filters__btn {
        padding: 7px 10px;
        font-size: 12px;
        line-height: 166%;
    }
    .s-filters__materials {
        width: 100%;
        padding: 0 13px 17px;
        border-radius: 0 0 6px 6px;
        bottom: 1px;
    }
    .s-filters__filter .s-filters__check-span {
        padding: 6px 15px;
        padding-left: 22px;
        font-size: 12px;
    }

    .s-filters__check-span::before {
        width: 12px;
        height: 12px;
        left: 0;
    }

    .s-filters__check-span::after {
        width: 12px;
        height: 12px;
        left: 1px;
        top: 9px;
    }

    .s-filters__materials-box {
        margin-bottom: 5px;
        gap: 0;
    }

    .s-filters__materials .s-filters__btn-box {
        padding-top: 15px;
    }

    .s-filters .news-item.small .ni-img {
        height: 90px;
    }
    .s-filters .news-item.small .ni-text {
        padding: 20px 10px;
    }
    .s-filters .news-item .ni-text .nit-button-wrap .btn.btn-orange {
        margin-bottom: 10px;
    }
    .s-filters .news-item .ni-text .nit-descr {
        margin-bottom: 0;
    }
    .s-filters .news-item.small .nit-btm {
        padding-top: 20px;
    }
    .s-filters__filter .choices {
        width: 100%;
    }
    .s-filters__selected-period,
    .s-filters__selected-materials {
        width: 100%;
    }
    .s-filters__filter {
        gap: 5px;
    }
    .s-filters__filter span {
        font-size: 15px;
        line-height: 133%;
    }
    .s-filters__filter .choices__inner {
        font-size: 12px;
        line-height: 166%;
        letter-spacing: 0.24px;
    }
    .s-filters__filter .s-filters__selected-period,
    .s-filters__filter .s-filters__selected-materials {
        font-size: 12px;
        line-height: 166%;
        letter-spacing: 0.24px;
    }

    .s-filters__selected-materials::after,
    .s-filters__selected-period::after {
        transition: transform 0.3s;
    }

    .open .s-filters__selected-materials::after,
    .open .s-filters__selected-period::after {
        transform: translateY(-50%) rotate(-180deg);
    }

    .s-filters__filter-period.open,
    .s-filters__filter-materials.open {
        background-color: #fff;
        box-shadow: none;
        border-radius: 6px 6px 0 0;
    }

    .open .s-filters__date,
    .open .s-filters__materials {
        box-shadow: 0px 11px 10px 0px rgba(17, 24, 38, 0.15);
    }

    .s-filters__filter-tags {
        padding: 7px 15px;
    }

    .s-filters .s-filters__filter-tags .choices__list--dropdown {
        width: calc(100vw - 20px);
        transform: translateX(0);
        left: -61px;
    }

    .s-filters__filter .choices__list--dropdown,
    .s-filters__filter .choices__list[aria-expanded] {
        margin-top: 7px;
        border-radius: 0 0 9px 9px;
        box-shadow: 0px 11px 10px 0px rgba(17, 24, 38, 0.15);
    }

    .s-filters__filter .choices__list--dropdown {
        padding: 7px 13px 17px;
    }

    .s-filters__filter-tags .choices[data-type*=select-one] .choices__input {
        margin-bottom: 20px;
        padding: 5px 8px;
        border-radius: 3px;
        font-size: 12px;
        background-image: none;
    }

    .s-filters__filter .choices__list--dropdown .choices__item,
    .s-filters__filter .choices__list[aria-expanded] .choices__item {
        position: relative;
        margin-right: 10px;
        padding: 6px 0;
        padding-left: 27px;
        font-size: 12px;
    }

    .s-filters__filter-tags .choices__list--dropdown .choices__item::before {
        width: 12px;
        height: 12px;
    }

    .s-filters__filter .choices__list--dropdown .choices__item::after {
        left: 6px;
        transform: translateY(-30%);
        width: 12px;
        height: 12px;
    }

    .s-filters__filter .choices[data-type*=select-one]::after {
        transition: transform 0.3s;
    }

    .s-filters__filter .choices.is-open[data-type*=select-one]::after {
        transform: translateY(-50%) rotate(-180deg);
    }

    .s-filters__filter-tags-white {
        background-color: #fff;
        border-radius: 6px 6px 0 0;
        box-shadow: none;
    }

}
/* End */
/* /tags/libs/choices.min.css?17246676107666 */
/* /tags/libs/simplebar.css?17246676104241 */
/* /tags/new-style.css?173140434418783 */
