@charset "UTF-8";
.catalog__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 24px 0 36px;
}
.catalog__header-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 32px;
}
.catalog__header-control-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.catalog__header-control-filter {
  display: block;
}
.catalog__header-control-filter-controller button {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--txt-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__header-control-filter-controller button span {
  font-size: 1.4rem;
  color: var(--white-color);
  width: 24px;
  height: 24px;
  background-color: var(--bg-blue-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
.catalog__header-control .ct_control__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--txt-second-gray);
  font-size: 1.3rem;
}
.catalog__header-control .ct_control__sort-title {
  display: none;
  font-weight: 500;
}
.catalog__header-control .ct_control__sort-block {
  margin-left: 24px;
}
.catalog__header-control .ct_control__sort-link {
  color: inherit;
  text-decoration: none;
}
.catalog__header-control .ct_control__sort-link:hover {
  color: var(--txt-blue);
}
.catalog__header-control .ct_control__sort-ico {
  padding-right: 16px;
  cursor: pointer;
  position: relative;
}
.catalog__header-control .ct_control__sort-ico.select {
  color: var(--bg-blue-color);
}
.catalog__header-control .ct_control__sort-ico.select::after {
  border-color: var(--bg-blue-color) transparent transparent transparent;
}
.catalog__header-control .ct_control__sort-ico.select.select-asc::after {
  border-color: transparent transparent var(--bg-blue-color) transparent;
  border-width: 0px 5px 6px 5px;
}
.catalog__header-control .ct_control__sort-ico::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: var(--bg-gray-hover) transparent transparent transparent;
}
.catalog__header-control .ct_control__view {
  display: none;
}
.catalog__header-control .ct_control__view-checkblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid var(--border-lite-gray-color);
}
.catalog__header-control .ct_control__view-checkblock.select {
  border: 1px solid var(--bg-blue-color);
  background-color: var(--bg-blue-color);
}
.catalog__header-control .ct_control__view-checkblock.select svg rect {
  fill: #ffffff;
}
.catalog__header h1 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--txt-black);
  margin: 0 0 24px;
}
.catalog__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__wrap.filter_active .catalog__filter {
  display: block;
  overflow: scroll;
}
.catalog__wrap.filter_active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.catalog__list {
  margin-bottom: 56px;
}
.catalog__list-right {
  width: 100%;
}
.catalog__list-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
.catalog__list-card {
  height: auto;
  position: relative;
}
.catalog__list-card:hover .ct_cardbox {
  border: 1px solid var(--bg-blue-color);
  height: auto;
  z-index: 50;
}
.catalog__list-card .ct_cardbox {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--border-lite-gray-color);
  background-color: var(--white-color);
}
.catalog__list-card .ct_cardbox__topline {
  font-size: 1.1rem;
  color: var(--txt-green);
}
.catalog__list-card .ct_cardbox__topline-line {
  font-size: 1.1rem;
  color: var(--txt-green);
  display: none;
}
.catalog__list-card .ct_cardbox__img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.catalog__list-card .ct_cardbox__img a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.catalog__list-card .ct_cardbox__img a img {
  height: 100%;
  width: auto;
}
.catalog__list-card .ct_cardbox__title {
  margin-top: 20px;
  margin-bottom: 12px;
  height: 36px;
}
.catalog__list-card .ct_cardbox__title a {
  font-size: 1.5rem;
  color: var(--txt-black);
  font-weight: 500;
  text-decoration: none;
}
.catalog__list-card .ct_cardbox__title a h3 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.catalog__list-card .ct_cardbox__price {
  line-height: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--txt-black);
  margin-bottom: 24px;
}
.catalog__list-card .ct_cardbox__price-btn {
  display: none;
}
.catalog__list-card .ct_cardbox__price-rub {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  visibility: visible;
}
.catalog__list-card .ct_cardbox__price-rub::after {
  content: "₽";
  visibility: hidden;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog__list-card .ct_cardbox__feature {
  font-size: 1.2rem;
  margin-bottom: 24px;
}
.catalog__list-card .ct_cardbox__feature ul {
  list-style: none;
}
.catalog__list-card .ct_cardbox__feature ul li {
  color: var(--txt-second-gray);
  margin-bottom: 4px;
}
.catalog__list-card .ct_cardbox__feature ul li span {
  color: var(--txt-black);
  font-weight: 600;
}
.catalog__list-card .ct_cardbox__footer {
  position: relative;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 24px 32px 32px;
  height: 90px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  z-index: 10;
}
.catalog__pager {
  width: 100%;
}
.catalog__pager-bottom {
  margin-top: 48px;
}
.catalog__pager-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__pager-numers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__pager-numers .ct_pager__arrow {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("/local/templates/autoshop.online/img/svg/ico/arrow.svg");
  background-size: 60%;
  background-position: 50% 60%;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.catalog__pager-numers .ct_pager__arrow:hover {
  background-color: var(--bg-gray);
}
.catalog__pager-numers .ct_pager__arrow.active {
  display: block;
}
.catalog__pager-numers .ct_pager__arrow-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog__pager-numers .ct_pager__arrow-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.catalog__pager-numers .ct_pager__arrow a {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog__pager-numers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.catalog__pager-numers ul li {
  margin: 0 2px;
}
.catalog__pager-numers ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid var(--white-color);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--txt-black);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 2px;
}
.catalog__pager-numers ul li a.select {
  background-color: var(--bg-blue-color);
  border: 1px solid var(--bg-blue-color);
  color: var(--white-color);
  cursor: default;
}
.catalog__pager-numers ul li a:not(.select):hover {
  border: 1px solid var(--bg-blue-color);
  color: var(--txt-blue-hover);
}
.catalog__article {
  margin: 56px 0;
}
.catalog__article-title {
  text-align: left;
  margin-bottom: 24px;
}
.catalog__article-title h2 {
  font-size: 2.2rem;
  color: var(--txt-black);
  font-weight: 500;
}
.catalog__article-content {
  font-size: 1.5rem;
  font-weight: 400;
}
.catalog__article-content p {
  margin-bottom: 12px;
}
.catalog__tree {
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .catalog__header .ct_control__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
  }
  .catalog__list-wrap {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .catalog__list.type-line .catalog__list-wrap {
    grid-template-columns: none;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__footer {
    display: none;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__topline {
    display: none;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__topline-line {
    display: block;
    margin-bottom: 4px;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__img {
    width: 25%;
    height: auto;
    overflow: auto;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__title {
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 0;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__price {
    width: 20%;
    padding-left: 16px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__price-btn {
    display: block;
    margin-top: 16px;
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__price-btn .btn__card {
    padding: 8px 10px;
    font-size: 1.4rem;
    border-radius: 2px;
    background-color: var(--bg-orang-color);
    color: var(--white-color);
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__price-btn .btn__card:hover {
    color: var(--white-color);
    background-color: var(--bg-orang-color-hover);
  }
  .catalog__list.type-line .catalog__list-card .ct_cardbox__feature {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .catalog__header-control .ct_control__sort-title {
    display: block;
  }
  .catalog__header h1 {
    font-size: 2.6rem;
  }
  .catalog__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .catalog__list-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .catalog__list-card {
    height: auto;
  }
  .catalog__list-card .ct_cardbox {
    position: relative;
  }
  .catalog__list-card .ct_cardbox__footer {
    position: relative;
    opacity: 1;
  }
  .catalog__list-card:hover .ct_cardbox {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .catalog__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 0;
  }
  .catalog__header h1 {
    margin: 0;
  }
  .catalog__header-control-filter {
    display: none;
  }
  .catalog__list-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .catalog__list-right {
    width: calc(100% - 260px);
    padding-left: 32px;
  }
  .catalog__list-card {
    height: 420px;
  }
  .catalog__list-card .ct_cardbox {
    position: absolute;
  }
  .catalog__list-card .ct_cardbox__title {
    overflow: hidden;
    height: 40px;
  }
  .catalog__list-card .ct_cardbox__footer {
    position: absolute;
    opacity: 0;
  }
  .catalog__list-card:hover .ct_cardbox {
    height: 460px;
  }
  .catalog__list-card:hover .ct_cardbox__footer {
    opacity: 1;
  }
  .catalog__list.type-line .catalog__list-card {
    height: 180px;
  }
  .catalog__list.type-line .catalog__list-card:hover .ct_cardbox {
    height: 100%;
  }
}
.catalog__filter {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: var(--white-color);
  border: 1px solid var(--border-lite-gray-color);
  margin-bottom: 48px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.catalog__filter-left {
  width: 100%;
}
.catalog__filter-blocks {
  width: 100%;
  padding-bottom: 56px;
  position: relative;
}
.catalog__filter-block {
  width: 100%;
  padding: 24px;
  border-bottom: 1px solid var(--border-lite-gray-color);
}
.catalog__filter-block.last_child {
  border-bottom: none;
}
.catalog__filter .btn_close, .catalog__filter .btn_add {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.catalog__filter .btn_close-rt, .catalog__filter .btn_add-rt {
  margin-left: 8px;
}
.catalog__filter .btn_close span, .catalog__filter .btn_add span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg) translateY(50%);
          transform: rotate(90deg) translateY(50%);
}
.catalog__filter .btn_close span::after, .catalog__filter .btn_close span::before, .catalog__filter .btn_add span::after, .catalog__filter .btn_add span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--txt-gray);
}
.catalog__filter .btn_close span::after, .catalog__filter .btn_add span::after {
  -webkit-transform: rotate(90deg) translateX(0);
          transform: rotate(90deg) translateX(0);
}
.catalog__filter .btn_close span {
  -webkit-transform: rotate(45deg) translateY(50%);
          transform: rotate(45deg) translateY(50%);
}
.catalog__filter-show {
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white-color);
  z-index: 50;
}
.catalog__filter-popup-result {
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 915;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
  line-height: 1.8rem;
  border-style: solid;
  border: none;
  color: var(--white-color);
  background-color: var(--bg-orang-color);
  background: linear-gradient(135deg, var(--bg-orang-color) 0%, var(--bg-orang-color-hover) 100%);
}
.catalog__filter-popup-result a {
  display: block;
  position: relative;
  padding: 16px;
  min-height: 37px;
  color: var(--white-color);
  line-height: 10px;
  text-decoration: none;
}
.catalog__filter-popup-result a::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent var(--bg-orang-color) transparent transparent;
}

.ct_filter__title {
  margin-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-black);
}
.ct_filter__btnbig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--txt-black);
  border: 1px solid var(--border-lite-gray-color);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
}
.ct_filter__btnbig:hover {
  color: var(--txt-blue-hover);
  border: 1px solid var(--bg-blue-color);
}
.ct_filter__checklist ul {
  list-style: none;
}
.ct_filter__check {
  margin-bottom: 1rem;
}
.ct_filter__check input {
  display: none;
}
.ct_filter__check input:checked + label span::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.ct_filter__check label {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text-lh-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.ct_filter__check label span {
  width: 24px;
  height: 24px;
  border: 1px solid var(--border-lite-gray-color);
  border-radius: 2px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ct_filter__check label span::after {
  content: "";
  display: block;
  opacity: 0;
  width: 4px;
  height: 7px;
  -webkit-transform: rotate(-45deg) scale(0.5);
          transform: rotate(-45deg) scale(0.5);
  border-left: 2px solid var(--bg-blue-color);
  border-bottom: 2px solid var(--bg-blue-color);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ct_filter__check-numblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_filter__check-num {
  max-width: 96px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ct_filter__check-num input {
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-lite-gray-color);
  font-size: 1.6rem;
  color: var(--text-lh-black);
  border-radius: 2px;
  padding: 0 8px;
  font-weight: 500;
}
.ct_filter__check-pultblock {
  width: 100%;
  margin: 18px 0 0;
  height: 22px;
}
.ct_filter__check-pult {
  width: 100%;
  height: 100%;
  position: relative;
}
.ct_filter__check-pult .pult_line {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 10px;
  background-color: var(--border-lite-gray-color);
}
.ct_filter__check-pult .pult_line span {
  width: 45%;
  height: 100%;
  display: block;
  position: inherit;
  left: 0;
  top: 0;
  background-color: var(--bg-blue-color);
}
.ct_filter__check-pult .pult_item {
  width: 22px;
  height: 22px;
  background-color: var(--white-color);
  border-radius: 12px;
  border: 3px solid var(--bg-blue-color);
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 50;
}
.ct_filter__treeitem {
  font-size: 1.3rem;
  color: var(--text-lh-black);
  font-weight: 400;
  margin-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .catalog__filter {
    border: none;
  }
  .catalog__filter-left {
    width: 360px;
  }
  .catalog__filter-show {
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .catalog__filter {
    display: block;
    border: 1px solid var(--border-lite-gray-color);
    position: relative;
  }
  .catalog__filter-left {
    width: 260px;
  }
  .catalog__filter-show {
    position: absolute;
    width: 100%;
  }
}
.catalog_detail {
  margin-bottom: 64px;
  width: 100%;
}
.catalog_detail__wrap {
  border: 1px solid var(--border-lite-gray-color);
  width: 100%;
  padding: 32px 32px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog_detail__image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.catalog_detail__infoblock {
  width: 100%;
  padding-left: 0px;
}
.catalog_detail .ct_detail__img {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.catalog_detail .ct_detail__img img {
  max-height: 400px;
  width: auto;
}
.catalog_detail .ct_detail__info {
  width: 100%;
  border-bottom: 1px solid var(--border-lite-gray-color);
  padding-bottom: 20px;
}
.catalog_detail .ct_detail__info-block {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: var(--txt-second-gray);
}
.catalog_detail .ct_detail__info-block span {
  color: var(--txt-black);
  font-weight: 500;
}
.catalog_detail .ct_detail__price {
  margin-top: 48px;
  margin-bottom: 20px;
}
.catalog_detail .ct_detail__price span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--txt-blue);
}
.catalog_detail .ct_detail__price p {
  font-size: 3rem;
  font-weight: 500;
  color: var(--txt-black);
}
.catalog_detail .ct_detail__count {
  font-size: 1.4rem;
  color: var(--txt-black);
}
.catalog_detail .ct_detail__count span {
  font-weight: 500;
  font-size: 1.8rem;
}
.catalog_detail .ct_detail__stok {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 8px;
}
.catalog_detail .ct_detail__stok span {
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--txt-blue);
}
.catalog_detail .ct_detail__control {
  margin: 32px 0;
}
.catalog_detail .ct_detail__control-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog_detail .ct_detail__control-btn {
  height: 40px;
  margin: 24px 0 0;
}
.catalog_detail .ct_detail__control-btnwrap {
  margin: 0;
  width: 100%;
}
.catalog_detail .ct_detail__deliver {
  font-size: 1.6rem;
  color: var(--txt-black);
}
.catalog_detail .ct_detail__deliver span {
  font-weight: 500;
}
.catalog_detail .ct_detail__deliver a {
  text-decoration: none;
  color: var(--txt-blue);
}
.catalog_detail .ct_detail__deliver a:hover {
  color: var(--txt-blue-hover);
}
.catalog_detail__description {
  margin-top: 24px;
}
.catalog_detail .tab_catalog {
  width: 100%;
}
.catalog_detail .tab_catalog__links {
  border-bottom: 1px solid var(--border-lite-gray-color);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.catalog_detail .tab_catalog__link {
  background-color: var(--white-color);
  padding: 12px 36px;
  width: 100%;
  border: none;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--txt-black);
  cursor: pointer;
  background-color: var(--bg-tab);
  border-top: 1px solid var(--border-lite-gray-color);
  border-left: 1px solid var(--border-lite-gray-color);
  border-right: 1px solid var(--border-lite-gray-color);
}
.catalog_detail .tab_catalog__link.active {
  color: var(--txt-blue);
  background-color: var(--white-color);
  border-bottom: 3px solid var(--bg-blue-color);
}
.catalog_detail .tab_catalog__contents {
  padding: 44px 0;
}
.catalog_detail .tab_catalog__content {
  display: none;
}
.catalog_detail .tab_catalog__content p {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.catalog_detail .tab_catalog__content h2 {
  font-size: 1.8rem;
  color: var(--txt-black);
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--txt-second-gray);
}
.catalog_detail .tab_catalog__content h2 span {
  color: var(--txt-black);
}
.catalog_detail .tab_catalog__content ul {
  list-style: none;
}
.catalog_detail .tab_catalog__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-bottom: 1px solid var(--border-lite-gray-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog_detail .tab_catalog__content ul li p {
  margin-bottom: 0px;
}
.catalog_detail .tab_catalog__content ul li a {
  text-decoration: none;
  padding: 8px 26px;
  border: 1px solid var(--bg-blue-color);
  font-size: 1.4rem;
  color: var(--txt-blue);
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.catalog_detail .tab_catalog__content ul li a:hover {
  background-color: var(--bg-blue-color);
  color: var(--white-color);
}
.catalog_detail .tab_catalog__content ul li span {
  color: var(--txt-second-gray);
}
.catalog_detail .tab_catalog__content.active {
  display: block;
}

@media (min-width: 768px) {
  .catalog_detail .ct_detail__control-btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog_detail .ct_detail__control-btn {
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .catalog_detail__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 32px 48px;
  }
  .catalog_detail__image {
    width: 400px;
    height: 360px;
  }
  .catalog_detail__infoblock {
    width: calc(100% - 400px);
    padding-left: 24px;
  }
  .catalog_detail .tab_catalog__links {
    height: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .catalog_detail .tab_catalog__link {
    height: 100%;
    padding: 0 36px;
    width: auto;
    border-left: 1px solid var(--border-lite-gray-color);
    border-bottom: 1px solid var(--border-lite-gray-color);
    position: relative;
    top: 1px;
  }
  .catalog_detail .tab_catalog__link:first-child {
    border-left: 1px solid var(--white-color);
  }
  .catalog_detail .tab_catalog__link.active {
    color: var(--txt-blue);
    background-color: var(--white-color);
    border-top: 3px solid var(--bg-blue-color);
    border-bottom: 1px solid var(--white-color);
    margin-bottom: -1px;
  }
}
@media (min-width: 1200px) {
  .catalog_detail__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 32px 48px;
  }
  .catalog_detail__image {
    width: 480px;
    height: 400px;
  }
  .catalog_detail__infoblock {
    width: calc(100% - 480px);
    padding-left: 24px;
  }
  .catalog_detail .ct_detail__control {
    height: 40px;
  }
  .catalog_detail .ct_detail__control-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .catalog_detail .ct_detail__control-btn {
    height: 100%;
    margin: 0 8px;
  }
  .catalog_detail .ct_detail__control-btnwrap {
    margin: 0;
    height: 100%;
    width: auto;
  }
}/*# sourceMappingURL=style-catalog.css.map */