/*  Created on : 02.08.2017
    Author     : Roma Sha (C) roma78sha@gmail.com  */
@media (max-width: 991px) {
  #column-left {
    transition: left .5s cubic-bezier(0.22, 0.61, 0.36, 1) .1s;
    display: block!important;
    width: 85%;
    position: fixed;
    left: -85%;
	top: 0;
    background: #fff;
    z-index: 1004;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	

  }
} 
.open_swipe {
  left: 0 !important;
}

@media (max-width: 991px) {
  #btn btn-blue effekt_left {
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #09f;
    color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    transition: .3s;
  }
}

