/*.catalog-menu__item_open .catalog-menu .catalog-menu__item .catalog-menu__link{
  background: #36c6ff54;
}
.catalog-menu__item_open .catalog-menu .catalog-menu__item:nth-last-child(1) .catalog-menu__link{
  border-bottom: none;
}
.catalog-menu__item_open .catalog-menu .catalog-menu__item:hover .catalog-menu__link{
  background: #36c6ff;
}*/

.stage-0 {
  position: unset;
}

.stage-0 .catalog-menu {
  left: 1000px;
  position: fixed;
  top: 0;
  transition: ease all 0.8s;
  -webkit-transition: ease all 0.8s;
  -moz-transition: ease all 0.8s;
  -ms-transition: ease all 0.8s;
  -o-transition: ease all 0.8s;
  height: 100%;
  background: #000;
  display: block;
  width: 100%;
  overflow-y: auto;
}

.stage-0 .catalog-menu::-webkit-scrollbar {
  width: 10px;
  /* ширина scrollbar */
}

.stage-0 .catalog-menu::-webkit-scrollbar-track {
  background: #ff0000;
  /* цвет дорожки */
}

.stage-0 .catalog-menu::-webkit-scrollbar-thumb {
  background-color: #fff;
  /*цветплашки*/
  /*закругленияплашки*/
  border-left: 3px solid #ff0000;
  border-right: 4px solid #ff0000;
  /*paddingвокругплашки*/
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.stage-0>.catalog-menu {
  z-index: 5;
}

.stage-1>.catalog-menu {
  z-index: 6;
}

.stage-2>.catalog-menu {
  z-index: 7;
}

.stage-3>.catalog-menu {
  z-index: 8;
}

.openSubMenu {
  left: 0 !important;
}

.catalog-menu__item_open>.catalog-menu.openSubMenu {
  display: block;
}

.title-parent-category.catalog-menu__item {
  display: flex;
  background: #ae66cc !important;
}

.title-parent-category.catalog-menu__item .catalog-menu__link {
  background: transparent;
  color: #fff;
  padding-left: 0 !important;
}

.left-arrow-sidebar {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 50px;
  margin-right: 20px;
}

.left-arrow-sidebar_svg {
  width: 20px;
}

.left-arrow-sidebar polygon {
  fill: #fff;
}

.fieldset_list__body {
  grid-gap: 0.75rem;
  display: grid;
  overflow: hidden;
}

.dropdown_filter.fieldset_list__body {
  height: 140px;

}

.dropdown_filter.active.fieldset_list__body {
  height: 100%;
  overflow: hidden;
}

.dropdown_filter.fieldset_list__body {
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  position: relative;
}

.more-filters {
  display: flex;
  margin-top: -10px;
  position: relative;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.more-filters_text {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.more-filter_arrow {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  margin-top: 2px;
}

.fieldset_list__body.dropdown_filter.active+.more-filters .more-filter_arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media all and (max-width: 1199px) {
  .left-bar_open .left-bar__box {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }

  .left-bar {
    right: unset;
  }

  .left-bar-open-overley-new {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    display: none;
  }
}

.info-pages-catalog {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.info-pages-catalog .catalog-menu__title {
  font-size: 18px;
}

.title-parent-category {
  font-size: 18px;
}

.catalog-menu__item_sale.nSale .catalog-menu__title {
  font-size: 18px;
}

@media all and (max-width: 767px),
(max-width: 1439px) {
  .info-pages-catalog .catalog-menu__title {
    font-size: 16px;
  }

  .title-parent-category {
    font-size: 16px;
  }

  .catalog-menu__item_sale.nSale .catalog-menu__title {
    font-size: 16px;
  }
}


.carForm {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding: 25px;
}

#carForm {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

#carForm input {
  color: #000;
}

.wa-form.carForm .wa-field {
  display: flex;
  padding: 0;
  padding: 10px 10px;
}

.wa-form.carForm .wa-field .wa-value {
  margin: 0;
  width: 100%;
}

.fieldModel,
.fieldYear,
.fieldMileage {
  width: 33.3333%;
}

.fieldName,
.fieldPhone {
  width: 50%;
}

.wa-form.carForm .mt_m {
  display: flex;
  width: 100%;
  padding: 10px;
}

.carForm_display-none {
  display: none;
}

.carForm__msg {
  position: relative;
  transform: unset;
  top: unset;
}

.wa-field.submit {
  width: 100%;
}

.form-arror {
  color: #ff0000;
  display: flex;
  padding: 10px 10px;
  min-height: 38px;

}

#carForm .wa-error {
  border-width: 2px !important;
}

#carForm .wa-value {
  position: relative;
}

.requiredInput {
  color: #b90808;
  display: flex;
  position: absolute;
  left: 5px;
  top: 2px;
}

@media all and (max-width: 767px) {

  .fieldModel,
  .fieldYear,
  .fieldMileage {
    width: 100%;
  }

  .fieldName,
  .fieldPhone {
    width: 100%;
  }
}

/*.editor_l_v2 p,
.section_default__content p,
.editor_l_v2 ul {
  max-width: calc(36rem * 1.25);
}*/

.editor_l_v2 td {
  vertical-align: middle;
}

.editor_l_v2 th {
  vertical-align: middle;
}

.editor_l_v2 .table_a tbody tr:hover td,
.editor_l_v2 .table_a tbody tr:hover th {
  background: #ffeeb3 !important;
  color: #000 !important;
}

.editor_l_v2 .section__container {
  padding-top: 35px;
}

/*
вариант 2 для таблиц
.editor_l_v2 table tr th:nth-child(2), .editor_l_v2 table tr th:nth-child(3),
.editor_l_v2 table tr td:nth-child(2), .editor_l_v2 table tr td:nth-child(3){
  min-width: 150px;
}
.editor_l_v2 table tr th:nth-child(1),
.editor_l_v2 table tr tr:nth-child(1){
  min-width: 300px;
}*/


/*вариант 3 для таблиц*/
.editor_l_v2 table.table_a tr th:nth-child(2),
.editor_l_v2 table.table_a tr th:nth-child(3) {
  white-space: nowrap;
}

.editor_l_v2 .table_a thead tr:last-child th {
  border-bottom: 3px solid #444;
}

.editor_l_v2 table.table_a tr th:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.editor_l_v2 table.table_a tr td:nth-last-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.editor_l_v2 table.table_a tr th:nth-last-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.editor_l_v2 table.table_a {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.editor_l_v2 .selection tr:nth-last-child(1) td,
.editor_l_v2 .selection tr:nth-last-child(1) th,
.editor_l_v2 .selection_v2 tr:nth-last-child(1) td,
.editor_l_v2 .selection_v2 tr:nth-last-child(1) th {
  /*background: #f2f2f2;*/
  background: #f7f7f7;
}

.editor_l_v2 .selection tr td:nth-last-child(1),
.editor_l_v2 .selection_v2 tr td:nth-last-child(1) {
  background: #f7f7f7;
  /*background: #f2f2f2;*/
}

.editor_l_v2 .bf2 tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.editor_l_v2 .bf3 tr th {
  border-top: 1px solid rgb(210, 210, 210);
}

.editor_l_v2 .selection_v3 tr th {
  border-top: 1px solid rgb(210, 210, 210);
  border-bottom: 1px solid rgb(210, 210, 210);
}

.tabs__content,
.tabs-2__content {
  display: none;
  padding-top: 20px;
  padding-bottom: 0;
}

.tabs__content {
  padding-top: 5px;
  padding-bottom: 0;
}

.tabs,
.tabs-2 {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}

.tabs__caption,
.tabs-2__caption {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 calc(4rem - 5px);
}

.tabs-2__caption {
  padding: 0;
  margin: 0 -5px;
}

.tabs_item {
  display: flex;
  cursor: pointer;
  padding: 0 5px;
  width: 33.3333%;
  margin: 0 0 10px 0;
}

.tabs-2_item {
  display: flex;
  cursor: pointer;
  padding: 0 5px;
  width: 50%;
}

.tabs_item__text,
.tabs-2_item__text {
  width: 100%;
  display: flex;
  background: #f7f7f7;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  border-bottom: 2px solid transparent;
  padding: 5px;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #d8d8d8;
  font-weight: 600;
  /*margin-bottom: 1px;*/
}

.tabs_item.active .tabs_item__text {
  border-bottom: 1px solid #000;
  /*margin-bottom: 0; */
  background: #ffeeb3;
}

.tabs-2_item.active .tabs-2_item__text {
  border-bottom: 1px solid #000;
  /*margin-bottom: 0;*/
  background: #ffeeb3;
}

.tabs_item:nth-last-child(1),
.tabs-2_item:nth-last-child(1) {
  margin-right: 0;
}

.tabs-2 {
  border-top: 1px solid #d8d8d8;
  padding-top: 15px;
}

@media all and (max-width: 1199px) {
  .tabs__caption {
    padding: 0 0 5px 0;
    margin: 0 -5px;
  }

  .tabs__content {
    padding: 0;
  }
}

@media all and (max-width: 500px) {
  .tabs_item {
    width: 50%;
  }
}

.tabs-2 .scroll-table__container {
  padding-top: 10px;
  padding-bottom: 0;
  overflow: auto;
}

.section_default__content h3 {
  margin-top: 0 !important;
}

.notification_info {
  background-color: #ffeeb3;
}

.notification__content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* тэги */
.category-tags {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px 20px -10px;
  flex-wrap: wrap;
}

.category-tags_item {
  display: flex;
  margin-bottom: 10px;
}

.tag-link {
  display: flex;
  padding: 5px 10px;
  background: #ae66cc;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

.case__body {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.tag-link.active {
  background: #36c6ff;
}

.category-chapters {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px 20px -10px;
  border-bottom: 1px solid #ffffff20;
  padding-bottom: 20px;
}

.category-chapters__item {
  display: flex;
}

.chapter-link {
  display: flex;
  padding: 5px 10px;
  background: #ff0000;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

.chapter-link.active {
  background: #36c6ff;
}

.chapter-link-new {
  display: flex;
  padding: 5px 10px;
  background: #ff0000;
  color: #fff;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

.chapter-link-new.active {
  background: #36c6ff;
}

/* -=тэги=- */

.editor_l_v2 .section__header {
  margin-top: 40px;
}


.section_gray_l .crumbs__link,
.section_gray_l .crumbs__link::after {
  color: #fff;
}

.section_default+.crumbs .crumbs__link,
.section_default+.crumbs .crumbs__link::after {
  color: #fff;
}

.catalog.cases-root .crumbs__link,
.catalog.cases-root .crumbs__link::after {
  color: #fff;
}


.crumbs__link:hover {
  color: #0099ff;
}

.displayNone {
  display: none;
}

.editor_l_v2 .table_dyno thead tr:last-child th {
  border-bottom: 2px solid #444;
}

p.explanation {
  margin-top: 0 !important;
}

.cocoen img {
  width: auto !important;
  max-width: 100%;
}

input#checkout[onclick="payselection();"] {
  --btn-bgc: var(--brand-1);
  --btn-bgc_hover: var(--brand-3);
  --btn-bgc_active: var(--brand-2);
  --btn-c: #fff;
  --btn-trans-dur: .25s;
  transition: var(--btn-trans-dur) background-position ease;
  background-color: var(--btn-bgc);
  color: var(--btn-c);
  fill: var(--btn-c);
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 1px 0 0 rgb(0 0 0 / 12%);
  overflow: hidden;
  background-size: calc(300% + var(--btn-height)*3);
  background-repeat: no-repeat;
  background-position: right top;
  background-image: linear-gradient(-70deg, var(--btn-bgc) 0%, var(--btn-bgc) 33.3%, var(--btn-bgc_hover) 33.3%, var(--btn-bgc_hover) 66.3%, var(--btn-bgc_active) 66.3%, var(--btn-bgc_active) 100%);
  padding: 0 1em;
  font-size: 1em;
  min-height: 3em;
  border: none;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
}

input#checkout[onclick="payselection();"]:hover {
  background-position: 50% 0;
  box-shadow: 0 3px 0.75rem -0.375rem rgb(0 0 0 / 12%), 0 1.125rem 1.125rem -0.75rem rgb(0 0 0 / 25%);
}

.callback__msg.error_msg {
  position: relative;
  margin-top: 15px;
}

#calltouch_name.error-input,
#calltouch_tel_id.error-input {
  border: 1px solid #ff1e43;
}

/* Бренды */
.brand-content__top .section__body.editor.editor_center>p {
  display: none;
}

.brand-content__top .section__body.editor.editor_center>ul:not(.brand-categories) {
  display: none;
}

.brand-content__bottom {
  padding-bottom: 40px;
}


.brand-content__bottom {
  /*box-shadow: 0 3px 1px -2px rgb(0 0 0 / 12%) inset, 0 2px 2px 0 rgb(0 0 0 / 12%) inset;*/
  box-shadow: 0px 5px 9px 3px rgb(34 60 80 / 60%);
  padding-top: 45px;
  background: #ffffff;
}

.brand-content__bottom .fs_display {
  margin-bottom: 35px;
}

header.header_brand {
  margin-bottom: 0 !important;
}

.brand-content__top h2 {
  margin-top: 0 !important;
}

.brand-categories li+li {
  margin-top: 0.6rem !important;
}


/* Чип тюнинг */
.chip-filter {
  display: flex;
  margin: 40px -39px 0 -39px;
  padding: 30px;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.chip-filter.detail-chip-page {
  margin: 0 -39px 0 -39px;
}

.chip-filter__form {
  display: flex;
  width: 100%;
}

.chip-filter__item {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  text-align: center;
}

.chip-filter__item-select {
  cursor: pointer;
}

.param_dnone {
  display: none;
}

/*.chip-filter__item_button{
  margin-top: 18px;
}*/
.chip-filter__item-select {
  color: #000 !important;
}



#tabs {
  margin: 10px 0;
}

.tabs-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: block;
  float: left;
  padding: 0;
  list-style: none;
}

.tabs-nav a {
  display: block;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #0d0d0d;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.tabs-nav li:first-child a {
  border-radius: 5px 0 0 0;
}

.tabs-nav li:last-child a {
  display: block;
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}

.tabs-nav a.active {
  border-bottom: 1px solid #fff;
  background: #0d0d0d;
  color: #36c6ff;
}

.tabs-nav li:hover a {
  color: #ae66cc;
}

.tabs-items {
  border: 1px solid #ccc;
  /*border-radius: 0 5px 5px 5px;*/
  background: #fff;
  margin: -1px 0 0 0;
}

.tabs-item {
  padding: 15px;
}

.iframe-video-block {
  max-width: 970px;
  margin: 0 auto !important;
}

.iframe-video-block p {
  margin: 0 !important;
}

#tabs .tabs-item {
  padding: 0;
}

.categories-tile-grid.chip-list {
  grid-template-columns: repeat(1, 1fr);
}

.categories-tile-grid.chip-list .case {
  background: transparent;
}

#tabs .tabs-nav {
  background: #0d0d0d;
}

