.footer__ux_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 58px;
}
.footer__prod {
  flex: 0 0 315px;
}
.footer__contacts-ux {
  flex: 0 0 160px ;
}
.footer__catalog-ux {
  flex: 0 0 calc(100% - 475px);
}
.footer__catalog-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__catalog-submenu {
  flex: 0 0 calc(100%/3);
}
.footer__catalog-menu a {
  color: #717483;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 13px;
  max-width: 180px;
  flex: 0 0 100%;
}
.footer__ux_cont .footer__info a {
  color: #005FCB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 24px;
}
.footer__ux_cont .footer__info span {
  color: #717483;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 27px;
}
.footer__ux_cont .footer__info svg {
  margin-right: 4px;
  margin-bottom: -5px;
}
.footer__worktime {
  display: block;
  margin-top: 10px;
}
.footer__ux_cont .footer__info div.btn {
  max-width: 170px;
  width: 100%;
  margin-top: 20px;
  height: 42px;
  min-height: 42px;
}
.footer__mobile-menu-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__ux_cont {
    display: block;
    margin-bottom: 25px;
  }
  .footer__ux_cont .footer__contacts-ux {
    display: none;
  }
  .footer__ux_cont .footer__catalog-ux {
    display: none;
  }
  .footer__logo {
      margin: 0 auto 30px;
  }  
  .footer__mobile-menu-wrapper {
    display: block;
  }  
  .footer__catalog-menu a {
    max-width: 100%;
  }
  .footer__mobile-menu .footer__catalog-menu {
    display: none;
  }
  .footer__mobile-menu .footer__catalog-menu.active {
    display: block;
  }
  .footer__menu-title {
    display: inline-block;
    position: relative;
  }
  .footer__menu-title:after {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/bakaut/img/image/black-arrow.png) no-repeat center center;
  }
  .footer__menu-title.active:after {
    transform: rotate(180deg);
  }
  .footer__ux_cont .footer__info a:first-child {
    margin-top: 15px;
  }
}
.props-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
}
.props-item .props-item__title:before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 3px;
  left: 0;
  right: 0;
  border-bottom: 1px dotted #CCD1DB;
  z-index: -1;
}
.props-item .props-item__title {
  flex: 0 0 65%;
  color: #717483;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}
.props-item .props-item__text {
  flex: 0 0 35%;
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  padding: 0 3px 0 5px;
  background-color: #fff;  
}
.props-item span {
  padding: 0 3px 0 0;
  background-color: #fff;
}
.show_more_props {
  color: #005FCB;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
}
.card__supname {
  display: flex; 
  align-items: center;
  margin-bottom: 30px;
  min-height: 36px;
}
.card__supname .product-caption__item {
  color: #717483;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
.card__supname .product-caption__item > span {
  color: #111;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card__supname .product-stock {
  color: #5EBC11;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin-left: 7px;
  margin-right: 38px;
}
.ya-share2-wrapper-dis {
  display: none;
}
.ya-share2-wrapper-dis.active{
  display: block;
  margin-left: 20px;
}
.card__btn--found_cheaper {
  padding: 0;
  height: 15px;
  width: 200px;
  min-height: 25px;
}
.card__btn--found_cheaper:after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  bottom: 0px;
  right: 15%;
  border-bottom: 1px dashed #005fcb;
}
.header__mobile-menu-catalog { 
  display: none;
  position: fixed;
  background: #fff;
  /*height: calc(100vh + 50px);*/
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;   
  padding: 15px;
  padding-bottom: 50px;
  overflow-y: auto;
}
.header__mobile-menu-catalog.active {
  display: block;
}
.header__mobile-menu-catalog a {
  display: block;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin-bottom: 20px;
}
.header__mobile-menu-catalog a:last-child {
  padding-bottom: 50px;
}
.wrap-mm-links {
  background-color: #fff;
}
.header__mobile-menu-catalog  a.header__mobile-menu-back {
  color: #111;
  font-family: "Roboto Flex";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 166.667% */ 
  margin-bottom: 21px;
}
.header__contacts a.header__contacts-phonelink {
  color: #005FCB;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;  
  margin-top: 24px;
}
.header__contacts a.header__contacts-phonelink svg {
  margin-bottom: -5px;
  margin-right: 5px;
}
.header__contacts a.header__contacts-emaillink {
  color: #005FCB;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin-top: 5px;
}
.header__contacts a.header__contacts-emaillink svg {
  margin-right: 5px;
  margin-bottom: -5px;
}
.header__worktime-mobile,
.header__edin {
  color: #717483;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
}
.header__edin {
  margin-top: -10px;
  margin-left: 5px;
}
.header__worktime-mobile {
  margin-left: 12px;
}
.mobile-burger-callback-link {
  padding: 13px 29px;
}
.header__mobile-menu-show {
  display: none;
}
.header__mobile-menu-stocks {
  display: none;
}
@media screen and (max-width: 1200px) {
  .for-mobile .header__list.header__list--main {
    display: none;
  }
  .header__mobile-menu-show {
    color: #005FCB;
    font-family: "Roboto Flex";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */  
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 13px;
  }
  .header__mobile-menu-show:after {
    content: '';
    right: 0;
    top: 3px;
    display: block;
    position: absolute;
    width: 10.4px;
    background: url(/bitrix/templates/bakaut/img/image/blue-arrow-right.svg) no-repeat;
    height: 18px;
  }  
  .header__mobile-menu-stocks {
    display: block;
    color: #E2011B;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    margin-bottom: 13px;
  }  
}
.header__contacts a.header__contacts-phone {
  color: #005FCB;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header__contacts a.header__contacts-email {
  color: #005FCB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.main__adv-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 50px auto 0;
  align-items: start;
  justify-content: space-between;
  padding: 0 20px;
}
.main__adv-item p {
  color: #FFF;
  font-family: "Roboto Flex";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 27px */  
}
.main__adv-item p.main__adv-blue-t {
  color: #005FCB;
  font-family: "Roboto Flex";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 50%; /* 32px */
}
.main__adv-item {
  flex: 0 0 280px;
}
.main__adv-item:nth-child(2) {
  padding-left: 40px;
}
.func__button-block {
  display: none;
}
.card__caption-mobile-tab {
  display: none;
}
.product-not-in-stock {
  color: #717483;
  font-family: "Roboto Flex";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-right: 20px;
  line-height: normal;
}

@media screen and (max-width: 1000px) {
  .card__caption-mobile-tab {
    border-radius: 5px;
    background: #F1F1F1;
    color: #111;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */ 
    width: 100%;
    max-width: 320px;
    padding: 12px 10px; 
    border: none;
    margin-top: 20px;
    display: block;
  }  
  .main__adv-item p.main__adv-blue-t {
    color: #005FCB;
    font-family: "Roboto Flex";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50%; /* 32px */
    margin-bottom: 15px;
  }  
  .main__adv-item {
    flex: 0 0 140px;
    margin-bottom: 20px;
  }
  .main__adv-wrapper {
    justify-content: space-between;
  }
  .main__adv-item p {
    font-size: 10px;
  }
  .main__adv-item:nth-child(2) {
    padding-left: 30px;
  }
  .main__adv-item:nth-child(3) {
    flex: 0 0 155px;
    margin: 0 auto;
  }
  .tabcontent {
    padding: 0;
  }
  .card__caption .tab {
    display: none;
  }
  .card__supname.desktop .product-stock-svg,
  .card__supname.desktop .card__icons
  /*.card__supname.desktop .product-stock*/ {
    display: none;
  }
  .card__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0;
    margin-bottom: 10px;
  }
  .card__btns .card__btn--to-cart,
  .card__btns .card__btn--one_click {
    flex: 0 0 calc(100% / 2 - 4px);
    margin-bottom: 30px;
  }
  .card__btns .card__btn--to-cart {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;   
    border-radius: 8px; 
  }
  .card__btn--request {
    margin-bottom: 20px;
  }
  .card__btns .card__btn--one_click {
    color: #005FCB;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
  }
  .props-list {
    display: none;
  }
  .func__button-block {
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .ya-share2-wrapper-dis.active {
    margin-left: 20px;
    position: absolute;
    background: #fff;
    padding: 5px 15px 3px;
    left: -20px;
    top: 40px;
    z-index: 11;
    border-radius: 3px;
    border: 1px solid #D7E3F1;    
  }
  .card__supname.desktop .ya-share2-wrapper-dis.active {
    display: none;
  }
  .breadcrumbs {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;    
    display: inline-block;
    margin-bottom: 0;
  }
  .breadcrumbs > span {
    display: inline-block;
    margin-right: 6px;
  }
  .card__supname .product-not-in-stock {
    display: none;
  }
}
.list__supname {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.list__supname svg {
  margin-right: 10px;
}
.list__supname .product-stock {
  color: #5EBC11;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prod__list-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.prod__list-buttons > button {
  flex: 0 0 calc(100% / 2 - 4px);
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
}
.product__icons {
  /*margin-top: 30px;*/
  display: flex;
}
@media screen and (min-width: 768px) {
  [data-view-list="grid"] .prod__list-buttons {
    display: none;
  }
}
.grid__prods-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.grid__prods-button > button {
  flex: 0 0 calc(100% / 2 - 6px);
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;    
}
.slider-default  .product .grid__prods-button,
[data-view-list="grid"] .product .grid__prods-button {
  position: absolute;
  width: 95%;
  justify-content: space-around;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; 
}
.slider-default  .product:hover .grid__prods-button,
[data-view-list="grid"] .product:hover .grid__prods-button {
  bottom: 20px;
}
.slider-default  .product:hover .grid__prods-button .product__btn,
[data-view-list="grid"] .product:hover .grid__prods-button .product__btn {
  position: initial;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.slider-default .product__labels {
  top: 35px;
  left: 14px;  
}
.slider-default .list__supname,
[data-view-list="grid"] .list__supname {
  position: absolute;
  top: 0px;
  left: 15px;
}
[data-view-list="grid"] .product__labels {
  top: 30px;
  left: 15px;
}
.product__title-mobile {
  display: none;
} 
.product__title-desktop {
  display: block;
}
.request-mobile {
  display: none;
}
.request-desktop {
  display: block;
}
.slider-default .prod__list-buttons {
  display: none;
}
@media screen and (max-width: 1000px) {
  .grid__prods-button {
    display: none;
  }
  .prod__list-buttons .product__line-btn {
    display: block;
  }
  .list__supname {
    position: absolute;
    top: 0px;
    left: 15px;
  }  
  .product__title-mobile {
    display: block;
    margin: 10px 0;
  }
  .product__title-desktop {
    display: none;
  }
  .request-mobile {
    display: block;
  }
  .request-desktop {
    display: none;
  }
  .grid-list .product__labels {
      top: 30px;
      left: 15px;
  }  
  .slider-default .prod__list-buttons {
    display: flex;
  }
}
.hits-slider-main-page {
  display: none;
}
.hits-slider-main-page.active {
  display: block;
}
.sections-tab-wrapper {
  border-bottom: 1px solid #005FCB;
  padding-bottom: 15px;
  margin-bottom: 60px;
  padding-left: 15px;
}
.sections-tab-wrapper a {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  margin-right: 50px;
  display: inline-block;
}
.sections-tab-wrapper a.active {
  color: #005FCB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .sections-tab-wrapper a {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
  }
  .sections-tab-wrapper a.active {
    color: #005FCB;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }
  .sections-tab-wrapper {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;    
    margin-bottom: 0;
  }
  .hits-slider-main-page .slider-default__arrow--product {
    display: none;
  }
  .slider-default.hits-slider-main-page {
    padding-top: 25px;
  }
}
.slider-default.hits-slider-main-page .slider-default__arrow {
  width: 55px;
  height: 55px;  
  border-radius: 6px;
  background: #D7E3F1;  
  display: none;
}
.slider-default.hits-slider-main-page:hover .slider-default__arrow {
  display: flex;
}
.slider-default.hits-slider-main-page .slider-default__arrow:hover {
  background: #005FCB;
}
.slider-default.hits-slider-main-page .slider-default__arrow:hover svg {
  fill: #fff;
}
.slider-default.hits-slider-main-page .slider-default__arrow--prev svg {
  transform: rotate(180deg);
}
a[href="/stocks/"],
a[href="/selection-equipment/"] {
  color: #E2011B;
}
.detail__feedback-form .light-gray-bg {
  border-radius: 18px;
  background: #D7E3F1; 
  padding: 30px;
}
.detail__feedback-form form input,
.detail__feedback-form form textarea {
  background: #fff;
}
.detail__feedback-form .feedback-form__main {
  max-width: 100%;
  width: 100%;
}
.detail__feedback-form form .inputholder {
  flex: 0 0 calc(100% / 3 - 15px);
}
.detail__feedback-form form .inputholder__input--textareawr,
.detail__feedback-form form .form__policy.policy,
.detail__feedback-form form .form__buttonholder {
  flex: 0 0 100%;
}
.detail__feedback-form form .form__policy.policy a {
  text-decoration: underline;
}
.detail__feedback-form form .form__policy.policy a:hover {
  text-decoration: none;
}
.detail__feedback-form form .form__buttonholder {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.detail__feedback-form form .form__buttonholder button {
  display: flex;
  width: 240px;
  height: 45px;
  padding: 13px 29px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;  
  border-radius: 8px;
  background: #005FCB;  
}
.detail__feedback-form .form-thanks--white {
  width: 100%;
}
.detail__feedback-form form .form__policy.policy {
  order: 5;
  color: #717483;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;  
  margin-top: 0;
}
.detail__feedback-form form .form__buttonholder {
  order: 6;
}
.detail__feedback-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.detail__feedback-form .feedback-form__main h2 {
  color: #1A1A1A;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;  
  margin-bottom: 0;
}
.detail__feedback-form .feedback-form__main p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 17px 0 30px;
  line-height: normal;
}
.detail__feedback-form .inputholder__label {
  color: #1A1A1A;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;   
}
@media screen and (max-width: 1000px) {
  .detail__feedback-form form .inputholder {
    flex: 0 0 100%;
  }
  .detail__feedback-form .container {
    padding: 0;
  }
  .detail__feedback-form .light-gray-bg {
    padding: 20px;
  }
  .detail__feedback-form .feedback-form__main h2 {
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;    
    text-align: center;
  }
  .detail__feedback-form .feedback-form__main p {
    color: #111;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }
  .detail__feedback-form .inputholder__label {
    color: #1A1A1A;
    font-family: "Roboto Flex";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;    
  }
  .detail__feedback-form form .form__buttonholder {
    justify-content: center;
  }
}
.oneclickformcart {
  margin-top: 10px; 
}
.basket .summ__name,
.basket .quant__name,
.basket .price__title {
  display: none;
}
.cart-del-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .basket .basket-item__price {
    grid-row-start: 4;
  }
  .basket .basket-item__counter {
    display: flex;
    flex-wrap: wrap;
  }
  .basket .basket-item__counter .item-quant-wrap {
    order: 2;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .basket .basket-item__counter .basket-item__counter-price {
    order: 1;
  }
  button[data-entity="basket-item-delete"] {
    display: none;
  }
  .basket .summ__name,
  .basket .quant__name,
  .basket .price__title {
    display: block;
    color: #717483;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }  
  .basket-item__counter-price,
  .basket-item__price,
  .item-quant-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .basket .basket-item__counter .item-quant {
    flex: 0 0 40%;
  }
  .basket .basket-item {
    border-bottom: 1px dotted #AEB0BA;
    padding-bottom: 20px;
    position: relative;
  }
  .price__title-d {
    color: #111;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
  }
  .basket-item__current-price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .cart-del-mobile {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(/bitrix/templates/bakaut/img/image/cart-delete.svg) no-repeat;
  }
}
.btn.btn--blue.btn--catalog.header__catalog {
  padding: 17px;
}
.slider-default .swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  background: #D7E3F1;
}
.swiper-pagination-bullet-active {
  background: #81B9FB;
}
.slider-default__container {
  padding: 0 20px 30px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
  }
  .slider-default .swiper-pagination {
    bottom: -6px;
  }  
}

/** 2024-11-08 */
#bx_catalog_compare_block .compare-slider {
  margin-left: 0;
}
#bx_catalog_compare_block .slider-default__container {
  padding: 0 20px;
}
.dealers-info{
  grid-template-columns: repeat(1, 1fr);
}
.dealers-numbers{
  grid-gap: 0px;
}
.dealers-numbers .number-item__num a{
  font-size: 24px;
}