.catalog_sidebar_content {
  width: 265px;
  margin-bottom: 20px;
}

.catalog_sidebar_wrapper {
  width: 100%;
  background: #F6F9FE;
  padding: 12px;
  margin-bottom: 20px;
}

.catalog__my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

hr {
  background: #D7E0EA;
}

.catalog_sidebar_promo {
  display: block;
  margin-bottom: 6px;
  color: #212c3a;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.catalog_sidebar_description {
  padding: 0;
  display: block;
  display: -webkit-box;
  max-height: 100.8px;
  font-size: 12px;
  line-height: 14px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  margin-bottom: 6px;
  color: #8d94ad;
  font-weight: 400;
}

.catalog_sidebar_shop-count {
  color: #212c3a;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.catalog_sidebar_header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  min-height: 37px;
}
.catalog_sidebar_header.catalog_business_car_header {
  padding: 20px 0;
  background: #fff;
}
.catalog_sidebar_header.catalog_business_car_header svg {
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
}
.catalog_sidebar_header.catalog_business_car_header .catalog_sidebar_header__logo {
  width: 60px;
  height: 60px;
}
.catalog_sidebar_header span {
  font-size: 18px;
  color: #05182E;
}
.catalog_sidebar_header__logo {
  display: block;
  width: 45px;
  height: 45px;
}
.catalog_sidebar_header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_header__content {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog_sidebar_header__content span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catalog_sidebar_header__content .small {
  font-size: 12px;
  font-weight: 400;
}
.catalog_sidebar_header__content .small svg {
  width: 12px;
  height: 12px;
}
.catalog_sidebar_header__verified {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.catalog_sidebar_header__verified__text {
  position: absolute;
  width: 120px;
  background: #1565C0;
  box-shadow: 0px 2px 4px rgba(10, 48, 92, 0.18), 0px 4px 8px rgba(10, 48, 92, 0.18);
  border-radius: 100px;
  padding: 4px 0;
  left: -7px;
  top: -34px;
  display: none;
}
.catalog_sidebar_header__verified__text:before {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: url("/assets/front/img/_src/ar-anons.png") no-repeat;
  background-size: cover;
  background-position: center;
  left: 15px;
  bottom: -5px;
}
.catalog_sidebar_header__verified__text p {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.catalog_sidebar_header__verified:has(svg:hover) .showroom-box__verified__anons {
  display: block;
}
.catalog_sidebar_header__verified svg {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.catalog_sidebar_price_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box span {
  font-size: 20px;
  font-weight: 550;
  color: #1565C0;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box span.catalog_sidebar_price_box__other, .catalog_sidebar_price_container .catalog_sidebar_price_box span.catalog_sidebar_price_box__other span {
  font-size: 14px;
  color: #768A9E;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions__item {
  padding: 2px;
  border: 0.5px solid #D7E0EA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.catalog_sidebar_price_container .catalog_sidebar_price_box .catalog_sidebar_conditions__item span {
  font-size: 10px;
  color: #768A9E;
}

.catalog_sidebar_lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.catalog_sidebar_lists div {
  display: flex;
  gap: 5px;
}
.catalog_sidebar_lists div span:first-child {
  width: 14px;
  min-width: 14px;
  height: 14px;
  color: #0D417B;
}
.catalog_sidebar_lists div span:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_lists div span {
  font-size: 12px;
  font-weight: 350;
  line-height: 14px;
}

.catalog_sidebar_region_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog_sidebar_region_container .catalog_sidebar_region {
  display: flex;
  align-items: center;
  gap: 3px;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icon {
  width: 14px;
  height: 14px;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog_sidebar_region_container .catalog_sidebar_region__title {
  font-size: 14px;
  color: #324153;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icons {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
  flex: 1;
}
.catalog_sidebar_region_container .catalog_sidebar_region__icons_item svg {
  display: block;
  width: 16px;
  height: 16px;
}

.catalog_sidebar_phone_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.catalog_sidebar_phone_container input {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_phone_button {
  display: none;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_phone_block {
  display: flex;
}
.catalog_sidebar_phone_container:has(input:checked) .catalog_sidebar_warning {
  display: block;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_button {
  width: 100%;
  background: #1565C0;
  color: #fff;
  display: flex;
  align-items: center;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning {
  display: none;
  width: 100%;
  position: relative;
  padding: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
  border: 0.5px solid #ff586d;
  background-color: #ffe6e5;
  border-radius: 4px;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning .attention {
  color: #ff586d;
}
.catalog_sidebar_phone_container .catalog_sidebar_warning__text {
  font-size: 12px;
  line-height: 14px;
  color: #212c3a;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  color: #324153;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a:first-child:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background: url(/assets/front/img/_src/phone.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.catalog_sidebar_phone_container .catalog_sidebar_phone_block li a.whatsapp:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background: url(/assets/front/img/_src/whatsapp.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.catalog_sidebar_actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
}
.catalog_sidebar_actions button {
  height: 46px;
  border-color: #D7E0EA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  background: #EBF5FF;
}
.catalog_sidebar_actions button:hover {
  border-color: #1565C0;
}
.catalog_sidebar_actions button p {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}
.catalog_sidebar_actions button span {
  color: #4273AC;
  font-size: 9px;
  font-weight: 400;
}
.catalog_sidebar_actions button span:not(.catalog_sidebar_actions button span span) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.catalog_sidebar_actions button svg, .catalog_sidebar_actions button img {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 992px) {
  .catalog_sidebar_content {
    width: 100%;
  }
  .catalog_sidebar_content .catalog_sidebar_wrapper {
    width: calc(100% + 20px);
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog_sidebar_content .catalog_sidebar_wrapper .catalog_sidebar_price_container, .catalog_sidebar_content .catalog_sidebar_wrapper .bt-page-autor {
    display: none;
  }
  .catalog_sidebar_actions, .cart-main-info__ul-info {
    padding: 0 10px;
  }
  .catalog_sidebar_actions button {
    padding: 6px;
  }
  .catalog_sidebar_actions button span {
    font-size: 12px;
  }
  .catalog_sidebar_actions button span:not(.catalog_sidebar_actions button span span) {
    font-size: 14px;
  }
  .catalog_sidebar_actions button svg, .catalog_sidebar_actions button img {
    width: 24px;
    height: 24px;
  }
}