.case-top-block {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 -10px;
}

.case-top-block__left {
  display: flex;
  width: 50%;
  padding: 0 10px;
}

.case-top-block__right {
  display: flex;
  width: 50%;
  padding: 0 10px;
}

@media all and (max-width: 767px) {
  .bottom-bar-menu {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-detail-edit {
    bottom: 5rem;
  }

  .more-links-block {
    bottom: 135px !important;
  }

  .bottom-bar.bottom-bar_service {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.catalog.chip .section.section_default.section_gray_l._invert {
  height: 100%;
}

.case-top-block.no-image {
  justify-content: center;
}

.case-top-block.no-image .case-top-block__right {
  margin-bottom: 25px;
}

.editor .tabs-nav li+li {
  margin-top: 0;
}

#tabs .tabs-nav {
  padding-left: 0;
}

.catalog.chip-item #tabs .tabs-nav {
  background: transparent;
}

/*.catalog.chip-item .tabs-nav a.active{
  border-bottom: 1px solid #ccc;
  background: #e6e6e6;
  color: #000;
}*/
.catalog.chip-item .editor ul:before,
.catalog.chip-item .editor ol:before {
  margin-top: 0;
}

.catalog.chip-item .catalog__controls {
  display: none;
}

.catalog.chip-item #s-products-wrapper {
  margin-top: 35px;
}

