/*
	tablet
*/
@media all and (max-width:1023px){
	.side_menu{
        width: 0;
        position: fixed;
        top: 65px;
        height: calc(100% - 65px);
	}
	.content{
		width:100%;
	}
	.menu-btn {
		display: block;
		width: 30px;
		height: 30px;
		right: 20px;
		position: absolute;
        top:20px;
		/*background-color: red;*/
        background:url(../img/menu_btn.svg) no-repeat;
        cursor: pointer;

	}
	.sbapi-input-search{
		display: none !important;
	}

}

/*
	mobile
*/
@media all and (max-width:767px){
	.logo > img + span{
		display: none !important;
	}
	.sbapi-input-search{
		display: none !important;
	}
}