

/* Start:/local/templates/main/components/r-info/footer.text/.default/style.css?17513835032077*/
.footer_text {
    max-width: 964px;
    min-height: 255px;
    margin: 0 auto;
    background-color: #fefefe;
}

.footer-text {
    overflow: hidden;
    max-height: 150px;
    margin-right: 255px;
    /*
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    */
}

.footer-text.show-all {
    /*
    -ms-line-clamp: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    */
    overflow: visible;
    max-height: 100%;
}

.footer-text-show-all {
    margin-top: 10px;
    font-size: 20px;
    text-decoration: underline;
    color: #000000;
    transition: all .2s;
    cursor: pointer;
}

.footer-text-show-all:hover {
    color: #9d59e2;
}

.footer_text ul li {
    position: relative;
    padding-left: 22px;
    margin: 1em 0;
}

.footer_text ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    top: 13px;
    left: 0;
}

.footer-text h2 {
    font-size: 26px;
}

.footer-text,
.footer-text a,
.footer-text p {
    font: 15px 'PT Sans', sans-serif;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.footer-text a {
    text-decoration: underline;
}

.footer_text .full-text {
    display: none;
}

.footer_text .full-text .hide-text img {
    transform: rotate(180deg);
}

.footer_text img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .footer_text {
        width: initial;
        margin: 30px auto 20px auto;
        padding: 15px 15px 0;
    }

    .footer-text {
        margin-right: auto;
        max-height: 100px;
    }

    .footer-text h2 {
        font-size: 20px;
    }

    .footer-text,
    .footer-text a,
    .footer-text p {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/main/components/r-info/footer.text/.default/style.css?17513835032077 */