.catalog.chip-item .section__body {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.open-graph {
  background-color: #4b4f58;
  background-image: url('../images/graph.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 55px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
  color: #faeded;
  border-radius: 3px;
}

#tabs .graph-block {
  padding: 20px;
}

#tabs table {
  border-bottom: 1px solid #ddd;
}

#tabs .graph-block__title {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.full-width .case-top-block__right {
  width: 100%;
}

.chip-item-container #tabs .tabs-nav {
  max-width: unset;
}

.tabs-item .graph-block__title {
  color: #fff;
}

.chip-item-container .product__title:after {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.chip-item-container .product__sku:after {
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

.highcharts-legend-item tspan {
  color: #fff !important;
  fill: #fff !important;
}

.highcharts-legend-item.highcharts-color-3 tspan .highcharts-strong {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}

.highcharts-legend-item.highcharts-color-2 tspan .highcharts-strong {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}

.highcharts-legend-item.highcharts-color-0 tspan .highcharts-strong {
  color: #36c6ff !important;
  fill: #36c6ff !important;
}

.highcharts-legend-item.highcharts-color-1 tspan .highcharts-strong {
  color: #36c6ff !important;
  fill: #36c6ff !important;
}

.highcharts-legend-item:hover text {
  color: #fff !important;
  fill: #fff !important;
}

.prices-block-steps__item {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: none;
}

.prices-block-steps__item.active {
  display: flex;
}

.prices-block-steps__item_left {
  padding-right: 10px;
}

.prices-block-steps {
  margin-bottom: 30px;
}

.chip-item-container .box__header h2 {
  max-width: usnet;
  margin: 0;
}

.section__container.chip-item-container {
  padding-top: 0;
}

.chipt-item-content-block {
  display: flex;
  background: #0d0d0d;
  flex-direction: column;
  padding-top: 25px;
  border: 1px solid #0d0d0d;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
}

.chipt-item-content-block__image img {
  width: 100%;
}

/*.chipt-item-content-block__text *{
  max-width: calc(36rem * 1.25) !important;
}*/
.graph-block__footer {
  display: flex;
  justify-content: center;
  margin-top: -36px;
}

.table-footer {
  background: #0d0d0d;
  border-left: 1px solid #0d0d0d;
  margin-left: -1px;
  border-right: 1px solid #0d0d0d;
  margin-right: -1px;
  display: flex;
  justify-content: center;
  padding-top: 9px;
  margin-bottom: -1px;
  border-bottom: 1px solid #0d0d0d;
}

.table-footer__text {
  font-size: 0.875em;
  color: #808080;
  line-height: 1.25;
  text-align: center;
}

.chip-filter__item:nth-last-child(1) {
  display: none;
}

.categories-tile-grid.chip-list .case {
  display: none !important;
}


@media all and (max-width: 991px) {
  .chip-filter__form {
    flex-wrap: wrap;
  }

  .chip-filter__item {
    width: 50%;
    margin-bottom: 15px;
  }

  .chip-filter__item:nth-last-child(1) {
    width: 100%;
  }
}

@media all and (max-width: 550px) {
  .chip-filter__item {
    width: 100%;
  }
}

#back-button-chip {
  width: 100%;
  background-color: #ae66cc !important;
  background-image: linear-gradient(-70deg, #ae66cc 0%, #ae66cc 33.3%, var(--btn-bgc_hover) 33.3%, var(--btn-bgc_hover) 66.3%, var(--btn-bgc_active) 66.3%, var(--btn-bgc_active) 100%);
}

/* .buy-chip-button{
  width: 80%;
} */

.section-back-block .section__container {
  min-height: unset;
  position: absolute;
  top: 30px;
  z-index: 9;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.section-back-block .section__container::before {
  content: unset;
}

@media all and (max-width: 767px) {
  .section-back-block .section__container {
    top: 10px;
  }
}

.section__container.detail-chip-page {
  padding-top: 0;
  padding-bottom: 0;
}

@media all and (max-width: 420px) {
  .chip-item-container .table-block {
    /* overflow-x: auto;
    overflow-y: unset; */
    background-color: #0d0d0d;
    margin-bottom: 1px;
    overflow: hidden;
  }

  .chip-item-container .table_a .ta_center th:nth-child(1),
  .chip-item-container .table_a .table__title {
    max-width: 70px
  }

  .chip-item-container .table_a thead tr:last-child th {
    font-size: 13px;
  }
}

.page.main-div {
  overflow: auto;
}

@media all and (max-width: 767px) {
  .chip-filter {
    margin: 0;
    /* padding: 15px 0; */
    padding: 15px;
  }
}

/* Для очень больших мониторов)*/

@media all and (min-width: 2048px) {

  .editor {
    --editor-factor: 1.6;
  }

  .editor_l {
    --editor-factor: 1.6;
  }

  .editor_xl {
    --editor-factor: 1.6;
  }

  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6,
  .editor p,
  .editor ol,
  .editor ul,
  .editor dl,
  .editor hr,
  .editor cite,
  .editor blockquote,
  .editor .table,
  .editor__container {
    max-width: calc(var(--content-width)*var(--editor-factor));
  }

  .banner-vertical {

    background: url(../images/banner_right_02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .products-grid_default {
    grid-template-columns: repeat(5, 1fr);
  }

  .top-bar {
    max-width: unset;
  }

  .page.main-div {
    max-width: unset;
  }

  .right-bar {
    max-width: unset;
  }
}

.page.main-div {
  overflow: hidden;
}

@media all and (min-width: 2561px) {

  .page.main-div {
    margin: 0 auto;
    overflow: hidden;
  }

  .top-bar {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100%;
  }

  .left-bar {
    left: calc(50% - 992px - 285px);
  }

  .right-bar {
    left: unset;
    right: calc(50% - 992px - 280px);
  }

  .product-detail-edit {
    right: calc(50% - 992px - 270px);
  }

  .top-bar {
    max-width: 1984px;
  }

  .page.main-div {
    max-width: 1984px;
  }

  .right-bar {
    max-width: 1984px;
  }
}

.section__container.chip-main-page {
  padding-top: 0;
}

.pre-order-text {
  font-size: 14px;
  margin-left: 10px;
}

nobr.pre-order-block {
  display: flex;
  justify-content: flex-start !important;
  align-content: center;
  align-items: flex-end;
  width: 100%;
  gap: 15px;
}

@media all and (max-width: 600px) {
  .brand-content__bottom>.section__body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-content__bottom>.section__body p {
    margin-left: 0;
    margin-right: 0;
  }
}

span.select2 .selection .select2-selection {
  height: 3rem;
  width: 100%;
  padding: 0 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: flex;
  align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}


#s-category-filters .form-group__header h5 {
  text-transform: capitalize;
}

.section_gray_l._invert .tabs_item .tabs_item__text {
  color: #000;
}

.section_gray_l._invert .tabs_item.active .tabs_item__text {
  color: #000;
}

.section_gray_l._invert.editor_l_v2 .selection tr td:nth-last-child(1) {
  background: #1a1a1a;
}

.section_gray_l._invert.editor_l_v2 .selection tr:nth-last-child(1) th {
  background: #000;
}

.section_gray_l._invert.editor_l_v2 .selection tr:nth-last-child(1) td {
  background: #000;
}

/* .section_gray_l._invert.editor_l_v2 .selection tr:nth-last-child(1) td, */
/* .section_gray_l._invert.editor_l_v2 .selection tr:nth-last-child(1) th,  */
.section_gray_l._invert.editor_l_v2 .selection tr:nth-last-child(1) td:nth-last-child(1),
.section_gray_l._invert.editor_l_v2 .selection_v2 tr:nth-last-child(1) td,
.section_gray_l._invert.editor_l_v2 .selection_v2 tr:nth-last-child(1) th {
  background: #1a1a1a;
}

.section_gray_l._invert.editor_l_v2 .table_a tbody tr:hover td,
.section_gray_l._invert.editor_l_v2 .table_a tbody tr:hover th {
  background: #ae66cc !important;
}

.section_gray_l._invert.editor_l_v2 .tabs_item__text,
.section_gray_l._invert.editor_l_v2 .tabs-2_item__text {
  color: #000;
}

.section_gray_l._invert.editor_l_v2 .selection_v3 th {
  background: #3E3E3E !important;
}

.section_gray_l._invert.editor_l_v2 table.table_a tbody.ta_center.selection tr:nth-last-child(3) th {
  border-bottom: 2px solid #555555;
}

.section_gray_l._invert.editor_l_v2 table.table_a tbody.ta_center.selection tr:nth-last-child(3) td {
  border-bottom: 2px solid #555555;
}

.section_gray_l._invert.editor_l_v2 .tabs_item.active .tabs_item__text {
  background: #F6D856;
}

.section_gray_l._invert.editor_l_v2 .tabs-2_item.active .tabs-2_item__text {
  background: #F6D856;
}

.tabs_item__text {
  text-align: center;
}

#apply-coupon-code {
  display: flex;
  margin-top: 25px;
  gap: 25px;
  flex-direction: column;
}

/* #use-coupon{
  width: auto;
} */
.s-coupon-wrapper {
  margin-top: 25px;
}

.coupon-input-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#apply-coupon-code .error-message {
  display: flex;
  align-items: center;
  color: #ff0000;
}

.snow-button {
  bottom: 5rem;
  padding: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #ff0000;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}

.snow-button.active {
  background: #ae66cc;
}

.price-new-old-text {
  padding-right: 10px;
}

@media all and (max-width: 767px) {
  .snow-button {
    bottom: 10rem;
    padding: 27px !important;
    right: 13px;
  }
}

.list-product-link {
  /* text-decoration: none !important; */
  color: inherit;
}

.not-text-decoration {
  text-decoration: none !important;
}

.partner-img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0 50px 0;
  margin: 0 auto;
  gap: 25px;
}

.partner-img-block img {
  width: 100%;
  max-width: 250px;
}

.partner-img-block img:nth-child(2) {
  max-width: 184px;
}

.partner-img-block__text {
  font-size: 16px;
}

.nav__logo {
  height: 100px;
}

.mp-logo svg {
  height: 56px;
}

.s-coupon-wrapper+.cart-detail__btn-submit {
  margin-top: 15px;
}

#use-coupon {
  /* background-color: #ae66cc; */
  background-image: linear-gradient(-70deg,
      var(--btn-bgc_active) 0%,
      var(--btn-bgc_active) 33.3%,
      var(--btn-bgc_hover) 33.3%,
      var(--btn-bgc_hover) 66.3%,
      var(--btn-bgc) 66.3%,
      var(--btn-bgc) 100%);
}

.coupon-button-submit {
  background-image: linear-gradient(-70deg,
      var(--btn-bgc_active) 0%,
      var(--btn-bgc_active) 33.3%,
      var(--btn-bgc_hover) 33.3%,
      var(--btn-bgc_hover) 66.3%,
      var(--btn-bgc) 66.3%,
      var(--btn-bgc) 100%);
}

.policy-block {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 20px;
}

.error-policy-block {
  display: none;
  color: #b90808;
}

.partner-img-block__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

#CalltouchWidgetFrame {
  display: none !important;
}

