@media only screen and (max-width: 1024px) and (min-width: 768px) {

}

@media only screen and (max-width: 768px){
	.header .header_ust{
		position: relative;
	}
	.header .header_ust .logo{
		width: 200px;
	}
	.header .header_ust .logo_yan {
		height: 69px;
		line-height: 69px;
	}
	.header .header_ust .sosyal_btn{
		display: none;
	}
	.mob_menu_ac{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 7px;
	}
	.mob_menu_ac .cizgi{
		width: 90%;
		height: 10px;
		margin: 6.5px auto;
		background-color: #333;
	}
	.mob_menu_arka{
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		right: -150%;
		top: 0;
		opacity: 0.5;
		background: #000;
		transition: 500ms all;
		z-index: 4;
	}
	ul.menu{
		position: fixed;
		background: #fff;
		top: 100px;
		border: unset;
		width: 300px;
		left: -150%;
		transform: translateX(-50%);
		padding: 20px 0;
		transition: 500ms all;
		z-index: 5;
	}
	ul.menu li{
		display: block;
		width: 100%;
	}
	ul.menu li a{
		display: block;
		text-align: center;
	}
	.slider{
		height: 400px;
	}
	.slider:before{
		background-size: cover;
		background-position: bottom right;
	}
}

@media only screen and (max-width: 425px) {
	.tell-yok{
		display: none !important;
	}
	.ilet_kutu .ilet_ilet{
		border-bottom: solid 1px #ddd;
	}
}

@media only screen and (max-width: 320px) {

}