.l-wrapper {
    position: relative;
}

/*
 * Small calendar (right side)  ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
 */

.b-lesson-plan_small {
    top: 60px;
    left: 104%;
    z-index: 10;
}


.b-lesson-plan_small .b-calendar__header_bind {
    top: -11px;
}


/*
 * Header of a calendar
 */

.b-lesson-plan_small .b-calendar__header {
    height: 62px;
    padding-top: 17px;
    border-bottom: 2px solid rgba(46,157,150, 1);

    background: #3bb4ac;
    background: -moz-linear-gradient(top,  #3bb4ac 0%, #36aca5 100%);
    background: -webkit-linear-gradient(top,  #3bb4ac 0%, #36aca5 100%);
    background: linear-gradient(to bottom,  #3bb4ac 0%, #36aca5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb4ac', endColorstr='#36aca5',GradientType=0 );
}


/*
 * Body of a calendar
 */

.b-lesson-plan_small .b-calendar__body {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 0 0 #ebebeb, 0 15px 0 -5px #d5d5d5;
    box-shadow: 0 5px 0 0 #ebebeb, 0 15px 0 -5px #d5d5d5;
}

.b-lesson-plan_small .b-calendar__item {
    display: block;
    font-size: 0;
}

.b-lesson-plan_small .b-calendar__col {
    display: inline-block;
    width: 100%;
    border-color: #eaeaea;
    padding: 11px 0;
}

.b-calendar .b-teacher-notification,
.b-calendar .b-checkbox__label {
    font-size: 12px;
    width: auto;
}

.b-lesson-plan_small .b-calendar__item.is-good {
    font-size: 14px;
    line-height: 18px;
    color: #3bb4ac;
    text-align: center;
}

.b-lesson-plan_small .b-calendar__item.is-attention {
    font-size: 14px;
    line-height: 18px;
    color: #e22817;
    text-align: center;
}


.b-calendar__num {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background-color: #34aba2;
    border-radius: 50%;
    border: 2px solid #34aba2;
    position: relative;
    z-index: 10;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.b-calendar__item.is-disabled .b-calendar__num {
    color: #203636;
    background: #fff;
    border: 1px dashed #203636;
    opacity: .5;
}

.b-lesson-plan_small .b-calendar__name {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    font-family: 'Segoe UI', Ubuntu, Tahoma, Geneva;
    font-size: 14px;
}

.b-calendar__btn {
    margin: 10px 0;
    text-align: center;
}

.b-calendar__btn .puzzle-button_blue {
    padding: 13px 30px 10px;
    min-width: 200px;
}


/*
 * checkbox-line
 */

.b-calendar .b-teacher-notification,
.b-calendar .checkbox-line__text_fz_medium{
    font-size: 12px;
}

.b-calendar .checkbox-line {
    margin-bottom: 10px;
}

.b-calendar .check-box__target {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
    margin-right: 8px;
}

.b-calendar .checkbox-line__text {
    margin-left: 0;
}


/*
 * Media queries
 */

@media only screen
and (max-width : 1480px) {
    .b-calendar__num {
        width: 25px;
        height: 25px;
        line-height: 23px;
    }
    .b-lesson-plan_small .b-calendar__name {
        width: 68%;
    }
    .b-calendar__btn .puzzle-button_blue {
        min-width: 120px;
        padding: 13px 10px 10px;
    }
}