.css_lkm_color{
	color: #53215c;
}
.css_lkm_color_background{
	background-color: #53215c;
}
.css_lkm_head_block{
	text-align: center;
	font-size: 15px !important;
	font-weight: bold;
}
.css_lkm_w100{
	width:100%;
}
.mt20{
	  margin-top: 20px;
}
.css_lkm_color_background:hover {
  background-color: #aa24a7;
  color: #ffffff;
}
.bc-black{
	color: black;
}
.css_tac{
	text-align: center;
}
.css_mt20{
    margin-top: 20px;
}
.big_img{
    max-height:569px;
}
.small_img{
    max-height:268px;
}
.css_content img{
    padding: 10px;
}
.open_modal{
    cursor:pointer;
}
.simplesearch-result{
    padding: 10px;
}



.burger {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  cursor: pointer;
    margin: 14px;  
}

.burger__line {
  width: 100%;
  height: 3px;
  background-color: black;
}


.menu-burger {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
  background: #e6d4ec;
	transform: translateX(-100%);
	transition: transform 0.5s; 
	z-index:3000;
}
.menu-burger.active {
	transform: translateX(0)!important;
}
.menu-burger li {
	list-style-type: none;
}
.mb-3{
margin-bottom: 3px;    
}
.mt-3{
margin-top: 3px;    
}
.mt-31{
   margin-top: 31px;    
}
.wd-100{
    width:100%;
}
.menu-burger li{
font-size: 23px;
    margin: 5px 10px;
}
.footer-burger{
margin-top: 30px;
    font-size: 20px;
}