

/* Start:/local/templates/abat/public/libs/noUiSlider-master/distribute/nouislider.min.css?17525160114007*/
/*! nouislider - 13.1.5 - 4/24/2019 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/local/templates/abat/public/style/css/style.css?175585365829456*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  color: #222222;
  text-decoration: none;
  /* letter-spacing: -0.4px; */
}

html {
  scroll-behavior: smooth;
}

div#panel {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
  /* padding-right: 15px; */
}
.container {
  max-width: 1632px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
}

.second-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 54.64px;
  /* letter-spacing: -1.4px; */
}

.second-pages__title {
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
  /* letter-spacing: -1.4px; */
}

.subtitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.text {
  font-size: 18px;
  line-height: 160%;
}

.btn {
  font-size: 16px;
  line-height: 21.86px;
  color: #fff;
  font-weight: 600;
  padding: 13px 34px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: fit-content;
  outline: none;
  border: solid 1px #fff;
  transition: all 0.3s;
  cursor: pointer;
  cursor: pointer;
}
button {
  cursor: pointer;
}
.btn_red {
  background-color: #e31e24;
  border: solid 1px #e31e24;
}
.btn_red:hover {
  background-color: #fff;
  color: #e31e24;
}
.btn_red_white {
  background-color: #fff;
  color: #e31e24;
  border: solid 1px #e31e24;
}
.btn_red_white:hover {
  background-color: #e53030;
  color: #fff;
  border: solid 1px #e53030;
}
.btn_blue_white {
  background-color: #fff;
  color: #1d4199;
  border: solid 1px #1d4199;
}
.btn_blue_white:hover {
  background-color: #1d4199;
  color: #fff;
  border: solid 1px #1d4199;
}
.btn_blue {
  border: solid 1px #1d4199;
  background-color: #1d4199;
}
.btn_blue:hover {
  background-color: #fff;
  color: #1d4199;
}
.btn_whatsapp {
  background-color: #2cb742;
  width: 215px;
  height: 45px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}
