@media only screen and (max-width: 1356px){
	.egzersiz_sayfa{
		zoom: 90%;
	}
}

@media only screen and (max-width: 1250px){
	.egzersiz_sayfa{
		zoom: 85%;
	}
}

@media only screen and (max-width: 1024px){
	.header .yazi{
		top: 12px;
	}
	.header strong, .header p{
		font-size: 15px;
	}
	.egzersiz_sayfa{
		zoom: 100%;
	}
}

@media only screen and (max-width: 991px){
	.menu_alan{
		transform: translate3d(-150%, 0, 0);
	}
	.menu_alan .mob_menu_kapat{
		display: block;
	}
	a.logo{
		border-radius: unset;
	}
	.icerik_alan{
		padding-left: 0;
	}
	.header .container{
		padding-left: 85px;
	}
	.header .yazi{
		top: 27px;
	}
	.header strong, .header p{
		font-size: 13px;
		margin: 3px;
	}
	.header .mob_menu_ac{
		display: block;
	}
}

@media only screen and (max-width: 768px){
	.header{
		position: sticky;
		top: 0;
		z-index: 4;
	}
	.anasayfa .isim_alan strong{
		display: block;
		margin-top: 5px;
	}
	.anasayfa .bilgi_kutu{
		padding: 25px;
		text-align: center;
	}
	.anasayfa .bilgi_kutu span{
		position: unset;
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.nasil_kull .ust_alan{
		margin-bottom: 50px;
	}

	.ders_hizli_okuma .col-1{
		position: relative;
		font-size: 19px;
		text-indent: -9999px;
	}
	.ders_hizli_okuma .col-1:before{
		content: '_';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background-color: #85418c;
		width: 5px;
		height: 25px;
		display: block;
		text-indent: -7px;
		color: #85418c;
		line-height: 27px;
		font-size: 41px;
	}
}

@media only screen and (max-width: 425px){
	.header{
		background-image: url(https://cdn.baykushizliokuma.com/img/bho_yaz%C4%B1s%C4%B1z.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
	}
	.header .yazi{
		position: absolute;
		top: unset;
		bottom: -18px;
		background: #ffbc00;
		padding: 13px 15px 11px;
		border-radius: 25px;
	}
	.header p{
		display: none;
	}
	.icerik_ic{
		padding: 65px 10px
	}
}

@media only screen and (max-width: 320px){
	
}