

/* Start:/local/components/terem/review.list.text/templates/.default.pagination.region/style.css?17690065429669*/
section.block-otzyvy {
    max-width: 1320px;
    padding-top: 16px;
    padding-bottom: 0;
    z-index: 0;
}

@media screen and (min-width: 1000px) {
    .block-otzyvy .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -24px;
    }

    .container>.item:last-child {
        margin-bottom: 40px;
    }
}

.otzyvy>.item {
    margin-bottom: 40px;
    padding: 29px 30px 29px 29px;
}

.text-item .otzyvy-item-info.nfo {
    margin-bottom: 5px;
}

.otzyvy>.otzyvy-item:nth-child(2n+1) {
    clear: both;
}

.otzyvy-item {
    background-color: var(--background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 640px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}

.otzyvy-item .tx {
    position: relative;
    top: 0;
    color: var(--text-color);
}

.otzyvy-item .tx>*:last-child {
    margin-bottom: 3px !important;
}

.otzyvy-item-info.nfo {
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 600;
    min-height: 49px;
}

.text-item .nfo span:first-child {
    padding-right: 0;
    margin-right: 0;
}

.text-item .nfo span:first-child::after {
    display: none;
}

.otzyvy-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.otzyvy-item-bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.otzyvy-item-info-date {
    float: left;
    min-height: 24px;
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey-color);
}

.otzyvy-item-info.nfo>span:last-child {
    overflow: hidden;
    display: block;
    padding: 1px 10px 0 0;
}

.otzyvy-item-text {
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    height: 8.95em;
    overflow: hidden;
    position: relative;
}

.otzyvy-item.uncut .otzyvy-item-text {
    height: unset;
    overflow: auto;
}

.otzyvy-item.uncut .otzyvy-item-text-btn {
    display: none;
}

.otzyvy-item-text.opened {
    height: unset;
    overflow: auto;
}

.otzyvy-item.cut .otzyvy-item-text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.otzyvy-item-text-btn {
    cursor: pointer;
    font: 400 14px var(--text-font);
    color: var(--grey-color);
    opacity: 0;
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--grey-color)), to(var(--grey-color)));
    background-image: linear-gradient(to right, var(--grey-color) 0, var(--grey-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 91%;
    background-size: 100% 1px;
    margin-bottom: 14px;
}

.otzyvy-item-text-btn:hover {
    background-image: none;
}

.otzyvy-item.cut .otzyvy-item-text-btn {
    opacity: 1;
}

.otzyvy-item-text .review-txt {
    display: inline;
}

.otzyvy-item-user-info {
    margin-top: 19px;
}

.otzyvy-item-user {
    font-family: var(--title-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 3px;
    padding: 0 10px 0 0;
}

.otzyvy-item-region {
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--grey-color);
}

a.otzyvy-item-link {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-family: var(--text-font);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--title-color);
    max-height: 24px;
    margin: 18px 1px 0 0;
    border-bottom: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--title-color)), to(var(--title-color)));
    background-image: linear-gradient(to right, var(--title-color) 0, var(--title-color) 100%);
    background-repeat: repeat-x;
    background-position: 0 87%;
    background-size: 100% 1px;
}

a.otzyvy-item-link:first-letter {
    text-transform: lowercase;
}

a.otzyvy-item-link:hover, .no-touchevents .tx a.otzyvy-item-link:hover {
    color: var(--title-color);
    background-image: none;
    border-bottom: none;
}

.otzyvy-pagination {
    text-align: center;
}

.pagination-otzyvy .pagination-otzyvy__item {
    padding: 0 10px;
    margin: 0;
    color: var(--main-color);
    border-right: 1px solid #B2B2B2;
}

.pagination-otzyvy .pagination-otzyvy__item._move:last-child {
    border: none;
}

.block-otzyvy__pagination {
    text-align: center;
    font: 400 12px/18px var(--text-font);
    letter-spacing: 1.2px;
    margin-top: 104px;
}