.btn_whatsapp:hover {
  background-color: #22ad38;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
    line-height: 39px;
  }
  .second-title {
    font-size: 24px;
    line-height: 32.76px;
  }
  .second-pages__title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 25.2px;
  }
  .text {
    font-size: 16px;
    line-height: 140%;
  }
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.header__mobile {
  display: none;
}
.header__top {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.header__top-nav__list {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 35px;
}
.header__top-nav__link {
  font-size: 14px;
  line-height: 19.12px;
  font-weight: 500;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header__top-nav__link:hover {
  color: #1d4199;
  text-decoration: underline;
}
.header__top-contacts {
  display: flex;
  align-items: center;
  gap: 100px;
}
.header__top-mail {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 500;
}
.header__top-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__top-wrapper__phone {
  font-size: 16px;
  line-height: 21.9px;
  font-weight: 600;
}

.header__top-wrapper__phone {
  font-size: 14px;
  line-height: 19.12px;
  background: none;
  border: none;
}

.header__middle-wrapper__item:hover .header__middle-wrapper__name {
  color: #12368b;
}
.header__middle-wrapper__item:hover .header__middle-wrapper__icon path {
  /* fill: #12368b; */
  stroke: #12368b;
}

.header__top-mail:hover,
.header__top-wrapper__phone:hover,
.header__top-wrapper__callback:hover {
  color: #12368b;
  text-decoration: underline;
}

svg.header__top-socials__icon:hover path {
  fill: #12368b;
}
.header__middle {
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.header__middle-nav__list {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 40px;
}
.header__middle-nav__link {
  font-size: 16px;
  line-height: 21.86px;
  text-wrap: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #222222;
}

.header__top a {
  color: #222222;
}
.header__middle-nav__link:hover {
  color: #1d4199;
  text-decoration: underline;
}
.header__middle-catalog {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.header__middle-catalog__btn,
.header__middle-catalog__btn-link {
  cursor: pointer;
  width: 140px;
  height: 50px;
  background-color: #1d4199;
  border: solid 1px #1d4199;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
}

.header__middle-catalog__btn:hover {
  background-color: #fff;
  color: #1d4199;
}
.header__middle-catalog__btn:hover svg path {
  stroke: #1d4199;
}
.header__middle-search {
  position: relative;
}
.header__middle-search__input {
  max-width: 350px;
  width: 350px;
  height: 50px;
  padding: 10px 65px 10px 15px;
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 500;
}
.header__middle-search__btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  top: 50%;
  right: 0px;
  background: none;
  border: none;
  height: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.header__middle-wrapper {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-right: 7px;
}
.header__middle-wrapper__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
}

.header__middle-wrapper__icon {
  width: 28px;
}
.header__middle-wrapper__name {
  font-size: 12px;
  line-height: 15.6px;
  color: #666666;
  text-align: center;
}
.header__category {
  border-top: solid 1px #dadada;
  padding: 9px 0;
}
.header__category-list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  list-style-type: none;
}
.header__category-item {
  position: relative;
  padding: 10px 0;
}
.header__category-item__link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__category-item__link img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header__category-item__name {
  font-size: 16px;
  line-height: 21.86px;
}
.header__category-item:hover .header__subcategory {
  min-width: 275px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: 34px;
  left: 0;
  box-shadow: 0 0 10px rgba(102, 102, 102, 0.2392156863);
  /* padding: 10px; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 100;
}
.header__category-item:last-child:hover .header__subcategory {
  right: 0;
  left: initial;
}
.header__subcategory-item {
  padding: 8px 20px;
}

.header__category-item:hover
  .header__subcategory
  .header__subcategory-item:first-child {
  padding-top: 15px;
}
.header__category-item:hover
  .header__subcategory
  .header__subcategory-item:last-child {
  padding-bottom: 15px;
}

li.header__subcategory-item.need__class {
  padding: 15px 10px;
}
.header__subcategory-item:hover {
  background-color: #e8ecf5;
}
.header__category-item:hover .header__category-item__link img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.header__category-item:hover
  .header__category-item__link
  .header__category-item__name {
  color: #12368b;
}
.header__subcategory {
  display: none;
  overflow: hidden;
}

.header__bottom-menu {
  position: fixed;
  bottom: 0;
  display: flex;
  gap: 20px;
  display: none;
}
.header__bottom-menu__categories {
  display: none;
}

@media screen and (max-width: 1500px) {
  .header__middle-search__input {
    max-width: 300px;
    width: 100%;
  }
  .header__middle-nav__list {
    gap: 15px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    padding-top: 66px;
    padding-bottom: 70px;
  }
  .header {
    z-index: 101;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
  .header__bottom-menu__categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
    width: 100%;
    position: fixed;
    z-index: 101;
    background-color: #f7f7f7;
    left: -100vw;
    top: 63px;
    height: 100vh;
    border-top: solid 1px #0000000d;
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header__bottom-menu__categories.active {
    left: 0;
  }

  .header__bottom-menu__categories .header__middle-search__input {
    max-width: 100%;
  }
  .header__desktop {
    display: none;
  }
  .header__mobile {
    display: block;
    padding: 7px 0;
  }
  .header__mobile .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__mobile-logo {
    max-width: 170px;
  }
  .header__mobile-logo img {
    width: 100%;
  }
  .header__mobile-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .header__mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__hamburger {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
  }
  .header__hamburger-item {
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s;
  }
  .header__hamburger.active .header__hamburger-item:nth-child(1) {
    transform: rotate(-45deg) translate(-6px, 7px);
    width: 105%;
  }
  .header__hamburger.active .header__hamburger-item:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.active .header__hamburger-item:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -7px);
    width: 105%;
  }
  .header__bottom-menu {
    display: flex;
    background-color: #f7f7f7;
    justify-content: center;
    padding: 16px;
    width: 100%;
    z-index: 101;
  }
  .header__bottom-menu__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: calc(100% / 5 - 16px);
    max-width: 64px;
    position: relative;
  }
  .header__bottom-menu__icon {
    width: 26px;
    height: 26px;
  }
  span.header__bottom-menu__name {
    font-size: 10px;
    color: #666666;
  }

  .header__bottom-menu__catalog {
    cursor: pointer;
  }
}

ul.header__mobile-nav__list {
  padding: 15px;
  list-style-type: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
  border-bottom: solid 1px #0000000d;
  border-top: solid 1px #0000000b;
}
.header__mobile-contacts {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header__mobile-sidebar {
  left: -200vw;
  position: absolute;
  z-index: 100;
  top: 63px;
  background-color: #f7f7f7;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  min-width: 360px;
}
.header__mobile-sidebar.active {
  left: 0;
}

.header__mobile-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 65px;
  background-color: #00000087;
}

.header__mobile-background.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.header__mobile-background.show {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.certificates {
  margin-top: 140px;
}
.certificates__wrapper {
  display: grid;
  grid-template-columns: 650fr 922fr;
  gap: 30px;
}
.certificates__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.certificates__images {
  display: flex;
  gap: 30px;
}
.certificates__figure {
  width: 100%;
}
.certificates__figure img {
  width: 100%;
}
.certificates__figure:nth-child(1) {
  max-width: 514px;
}
.certificates__figure:nth-child(2) {
  max-width: 378px;
}
.certificates__figcaption {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .certificates__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .certificates {
    margin-top: 80px;
  }
  .certificates__wrapper {
    gap: 20px;
  }
  .certificates__images {
    flex-direction: column;
    gap: 20px;
  }
  .certificates__figure:nth-child(1) {
    max-width: 100%;
  }
  .certificates__figure:nth-child(2) {
    max-width: 100%;
  }
  .certificates__figcaption {
    font-size: 12px;
    line-height: 19.2px;
  }
}

/* support */
.support {
  margin-top: 140px;
}

.support__wrapper {
  border-radius: 5px;
  border-left: solid 6px #e31e24;
  padding: 37px 50px 50px 44px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background-color: #fff;
}
p.support__text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  margin-top: 20px;
}
a.support__tel {
  font-size: 48px;
  line-height: 140%;
  font-weight: 700;
  color: #e31e24;
  margin-top: 60px;
  display: block;
}
a.support__tel:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
p.support__time {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
h2.second-title.support__title {
  margin-top: 10px;
}

.support__wrapper img {
  max-width: 377px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .support__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 27px 15px 30px 9px;
  }
  h2.second-title.support__title {
    text-align: center;
  }
  p.support__text {
    text-align: center;
    font-size: 18px;
  }
  a.support__tel {
    text-align: center;
    font-size: 30px;
  }
  p.support__time {
    text-align: center;
  }
  .support__wrapper img {
    max-width: 290px;
  }
}
/* support end*/

/*  footer */

footer.footer {
  margin-top: 140px;
  background-color: #fff;
}
.footer__top {
  padding: 50px 0 40px;
  display: flex;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer__info {
  display: flex;
  flex-direction: column;
}

img.footer__logo-img {
  max-width: 252px;
  width: 100%;
}
p.footer__info-prop {
  font-size: 16px;
  line-height: 140%;
  color: #808080;
  margin-top: 30px;
}
a.footer__phone {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #e31e24;
  margin-top: 30px;
}

a.footer__phone:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
button.footer__callback:hover {
  color: #1d4199;
  text-decoration: underline;
  text-underline-offset: 3px;
}
button.footer__callback {
  background: none;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  border: none;
  width: fit-content;
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}
.footer__social {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
a.footer__social-link {
  width: 42px;
  height: 42px;
  border: solid 1px #e9e9e9;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3;
}
a.footer__social-link:hover {
  border: solid 1px #1d4199;
}
ul.footer__nav-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.footer__nav-list a {
  color: #222222;
}

a.footer__nav-link {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}

a.footer__nav-link:hover {
  color: #1d4199;
  text-decoration: underline;
}
.footer__city-mail span {
  font-size: 16px;
  line-height: 140%;
  color: #888888;
}
.footer__city-mail ul.footer__nav-list {
  gap: 6px;
}
.footer__city-mail {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.footer__line {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 0;
}
.footer__bottom-info {
  font-size: 14px;
  line-height: 140%;
  color: #808080;
}

@media screen and (max-width: 1200px) {
  .footer__top {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20ox;
  }
  p.footer__info-prop {
    text-align: center;
    margin-top: 15px;
  }
  .footer__info {
    width: 100%;
    align-items: center;
  }
  ul.footer__nav-list {
    width: calc(100% / 2 - 15px);
  }
  .footer__city-mail ul.footer__nav-list {
    width: 100%;
  }
  .footer__city-mail {
    flex-direction: initial;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__location {
    width: calc(100% / 2 - 15px);
  }
  .footer__email {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (max-width: 767px) {
  footer.footer {
    margin-top: 80px;
  }
  .footer__city-mail {
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__location {
    width: 100%;
  }
  .footer__email {
    width: 100%;
  }
}
/*  footer end */

/* крошки */
.breadcrumbs__banner {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: scroll;
}

.breadcrumbs::-webkit-scrollbar {
  display: none; /* Скрывает скроллбар */
}
.breadcrumbs__banner-item {
  color: #999;
  font-size: 14px;
  line-height: 140%;
  text-wrap: nowrap;
}
.breadcrumbs__banner::-webkit-scrollbar {
  display: none;
}
.breadcrumbs {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  overflow-x: scroll;
}

.breadcrumbs::-webkit-scrollbar {
  width: 0;
}

/* крошки end */

/* Стили для плашки куков */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ff4d4d;
  color: white;
  padding: 15px;
  font-family: Arial, sans-serif;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.cookie-consent p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.cookie-consent button {
  background-color: #fff;
  color: #ff4d4d;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 10px;
  transition: background-color 0.3s ease;
}

.cookie-consent button:hover {
  background-color: #f0f0f0;
}

.hidden {
  display: none;
}
/* Стили для плашки куков end*/
.favorite__count,
.compare__count,
.basket__count {
  display: none;
}
.favorite__count.active,
.basket__count.active,
.compare__count.active {
  display: block;
  position: absolute;
  background-color: #e31e24;
  border-radius: 50px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  min-width: 16px;
  right: 10px;
  top: -4px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__mobile .container::before,
.header__mobile .container::after {
  content: initial;
}
/* popup */
.get__popup {
  cursor: pointer;
}
.popup__modal {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
}
p.popup__modal-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}

.popup__modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup__modal-privacy-text {
  font-size: 12px;
  line-height: 22px;
  color: #707070;
}

.overlay__background {
  padding: 10px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #00000075;
  z-index: 10001;
}
.overlay__background.active {
  display: flex;
}

.popup__modal-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.popup__modal-form-item {
  width: 100%;
}
.popup__modal-form-label {
  position: relative;
}
.popup__modal-form-label__placeholder {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.popup__modal-form-label__placeholder span {
  color: #e31e24;
}
.popup__modal-form-label__placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.popup__modal-form-label input {
  width: 100%;
}
.popup__modal-form-input {
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
}

.popup__modal-form-btn {
  width: 100%;
}
.popup__modal-form-privacy {
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 1fr;
}
.popup__modal-form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.popup__modal-form-privacy-checkbox {
  display: none;
}
.popup__modal-form-privacy-label {
  display: inline-block;
  width: 16px; /* Размер чекбокса */
  height: 16px; /* Размер чекбокса */
  border: solid 1.5px #b1b1b1; /* Граница */
  border-radius: 1.5px; /* Закругление углов */
  background-color: #ffffff; /* Фон */
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.popup__modal-form-privacy-checkbox:checked
  + .popup__modal-form-privacy-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/abat/public/icons/checkbox.svg");
  width: 9.3px;
  height: 6.32px;
  background-repeat: no-repeat;
}
button.btn.btn_blue.popup__modal-form-btn {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .popup__modal-form {
    gap: 5px;
  }
  .popup__modal-form-item {
    width: 100%;
  }
  .popup__modal-form-textarea {
    height: 80px;
    padding: 13px;
    font-size: 14px;
  }
  .popup__modal-form-input {
    padding: 13px;
    font-size: 14px;
  }
  .popup__modal-form-privacy {
    margin-top: 5px;
  }
  .popup__modal-form-privacy p {
    font-size: 12px;
    line-height: 140%;
  }
  .popup__modal-form-label__placeholder {
    font-size: 14px;
    left: 14px;
  }
}

.order-popup__modal {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
}
p.order-popup__modal-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
}

.order-popup__modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.order-popup__modal-privacy-text {
  font-size: 12px;
  line-height: 22px;
  color: #707070;
}

.order-overlay__background {
  padding: 10px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #00000075;
  z-index: 10001;
}
.order-overlay__background.active {
  display: flex;
}

.order-popup__modal-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.order-popup__modal-form-item {
  width: 100%;
}
.order-popup__modal-form-label {
  position: relative;
}
.order-popup__modal-form-label__placeholder {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.order-popup__modal-form-label__placeholder span {
  color: #e31e24;
}
.order-popup__modal-form-label__placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.order-popup__modal-form-label input {
  width: 100%;
}
.order-popup__modal-form-input {
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
}

.order-popup__modal-form-btn {
  width: 100%;
}
.order-popup__modal-form-privacy {
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 1fr;
}
.order-popup__modal-form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.order-popup__modal-form-privacy-checkbox {
  display: none;
}
.order-popup__modal-form-privacy-label {
  display: inline-block;
  width: 16px; /* Размер чекбокса */
  height: 16px; /* Размер чекбокса */
  border: solid 1.5px #b1b1b1; /* Граница */
  border-radius: 1.5px; /* Закругление углов */
  background-color: #ffffff; /* Фон */
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.order-popup__modal-form-privacy-checkbox:checked
  + .order-popup__modal-form-privacy-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/abat/public/icons/checkbox.svg");
  width: 9.3px;
  height: 6.32px;
  background-repeat: no-repeat;
}
button.btn.btn_blue.order-popup__modal-form-btn {
  width: 100%;
}

.banner .swiper {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .order-popup__modal-form {
    gap: 5px;
  }
  .order-popup__modal-form-item {
    width: 100%;
  }
  .order-popup__modal-form-textarea {
    height: 80px;
    padding: 13px;
    font-size: 14px;
  }
  .order-popup__modal-form-input {
    padding: 13px;
    font-size: 14px;
  }
  .order-popup__modal-form-privacy {
    margin-top: 5px;
  }
  .order-popup__modal-form-privacy p {
    font-size: 12px;
    line-height: 140%;
  }
  .order-popup__modal-form-label__placeholder {
    font-size: 14px;
    left: 14px;
  }

  a.header__mobile-nav__link {
    width: 100%;
    display: block;
    color: #222222;
  }
}

.bitrix__wrapper {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.bitrix__wrapper .btn {
  position: absolute;
  top: 0;
  left: -130px;
}

@media screen and (max-width: 991px) {
  .bitrix__wrapper .btn {
    position: static;
    display: block;
  }

  .bitrix__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .header__mobile-contacts__link {
    color: #222222;
  }
}
/* Вставьте в ваш main.css или внутри <style> */
.cookie_notice {
  border-radius: 10px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  max-width: 340px;
  /* right: 0; */
  background-color: #fff;
  color: #fff;
  padding: 12px 20px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background-color: #1d4199;
  display: none;
}

.cookie_notice a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

.cookie_notice a:hover {
  color: #e31e24;
  text-decoration: none;
}

a.cookie_notice_link {
  color: #e31e24;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 10px;
}

.cookie_notice_link:hover {
  color: #1d4199;
  transition: color 0.3s ease;
}
.cookie_close {
  position: relative;
  top: 0;
  right: 0;
}

.confirm__popup-background {
  display: none;
}
.confirm__popup-background.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.confirm__popup {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}

.confirm__popup-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.confirm__popup-text {
  font-size: 16px;
  margin-bottom: 20px;
}

.confirm__popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
}

/* End */


/* Start:/local/templates/abat/public/libs/swiper/swiper-bundle.min.css?174168920518436*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/abat/components/bitrix/search.title/search-header/style.css?17453064652108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/abat/components/bitrix/search.title/search-header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.section.list/header__desktop-categories__list/style.css?1753178835935*/
.header__desktop-categories {
  position: absolute;
  top: -200vh;
  z-index: 99;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #0000000D;
  padding: 20px 0;
  left: 0;
  width: 100%;
}
.header__desktop-categories.active {
  top: 112px;
}
.header__sections-with-subsections {
  column-count: 5;
}
.header__sections-with-subsections__item {
  display: flex;
  flex-direction: column;
  break-inside: avoid-column;
  margin-bottom: 40px;
}
.header__sections-with-subsections__children {
  display: flex;
  flex-direction: column;
}

.header__sections-with-subsections__link{
  padding: 10px;
}
.header__sections-with-subsections__link:hover{
  background-color: #E8ECF5;
}
.header__sections-with-subsections__name {
  font-size: 16px;
  font-weight: 600;
}

.header__all-sections__link {
  color: #1d4199;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}

/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.section.list/header-services-list/style.css?17510242801147*/
.header__services-list{
    display: none;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    left: 0;
    top: 35px;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header__services-wrapper{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.header__services-item{
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    width: 100%;
}
.header__services-item svg{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.header__services-item:hover svg{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.header__services-item:hover .header__services-list{
    display: flex;
}
/* End */


/* Start:/local/templates/abat/components/bitrix/catalog.section.list/header__category_mobile__list/style.css?17464364121643*/
.header__mobile-desktop-categories {
  position: absolute;
  left: -200vw;
  z-index: 100;
  background-color: #f7f7f7;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  max-width: 360px;
  width: 100%;
}
.header__mobile-desktop-categories.active {
  top: 118px;
}
.header__mobile-sections-with-subsections {
  display: flex;
  flex-direction: column;
  height: 100vh;
  gap: 15px;
}
.header__mobile-sections-with-subsections__item {
  display: flex;
  flex-direction: column;
  break-inside: avoid-column;
}
.header__mobile-sections-with-subsections__children {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 500px;
  top: 80px;
  transition: all 0.3s ease-in;
  background-color: #f7f7f7;
  height: 500px;
  width: 100%;
  overflow-y: scroll;
}
.header__mobile-sections-with-subsections__children.active {
  left: 0;
}

.header__mobile-sections-with-subsections__link {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.header__mobile-sections-with-subsections__name {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

img.header__mobile-sections-with-subsections__item-img {
  padding: 10px 15px;
  cursor: pointer;
}

.header__mobile-sections-with-subsections__children-img {
  transform: rotate(180deg);
}
.header__mobile-sections-with-subsections__children-name {
  cursor: pointer;
  background-color: #e8ecf5;
  display: flex;
  gap: 10px;
  padding: 8px 15px;
  font-weight: 500;
}

a.header__mobile-sections-with-subsections__sublink {
  margin: 0 15px;
  padding: 8px 0;
  border-bottom: solid 1px #ebebeb;
  font-weight: 500;
  color: #222222;
}



/* End */
/* /local/templates/abat/public/libs/noUiSlider-master/distribute/nouislider.min.css?17525160114007 */
/* /local/templates/abat/public/style/css/style.css?175585365829456 */
/* /local/templates/abat/public/libs/swiper/swiper-bundle.min.css?174168920518436 */
/* /local/templates/abat/components/bitrix/search.title/search-header/style.css?17453064652108 */
/* /local/templates/abat/components/bitrix/catalog.section.list/header__desktop-categories__list/style.css?1753178835935 */
/* /local/templates/abat/components/bitrix/catalog.section.list/header-services-list/style.css?17510242801147 */
/* /local/templates/abat/components/bitrix/catalog.section.list/header__category_mobile__list/style.css?17464364121643 */
