/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/products-list/_products-list-styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
body.hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.hidden {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body.hidden {
    position: relative;
    touch-action: pan-y;
  }
}

.block-products-list {
  position: relative;
  padding-top: 90px;
  margin-bottom: 75px;
  z-index: 4;
  background: white;
  transition: opacity ease-out 1s;
}
@media (max-width: 1199.98px) {
  .block-products-list {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .block-products-list {
    margin-bottom: 0;
    padding-top: 35px;
  }
}
.block-products-list .section-title {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #002f67;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .block-products-list .section-title {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.block-products-list > .container:first-child {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.block-products-list form {
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .block-products-list form.no-filters .form-filters-controls__list {
    margin: 15px auto 0 auto;
  }
}
.block-products-list .form-filters-top {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-top {
    display: block;
  }
}
.block-products-list .filter-expand {
  position: relative;
  margin-right: 16px;
}
@media (max-width: 767.98px) {
  .block-products-list .filter-expand {
    position: absolute;
    max-width: 402px;
    width: 100%;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-products-list .filter-expand .button {
  padding-right: 58px;
  background-image: url("../images/icon-expand.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) 50%;
  background-size: 20px;
}
@media (max-width: 767.98px) {
  .block-products-list .filter-expand .button {
    display: block;
    width: 100%;
    background-image: none !important;
    border-radius: 16px;
    padding: 10px 15px;
  }
}
.block-products-list .filter-expand .button .filter-expanded {
  display: none;
}
.block-products-list .filter-expand .button .filter-colapsed {
  display: inline-block;
}
.block-products-list .filter-expand .button.active {
  background-image: url("../images/icon-expand-active.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 32px) 50%;
  background-size: 20px;
}
.block-products-list .filter-expand .button.active .filter-expanded {
  display: inline-block;
}
.block-products-list .filter-expand .button.active .filter-colapsed {
  display: none;
}
.block-products-list .filter-search {
  position: relative;
  max-width: 402px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .block-products-list .filter-search {
    margin: 0 auto;
  }
}
.block-products-list .filter-search input[type=text] {
  width: 100%;
  border: 1px solid #0066b3;
  border-radius: 16px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 19px;
  padding: 11px 66px 11px 25px;
  color: #224472;
}
@media (max-width: 767.98px) {
  .block-products-list .filter-search input[type=text] {
    font-size: 1.6rem;
    padding: 11px 66px 10px 15px;
    height: 42px;
  }
  .block-products-list .filter-search input[type=text]::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .block-products-list .filter-search input[type=text]:-moz-placeholder {
    font-size: 1.4rem;
  }
  .block-products-list .filter-search input[type=text]::-moz-placeholder {
    font-size: 1.4rem;
  }
  .block-products-list .filter-search input[type=text]:-ms-input-placeholder {
    font-size: 1.4rem;
  }
}
.block-products-list .filter-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 43px;
  padding: 0;
  background-image: url("../images/icon-form-search.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 22px;
  background-color: #0066b3;
  border: none !important;
  outline: none !important;
  border-radius: 0 10px 10px 0;
  transition: all ease 0.2s;
}
.block-products-list .filter-search .btn-search:hover {
  background-color: #002f67;
}
.block-products-list .filter-search .btn-clear {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 55px;
  background-image: url("../images/icon-filters-clear.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  z-index: 3;
  cursor: pointer;
  transition: all ease 0.2s;
}
.block-products-list .filter-search .btn-clear.active {
  display: block;
}
.block-products-list .filter-search .btn-clear:hover {
  background-image: url("../images/icon-clear-hover.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
}
.block-products-list .form-filters-bottom {
  display: none;
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.block-products-list .form-filters-bottom.active {
  display: block;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
  }
}
.block-products-list .form-filters-controls {
  display: block;
  position: relative;
  z-index: 2;
}
.block-products-list .form-filters-controls__header {
  display: none;
  width: 100%;
  height: 50px;
  background: #0066b3;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-controls__header {
    display: flex;
  }
}
.block-products-list .form-filters-controls__header strong {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.block-products-list .form-filters-controls__header .btn-close {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background-image: url("../images/icon-mobile-filters-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
@media (min-width: 768px) {
  .block-products-list .form-filters-controls__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-controls__list {
    display: block;
    margin: 142px auto 0 auto;
    max-width: 422px;
    width: 100%;
    padding: 0 10px;
    gap: 0;
  }
  .block-products-list .form-filters-controls__list > .form-group.form-dropdown {
    margin-bottom: 10px;
  }
  .block-products-list .form-filters-controls__list .group-wrapper {
    display: block;
    overflow: hidden;
    overflow-y: auto;
  }
}
.block-products-list .form-filters-controls__footer {
  display: none;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-controls__footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 102, 179, 0.0705882353);
  }
  .block-products-list .form-filters-controls__footer .button {
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.block-products-list .form-dropdown {
  position: relative;
  margin: 0 5px 30px 5px;
  z-index: 1;
  min-height: unset !important;
}
@media (min-width: 768px) {
  .block-products-list .form-dropdown {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .block-products-list .form-dropdown {
    margin: 0 0 10px 0;
  }
}
.block-products-list .form-dropdown.active {
  z-index: 20;
}
@media (max-width: 767.98px) {
  .block-products-list .form-dropdown--mobile {
    min-width: inherit;
  }
  .block-products-list .form-dropdown--mobile .btn-dropdown {
    background-image: url("../images/icon-mobile-filters-dropdown.svg");
    font-size: 1.3rem;
    line-height: 20px;
    padding: 10px 35px 10px 16px;
    color: #002f67;
  }
  .block-products-list .form-dropdown--mobile .box-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: white;
    padding: 0;
  }
  .block-products-list .form-dropdown--mobile .box-dropdown .label-checkbox {
    padding: 0;
    margin-bottom: 0;
  }
  .block-products-list .form-dropdown--mobile .box-dropdown .label-checkbox span {
    font-size: 1.3rem;
    line-height: 20px;
    padding: 10px 16px;
    color: #002f67 !important;
    background: white;
    border: 1px solid #0066b3;
    border-radius: 16px;
    margin: 0 10px 10px 10px;
  }
  .block-products-list .form-dropdown--mobile .box-dropdown .label-checkbox input[type=checkbox]:checked + span {
    background-color: rgba(129, 181, 19, 0.3);
    background-image: url("../images/icon-checked.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 20px;
  }
}
.block-products-list .form-dropdown--sort .btn-dropdown-mobile {
  display: none;
}
.block-products-list .form-dropdown--sort .box-dropdown .label-checkbox {
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .block-products-list .form-dropdown--sort .btn-dropdown {
    display: none;
  }
  .block-products-list .form-dropdown--sort .btn-dropdown-mobile {
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: black;
  }
  .block-products-list .form-dropdown--sort .box-dropdown {
    display: flex;
    position: relative;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
  .block-products-list .form-dropdown--sort .box-dropdown .label-checkbox {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 9px 6px 9px;
    border-radius: 5px;
    border: solid 1px #62b32d;
    color: #002f67;
    margin-right: 14px;
  }
  .block-products-list .form-dropdown--sort .box-dropdown .label-checkbox.active {
    border-color: transparent;
    background: #0066b3;
    color: white !important;
  }
  .block-products-list .form-dropdown--sort .box-dropdown .label-checkbox.active span {
    color: white !important;
  }
  .block-products-list .form-dropdown--sort .box-dropdown .label-checkbox:last-child {
    margin-right: 0;
  }
}
.block-products-list .btn-dropdown {
  display: block;
  padding: 13px 35px 10px 16px;
  background: white;
  border: 1px solid #0066b3;
  border-radius: 16px;
  background-image: url("../images/icon-form-dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 20px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  cursor: pointer;
  color: black;
}
.block-products-list .btn-dropdown .selected-total {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 21px;
  color: #8c8c8c;
}
.block-products-list .btn-dropdown.active + .box-dropdown {
  display: block;
}
.block-products-list .box-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  border-radius: 16px;
  border: solid 1px #0066b3;
  border-top: transparent;
  background: white;
}
.block-products-list .box-dropdown .label-checkbox {
  display: block;
  padding: 11px 0 9px 16px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
  margin-bottom: 0;
  background: transparent;
  transition: all ease 0.2s;
}
@media (max-width: 767.98px) {
  .block-products-list .box-dropdown .label-checkbox {
    border-bottom: transparent;
    padding: 0;
    margin-bottom: 10px;
  }
}
.block-products-list .box-dropdown .label-checkbox:hover {
  background: rgba(129, 181, 19, 0.3);
}
@media (max-width: 767.98px) {
  .block-products-list .box-dropdown .label-checkbox:hover {
    background: transparent;
  }
}
.block-products-list .box-dropdown .label-checkbox span {
  display: block;
  font-size: 1.3rem;
  line-height: 20px;
  cursor: pointer;
  color: #002f67;
}
.block-products-list .box-dropdown .label-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.block-products-list .box-dropdown .label-checkbox input[type=checkbox]:checked + span {
  background-image: url("../images/icon-checked-big.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 3px) 50%;
  background-size: 25px;
}
.block-products-list .box-dropdown .label-checkbox.active span {
  background-image: url("../images/icon-checked-big.svg");
  background-repeat: no-repeat;
  background-position: calc(100% + 3px) 50%;
  background-size: 25px;
}
@media (max-width: 767.98px) {
  .block-products-list .box-dropdown .label-checkbox.active span {
    background-image: none;
  }
}
.block-products-list .box-dropdown__header {
  display: none;
  position: relative;
  width: 100%;
  height: 50px;
  background: #0066b3;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .block-products-list .box-dropdown__header {
    display: flex;
  }
}
.block-products-list .box-dropdown__header strong {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
}
.block-products-list .box-dropdown__header .btn-back {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-mobile-filters-back.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  top: 15px;
  left: 15px;
}
.block-products-list .box-dropdown__header .btn-erase {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 87px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 14px;
  text-transform: uppercase;
  color: white;
  padding-right: 30px;
  background-image: url("../images/icon-mobile-filters-erase.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 20px;
}
.block-products-list .box-dropdown__footer {
  display: none;
}
@media (max-width: 767.98px) {
  .block-products-list .box-dropdown__footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 102, 179, 0.0705882353);
  }
  .block-products-list .box-dropdown__footer .button {
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}
.block-products-list .mCustomScrollbar {
  max-height: 364px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .block-products-list .mCustomScrollbar {
    max-height: calc(100vh - 70px - 83px - 10px);
    max-height: calc(var(--vh, 1vh) * 100 - 70px - 83px - 10px);
  }
}
.block-products-list .mCSB_inside > .mCSB_container {
  margin-right: 18px;
}
.block-products-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px;
  border-radius: 20px;
  background: #0066b3;
}
.block-products-list .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  border-radius: 20px;
  background: rgba(129, 181, 19, 0.3019607843);
  display: none;
}
.block-products-list .mCSB_scrollTools {
  top: 12px;
  bottom: 9px;
  opacity: 1;
  overflow: hidden;
}
.block-products-list .form-filters-current {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}
.block-products-list .form-filters-current.active {
  display: block;
}
.block-products-list .form-filters-current.to-back {
  z-index: 1 !important;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-current {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 30px 10px 0 10px;
    z-index: 3;
    overflow: hidden;
  }
  .block-products-list .form-filters-current .btn-tag--clear {
    display: block;
    width: 100%;
    max-width: 402px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
  }
}
.block-products-list .form-filters-current__list {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 767.98px) {
  .block-products-list .form-filters-current__list {
    display: flex;
    height: 56px;
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .block-products-list .form-filters-current__list .btn-tag {
    font-size: 1.4rem;
    line-height: 20px;
    padding: 7px 36px 7px 14px;
    color: #002f67;
    margin: 0 10px 20px 0;
    height: 36px;
  }
}
.block-products-list .form-filters-current__list .btn-tag:last-child {
  margin-right: 0;
}
.block-products-list .container-score,
.block-products-list .container-score-line {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .block-products-list .products-cards-wrapper--detailed {
    margin: 75px auto 0 auto;
  }
}
.block-products-list .no-results {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #9D9D9D;
  width: 100%;
  padding: 0 15px;
  margin: 50px 0;
}
.block-products-list .search-string-info {
  display: block;
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .block-products-list .search-string-info {
    display: none;
  }
}
.block-products-list .search-string-info.active {
  visibility: visible;
}
.block-products-list .search-string-info p {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #224472;
  margin-left: 15px;
}
