

/* Start:/local/templates/DD-main/components/bitrix/news.list/sidebar-price/style.css?17085098691213*/

.sidebar {
position: sticky;
width: 90%;
}
.sidebar .cont{
display: flex;
flex-direction: column;
}
.sidebar .names{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
text-transform: uppercase;
font-weight: bold;
}
.cont i{
  padding-right: 15px;
    color: #ff8454;
}
.cont .item {
  margin-bottom: 15px;
}
.cont .bot a {
  margin-top: 25px;

}
@media (max-width: 800px) {
  .sidebar{
    display: none;
  }
}



.sidebar__submenu {
  padding: 25px 0;
  list-style: none;
  margin: 0;
  overflow-y: hidden;
  max-height: 0px;
  display: none;
  background-color: rgba(230, 230, 230, 0.3);
  margin-top: 20px;
}

.actives .sidebar__submenu {
  display: block;
  height: auto;
  max-height: initial;
}


.sidebar__submenu li {
    font-size: 14px;
    text-transform: none;
    padding: 7px 15px;
}
.sidebar__submenu li.active {
    color: #fff;
    background: #88c877;
}

.sidebar__submenu li:first-child {
  margin-top: 0px;
}


.sidebar__li .sidebar__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sidebar__li .sidebar__row svg{
  color: #F0CD3A;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.4s;
}

.actives svg {
  transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/DD-main/components/bitrix/search.title/price/style.css?1708509871662*/
.input-gr {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items:center;
	padding: 0px 25px;
	color: #454A4C;
	height: 68px;
	max-height: 68px;
	border-bottom: 1px solid #E6E6E6;
}

.input-gr svg{
	color: #454A4C;
}

.input-gr  input {
	width: 100%;
	height: 68px;
	border: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
	border-top: 1px solid #E6E6E6;
}


.bx_searche {
	background-color: white;
	z-index: 1001;
	padding: 15px;
	width: 100%;

}
.bx_searche .bx_item_element {
padding-bottom: 15px;
 }
 @media  (max-width: 800px) {
.input-gr-append {
	display: none;
}
.input-gr input {
	width: 100%;
}
}

/* End */


/* Start:/local/templates/DD-main/components/bitrix/news/price/bitrix/news.list/.default/style.css?17533369832217*/
.name {
	margin: 0px 50px;
}

.price-section
{
	overflow-x: hidden;
	margin: 1% 1% 0;
}

.price__sectionItem {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	overflow: hidden;
	min-height: inherit;
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}

.price__sectionItemRow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
}

.attention {
	margin: 40px 15px 25px;
}

.price__sectionItem.hidden {
	border: none;
	border-radius: 0;
	opacity: 0;
	min-height: 0;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.price__sectionHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 12px 20px;
	background-color: #f5f5f5;
	transition: background-color 0.3s ease;
}

.price__sectionHeader:hover {
	background-color: #e9e9e9;
}

.price__sectionHeader svg {
	transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	transform-origin: center;
}

.price__sectionItem.active .price__sectionHeader svg {
	transform: rotate(90deg);
}

.price__sectionContent {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.4s ease;
	padding: 0 20px;
}

.price__sectionItem.active .price__sectionContent {
	grid-template-rows: 1fr;
	padding: 10px 20px;
}

.price__contentWrapper {
	overflow: hidden;
	min-height: 0;
}

.price__itemCard {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.price__sectionItem.active .price__itemCard {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.1s;
}

.price__itemCard:last-child {
	border-bottom: none;
}

.price__itemLeft, .price__itemRight {
	display: flex;
	flex-direction: column;
}

.price__itemRight {
	align-items: end;
}

.price__itemName, .price__itemPrice {
	font-weight: 700;
}

.price__itemPrice {
	margin-bottom: 5%;
}

.button-priem.classicBtn {
	display: none !important;
}

.price__itemRight .btn-empty_green:hover {
	color: white;
}

.price__selection.active a:hover {
	color: #454A4C;
}
/* End */
/* /local/templates/DD-main/components/bitrix/news.list/sidebar-price/style.css?17085098691213 */
/* /local/templates/DD-main/components/bitrix/search.title/price/style.css?1708509871662 */
/* /local/templates/DD-main/components/bitrix/news/price/bitrix/news.list/.default/style.css?17533369832217 */
