

/* Start:/local/components/aft/quote/templates/.default/style.css?17579444331389*/
.citation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}
.citation__picture {
    border-radius: 50%;
    height: 86px;
    flex-shrink: 0;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    width: 86px;
}
.citation__picture img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.citation__content {
    flex-grow: 1;
}
.citation__title {
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
    word-break: break-word;
}
.citation .citation__title a {
    color: inherit;
}
.citation__title a:hover {
    color: inherit;
}
.citation__author {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.36;
}
.citation__author i {
    font-weight: 400;
}
@media (min-width: 576px) {
    .citation__picture {
        height: 11rem;
        width: 11rem;
        margin-right: 3.5rem;
    }
    .citation__title {
        font-size: 3.6rem;
        line-height: 1.1;
        margin-bottom: 36px;
    }
    .citation__author {
        font-size: 24px;
    }
    .news__section.news__section--quote {
        margin-top: 7rem;
    }
}
@media (min-width: 768px) {
    .citation__title {
        font-size: 4.8rem;
        line-height: 6rem;
        margin: 0 0 3rem;
        word-break: break-word;
    }
}

/* End */


/* Start:/local/components/aft/form.subscribe/templates/.default/style.css?17579444321467*/
.subscribe {
    margin: 11.9rem auto 12.9rem;
    padding: 5.2rem 0;
    border-radius: 4.5rem;
    background-color: var(--color-orange);
    max-width: 1366px;
}
.subscribe .container {
    padding-bottom: 2.7rem;
    padding-top: 2.7rem;
    position: relative;
}
.subscribe .container::before {
    border-radius: 50%;
    background-color: var(--color-white);
    content: '';
    height: 23.8rem;
    left: 10rem;
    position: absolute;
    top: 1rem;
    width: 23.8rem;
}
.subscribe__caption {
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.subscribe__desc {
    font-size: 16px;
    margin: 1.6rem 0 8rem;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}
@media (min-width: 576px) {
    .subscribe .container::before {
        height: 28.8rem;
        left: 0;
        top: 0;
        width: 28.8rem;
    }
    .subscribe .form__item {
        margin-bottom: 0;
    }
    .subscribe .form__input {
        font-family: inherit;
        font-size: inherit;
        margin-bottom: 0.8rem;
        line-height: 2.3;
        padding: 1rem 0;
    }
    .subscribe .button.form__btn {
        margin-top: 0;
    }
    .subscribe__caption {
        font-size: 8rem;
        line-height: 10rem;
        margin-bottom: 0;
        text-align: left;
    }
    .subscribe__desc {
        font-size: 2.4rem;
        margin-bottom: 12rem;
        text-align: left;
        padding: 0;
    }
}

/* End */
/* /local/components/aft/quote/templates/.default/style.css?17579444331389 */
/* /local/components/aft/form.subscribe/templates/.default/style.css?17579444321467 */