.availability__low_red {
  color: #ff0000;
  font-weight: 500;
}

.pre-order-text__fw {
  font-weight: 500;
  color: #f38c10;
  font-size: 16px;
}

.pre-order-text {
  color: #f38c10;
}

.price-info-block {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}

.pre-order-text.pre-order-text__fw {
  margin: 0;
  display: flex;
  /* width: 100%; */
  justify-content: flex-end;
}

.pre-order-block {
  justify-content: space-between !important;
}

.price__new_gray {
  color: #898989 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.price__new_gray:after {
  display: block;
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  top: 40%;
  border-bottom: 0.1em solid #898989;
  margin-top: -0.05em;
}

.availability_low span {
  color: #333;
  font-size: 16px;
  display: none;
}

.after-price {
  color: red;
  font-size: 16px;
}

.price-info-block__top {
  display: flex;
  align-items: flex-end;
}

.price-info-block__bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.availability__low_cart {
  display: flex;
}

.pre-order-color {
  color: #f8951d !important;
}

.cart-detail__main .product__price {
  align-items: flex-end;
  gap: 10px;
}

.availability__low_cart {
  font-size: 12px;
}

.product-detail__price.price.price_default.price_row.price_x2 {
  display: flex;
}

.btn__icodn.icond.icon_2a4 {
  height: 44px !important;
}

