

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog/landing/style.css?175561103118969*/
/**
* Catalog
*/
.catalog {
  margin-bottom: 70px;
  margin-top: 50px;
}

.catalog_list {
  margin-top: 0;
  margin-bottom: 0;
}

.catalog_list .content-right {
  margin-top: 50px;
  margin-bottom: 70px;
}

.catalog h1 {
  margin: 0 0 17px;
}

.catalog__left-banners {
  margin: 30px 0;
}

.catalog__element__wrapper h1 {
  margin: 15px 0 6px;
}

.catalog__element__left-area-wrapper h1 {
  display: none;
  margin: 0;
}

.catalog__main-banner {
    position: relative;
    margin-top: 23px;
}

.catalog__main-banner img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.catalog__main-banner > div.catalog__main-banner-desc{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: var(--heading-color);
  text-align: left;
  padding: 40px;
}

@media (max-width: 1200px) {
  .catalog__main-banner > div.catalog__main-banner-desc{
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .catalog__main-banner > div.catalog__main-banner-desc{
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .catalog__main-banner > div.catalog__main-banner-desc{
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
  }
}

.catalog__main-banner > div.catalog__main-banner-desc.color-white{
  color: #fff;
}

.catalog__main-banner-smalltext{
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .catalog__main-banner-smalltext{
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .catalog__main-banner-smalltext{
    font-size: 12px;
    line-height: 26px;
  }
}

.catalog__main-desc{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

.catalog__main-desc strong {
  font-weight: 700;
  color: var(--heading-color);
}

/* discount filter */
.discount-filter {
  margin: 40px 0 20px;
}

.discount-filter + .section-filter {
  margin: 20px 0 20px;
}

.discount-filter__title {
  font-size: 16px;
  color: #292d35;
  font-weight: bold;
  margin-bottom: 20px;
}

.discount-filter__buttons {
  column-gap: 18px;
  row-gap: 20px;
}

.discount-filter__button {
  display: block;
  position: relative;
  width: 180px;
  height: 121px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #D6DFEA;
  border-radius: 3px;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
}

.discount-filter__button-icon {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}

.discount-filter__button-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #768296;
  margin-top: 5px;
  display: block;
}

.discount-filter__button.active .discount-filter__button-title {
  color: #505d72;
}

.discount-filter__button .form__group {
  position: absolute;
  margin-bottom: 0;
  right: 32px;
  top: 16px;
}

.discount-filter__button .form__group [type="checkbox"]+label, .discount-filter__button .form__check [type="checkbox"]+label {
  padding: 0;
}

.discount-filter__button:hover:not(.active) .form__check.form__check--secondary [type="checkbox"]+label .form__check__draw {
  background: #e85149;
  border-color: #e85149;
}

.discount-filter__popover-image {
  width: 69px;
  height: 77px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
}

.discount-filter__popover-stopper {
  border-top: 1px solid #ced7e2;
}

.discount-filter__popover-stoper-image {
  width: 40px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  flex-shrink: 0;
}

/* sections filter */
.section-filter {
  margin: 40px 0 17px;
}

.section-filter__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #273647;
  margin-bottom: 20px;
}

/* year filter */
.year-filter {
    padding-right: 15px;
}
.year-filter .catalog-toolbar__col label {
  font-size: 13px;
  margin-right: 3px;
  color: #9ca6b7;
}

.year-filter .dropdown.dropdown--view1 .dropdown__menu {
  max-height: 250px;
  overflow: auto;
}

/* millezimy */
#millezimy_carousel a .zoom {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all ease 0.3s;
  background-color: #e85149;
}

#millezimy_carousel a .zoom svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

#millezimy_carousel a:hover .zoom {
  opacity: 1;
}

#millezimy_carousel .owl-item img {
    max-height: 330px;
    object-fit: cover;
}

#millezimy_carousel .owl-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #8C1A42;
    border-radius: 3px;
    color: #fff;
}

#millezimy_carousel .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    right: -20px;
    width: 40px;
    height: 40px;
    border: none;
    background: #8C1A42;
    border-radius: 3px;
    color: #fff;
}

#millezimy_carousel .owl-prev::before, #millezimy_carousel .owl-next::before {
    display: none;
}

#millezimy_carousel .disabled {
    display: none;
}

#millezimy_carousel .svg-inner {
    justify-content: center;
}

#millezimy_carousel .owl-prev svg, #millezimy_carousel .owl-next svg {
    color: rgb(255, 255, 255);
    width: 9px;
    height: 13px;
}

#millezimy_carousel .owl-prev svg {
    transform: translate(-1px, 0px);
}

#millezimy_carousel .owl-next svg {
    transform: translate(1px, 0px);
}

@media (max-width: 767px) {
    #millezimy_carousel .owl-nav {
        display: flex;
        column-gap: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #millezimy_carousel .disabled {
        display: block;
        border: 1px solid #D6DFEA;
        background: transparent;
    }
    #millezimy_carousel .disabled svg {
        color: #768296;
    }
    #millezimy_carousel .owl-prev, #millezimy_carousel .owl-next {
        position: static;
    }
}

.content-millizimy .text {
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768296;
}

.content-millizimy .text b {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #273647;
}

.content-millizimy .feedback {
    display: flex;
    column-gap: 30px;
    margin: 40px 0;
    background: #F5F7FA;
    border: 1px solid #D6DFEA;
    padding: 30px;
}

.content-millizimy .feedback .icon .svg.svg--docs {
  color: #8e1642;
  fill: #e85149;
}

