@media only screen and (min-width: 768px) and (max-height: 480px) and (orientation: landscape){
    .kampanyalar .kampanya{
        padding-bottom: 65%;
    }
    section.urunlervehizmetler .hizmetler .hizmet.cihazlar .img{
        bottom: 0;
    }
    section[class^="cunkukablonet"] .cunkukablonetkutu .slogan{
        width: 85%;
    }
    section.cihazlar .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.cihazlar .cihaz{
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    section.cihazlar .cihaz .fiyatlar .fiyat{
        height: 100%;
        padding:  10px ;
    }
    section.cihazlar .cihaz .fiyatlar .fiyat b {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 15px;
        text-align: center;
    }
    .teledunyapaketleri .teledunyapaket{
        padding-bottom: 60%;
    }
    .kablonetMenu .content .btn-siziArayalim, .kablonetMenu .subContent .btn-siziArayalim{
        bottom: 30px;
        font-size: 25px;
        line-height: 50px;
        width: 30%;
    }
    .kablonetMenu .content ul > li > a{
        line-height: 35px;
    }
    section.servisler .servis{
        height: 200px;
    }
    section.basvuruBanner .bannerBasvuruFormu{
        max-width: unset;
        right: 0;
    }
    span.altyapipage + section.altyapiBanner .container{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    span.altyapipage + section.altyapiBanner .container > h1{
        width: 50%;
    }
    span.altyapipage + section.altyapiBanner .container > p{
        width: 50%;
    }
    span.altyapipage + section.altyapiBanner .bannerBasvuruFormu{
        margin-top: 30px;
    }
    section.musteriYorumlari2 .owl-musteriYorumlari2{
        padding: 0 10px;
    }
    section.musteriYorumlari2 .container .yorumlarLeft{
        display: flex;
    }
    section.musteriYorumlari2 .container .yorumlarLeft h3{
        margin-bottom: 0;
    }
    section.musteriYorumlari2 .musteriYorum{
        min-height: 245px;
    }
    section.bayibasvuru.yorumyap form .star-select{
        width: 100%;
        text-align: center;
    }
    section.bayibasvuru.yorumyap form .star-select svg{
        margin: 0 10px;
    }

}