.popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11;
}

.popup button {
    z-index: 12;
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 38.4rem;
    width: 83px;
    height: 83px;
    border-radius: 500px;
    background: #818589;
    border: none;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: right 0.4s ease-in-out 0.3s;
}

.popup button:hover {
    cursor: pointer;
}

.popup button:focus {
    outline: none;
}

.blog-about-popup {
    z-index: 11;
    bottom: 37px;
    right: 1.5rem;
    width: 40.8rem;
    position: absolute;
    height: 18.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0) 100%), #C4C4C4;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 3px solid #818589;
    border-radius: 30px;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.blog-about-popup:hover, .blog-about-popup:active {
    height: 30rem;
}

.blog-about-popup .img {
    margin: 17px 9px 0 17px;
    float: left;
    width: 6.2rem;
    height: 6.2rem;
    border: 3px solid #EC7305;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 200px;
    background: url("../img/face.JPEG") center no-repeat;
    background-size: cover;
}

.blog-about-popup .short-description {
    margin-bottom: 13px;
}

.blog-about-popup .short-description span {
    color: #EC7305;
}

.blog-about-popup a {
    color: #FFFFFF;
    margin: 0;
    float: left;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 15px;
    text-align: justify;
    width: 29rem;
}

.blog-about-popup a:hover span, .blog-about-popup:active a span {
    text-decoration-line: underline;
}

.blog-about-popup a h4 {
    margin: 17px 0 0.4rem 0;
    color: #EC7305;
    font-weight: bold;
    text-decoration-line: underline;
    font-size: 1.8rem;
}

.blog-about-popup .full-description {
    display: block;
    height: 0;
    font-size: 1.3rem;
    overflow: hidden;
    font-weight: normal;
    transition: height 0.4s ease-in-out, margin-bottom 0.4s ease-in-out;
}

.blog-about-popup:hover .full-description, .blog-about-popup:active .full-description {
    height: 100px;
    margin-bottom: 17px;
}

.blog-about-popup hr {
    clear: both;
    background: none;
    border: none;
}

.blog-about-popup cite h6 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9rem;
    position: absolute;
    top: -12.7px;
    left: 38px;
}

.blog-about-popup cite {
    box-sizing: border-box;
    font-style: italic;
    font-weight: normal;
    font-size: 1.3rem;
    background: #ABABAB;
    border-radius: 5px;
    width: 30.7rem;
    text-align: justify;
    position: relative;
    display: block;
    padding: 6px 20px;
    margin: 0 0 0 74px;
}

.blog-about-popup cite:before, .blog-about-popup cite:after {
    font-style: normal;
    font-weight: bold;
    font-size: 3.6rem;
    position: absolute;
    font-family: "Arial Rounded MT Bold", sans-serif;
}

.blog-about-popup cite:before {
    top: -12.9px;
    left: 8px;
    content: '“';
}

.blog-about-popup cite:after {
    bottom: -11.1px;
    right: 8px;
    content: '„';
}