@media screen and (max-width: 1520px) {
	.header_left{
		    margin-left: auto;
		    margin-right: auto;
		    width: auto;
		    display: table !important;
	}
	.header_right {
	    margin-left: 7rem;
	    margin-bottom: 1rem !important;
	}
	.header_mid {
    margin-left: 1.75rem;
    margin-top: 2.9375rem !important;
	}



	.fwkk:after{
		    content: "";
    position: absolute;
    width: 1px;
    height: 600px;
    background: #595757;
    right: -15px;
    top: 0px;
	}
}