/*
body {
 margin: 0;}

section {
 width: 30%;}
*/ 

/* левое раскрывающееся меню - начало оформления 27-10-2022 */

.ad-left-menu-expandable-container {
 background: #f7fbda;}
  
.ad-left-menu-expandable-container ul {
 margin: 0;
 padding: 0;
 list-style: none;}

.ad-left-menu-expandable-container ul li {
 margin: 0;
 /* padding: 0; */} 
  
.ad-left-menu-expandable__arrow-to-bottom  {
 position: relative;
 display: block; 
 padding: 2px 12px 2px 0px;
 margin-bottom: 4px;}

@media (max-width: 800px) {
 .ad-left-menu-expandable__arrow-to-bottom  {
  padding: 2px 0px; /* */
 }
}

.ad-left-menu-expandable-container > ul > li > a {
 position: relative;
 padding-left: 14px;
 padding-right: 12px;
 /* левая стрелка */
 background: url(/imgs-valentin/expandable-left-menu/15.gif) no-repeat 4px 12px;}
 
.ad-left-menu-expandable-container a {
 display: block;
 padding: 2px 0;
 color: #4b4e44;
 text-decoration: none;}

.ad-left-menu-expandable-container a:hover {
 text-decoration: underline;}
  
.ad-left-menu-expandable-container  ul {
 list-style: none;}

.ad-left-menu-expandable-container > ul > li > a:hover {
 text-decoration: underline;}

.ad-left-menu-expandable__submenu {
 display: none;
 margin-left: 0px;}
 
@media (max-width: 800px) {
 
 .ad-left-menu-expandable__submenu {
  display: none;
  margin-left: 0px;
  background: #fdfff7;
  border: 1px solid #b4b7aa;}
  
} 

@media (min-width: 800.01px) {

 .ad-left-menu-expandable__submenu {			
  position: absolute;
  left: 100%;
  top: 0px;
  border: 7px solid #b4b7aa;
  border-radius: 2px;
  border-image: url(/imgs-valentin/expandable-left-menu/bf-for-expandable-menu.png) 7 stretch stretch;
  background: #f7fbda;}
	
 .ad-left-menu-expandable-container li:hover ul { 
  display: block;}
	
 .ad-left-menu-expandable__arrow-to-bottom {
  /* правая стрелка */
  background: url(/imgs-valentin/expandable-left-menu/ar1.gif) no-repeat right 4px top 12px;}

}

.ad-left-menu-expandable-container li li a {
 margin: 0;
 padding: 2px 6px;
 white-space: nowrap;}

@media (max-width: 800px) {

 .ad-left-menu-expandable-container li li a {
  white-space: normal;
  padding-left: 12px;  
  }
}

/*
@media (min-width: 800.01px) {
.ad-left-menu-expandable-container li li a:hover {
 background: linear-gradient(to bottom, #d9f9dd 40%, #eafcec 40% );}
}
*/
 
@media (max-width: 800px) {

 .ad-left-menu-expandable__arrow-to-bottom {
  background: url(/imgs-valentin/expandable-left-menu/ar2.gif) no-repeat right 4px top 12px;}

 .ad-left-menu-expandable__arrow-to-top {
  padding: 1px 3px 3px 3px ;
  border: 1px solid #b4b7aa;
  border-radius: 2px;
  background: url(/imgs-valentin/expandable-left-menu/ar3.gif) no-repeat right 4px top 12px,
  #d5d9ca;}
  
  .ad-left-menu-expandable__arrow-to-top > a {
	margin-left: -4px !important;	
  }

 .ad-left-menu-expandable__ul-display-block {
  display: block;}

 .ad-left-menu-expandable__ul-display-none {
  display: none;}

}

/* левое раскрывающееся меню - завершение оформления */