.item__logo {
    max-width: 160px;
    margin-top: 25px;
}

.catalog__title a {
    color: inherit;
    text-decoration: inherit;
    word-break: break-word;
}

.catalogue-filter__row---hidden {
    display: none;
}

.filter-row.filter-disabled span {
    opacity: 0.5;
}

.card__item--loading---hide {
    opacity: 0;
    pointer-events: none;
}

#filters_box {
    transition: opacity .13s ease-in-out;
}

#filters_box.filters_box--loading {
    opacity: 0.5;
    pointer-events: none;
}

.basket__title a {
    color: inherit;
    text-decoration: inherit;
}

.basket__title a {
    color: inherit;
    text-decoration: inherit;
}

.item__features td a,
.item__datas dd a,
.location__address a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.item__features td a:hover,
.item__datas dd a:hover {
    text-decoration: underline;
}

.group__title a {
    text-decoration: none;
    color: inherit;
}

.text-page.text-page--subtextblock img {
    height: initial;
    width: auto;
    float: left;
    margin: 40px 70px 40px 0;
    max-width: 100%;
}
.privat_parts_img {
    width: 30px;
    float: left;
    padding-right: 10px;
  }


.range {
    position: relative;
    height: 10px;
    background-color: #F7A707;
    margin-top: 24px;
}

.range .ui-slider-range {
    position: absolute;
    height: 2px;
    background-color: #D5DADE;
}

.range .ui-slider-handle {
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #F7A707;
    outline: none;
}

.range__values {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.range__values:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6ecee;
}

.range__min, .range__max {
    display: block;
    border: none;
    height: 38px;
    background-color: #ffffff;
    font: 14px/120% 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #6c6c6c;
    width: 50%;
}

.range__min:focus, .range__max:focus {
    outline: none;
    box-shadow: inset 0 0 3px rgba(38, 156, 214, 0.6);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.range ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin-left: -9px;
    margin-right: -9px;
    padding-top: 5px;
}

.range ul li {
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.cart_form_payment-month, .cart_form_payment-all{
    padding-top: 20px;
    font: 14px/18px "segoe_uibold",sans-serif;
}
/*  ordering  style  */

.basket__promocode {
    margin-top: 25px;
    padding: 20px;
  }
  
  .promocode {
    display: flex;
    flex-direction: column;
    gap: 5px 20px;
  }
  
  .promocode__title {
    flex-shrink: 0;
    font: 16px/120% 'Museo Sans Cyrl 500', sans-serif;
  }
  
  .promocode__field {
    flex-shrink: 0;
    position: relative;
  }
  
  .promocode__field input {
    display: block;
    width: 100%;
    padding-left: 46px;
    box-sizing: border-box;
  }
  
  .promocode__field label {
    padding: 0 20px;
    font-size: 22px;
    font-weight: bold;
    color: #269cd6;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .promocode__btn {
    flex-shrink: 0;
    padding-top: 5px;
  }
  
  .promocode__code {
    flex-shrink: 0;
    height: 46px;
    position: relative;
    margin: 0;
    padding: 0 70px 0 20px;
    background: #F3F5F7;
    border-radius: 3px;
    border: none;
    background-position: 95%;
    font: 20px/46px 'Museo Sans Cyrl 500', sans-serif;
    color: #269cd6;
    text-align: center;
    display: none;
  }
  
  .promocode__code .btn {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .basket__cost {
    display: flex;
    margin-top: 5px;
    color: #1f1f1f;
    font: 28px/120% 'Museo Sans Cyrl 500', sans-serif;
  }
  
  .basket__cost-col {
    flex-shrink: 0;
    flex-grow: 1;
  }
  
  @media only screen and (min-width: 1024px) {
  
    .basket__promocode {
      margin-top: 35px;
      padding: 0;
    }
  
    .promocode {
      flex-direction: row;
      align-items: center;
    }
  
    .promocode__title {
      max-width: 50%;
    }
  
    .promocode__field,
    .promocode__code {
      flex-grow: 1;
      flex-shrink: 1;
    }
  
    .promocode__btn {
      padding-top: 0;
    }
  
  }
  
  /*  ordering style  */

  .content-formation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-formation__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.content-formation__item--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.content-formation__item--2 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.content-formation__item--3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.content-formation__item--4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.content-formation__item--5 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.content-bg.content-formation__item--1 {
    padding-bottom: 0;
}

.content-formation .categories {
    margin-top: 0;
}

.formation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formation__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.formation__item--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.formation__item--2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.formation__item--3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.formation__item--4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.pt-0 {
  padding-top: 0 !important;
}

.content-formation__item--5.page-width {
  width: 100%;
}

.content-formation__item--5.page-width .catalog__slides {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}