.container-252 {padding-top:0px !important; padding-bottom:0px !important;}
.container-353 {margin-top:0px !important; margin-bottom:0px !important;}
.footer-whatsapp {background-image:none;z-index:100;}
.footer-whatsapp a {color:white; padding-left:154px !important;}
/*@media )max-width:720px){
	.menu-social-wrap a.vk{display:none;}
}*/
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
      z-index: 99;
}

#cookie_notification p{
  margin: 0;
  font-size: 11px;
  text-align: left;
  color: $color_text;
}
	    .cookie_accept
		{
			background: #6b9b22;
    color: white;
    border: none;
    padding: 6px;
  }
 .cookie_accept:hover{
  background: #88c52b;
 }

@media (min-width: 576px){
  #cookie_notification.showing{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.showing{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}