.pushy-left{
    transform: translate3d(0px,0,0); /* Updated the values */
	-moz-transform: translate3d(0px,0,0); /* Для Firefox */
    -ms-transform: translate3d(0px,0,0); /* Для IE */
    -webkit-transform: translate3d(0px,0,0); /* Для Safari, Chrome, iOS */
    -o-transform: translate3d(0px,0,0); /* Для Opera */    
}
.menu-btn {
display:none;
}
.pushy{ 
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */	
}

@media (max-width:1000px) {
.menu-btn {
    display: block;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.52);
    width: 126px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    background: url(../img/akcii-bg.png) 0 0 no-repeat;
    color: #F94764;
	margin-bottom: 10px;
}
.menu-btn:hover{
	/* background: #7BB6BF; */
	/* color: #FFF; */
}
.pushy{
    position: absolute;
    /* width: 220px; */
    height: auto;
    /* top: 0; */
    z-index: 9999999;
    background: #fff;
    padding: 10px;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
	margin-top: -53px;
}
.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}
.site-overlay{
    display: none;
}
.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms; 
    -moz-animation: fade 500ms; 
    -o-animation: fade 500ms;
    animation: fade 500ms;
}
@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.pushy-left{
    transform: translate3d(-4000px,0,0); /* Updated the values */
	-moz-transform: translate3d(-4000px,0,0); /* Для Firefox */
    -ms-transform: translate3d(-4000px,0,0); /* Для IE */
    -webkit-transform: translate3d(-4000px,0,0); /* Для Safari, Chrome, iOS */
    -o-transform: translate3d(-4000px,0,0); /* Для Opera */
    /* Don't forget the vendor prefixes */
}
}