.hidden {
    display: none!important;
}
.expert-quote {
    margin-top: 42px
}

.expert-quote__blockquote {
    background: #ffeeec;
    border: none;
    border-radius: 6px;
    position: relative;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0);
    -webkit-transform: scaleY(1);
    z-index: 20;
    margin-bottom: 12px;
    font-family: proxima n w01 light;
    padding: 24px 36px;
    font-size: 135%;
    line-height: 1.4
}

@media(min-width:1440px) {
    .expert-quote__blockquote {
        font-size: 130%
    }
}

@media(min-width:1920px) {
    .expert-quote__blockquote {
        font-size: 120%
    }
}

@media(max-width:768px) {
    .expert-quote__blockquote {
        font-size: 110%;
        padding: 18px 30px
    }
}

.expert-quote__blockquote:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 60px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 20px solid;
    border-color: transparent transparent transparent #ffeeec
}

.expert-quote__expert-information {
    position: relative;
    padding-top: 12px;
    margin-bottom: 36px
}

.expert-quote__loader {
    display: inline-block;
    position: absolute;
    background: #ffeeec;
    top: -66px;
    padding: 6px 12px;
    border-radius: 6px
}

.expert-quote__expert-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0;
    float: left;
    position: relative;
    z-index: 10
}

.expert-quote__expert-name {
    padding-left: 88px;
    position: relative
}

.expert-quote__expert-name>h3 {
    color: #222;
    font-size: 16px;
    margin: 0;
    line-height: 60px;
    font-family: albertina w01;
    font-style: italic
}

.expert-quote__expert-name>h3 a {
    text-decoration: none
}

.expert-quote__expert-name>h3:hover {
    font-weight: 400
}

.expert-quote__expert-name>h3:hover a {
    text-decoration: underline;
    font-weight: 400
}

.expert-quote__expert-name:after {
    top: 31px;
    left: 70px;
    width: 15px;
    height: 1px;
    content: '';
    background: #946d37;
    position: absolute
}