@media (max-width: 767px) {
  .crumbs {
    display: flex;
    position: relative;
  }

  .crumbs__link {
    text-wrap: nowrap;
  }

  .crumbs__content {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}

.form-group__header__title {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--c-header);
  text-transform: capitalize;
  font-size: var(--fs_h5);
}

.list-product-link__h2 {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--c-header);
  font-size: var(--fs_h2);
}

.contacts-section__container_h2 {
  margin-bottom: 1.5em;
  max-width: var(--editor-content-width);
  margin-left: var(--editor-content-align-left);
  margin-right: var(--editor-content-align-right);
  font-size: var(--fs_h2);
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
}

.product-brand-link {
  font-size: var(--fs_h1);
  line-height: 1.25;
}

.chip-filter .select2-container {
  width: 100% !important;
}

.slide-footer .footer_info {
  padding: var(--spacing_content);
  position: absolute;
  bottom: 0;
  background: #000;
  width: 100%;
}
.bg-transparent{
  background: transparent;
}
/* #use-coupon:hover{
  background-position: 150% 0;
} */

/* #use-coupon{
  background-image: linear-gradient(-70deg, 
  var(--btn-bgc) 0%, var(--btn-bgc) 33.3%, 
  var(--btn-bgc_hover) 33.3%, 
  var(--btn-bgc_hover) 66.3%, 
  var(--btn-bgc_active) 66.3%, 
  var(--btn-bgc_active) 100%);
} */