.btn-hamburger {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url(/images/svg/bars.svg) no-repeat;
    padding: 0;
    background-size: 24px;
    text-align: center;
    display: none;
    background-position: center;
}
.slideout-open .slideout-menu {
       display: block;
}
.slideout-panel {
    position: relative;
    z-index: 5;
    height: 100%;
    background-position: right;
    background: url(/images/ffh.jpg) no-repeat;
    background-attachment: fixed;
}
.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    display: none;
}
.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5)!important;
    z-index: 99;
}
.shadow:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5)!important;
    z-index: 99;
}
.panel:before {
    content: '';
    display: block;
    background-color: rgb(255 255 255);
    transition: background-color 0.5s ease-in-out;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
    overflow: hidden;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .btn-hamburger {
        display: block;
        z-index: 999999999999;
        position: fixed;
        right: 0;
        top: 0px;
        background-color: #259452;
        height: 44px;
        width: 44px;
        margin: 10px;
        padding: 16px;
        line-height: 0;
        border-radius: 25px;
    }
    .topLine .cont {
        justify-content: space-between;
        align-items: center;
    }
    .address .fs16{
        font-size: 11px;
    }
	.item-117{
    background: url(/images/svg/basicleRed.svg) no-repeat left;
    background-position-x: 12px;
    background-size: 36px;
    color: #fd1111;
    line-height: 44px;
    transition: background 0.2s;
    font-size: 24px;
    font-family: ProximaNovaCond-Bold;
    text-align: left;
    padding: 0% 0% 0% 23%;
    background-color: #fff;
    margin-bottom: 10px;
 }
	.item-124{
	background: url(/images/svg/ny_gr.svg) no-repeat left;
	background-position-x: 16px;
	background-size: 28px;
	color: #1b5e32;
	line-height: 44px;
	transition: background 0.2s;
	font-size: 24px;
	font-family: ProximaNovaCond-Bold;
	text-align: left;
	padding: 0% 0% 0% 23%;
	background-color: #fff;
	margin-bottom: 10px;
	}
	.item-123{
	background: url(/images/svg/p_r.svg) no-repeat left;
	background-position-x: 15px;
	background-size: 30px;
	color: #ff00f6;
	line-height: 44px;
	transition: background 0.2s;
	font-size: 24px;
	font-family: ProximaNovaCond-Bold;
	text-align: left;
	padding: 0% 0% 0% 23%;
	background-color: #fff;
	margin-bottom: 10px;
	}
	.item-118{
	background: url(/images/svg/otzivio.png) no-repeat left;
	background-position-x: 20px;
	background-size: 24px;
	color: #ff7e00;
	line-height: 44px;
	transition: background 0.2s;
	font-size: 24px;
	font-family: ProximaNovaCond-Bold;
	text-align: left;
	padding: 0% 0% 0% 23%;
	background-color: #fff;
	}
	.item-125{
	background: url(/images/contactb.png) no-repeat left;
	background-position-x: 20px;
	background-size: 24px;
	color: #00a2ff;
	line-height: 44px;
	transition: background 0.2s;
	font-size: 24px;
	font-family: ProximaNovaCond-Bold;
	text-align: left;
	padding: 0% 0% 0% 23%;
	background-color: #fff;
	margin-bottom: 10px;
	}
}
