

/* Start:/local/templates/redesign/css/tags.css?17228627641666*/
.component-tags {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}
.coc-content__tags.component-tags {
  padding-top: 60px;
}
.component-tags__control {
  flex-shrink: 0;
  display: none;
}
.component-tags__control--show{
  display: block;
}
.component-tags__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-start;
  max-height: 30px;
  overflow: hidden;
  transition: 0.8s ease-out;
}
.component-tags__list--show-all {
  max-height: 735px;
}
.component-tags__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 250px;
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #7D858C;
  text-transform: uppercase;
  background-color: #E5EAEC;
  border-radius: 4px;
  text-align: center;
  padding: 6px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.component-tags__link--current {
  background-color: #B12535;
  color: #fff;
}
.component-tags__link:hover {
  color: #fff;
  background-color: #7D858C;
  text-decoration: none;
}
.component-tags__toggle {
  background: #7D858C;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: fit-content;
  line-height: 1;
  padding: 10px 10px;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
.component-tags__toggle:hover {
  opacity: 0.6;
}
@media (max-width: 1024px){
  .component-tags {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .component-tags__list{
    justify-content: center;
  }
  .coc-content__tags.component-tags {
    padding-top: 40px;
    margin-bottom: 25px;
  }
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/catalog.item/review/style.css?173018642427236*/
a[data-sort="reviewsdesc"].active + a[data-sort="reviewsasc"],
a[data-sort="pop"]:not(.active) + a[data-sort="reviewsdesc"] {
    background: #B12535;
    color: #fff;
    text-decoration: none;
}

a[data-sort="reviewsdesc"].active,
a[data-sort="reviewsasc"].active,
a[data-sort="pop"].active + a[data-sort="reviewsdesc"] + a[data-sort="reviewsasc"] {
    display: none;
}

.catalog-content__wrapper {
    display: flex;
    flex-direction: column;
}

html .catalog-description .catalog-description__content {
    margin: 0 auto;
}

.catalog-description .catalog-description__content--noimg .catalog-description__title.heading {
    margin-bottom: 0;
}

.catalog-description .catalog-description__content--center .catalog-description__title.heading {
    font-size: 48px;
    margin-bottom: 0;
}

.catalog-content__wrapper .product-review-wrapper {
    border: solid 0 transparent;
    border-bottom: 1px solid #E5EAEC;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    min-height: 200px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper:last-child {
    border-bottom: none;
}

.catalog-content__wrapper .product-review-wrapper .block {
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 1185px;
    min-height: 150px;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .block.image-block {
    max-width: 335px;
    width: 25%;
}
.catalog-content__wrapper .product-review-wrapper .block.info-block {
    max-width: 75%;
}

.catalog-content__wrapper .catalog-navigation {
    border: 1px solid #E5EAEC;
}

.product-review-wrapper .card-component__img {
    height: 350px;
    max-width: 100%;
}

.product-review-wrapper .card-component__img img {
    max-width: 90%;
}

.catalog-content__wrapper .product-review-wrapper .info-block div,
.catalog-content__wrapper .product-review-wrapper .info-block span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 0;
    visibility: visible;
    width: auto;
}

.catalog-content__wrapper .product-review-wrapper .info-block .sticker span {
    padding: 0 6px;
    height: 20px;
    line-height: 18px;
}

.catalog-content__wrapper .product-review-wrapper .info-block div .tooltip {
    padding: 10px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__stock-wrapper {
    margin-left: -8px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__bio-icon .tooltip {
    padding: 20px;
    position: absolute;
    width: calc(100vw - 40px);
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__bio-icon .tooltip .card-component__bio-info {
    margin-bottom: 10px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__bio-icon .tooltip .card-component__bio-info:last-child {
    margin-bottom: 0;
}

.catalog-content__wrapper .product-review-wrapper .info-block span {
    margin-right: 20px;
}

.catalog-content__wrapper .product-review-wrapper .info-block span.sticker--discount span.sticker__discount-value {
    margin: 0;
}

.catalog-content__wrapper .product-review-wrapper .info-block span.sticker--discount:not(:last-child) span.sticker__discount-value {
    margin: 0 -8px;
}

.catalog-content__wrapper .product-review-wrapper .info-block span.sticker__discount-value a {
    line-height: initial;
    padding: 0;
}

.catalog-content__wrapper .product-review-wrapper .info-block .slide-item {
    margin-right: 50px;
}

.catalog-content__wrapper .product-review-wrapper .info-block div:hover,
.catalog-content__wrapper .product-review-wrapper .info-block span:hover,
.catalog-content__wrapper .product-review-wrapper .not-available:hover .card-component--horizontal {
    box-shadow: none;
}

.catalog-content__wrapper .product-review-wrapper .card-component__tools {
    opacity: 1;
    visibility: visible;
}
.catalog-content__wrapper .product-review-wrapper .card-component:hover .card-component__crumb {
    opacity: 1;
    visibility: visible;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper {
    border: solid 0 transparent;
    display: block;
    max-width: unset;
    padding: 0;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .card-component__sticker .sticker {
    height: 22px;
    margin-bottom: 0;
}

.product-review-wrapper .card-component__sticker a {
    line-height: initial;
    padding: 2px 10px 1px;
}

.product-review-wrapper .card-component__sticker .sticker.sticker--darken-blue {
    min-width: 25px;
    padding-left: 30px;
}

.product-review-wrapper .card-component__sticker .sticker.sticker--red {
    padding: 0 8px;
}

.product-review-wrapper .card-component__sticker .sticker--darken-blue a {
    padding: 2px 10px 1px 0;
}

.product-review-wrapper .card-component__crumbs-wrapper .card-component__crumbs span.card-component__rating-star {
    padding: 0 0 0 20px;
}

.product-review-wrapper .card-component__crumb div.tooltip {
    padding: 10px;
}

.catalog-content__wrapper .product-review-wrapper .card-component-wrapper:hover .card-component--horizontal {
    box-shadow: none;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__tools,
.catalog-content__wrapper .product-review-wrapper .info-block .detail-properties {
    display: none;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component-section {
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__header {
    flex-direction: row;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .product-code {
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 10px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__img {
    display: none;
}
.catalog-content__wrapper .product-review-wrapper .info-block .card-component__crumbs span {
    margin-right: 8px;
    visibility: visible;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__crumbs span.card-component__wine-sort {
    aspect-ratio: 1/1;
    min-width: 14px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component__crumbs span:last-child {
    margin-right: 0;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component--horizontal .card-component__footer {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__footer .money-ruble {
    margin-left: 5px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__name {
    font-size: 32px;
    margin-top: 20px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__second-name {
    font-size: 12px;
    margin: 0;
}

.catalog-content__wrapper .product-review-wrapper .info-block .lwine-rate-block {
    display: flex;
    font-size: 12px;
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .card-component--horizontal .price__main,
.catalog-content__wrapper .product-review-wrapper .card-component--horizontal .price__discount {
    margin-top: 10px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .lwine-rate-block span {
    padding: 0 0 0 5px;
}

.catalog-content__wrapper .product-review-wrapper .info-block .lwine-rate-block span.quantity {
    color: #7D858C;
    text-decoration: none;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component--horizontal .card-component__header {
    align-items: center;
    justify-content: flex-start;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component--horizontal .card-component__header .card-component__crumbs-wrapper {
    margin-left: auto;
}

.catalog-content__wrapper .product-review-wrapper .info-block .card-component--horizontal .card-component__sticker {
    margin-right: 20px;
    min-height: 20px;
    top: initial;
}

.catalog-content__wrapper .product-review-wrapper .block:first-child {
    margin-right: 10px;
    max-width: 295px;
}

.catalog-content__wrapper .product-review-wrapper .block .inner-block {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100px;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block .reviews {
    background: #f4f4f7;
    border-radius: 12px;
    margin-top: 10px;
    min-height: 170px;
    overflow: visible;
    padding: 15px 50px;
    position: relative;
    transition: height .2s ease-in-out 0.25s, opacity .15s linear, transform .3s ease-out;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block.reviews-block--touched .reviews {
    transition: height .2s ease-in-out 0.25s, opacity .15s linear, transform 0s linear;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block.reviews-block--update .reviews {
    opacity: 1;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .swipe-arrows {
    background: #7D858C;
    border-radius: 10px;
    height: calc(100% - 12px);
    left: 50%;
    position: absolute;
    top: 11px;
    transform: translateX(-50%);
    transition: 0.25s linear;
    width: calc(100% - 3px);
    z-index: -1;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .swipe-arrows .swipe-arrows__item {
    filter: brightness(0) invert(1);
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.25s cubic-bezier(0, 1, 1, 1);
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block.reviews-block--update .swipe-arrows {
    background: #7D858C;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block.reviews-block--update .swipe-arrows .swipe-arrows__item {
    opacity: 1;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .swipe-arrows .swipe-arrows__item.swipe-arrows__item--prev {
    left: 15px;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .swipe-arrows .swipe-arrows__item.swipe-arrows__item--next {
    right: 15px;
}

.catalog-content__wrapper .product-review-wrapper .block .inner-block div,
.catalog-content__wrapper .product-review-wrapper .block .inner-block p {
    display: flex;
}

.catalog-content__wrapper .product-review-wrapper .block .inner-block p {
    color: #333;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: justify;
}

.catalog-content__wrapper .product-review-wrapper .block .inner-block p br {
    content: "";
    display: block;
    height: 0;
    margin: 2px 0;
    width: 100%;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .author {
    font-size: 22px;
    padding-bottom: 3px;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews span.slide-item {
    display: block;
    opacity: 0;
    position: absolute;
    transition: 0.15s ease-in 0.15s;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews span.slide-item.active {
    display: block;
    opacity: 1;
    transition: 0.5s ease-out 0.5s;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews span.active {
    display: block;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .rating {
    padding-bottom: 5px;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .rating span {
    color: #B12535;
    margin-right: 10px;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .rating svg {
    margin-right: 2px;
    margin-top: 3px;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .nav {
    align-items: center;
    bottom: 0;
    cursor: initial;
    display: flex;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    transition: 0.15s;
}

.catalog-content__wrapper .product-review-wrapper.product-review-wrapper--loaded .block .reviews .nav {
    cursor: pointer;
    opacity: 1;
}

.catalog-content__wrapper .product-review-wrapper .block .reviews .prev {
    left: 0;
    padding-left: 20px;
}
.catalog-content__wrapper .product-review-wrapper .block .reviews .next {
    padding-right: 20px;
    right: 0;
}

.catalog-content__wrapper .product-review-wrapper .card-component__footer .price-reverse {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: baseline;
    gap: 10px
}
.catalog-content__wrapper .product-review-wrapper .card-component__footer .price-reverse .price__main,
.catalog-content__wrapper .product-review-wrapper .card-component__footer .price-reverse .price__discount {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 577px) {
    .catalog-content__wrapper .product-review-wrapper.product-review-wrapper--loaded .block .reviews .nav:hover {
        opacity: 0.3;
    }
}

.sorting__text {
    display: flex;
    flex-direction: row;
}

.sorting__text a {
    background: #E5EAEC;
    border-radius: 5px;
    color: #7D858C;
    margin: 5px;
    padding: 12px;
}

.sorting__text a:hover, .sorting__text a.active {
    background: #B12535;
    color: #fff;
    text-decoration: none;
}

.catalog-content .catalog-information {
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 50px;
}

.catalog-content .catalog-information .sorting {
    margin-right: 0;
}

.product-review-wrapper .block.info-block .card-component__stock-wrapper .card-component__stock-wrapper-status {
    margin-right: 20px;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .card-component__img .sommelier-video-review-url {
    align-items: center;
    color: #B12535;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 1;
    opacity: 1;
    padding: 0;
    position: relative;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: 0.2s 0.2s;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .card-component-wrapper .card-component--horizontal .sommelier-video-review-url {
    font-size: 12px;
    position: relative;
    top: initial;
    transform: translateY(0);
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .card-component-wrapper .card-component--horizontal .sommelier-video-review-url i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    margin-right: 8px;
    width: 22px;
}

.catalog-content__wrapper .product-review-wrapper .block.info-block .card-component__img .sommelier-video-review-url:hover,
.catalog-content__wrapper .product-review-wrapper .block.info-block .card-component__img .sommelier-video-review-url:focus {
    text-decoration: none;
}

@media screen and (max-width: 750px) {
    .catalog-content__wrapper .product-review-wrapper .block:first-child {
        max-width: 200px;
    }
}

html .catalog-content__wrapper .product-review-wrapper .info-block div .only-desktop {
    display: flex;
}

html .catalog-content__wrapper .product-review-wrapper .card-component__header.only-mobile {
    display: none;
}

@media screen and (max-width: 576px) {
    html .catalog-content__wrapper .product-review-wrapper .info-block div .only-desktop {
        display: none;
    }

    html .catalog-content__wrapper .product-review-wrapper .card-component__header.only-mobile {
        display: flex;
    }

    .catalog-content__wrapper .product-review-wrapper {
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 100vw;
        overflow: hidden;
        padding: 20px;
    }

    .catalog-content__wrapper .product-review-wrapper .block:first-child {
        max-width: 200px;
    }

    .catalog-content .catalog-information {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .catalog-content .catalog-information .sorting {
        margin: 0 -20px 8px;
        width: calc(100% + 40px);
    }

    .catalog-content .catalog-information .sorting:after, .catalog-content .catalog-information .sorting:before {
        bottom: -1px;
        content: "";
        height: calc(100% - 12px);
        pointer-events: none;
        position: absolute;
        width: 20px;
        z-index: 2;
    }

    .catalog-content .catalog-information .sorting:after {
        background-image: linear-gradient(90deg, #fff0, #fff);
        right: 0;
    }

    .catalog-content .catalog-information .sorting:before {
        background-image: linear-gradient(-90deg, #fff0, #fff);
        left: 0;
    }

    .sorting__text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 10px;
        justify-content: flex-start;
        position: relative;
    }

    .sorting__text > span {
        flex-grow: 1;
        flex-shrink: 0;
        margin: -3px 0 13px;
        padding-left: 20px;
        text-align: start;
        width: 100%;
    }

    .sorting__text a {
        font-size: 11px;
        margin: 0 5px 6px 5px;
        padding: 14px 12px;
    }

    .sorting__text > div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        overflow-y: auto;
        width: auto;
        width: fit-content;
    }

    .sorting__text > div::-webkit-scrollbar {
        height: 3px;
        width: 3px;
    }

    .sorting__text > div::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .sorting__text > div::-webkit-scrollbar-thumb {
        background: #ccc;
    }

    .sorting__text > div::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }

    .catalog-information .catalog-information__filter-header {
        justify-content: flex-start;
        margin: -4px 0 -6px;
    }

    .product-review-wrapper .card-component__sticker,
    .product-review-wrapper .card-component__stock-wrapper {
        margin-bottom: 0;
        margin-right: 8px;
    }

     .catalog-content__wrapper .product-review-wrapper .card-component__sticker .sticker {
        align-items: baseline;
        display: flex;
        height: 20px;
        justify-content: center;
        line-height: initial;
        margin-bottom: 0;
        padding: 0;
    }

    .product-review-wrapper .card-component__sticker:not(:empty) {
        margin-left: 8px;
        margin-right: 8px;
    }

    .product-review-wrapper .card-component__header {
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 20px;
        justify-content: center;
        width: 100%;
    }

    .product-review-wrapper .card-component__header > div {
        height: 20px;
    }

    .product-review-wrapper .card-component__header > div.card-component__sticker {
        position: absolute;
        top: 50px;
    }

    .catalog-content__wrapper .product-review-wrapper .card-component__crumbs-wrapper {
        justify-content: flex-end;
        margin-left: auto;
        width: auto;
    }

    .catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__name {
        font-size: 21px;
        margin-top: 10px;
    }

    .catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__second-name {
        font-size: 12px;
        margin-top: 5px;
    }

    .catalog-content__wrapper .product-review-wrapper .info-block .lwine-rate-block {
        margin-top: 10px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .reviews .prev {
        padding: 10px 100px 10px 10px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .reviews .next {
        padding: 10px 10px 10px 100px;
    }

    .catalog-content__wrapper .product-review-wrapper .block.info-block .reviews-block .reviews {
        margin-top: 10px;
        min-height: 100px;
        height: 150px;
        padding: 12px 36px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .reviews .author {
        font-size: 16px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .inner-block p {
        font-size: 12px;
        line-height: 1.25;
    }

    .product-review-wrapper .card-component__img {
        height: 250px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .reviews .rating {
        margin-top: -10px;
    }

    .catalog-content__wrapper .product-review-wrapper .block .reviews .author {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .catalog-content__wrapper .product-review-wrapper .block.image-block {
        padding: 30px 0 20px;
    }

    .product-review-wrapper .card-component__stock-wrapper {
        left: calc(50% - 6px);
        position: absolute;
        top: 360px;
        transform: translateX(-50%);
    }

    .product-review-wrapper .sommelier-video-review-url span {
        display: none;
    }

    .card-component__sticker i.icon-l-collection {
        height: 20px;
    }

    .catalog-content__wrapper .sommelier-video-review-url {
        margin: 0 10px;
        opacity: 1;
    }

    .product-review-wrapper .card-component__img .sommelier-video-review-url {
        display: block;
        margin: 0;
    }

    .product-review-wrapper .sommelier-video-review-url i {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px;
        width: 24px;
    }

    .product-review-wrapper .card-component__sommelier {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .catalog-content__wrapper .sticker--darken-blue {
        background-position-y: 2px;
    }

    .product-review-wrapper .card-component__sticker {
        min-height: 20px;
    }

    .product-review-wrapper .card-component__bio .card-component__bio-icon:hover .tooltip {
        left: auto;
        max-width: 40vw;
        right: 30px;
    }
    .catalog-content__wrapper .product-review-wrapper .info-block span {
        margin-right: 15px;
    }
    .catalog-content__wrapper .product-review-wrapper .info-block .slide-item {
        margin-right: 45px;
    }
    .catalog-content__wrapper .product-review-wrapper.product-review-wrapper--loaded .block .reviews-block.reviews-block--touched .reviews .nav {
        opacity: 0;
    }
}

/* FadeIn animation on style load */
body .catalog-content__wrapper .product-review-wrapper {
    -moz-animation: 0.75s ease-in-out 0.6s 1 normal forwards fadein;
    -ms-animation: 0.75s ease-in-out 0.6s 1 normal forwards fadein;
    -o-animation: 0.75s ease-in-out 0.6s 1 normal forwards fadein;
    -webkit-animation: 2s ease-in-out 0.6s 1 normal forwards fadein;
    animation: 0.75s ease-in-out 0.6s 1 normal forwards fadein;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(2) {
    animation-delay: 0.7s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(3) {
    animation-delay: 0.8s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(4) {
    animation-delay: 0.9s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(5) {
    animation-delay: 1.0s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(6) {
    animation-delay: 1.1s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(7) {
    animation-delay: 1.2s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(8) {
    animation-delay: 1.3s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(9) {
    animation-delay: 1.4s;
}

body .catalog-content__wrapper .product-review-wrapper:nth-child(10) {
    animation-delay: 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.catalog-reviews-page .sorting__text{
    justify-content: flex-end;
}
@media (max-width: 1150px) {
    .catalog-reviews-page .catalog-information .selector.sorting {
        flex-shrink: 0;
    }
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander {
        width: fit-content;
        right: auto;
        left: 10px;
    }
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander::before {
        right: auto;
        left: 48px;
    }
}
@media (max-width: 970px){
    .catalog-reviews-page .catalog-content__wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .catalog-content__wrapper .product-review-wrapper .info-block .card-component-wrapper .card-component__name {
        font-size: 24px;
        line-height: 1.2;
    }
    .catalog-content__wrapper .product-review-wrapper .block.info-block{
        max-width: initial;
    }
}
@media (max-width: 670px){
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander {
        right: 0;
        left: inherit;
        min-width: 240px;
    }
    .catalog-reviews-page .selector__expander-link {
        font-size: 14px;
    }
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander::before {
        right: 85px;
        left: inherit;
    }
}
@media (max-width: 576px){
    .catalog-reviews-page .catalog-information .selector.sorting {
        flex-shrink: 0;
        margin: 0;
    }
    .catalog-reviews-page .catalog-information .catalog-information__filter-header {
        width: auto;
        margin: 0;
    }
    .catalog-reviews-page .catalog-content .catalog-information{
        justify-content: space-between;
    }
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander::before {
        left: 5px;
    }
    .catalog-reviews-page .catalog-content__wrapper .product-review-wrapper .block.info-block,
    .catalog-reviews-page .catalog-content__wrapper .product-review-wrapper .block.image-block{
        max-width: 100%;
    }
    .catalog-reviews-page .catalog-content__wrapper {
       padding: 0;
    }
    .catalog-reviews-page .sorting__text.selector__text + .selector__expander {
        right: initial;
        left: 0;
        min-width: 240px;
    }
}
/* End */
/* /local/templates/redesign/css/tags.css?17228627641666 */
/* /local/templates/redesign/components/bitrix/catalog.item/review/style.css?173018642427236 */