.block-otzyvy__pagination__item {
    display: inline-block;
    padding: 4px 8px 2px 8px;
    border-radius: 2px;
    color: var(--grey-color);
    background: #F7F6F5;
    margin-right: 6px;
}

.block-otzyvy__pagination__item._active {
    background: var(--tab-color);
    color: var(--background);
}

.block-otzyvy__pagination__item._dots {
    width: 13px;
}

.block-otzyvy__pagination__arrow {
    padding: 5px 8px 4px;
    margin: 0 7px 0 4px;
}

.block-otzyvy__pagination__arrow.disabled {
    pointer-events: none;
}

.disabled svg path {
    stroke: #BFBFBF;
}

@media(min-width:1100px) {
    .otzyvy-item-user-info {
        width: 63%;
    }
}

@media(max-width:1300px) {

    .otzyvy-item-bottom-block,
    .otzyvy-item-info.nfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width:1100px) {
    .container.otzyvy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

    .container.otzyvy:after {
        display: none;
    }

    .otzyvy>.item {
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .otzyvy>.item:not(:last-child) {
        border-bottom: 1px solid var(--line-color);
        padding-bottom: 59px;
    }

    .container.l-col-2>.item.otzyvy-item {
        width: 100%;
        max-width: 100%;
        margin: 0;
        gap: 0;
    }

    .container.l-col-2>.item.otzyvy-item:not(:first-child) {
        padding-top: 60px;
    }

    .otzyvy-item-info-date {
        font-size: 14px;
        line-height: 22px;
        color: var(--grey-color);
    }

    .otzyvy-item-info.nfo>span:last-child {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: var(--text-color);
        padding-top: 8px;
    }

    .otzyvy-item-user-info {
        margin-top: 31px;
    }

    .text-item .otzyvy-item-info.nfo {
        margin-bottom: 19px;
    }

    .otzyvy-item-user {
        font-weight: 500;
        line-height: 130%;
        margin-bottom: 9px;
    }

    .otzyvy-item-region {
        line-height: 150%;
        margin-bottom: 20px;
    }

    a.otzyvy-item-link {
        line-height: 150%;
        margin: 0;
    }

    a.otzyvy-item-link:first-letter {
        text-transform: uppercase;
    }

    .otzyvy-item-text .otzyvy-item-text-btn {
        font: 400 13px/18px var(--text-font);
    }

    .block-otzyvy__pagination {
        margin-top: 60px;
    }

    .block-otzyvy__pagination__item {
        padding: 4px 8px 2px;
        margin-right: 5px;
    }

    .block-otzyvy__pagination__arrow {
        margin: 4px 7px 0 4px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .otzyvy-item:nth-child(odd) {
        margin-right: 40px;
    }
}

@media(max-width:640px) {
    section.block-otzyvy {
        padding-top: 2px;
    }

    section.block-otzyvy .wrapper {
        width: calc(100% - 30px);
    }

    .container.l-col-2>.item.otzyvy-item {
        width: 100%;
    }

    .container.l-col-2>.item.otzyvy-item:last-child {
        margin-bottom: 0;
    }

    .text-item .otzyvy-item-info.nfo {
        margin-bottom: 21px;
    }

    .otzyvy-item-info.nfo>span:last-child {
        font-size: 16px;
        line-height: 129%;
    }

    .otzyvy-item .otzyvy-item-text,
    .otzyvy-item-user,
    .otzyvy-item-region {
        font-size: 14px;
    }

    .otzyvy-item .otzyvy-item-text {
        height: 8.87em;
    }

    .otzyvy-item-user-info {
        margin-top: 30px;
    }

    .otzyvy-item-user {
        margin-bottom: 10px;
    }

    .otzyvy-item-region {
        margin-bottom: 19px;
    }

    .otzyvy-item-text-btn {
        margin-bottom: 3px;
    }
}
/* End */
/* /local/components/terem/review.list.text/templates/.default.pagination.region/style.css?17690065429669 */
