.oneCalendar {
    width:47%;
    display: inline-block;
    vertical-align: top;
}
.oneCalendar table {
    border-collapse: separate;
    border-spacing: 0;
}
.oneCalendar table tr td{
    border-bottom: solid 0.5px #a0a0a0;
}
.oneCalendar table tr td:first-of-type, .oneCalendar table tr td:last-of-type{
/*    background: #b9bac4;*/
}
.oneCalendar table tr td.months {
    background:#221815;
    border:none;
    color:#fff;
    height: 20px;
    width: 71px;
    font-size: 13px;
    padding-top: 5px;
}
.oneCalendar table{
    margin:0 20px;
}
.calendarCounter{display: none;}
.arrowCalendar{
    width: 20px;
    display: inline-block;
    height: 334px;
    vertical-align: text-top;
    cursor: pointer;
    position: relative;
    top: 128px;
}
.arrowCalendar img {
    width: 14px;
}
.loadingCalendar{
    margin-top: 35px;
    position: relative;
}
.loaderCalendar{ display: none;width: 100px;
    position: absolute;
    top: 50px;
    left: 45%;
}
.loaderCalendar img {width:100px; height:100px;margin:0 auto;}

.fulltime::before {
    content: "";
    background: #bdbdbdaa;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
}
.harftime::before {
    content: "";
    background: #bdbdbdaa;
    border-radius: 70px;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 20px;
    display: inline-block;
}

@media (min-width: 798px ){
    .oneCalendar:last-of-type .calendar_info{
        display: none;
    }

    .oneCalendar table tr td, .oneCalendar table tr th {
        height:40px;
        color:#221815;
        background: none;
        text-align: center;
        vertical-align: middle;
    }

    .harftime_bg {
        background: #bdbdbdaa;
        border-radius: 70px;
        padding: 6px 0px;
        width: 30px;
        display:inline-block;
        text-align: center;
    }
}

@media (max-width: 798px ){
    .oneCalendar{
        width: 90%;
        margin: 30px 4%;
    }
    .arrowCalendar{
        display: none;
    }
    .loadingCalendar{
        margin-top: 0px;
    }
    .oneCalendar:first-of-type{
        display: inline-block;
    }
    .oneCalendar table tr td, .oneCalendar table tr th {
        height:35px;
        color:#221815;
        background: none;
        text-align: center;
        vertical-align: middle;
    }

    .harftime_bg {
        background: #bdbdbdaa;
        border-radius: 70px;
        padding: 5px 0px;
        width: 28px;
        display:inline-block;
        text-align: center;
    }
}