.paschalion {
    margin: auto;
    font-family: 'Ponomar', Ponomar Unicode;
    font-size: 20px;
    text-align: center;
    border-collapse: collapse;
    overflow-x: auto;
}

.paschalion tr th {
    padding: 0 13px 0 13px;
    color: #B22603;
}

.paschalion tr, td, th {
    border: 1px solid #dddddd;
}

.zryachaya {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
}

.zryachaya_par {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
    align-items: center;
}

.zryachaya_par #par {
    font-family: 'Ponomar', Ponomar Unicode;
    font-size: 22px;
    text-align: justify;
}

#par_srb {
    font-size: 19px;
    text-align: justify;
}

#kg {
    font-family: Indiction Unicode;
    font-size: 96px;
    color: #B22603;
    padding-right: 15px;
}

.main_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#levo {

}

#desno {
    text-align: right;
}

#ruka_dam {
    width: 430px;
    height: 400px;
}

#kljuc_p {
    width: 418px;
    height: 910px;
}

#krug_m {
    width: 780px;
    height: 760px;
    padding-right: 10px;
}

#ad-l {
    text-align: center;
}

#amc-r {
    text-align: center;
}

.etos {
    font-size: 34px;
}

/* Smaller screens */
@media screen and (max-width: 862px) {
    .paschalion {
        display: flex;
    }


    .main_info {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .etos {
        font-size: 20px;
    }

    #levo, #desno {
        text-align: center;
    }

    #ruka_dam {
        width: 360px;
        height: 330px;
    }

    #km_kp {
        display: flex;
        align-content: space-between;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    #krug_m {
        width: 360px;
        height: 340px;
        padding-bottom: 20px;
    }

    #kljuc_p {
        width: 360px;
        height: 850px;
    }

    .zryachaya_par {
        padding-right: 10px;
        align-items: flex-start;
    }

}
