div.blognote1 {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 68px;
    height: 400px;
    z-index: 1;
    background-color: #cde3e3;
    /*	background-color: #F6F2D4; */
    border: 1px;
    border-style: solid;
    border-color: #006666;

    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    -webkit-box-shadow: 7px 7px 15px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 7px 7px 15px 0px rgba(122, 122, 122, 0.5);
    -o-box-shadow: 7px 7px 15px 0px rgba(122, 122, 122, 0.5);
    -ms-box-shadow: 7px 7px 15px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 7px 7px 15px 0px rgba(122, 122, 122, 0.5);
}

div.blognote1:hover div.blognote1footer {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 20px);
    background-image: -moz-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 20px);
    background-image: -o-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 20px);
    background-image: -ms-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 20px);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 20px);
}

div.blognote1title {
    position: absolute;
    right: -1px;
    top: -20px;
    height: 20px;
    width: 220px;
    color: #ffffff;
    background-color: #006666;
    overflow: hidden;
    z-index: 2;

    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -o-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-left-radius: 15px;
}

span.blognote1date {
    display: block;
    position: absolute;
    left: 0px;
    right: 5px;
    top: 4px;
    height: 12px;
    text-align: right;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: tahoma, arial, verdana, sans-serif;
}

div.blognote1header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 5px;
    color: #ffffff;
    background-color: #006666;
    border: 0px;
    border-style: solid;
    border-color: #006666;
    overflow: hidden;
    z-index: 2;
}

div.blognote1column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 400px;
    background-color: #33adad;
    z-index: 1;

    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div.blognote1text {
    position: absolute;
    left: 60px;
    right: 20px;
    top: 35px;
    height: 300px;
}

div.blognote1line {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 30px;
    border-bottom: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #ffffff;
}

div.blognote1text h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    color: #006666;
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    font-family: tahoma, arial, verdana, sans-serif;
}

div.blognote1text p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: tahoma, arial, verdana, sans-serif;
    word-wrap: break-word;
}

div.blognote1footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    padding-right: 15px;
    color: #33adad;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #ffffff;
    overflow: hidden;
    z-index: 0;
    text-align: right;
    font-size: 18px;

    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 10px);
    background-image: -moz-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 10px);
    background-image: -o-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 10px);
    background-image: -ms-linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 10px);
    background-image: linear-gradient(hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 10px);
}

/* Костыль увеличения высоты */
div.pagetext {
    height: 460px;
}

/* Костыли увеличения высоты при уменьшении разрешения */
@media screen and (max-width: 1320px) and (min-width: 10px)
{
    div.blognote1column,
    div.blognote1{
        height: 414px;
    }
}

@media (max-width: 995px) {
    div.blognote1column,
    div.blognote1{
        height: 500px;
    }
    div.pagetext {
        height: 560px;
    }
}

@media (max-width: 767px) {
    div.blognote1column,
    div.blognote1{
        height: 545px;
    }
    div.pagetext {
        height: 610px;
    }
}

@media (max-width: 670px) {
    div.blognote1column,
    div.blognote1{
        height: 595px;
    }
    div.pagetext {
        height: 660px;
    }
}

@media (max-width: 560px) {
    div.blognote1column,
    div.blognote1{
        height: 750px;
    }
    div.pagetext {
        height: 800px;
    }
}

@media (max-width: 479px) {
    div.blognote1column,
    div.blognote1{
        height: 1045px;
    }
    div.pagetext {
        height: 1115px;
    }
    div.blognote1footer{
        padding-right: 5px;
    }
}

@media (max-width: 320px) {
    
    div.blognote1column,
    div.blognote1{
        height: 1555px;
    }
    div.pagetext {
        height: 1605px;
    }

    .blognote1line {
        display: none;
    }

    /* Уменьшаем шрифт и отступ для подписи врача */
    div.blognote1footer{
        font-size: 0.9em;
        padding-right: 10px;
    }
}