.content-millizimy .feedback .info .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #273647;
}

.content-millizimy .feedback .info {
    padding-top: 5px;
}

.content-millizimy .feedback .info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #768296;
}

.content-millizimy .feedback .icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-millizimy .feedback .icon svg {
    width: 58px;
    height: 57px;
}

.content-millizimy .feedback .btn {
    margin-top: 20px;
    font-size: 14px;
    text-transform: none;
    padding: 12px 20px 13px;
}

/** Media ------------------------------------------------------------------------------------------------------------*/
@media(min-width: 768px) {
  #millezimy_carousel .owl-prev:hover, #millezimy_carousel .owl-next:hover {
    background: #A8345D;
  }
}

@media (max-width: 1200px) {
  .catalog {
    margin-bottom: 60px;
  }
  #millezimy_carousel .owl-carousel.owl-theme--default .owl-nav {
    display: initial;
  }
}

@media (max-width: 992px) {
  .catalog__element__wrapper h1 {
    display: none;
  }

  .catalog__element__left-area-wrapper h1 {
    display: block;
  }
}

@media(max-width: 768px) {
  .discount-filter {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .discount-filter__buttons {
    column-gap: 10px;
    row-gap: 10px;
  }
  .discount-filter__item {
    width: calc(50% - 5px)
  }
  .discount-filter__button {
    width: 100%;
    height: 106px;
  }
}

@media (max-width: 576px) {
  .catalog {
    margin-bottom: 50px;
    margin-top: 18px;
  }

  .catalog h1 {
      font-size: 32px;
      margin: 10px 0 7px;
  }

  .discount-filter__button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .discount-filter__button-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .discount-filter__button-title {
    width: 100%;
  }
}

.compilation-filter__buttons {
    margin-right: -10px;
}

.compilation-filter__button {
  position: relative;
  height: 122px;
  padding: 15px 19px;
  background-color: #fff;
  border-radius: 8px;
  transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #fff;
}

.compilation-filter__button:hover:not(.active) {
  /* border: 2px solid #ae335d; */
  box-shadow: 5px 5px 15px 5px rgba(246, 155, 155, 0.7);
}

.compilation-filter__button.active {
  /* border: 2px solid #ae335d; */
  padding-top: 14px;
  padding-bottom: 14px;
  opacity: .7;
  box-shadow: 5px 5px 15px 5px rgba(246, 155, 155, 0.7);
}

@media (max-width: 1200px) {
    .compilation-filter__button {
        height: 110px;
    }
}

@media (max-width: 992px) {
    .compilation-filter__button {
        height: 145px;
    }
}

@media (max-width: 768px) {
    .catalog {
        margin-top: 0;
    }
    .compilation-filter__button {
        height: 115px;
    }
}

@media (max-width: 567px) {
    .catalog h1 {
        font-size: 24px;
    }
    .compilation-filter__button {
        height: 110px;
    }
    .content-millizimy .feedback {
        flex-direction: column;
    }
    .content-millizimy .feedback .icon {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .compilation-filter__button {
        height: 95px;
    }
}

@media (max-width: 460px) {
    .compilation-filter__button {
        height: 77px;
    }
}

@media (max-width: 320px) {
    .compilation-filter__button {
        height: 67px;
    }
}


.compilation-filter__button:not(.active) .visible-for-active,
.compilation-filter__button.active .visible-for-inactive {
    display: none;
}


.compilation-filter__button.multiselection_with_icons-template {
    height: calc(100% - 10px) !important;
    opacity: 1.0 !important;
    padding: 18px !important;
    border: 2px solid #FFF !important;
    border-radius: 6px;
    justify-content: space-between;
    flex-direction: column;
}

.compilation-filter__button.multiselection_with_icons-template:hover,
.compilation-filter__button.multiselection_with_icons-template.active {
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.7);
}

.compilation-filter__button.multiselection_with_icons-template.pink-shadow:hover,
.compilation-filter__button.multiselection_with_icons-template.pink-shadow.active {
    box-shadow: 0px 4px 12px rgba(206, 109, 102, 0.4);
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__icon {
    width: 133px;
    max-width: 100%;
    border: 5px solid #FFF;
    border-radius: 50%;
}

.compilation-filter__button.multiselection_with_icons-template.thin-icon-border .compilation-filter-button__icon {
    width: 145px;
    border: 3px solid #FFF;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__icon img {
    display: block;
    width: 100%;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__title {
    text-align: center;
    margin: 10px 0px 13px 0px;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.compilation-filter__button.multiselection_with_icons-template.large-title-margins .compilation-filter-button__title {
    margin: 15px 0px 20px 0px;
}

.compilation-filter__button.multiselection_with_icons-template.dark-title .compilation-filter-button__title {
    color: #273647;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__subbutton {
    padding: 6px 10px 9px 10px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__subbutton,
.compilation-filter__button.multiselection_with_icons-template.active:hover .compilation-filter-button__subbutton {
    background: #8E1642;
}

.compilation-filter__button.multiselection_with_icons-template:hover .compilation-filter-button__subbutton,
.compilation-filter__button.multiselection_with_icons-template.active .compilation-filter-button__subbutton {
    background: #EA5444;
}

.compilation-filter__button.multiselection_with_icons-template.inverse-button-colors .compilation-filter-button__subbutton,
.compilation-filter__button.multiselection_with_icons-template.inverse-button-colors.active:hover .compilation-filter-button__subbutton{
    background: #EA5444;
}

.compilation-filter__button.multiselection_with_icons-template.inverse-button-colors:hover .compilation-filter-button__subbutton,
.compilation-filter__button.multiselection_with_icons-template.inverse-button-colors.active .compilation-filter-button__subbutton {
    background: #8E1642;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__checkbox {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 15px;
    height: 15px;
    background: #EA5444;
    border-radius: 3px;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__checkbox svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.compilation-filter__button.multiselection_with_icons-template .compilation-filter-button__checkbox svg use {
    fill: #FFF;
}

.recommendation-authors {
    margin-bottom: 20px;
    padding: 35px 25px;
    background: #F5F7FA;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}

.recommendation-authors__item {
    width: calc(100% / 3 - 5px);
    max-height: 59px;
}

.recommendation-authors__image {
    width: 100%;
    height: 100%;
}

.recommendation-authors__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.recommendation-authors__link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
    margin: 17px auto 0;
}

.recommendation-authors__link svg {
    transform: translateY(-1px);
}

@media(max-width: 1240px) {
    .recommendation-authors {
        padding: 25px 15px;
    }
}

@media(max-width: 991px) {
    .recommendation-authors__item {
        width: 59px;
    }
    .recommendation-authors__link {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 576px) {
    .recommendation-mobile {
        display: flex;
        justify-content: center;
        background: #F5F7FA;
    }
    .recommendation-authors {
        max-width: 318px;
        width: 100%;
        height: 477px;
        position: relative;
    }
    .recommendation-authors__item {
        max-height: 100%;
        background: linear-gradient(147.07deg, #FEFEFE 10.42%, #BCC5D3 85.8%);
        border-radius: 100%;
        overflow: hidden;
    }
    .recommendation-authors__item:first-child {
        position: absolute;
        width: 115px;
        height: 115px;
        left: 45px;
        top: 50px;
        z-index: 1;
    }
    .recommendation-authors__item:nth-child(2) {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 21px;
        top: 131px;
        z-index: 2;
    }
    .recommendation-authors__item:nth-child(3) {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 21px;
        top: 222px;
        z-index: 1;
    }
    .recommendation-authors__item:nth-child(4) {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 75px;
        top: 279px;
        z-index: 2;
    }
    .recommendation-authors__item:nth-child(5) {
        position: absolute;
        width: 67px;
        height: 67px;
        left: 157px;
        top: 308px;
        z-index: 3;
    }
    .recommendation-authors__item:nth-child(6) {
        position: absolute;
        width: 112px;
        height: 112px;
        left: 172px;
        top: 217px;
        z-index: 1;
    }
    .recommendation-authors__item:nth-child(7) {
        position: absolute;
        width: 94px;
        height: 94px;
        left: 208px;
        top: 141px;
        z-index: 2;
    }
    .recommendation-authors__item:nth-child(8) {
        position: absolute;
        width: 91px;
        height: 91px;
        left: 193px;
        top: 69px;
        z-index: 1;
    }
    .recommendation-authors__item:nth-child(9) {
        position: absolute;
        width: 66px;
        height: 66px;
        left: 145px;
        top: 49px;
        z-index: 2;
    }
    .recommendation-authors__item:nth-child(10) {
        position: absolute;
        width: 111px;
        height: 111px;
        left: 123px;
        top: 118px;
        z-index: 3;
    }
    .recommendation-authors__item:nth-child(11) {
        position: absolute;
        width: 85px;
        height: 85px;
        left: 93px;
        top: 205px;
        z-index: 4;
    }
    .recommendation-authors__item:nth-child(12), .recommendation-authors__item:nth-child(13) {
        display: none;
    }
    .recommendation-authors__image img {
        width: 100%;
    }
    .recommendation-authors__link {
        margin-top: auto;
    }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/style.css?175561103116195*/
/**
* Smartfilter Style
*/
.smartfilter__body {
  position: relative;
  margin-right: -10px;
  width: 100%;
  margin-top: 3px;
  padding: 0 25px;
}
.smartfilter__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-items: flex-end;
  padding: 25px 0 20px;
}
.smartfilter__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #273647;
}
.smartfilter__btn-clear {
  border: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #505D72;
  border-bottom: 1px dashed #505D72;
  padding: 0;
}
.smartfilter__btn-clear:hover {
  color: #8e1642;
  border-bottom: 1px dashed #8e1642;
}
.smartfilter__filter-group {
}
.smartfilter__filter-group__controls {
  max-height: 200px;
  margin-top: 10px;
}
.smartfilter__range-slider__wrapper {
  min-height: 47px;
  padding-top: 24px;
}
.smartfilter__delimeter {
  width: 12px;
  height: 1px;
  margin: 13px 5px;
  background: #b4bdc7;
}
.smartfilter__hint {
  background-color: #d05e73;
  border-radius: 2px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 11px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 6px;
}
.smartfilter__town-hint {
  background: url(/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/images/geo.svg) no-repeat;
  border-radius: 2px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 12px;
  line-height: 12px;
  text-align: center;
  width: 11px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 1px;
}
.smartfilter__town-hint svg use {
  fill: #d05e73;
}
.smartfilter__sticker {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}
.smartfilter__sticker.smartfilter__sticker--new svg use {
  color: #ea5444;
}
.smartfilter__icon-arrow {
  position: relative;
  height: 13px;
  width: 13px;
}
.smartfilter__icon-arrow svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.smartfilter__all-groups {
  font-family: 'PT Sans', sans-serif;
  border-top: 1px solid #ced7e2;
  padding-bottom: 20px;
  padding-top: 15px;
  background-color: #f5f7fa;
}
.smartfilter__all-groups a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #505d72;
  position: relative;
  font-size: 14px;
}
.smartfilter__all-groups a span {
  margin-left: 20px;
}
.smartfilter__all-groups svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.smartfilter__all-groups svg use {
  fill: #8a95a7;
}
.smartfilter__empty-text {
  font-size: 11px;
  color: #3c763d;
}
.smartfilter__footer {
  text-align: center;
  padding: 15px 20px 20px;
}
.smartfilter__element-count {
  margin-bottom: 9px;
  color: #9ca6b7;
}
.smartfilter__element-count span {
  color: #505d72;
  min-width: 25px;
  display: inline-block;
  text-align: left;
}
.smartfilter__btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.smartfilter__btns button {
  margin: 0 5px;
}
/**
* Smartfilter Form Style
*/
.smartfilter-form .slider-wrapper {
  min-height: 54px;
}

/** smartfilter group **/
.smartfilter-form__group {
  position: relative;
  margin-bottom: 14px;

  -ms-flex-item-align: end;
  align-self: flex-end;
}
.smartfilter-form__group label {
  display: block;
  font-size: 13px;
  color: #7c889c;
  margin-bottom: 5px;
}
.smartfilter-form__group.text-center label {
  display: inline-block;
}
.smartfilter-form__group label > span {
  color: #921c40;
  display: inline-block;
  padding-left: 4px;
}
.smartfilter-form__group--price {
  margin-bottom: 20px;
}

/** smartfilter form row **/
.smartfilter-form__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-align: center;
  align-items: center;

  margin-right: -5px;
  margin-left: -5px;
}
.smartfilter-form__row.form__row--nowrap {
  flex-wrap: nowrap;
}
.smartfilter-form__row > .col,
.smartfilter-form__row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.smartfilter-form__row [class*="col-"] .smartfilter-form__error {
  right: 10px;
}
.smartfilter-form__row .smartfilter-form__group {
  display: inline-block;
  padding: 0 10px;
}
.smartfilter-form__row.smartfilter-form__row--lg{
  margin-right: -30px;
  margin-left: -30px;
}
.smartfilter-form__row.smartfilter-form__row--lg .smartfilter-form__group {
  padding: 0 30px;
}
.smartfilter-form__row--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.smartfilter-form__row.smartfilter-form__row--mt-15 {
  margin-top: 15px;
}

/** smartfilter fieldset **/
.smartfilter-form fieldset {
  margin: 0;
  position: relative;
  display: block;
  border: 0;
  border-top: 1px solid #ced7e2;
  padding: 14px 0;
}
.smartfilter-form fieldset legend,
.smartfilter-form__legend {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #273647;
  cursor: pointer;
  margin-bottom: 5px;
}
.smartfilter-form__legend {
  margin-bottom: 0px;
}
.smartfilter-form__legend > span {
  display: inline-block;
  max-width: 190px;
}
.smartfilter-form__legend:hover span {
  color: #801939;
}
.smartfilter-form__legend svg use {
  fill: #273647;
}
.smartfilter-form__legend:hover svg use {
  fill: #801939;
}
.smartfilter-form__legend .smartfilter__icon-arrow {
  float: right;
  position: absolute;
  top: 3px;
  right: -4px;
  width: 16px;
  height: 16px;
}
.smartfilter-form fieldset legend:hover {
  color: #a3254c;
}
.smartfilter-form fieldset legend[aria-expanded="false"] span {
  border-bottom: 1px dotted;
  line-height: 16px;
}
.smartfilter-form fieldset [aria-expanded="true"] .aria-expanded--down {
  display: none;
}
.smartfilter-form fieldset [aria-expanded="true"] .aria-expanded--up {
  display: block;
}
.smartfilter-form fieldset [aria-expanded="false"] .aria-expanded--down {
  display: block;
}
.smartfilter-form fieldset [aria-expanded="false"] .aria-expanded--up {
  display: none;
}

/** smartfilter form control **/
.smartfilter-form__control {
  display: block;
  width: 100%;
  padding: 8px 12px 9px;
  font-size: 16px;
  line-height: 16px;
  color: #435973;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #D6DFEA;
  border-radius: 3px;

  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
textarea.smartfilter-form__control {
  resize: vertical;
  min-height: 100px;
}
select.smartfilter-form__control {
  padding: 7px 8px 8px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .smartfilter-form__control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.smartfilter-form__control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.smartfilter-form__control:focus {
  color: #435973;
  background-color: #fff;
  border-color: #d4dbe3;
  outline: 0;
}
.smartfilter-form__control::-webkit-input-placeholder {
  color: #435973;
  opacity: .4;
}
.smartfilter-form__control:-ms-input-placeholder {
  color: #435973;
  opacity: .4;
}
.smartfilter-form__control::-ms-input-placeholder {
  color: #435973;
  opacity: .4;
}
.smartfilter-form__control::placeholder {
  color: #435973;
  opacity: .4;
}
.smartfilter-form__control:disabled, .smartfilter-form__control[readonly] {
  background-color: #f9f9fb;
  opacity: .4;
}
.smartfilter-form__control.smartfilter-form__control--sm {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 14px;
}
.smartfilter-form__control.smartfilter-form__control--xs {
  font-size: 13px;
  line-height: 13px;
  padding: 9px 9px;
}

/** smartfilter form checkbox and radio **/
.smartfilter-form__check {
  position: relative;
  margin-top: 6px;
}
.smartfilter-form__group [type="checkbox"],
.smartfilter-form__group [type="radio"],
.smartfilter-form__check [type="checkbox"],
.smartfilter-form__check [type="radio"]
{
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 1px;
}
.smartfilter-form__group [type="radio"] + label,
.smartfilter-form__group [type="checkbox"] + label,
.smartfilter-form__check [type="radio"] + label,
.smartfilter-form__check [type="checkbox"] + label
{
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #273647;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smartfilter-form__group [type="checkbox"] + label .smartfilter-form__check__checkbox,
.smartfilter-form__check [type="checkbox"] + label .smartfilter-form__check__checkbox
{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CFD7E1;;
  margin: auto;
}
.smartfilter-form__group [type="checkbox"] + label:hover .smartfilter-form__check__checkbox,
.smartfilter-form__check [type="checkbox"] + label:hover .smartfilter-form__check__checkbox {

}
.smartfilter-form__group [type="checkbox"]:checked + label .smartfilter-form__check__checkbox,
.smartfilter-form__check [type="checkbox"]:checked + label .smartfilter-form__check__checkbox {
  background: #9c2d52;
  border-color: #9c2d52;
}
.smartfilter-form__group [type="checkbox"]:checked + label,
.smartfilter-form__check [type="checkbox"]:checked + label {
  color: #505d72;
}
.smartfilter-form__group [type="checkbox"]:checked + label .smartfilter-form__check__checkbox::after,
.smartfilter-form__check [type="checkbox"]:checked + label .smartfilter-form__check__checkbox::after {
  content: '';
  background: url(/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/images/check.svg) no-repeat;
  position: absolute;
  width: 9px;
  height: 9px;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 0;
  display: block;
  margin: auto;
  text-align: left;
}
.smartfilter-form__group [type="checkbox"]:disabled + label,
.smartfilter-form__check [type="checkbox"]:disabled + label {
  opacity: .4;
}
.smartfilter-form__group [type="radio"] + label > span,
.smartfilter-form__check [type="radio"] + label > span {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #dae7ec;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  position: absolute;
  left: 0px;
  top: 0;
}
.smartfilter-form__group [type="radio"] + label > span:after,
.smartfilter-form__check [type="radio"] + label > span:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8e1642;
  opacity: 0;
  margin: auto;
}
.smartfilter-form__group [type="radio"]:checked + label,
.smartfilter-form__check [type="radio"]:checked + label {
  color: #505d72;
}
.smartfilter-form__group [type="radio"]:checked + label > span:after,
.smartfilter-form__check [type="radio"]:checked + label > span:after {
  opacity: 1;
}

/** smartfilter form other **/
.smartfilter-form__group__collapse {
  font-size: 12px;
  color: #801939;
  padding-left: 0px;
  cursor: pointer;
  position: relative;
  display: block;
  margin-top: 9px;
}
.smartfilter-form__group__collapse span {
  display: inline-block;
  vertical-align: top;
  line-height: 13px;
  border-bottom: 1px dotted;
  color: #801939;
}
.smartfilter-form [smartfilter="search-filter"] {
  position: relative;
}
.smartfilter-form [smartfilter="search-filter"].active + .clear {
  content: '';
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 10px;
  cursor: pointer;
  display: block;
  background: url(/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/images/cross.svg) no-repeat;
}
.smartfilter-form__search-wrapper {
  margin-top: 15px;
  margin-bottom: 12px;
}
.smartfilter__filter-group .smartfilter-form__check:first-child {
  margin-top: 0px;
}
.smartfilter-form__checkboxs-stores__head {
  margin: 14px 0px 12px;
  position: relative;
  z-index: 2;
}
.smartfilter-form__checkboxs-stores__name {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}
.smartfilter-form__switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 13px;
  vertical-align: middle;
  top: -1px;
  margin-right: 5px;
  opacity: 1;
  cursor: pointer;
}
.smartfilter-form__switch::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 25px;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  border: 0;
  -webkit-transition: left 0.1s linear;
  -o-transition: left 0.1s linear;
  transition: left 0.1s linear;
}
.smartfilter-form__switch::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 13px;
  background-color: #921c40;
  border-radius: 10px;
  border: 1px solid #921c40;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.smartfilter-form__switch.active,
.smartfilter-form__switch[aria-expanded="false"] {
  opacity: .3;
}
.smartfilter-form__switch.active::after,
.smartfilter-form__switch[aria-expanded="false"]::after {
  left: 3px;
}

/** .smartfilter **/


/**
* Drawer App Smartfilter
**/
.drawer-app-smartfilter .drawer-app__head  {
  padding: 26px 30px 24px;
  border-bottom: 1px solid #e4e8ee;
}
.drawer-app-smartfilter .drawer-app__body {

}
.drawer-app-smartfilter .drawer-app__close {
  top: 0;
}
.drawer-app-smartfilter .smartfilter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  flex-direction: column;

  height: 100%;
}
.drawer-app-smartfilter .smartfilter__body {
  margin-top: 0;
  border: 0;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.drawer-app-smartfilter .smartfilter-form fieldset {
  padding: 20px 30px;
}
.drawer-app-smartfilter .smartfilter__all-groups {
  padding-left: 30px;
  padding-right: 30px;
}
.drawer-app-smartfilter .smartfilter-form__control.smartfilter-form__control--xs {
  padding: 8px 12px 9px;
  font-size: 16px;
  line-height: 16px;
}
.drawer-app-smartfilter .bx-ui-slider-handle {
  background: url(/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/images/fader-lg.svg) no-repeat;
  width: 16px;
}
.drawer-app-smartfilter .bx-ui-slider-handle.left {
  margin-left: -7px;
}

/* Sales icon */
.smartfilter-form__legend span.discount-icon {
  position: relative;
  padding-left: 21px;
}

.smartfilter-form__legend span.discount-icon:before {
  background: url(/local/templates/mavt_adaptiv_2022/assets/images/main-menu/discount.png) no-repeat scroll center center;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
}

.smartfilter__range-slider__wrapper .bx-ui-slider-track {
  height: 2px;
}

.smartfilter__range-slider__wrapper .bx-ui-slider-part span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: #505D72;
}

.smartfilter__range-slider__wrapper .bx-ui-slider-part {
  top: -21px;
}

.smartfilter-form .fieldset-price + fieldset {
  border-top: none;
}

@media(max-width: 991px) {
  .smartfilter__body {
    padding: 0;
  }
  .smartfilter__head {
    display: none;
  }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/css/bitrix-smart-slider.css?17556110311889*/
.bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}
.bx-ui-slider-track {
  position: relative;
  height: 6px;
  background: #d8e9f0;
}
.bx-ui-slider-part {
  position: absolute;
  top: -19px;
  width: auto;
  height: 17px;
}
.bx-ui-slider-part.p1 {
  left: -1px;
}
.bx-ui-slider-part.p2 {
  left: 25%;
}
.bx-ui-slider-part.p3 {
  left: 50%;
}
.bx-ui-slider-part.p4 {
  left: 75%;
}
.bx-ui-slider-part.p5 {
  right: -1px;
}
.bx-ui-slider-part span {
  color: #c0c0c0;
  font-size: 9px;
}
.bx-ui-slider-part.bx-ui-slider-part--left {
  margin-left: 0;
  left: 0;
}
.bx-ui-slider-part.bx-ui-slider-part--right {
  right: 0;
}
.bx-ui-slider-part.p2 span,
.bx-ui-slider-part.p3 span,
.bx-ui-slider-part.p4 span {
  color: #6b8086;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}
.bx-ui-slider-range {
  z-index: 50;
  background: #ced7e2;
}
.bx-ui-slider-pricebar {
  z-index: 100;
}
.bx-ui-slider-pricebar-vd {
  z-index: 60;
  background: #90969e;
}
.bx-ui-slider-pricebar-vn {
  z-index: 70;
  background: #f0877c;
}
.bx-ui-slider-pricebar-v {
  z-index: 80;
  background: #ea5444;
}
.bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 13px;
  height: 22px;
  border-bottom: none;
  margin-top: 2px;
  background: url(/local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/css/../images/fader.svg) no-repeat;
}
.bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}
.bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}
.bx-ui-slider-handle.left {
  left: 0;
  margin-left: -6px;

}
.bx-ui-slider-handle.right {
  right: 0;
  margin-right: -7px;
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/aspro/banners/sidebar/style.css?1755611031232*/
/**
* Sidebar Adv Banners Style
**/
.sidebar-adv-banners {

}
.sidebar-adv-banners__list {

}
.sidebar-adv-banners__item {
  margin-bottom: 10px;
}
.sidebar-adv-banners__item img {
  display: block;
  width: 100%;
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/style.css?175974594013503*/
/**
* Catalog Items Styles
*/
.catalog-items {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  min-height: 220px;
}
.catalog-items.wide {
  margin-right: 0px;
  margin-left: 0px;
  overflow: hidden;
}
.catalog-items::before {
  visibility: hidden;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 50;
  left: 0;
  right: 0;
  transition: all .1s ease;
}
.catalog-items__line {
  width: 100%;
  height: 1px;
  background-color: #e9edf3;
}

.catalog-items.wide .catalog-items__line {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.catalog-items.catalog-items--loading::before {
  visibility: visible;
  opacity: .8;
  transition: all .1s ease;
}

.catalog-items .catalog-item__wrapper {
  border-top: 1px solid #D6DFEA;
}

/**
* Catalog Toolbar Style
**/
.catalog-toolbar {
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  z-index: 15;
  line-height: 26px;
}
.catalog-toolbar label {
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 0px;
  color: #9ca6b7;
}
.catalog-toolbar__col,
.catalog-toolbar__col label,
.catalog-toolbar__col input,
.catalog-toolbar__col select {
  display: inline-block;
  margin-bottom: 0;

}
.catalog-toolbar__record-count {
  display: inline-block;
  min-width: 40px;
  color: #505d72;
  font-weight: bold;
}
.catalog-toolbar__select {
  color: #505d72;
}
.catalog-toolbar .form__group {
}
.catalog-toolbar .form__group input,
.catalog-toolbar .form__group select {
  width: auto;
}
.catalog-toolbar__line {
  width: 100%;
  height: 1px;
  background-color: #D6DFEA;
}
.catalog-toolbar-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .catalog-toolbar-row{
    flex-wrap: nowrap;
    order: -1;
    overflow: hidden;
    overflow-x: auto;

    -ms-overflow-style: none;
    scrollbar-width: none;

    margin: 20px 0;
  }
}
.catalog-toolbar__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-align: center;
  align-items: center;
}
.catalog-toolbar__col.catalog-toolbar__col--left {
}
.catalog-toolbar__col.catalog-toolbar__col--right {
  text-align: right;
}
.catalog-toolbar__col.catalog-toolbar__col--sort, .catalog-toolbar__col.catalog-toolbar__col--year {
  border: 1px solid #D6DFEA;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 1.28;
  color: #8791A2;
  flex-shrink: 0;
}
.catalog-toolbar__col.catalog-toolbar__col--sort:hover, .catalog-toolbar__col.catalog-toolbar__col--year:hover {
  border: 1px solid #8791A2;
  cursor: pointer;
}
.catalog-toolbar__col--year .dropdown__menu__wrapper {
  left: auto;
  right: -19px;
}
.catalog-toolbar__filter {
  position: relative;
  display: block;
  min-width: 15px;
}
.catalog-toolbar__filter__link span {
  margin-right: 30px;
}
.catalog-toolbar__filter__badge {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ea5444;
  left: 9px;
  position: absolute;
  top: 3px;
  border: 1px solid #ffffff;
}
.catalog-toolbar__filter {
  cursor: pointer;
}
.catalog-toolbar__filter span {
  position: relative;
}
.catalog-toolbar__filter__icon {
  margin-right: 8px;
}
.catalog-toolbar__filter__label {
  margin-right: 39px;
}
.catalog-toolbar__col--view a {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  width: 13px;
  height: 26px;
  vertical-align: top;
  text-align: center;
  line-height: 26px;
}
.catalog-toolbar__col--view a:first-child {
  margin: 0px;
}
.catalog-toolbar__col--view a.current {
  background-color: #b12e5a;
}
.catalog-toolbar__col--view a i {
  vertical-align: middle;
}
.catalog-toolbar__col--view a.block {
  background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/images/svg/sort-btn_block.svg') no-repeat center;
}
.catalog-toolbar__col--view a.block.current {
  background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/images/svg/sort-btn_block-active.svg') no-repeat center;
}
.catalog-toolbar__col--view a.list {
  background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/images/svg/sort-btn_list.svg') no-repeat center;
}
.catalog-toolbar__col--view a.list.current {
  background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/images/svg/sort-btn_list-active.svg') no-repeat center;
}
.catalog-toolbar__label-dropdown {
  color: #505D72;
  line-height: 1.28;
}

/**
* Catalog Filter Panel Style
**/

.catalog-filter-presets {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 13px;
}
.fly-toolbar-fixed .catalog-filter-presets {
  display: none;
}

.fly-toolbar > div {
    gap: 8px;
}

.catalog-filter-presets .tabs {
  margin-top: 0;
}

.catalog-filter-presets .tabs > ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.catalog-filter-panel {
  margin: 27px 0 23px;
  font-size: 0;
  overflow: hidden;
}

.catalog-filter-panel__item {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #273647;
  cursor: pointer;
}

.catalog-filter-panel__item span:first-child {
  border-bottom: 1px dashed #273647;
}

.catalog-filter-panel__item::first-letter {
  text-transform: uppercase;
}

.catalog-filter-panel__item.reset-filter {
  padding-right: 0;
}

.catalog-filter-panel__item-reset {
  position: absolute;
  width: 8px;
  text-align: center;
  right: 0px;
  cursor: pointer;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-filter-panel__item svg {
  color: #273647;
}

.catalog-filter-panel__item:hover {
  color: #EA5444;
}

.catalog-filter-panel__item:hover span:first-child {
  border-color: #EA5444;
}

.catalog-filter-panel__item:hover svg {
  color: #EA5444;
}

@media (max-width: 1024px) {
  .catalog-filter-panel {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
  }
  .catalog-filter-panel::-webkit-scrollbar {
    display:none;
  }
  .catalog-filter-panel__item {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .catalog-filter-panel {
    margin: 10px -20px 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
  .fly-toolbar-fixed .catalog-filter-panel {
    margin: 10px 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/** Media ------------------------------------------------------------------------------------------------------------*/
/**
* Catalog Items
**/
@media (max-width: 575px) {
  .catalog-items > .row {
    padding-bottom: 0px;
  }

  .year-filter .catalog-toolbar__col label {
    white-space: nowrap;
    overflow: hidden;
  }

  .catalog-toolbar__col.catalog-toolbar__col--year {
    max-width: 73%;
  }
}

/**
* Catalog Toolbar
**/
@media (max-width: 767px) {
  .fly-toolbar-fixed {
    position: fixed;
    top: 65px;
    background: #fefefe;
    z-index: 100;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    left: 0;
  }

  .fly-toolbar-fixed .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .fly-toolbar-fixed .col-12 .catalog-toolbar, .fly-toolbar-fixed .col-12 .catalog-toolbar-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .desktop-toolbar-row-millezimy {
    flex-wrap: nowrap;
  }
}

.sort_btn .active, .sort_btn .no-active {
  display: none;
}

.mobile-filter-button {
  display: none;
}

.row.mobile-toolbar-row {
  display: none;
}

.mobile-filter-count {
  display: none;
}

.sort_btn .active svg, .sort_btn .no-active svg {
  height: 10px;
  width: 13px;
}

.sort_btn .active svg {
  fill: #8E1642;
}

.sort_btn .no-active svg {
  fill: #ABB7CA;
}

/**
* Catalog filter mobile buttons
**/
@media (max-width: 991px) {

  .catalog-toolbar__col--view a {
    margin: 0px 0px 0px 10px;
  }

  a.sort_btn .no-active {
    display: block;
  }

  a.sort_btn .active {
    display: none;
  }

  a.sort_btn.current .active {
    display: block;
  }

  a.sort_btn.current .no-active {
    display: none;
  }

  .catalog-toolbar__col--view a.sort_btn {
    background: #F5F7FA!important;
    border-radius: 3px;
    padding: 14px;
    font-size: 28px;
    line-height: 0;
    width: unset;
    height: unset;
  }

  .mobile-filter {
    display: block;
  }

  .desktop-filter {
    display: none;
  }

  .mobile-filter {
    background: #8E1642;
    border-radius: 3px;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 11px 16px 12px 16px;
    cursor: pointer;
    margin-right: 0px;
  }

  .catalog-toolbar .catalog-toolbar__col.catalog-toolbar__col--left .catalog-toolbar__filter .catalog-toolbar__filter__icon,
  .catalog-toolbar .catalog-toolbar__col.catalog-toolbar__col--left .catalog-toolbar__filter .catalog-toolbar__filter__badge
  {
    display: none;
  }

  .catalog-toolbar .catalog-toolbar__col.catalog-toolbar__col--left .catalog-toolbar__filter .catalog-toolbar__filter__label {
    display: block!important;
  }

  .catalog-toolbar .catalog-toolbar__col.catalog-toolbar__col--left .catalog-toolbar__count {
    display: none;
  }

  .broke-col-for-mobile {
    max-width: unset!important;
    flex: 0 0 30%!important;
  }

  .broke-col-for-mobile .catalog-toolbar__col.catalog-toolbar__col--left {
    width: 100px;
  }

  /* Ver 2.0 */
  .row.mobile-toolbar-row {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .catalog-toolbar-row  {
    margin: 0;
  }

  .desktop-toolbar-row {
    display: none!important;
  }

  .mobile-toolbar-row .catalog-toolbar__filter {
    float: left;
    text-align: center;
  }

  .block_1 {
    width: 80px;
  }

  .block_2 {
    width: calc(100% - 172px);
  }

  .block_3 {
    width: 92px;
  }

  .block_1 .catalog-toolbar__filter,
  .block_1 .catalog-toolbar__filter .mobile-filter {
    width: 100%;
  }

  .block_2 .catalog-toolbar__col.catalog-toolbar__col--sort {
    background: #F5F7FA;
    border-radius: 3px;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #292D35;
    padding: 11px 8px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .block_2 .catalog-toolbar__col.catalog-toolbar__col--sort .catalog-toolbar__label-dropdown {
    line-height: 1;
  }

  .block_2 .dropdown.dropdown--placement-right .dropdown__menu__wrapper {
    right: -48px;
  }

  .mobile-filter-count {
    display: block;
    margin-bottom: 8px;
  }

  .mobile-filter-count label {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #9CA6B7;
  }

  .mobile-filter-count .catalog-toolbar__record-count {
    font-size: 12px;
  }

  .mobile-toolbar-row-millezimy .catalog-toolbar__col.catalog-toolbar__col--sort {
    display: none;
  }
}

@media (max-width: 365px) {
  .block_1 {
    width: 65px;
  }

  .block_2 {
    width: calc(100% - 157px);
  }

  .block_3 {
    width: 92px;
  }

  .mobile-filter {
    padding: 12px 8px 12px 8px;
  }
}

@media (max-width: 360px) {
  .block_2 .catalog-toolbar__col.catalog-toolbar__col--sort {
    margin-right: 5px;
    margin-left: 5px;
    width: calc(100% - 10px);
    height: 100%;
  }

  .catalog-toolbar__col--view a {
    margin: 0px 0px 0px 5px;
  }

  .mobile-filter {
    padding: 12px 4px 12px 4px;
    font-size: 11px;
  }

  .block_2 .dropdown.dropdown--view1 .dropdown__toggle {
    font-size: 11px;
  }

  .block_2 {
    width: calc(100% - 151px);
  }

  .block_3 {
    width: 86px;
  }
}

@media (max-width: 350px) {
  .block_2 .catalog-toolbar__col.catalog-toolbar__col--sort {
    padding: 6px;
    margin-right: 5px;
    margin-left: 5px;
    width: calc(100% - 10px);
    height: 100%;
    line-height: 25px;
  }

  .catalog-toolbar__col--view a {
    margin: 0px 0px 0px 5px;
  }

  .mobile-filter {
    padding: 12px 4px 12px 4px;
    font-size: 11px;
  }

  .block_2 .dropdown.dropdown--view1 .dropdown__toggle {
    font-size: 11px;
  }

  .block_2 {
    width: calc(100% - 151px);
  }

  .block_3 {
    width: 86px;
  }
}
.catalog-filter-presets-tab{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #505D72;
  background: #FFFFFF;
  border: 1px solid #D6DFEA;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 10px 6px;
}
.catalog-filter-presets-tab.active{
  color: #FFFFFF;
  background: #505D72;
  border-color: #505D72;
}
.catalog-filter-presets-tab:not(.active):hover{
  color: inherit;
  border: 1px solid var(--signature-color);
}
.catalog-filter-presets-tab.disabled{
  opacity: 0.5;
  pointer-events: none;
}
.desktop-toolbar-row-millezimy .dropdown.dropdown--placement-right .dropdown__menu__wrapper {
  left: 0;
  right: auto;
}

/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog/landing/style.css?175561103118969 */
/* /local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/style.css?175561103116195 */
/* /local/templates/mavt_adaptiv_2022/components/aspro/catalog.smart.filter_with_sections/mavt/assets/css/bitrix-smart-slider.css?17556110311889 */
/* /local/templates/mavt_adaptiv_2022/components/aspro/banners/sidebar/style.css?1755611031232 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/main/style.css?175974594013503 */
