

/* Start:/local/templates/trekshoes/components/bitrix/catalog/shoes/style.css?17587943827013*/

@media (hover: none),(max-width: 47.9375em) {
    #prodsList .product-block_hover {
        position: static;
        height: 100% !important;
        max-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #prodsList .product-block {
        height: 100% !important;
        max-height: unset !important;
        padding-bottom: 6em;
    }
    
    #prodsList .product-block_sizes {
        display: flex !important;
        padding-bottom: 1em;
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 5px;
        margin-bottom: 12px;
    }
    
    #prodsList .product-block_name {
        max-height: unset !important;
        flex: 1;
    }
    
    #prodsList .product-block_name a {
        max-height: unset !important;
        padding-bottom: 1ch;
    }
    
    #prodsList .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    #prodsList .product-block_content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .products-slider .product-block_hover {
        position: static;
        height: 100% !important;
        max-height: unset !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .products-slider .product-block {
        height: 100% !important;
        max-height: unset !important;
        padding-bottom: 2em;
    }
    
    .products-slider .product-block_sizes {
        display: block !important;
        padding-bottom: 1em;
        flex: 1;
    }
    
    .products-slider .product-block_name {
        max-height: unset !important;
    }
    
    .products-slider .product-block_name a {
        max-height: unset !important;
        padding-bottom: 1ch;
    }
    
    .products-slider .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .products-slider .product-block_content {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .products-slider .product-block_price {
        height: unset;
    }

    .products-slider .product-block__badges {        
        display: inline-block;
        height: unset;
        position: static;
    }  
}


.fly-widget-cart {
    position: fixed;
    bottom: 50vh;
    right: 80px;
    z-index: 100;
}
@media screen and (max-width: 47.9375em) { 
        
    .fly-widget-cart {
        top: unset;
        right: unset;
        left: 120px;
        bottom: 50px;
    }
    #category-list li a.list-item {
        min-width: unset;
        min-height: unset;
        font-size: 0.8em;
        margin: 0;
        height: unset;
    }
    .catalog-section-menu ul#category-list {
        padding: 0;
        border: none;
        margin: 0;
    }
    .catalog-section-menu #category-list li {
        display: flex;
    }
    
}
.fly-basket__svg {
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-55%, -40%);
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.fly-basket__text {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 1.7em;
    font-weight: bold;
}

.catalog-sort-line { 
    margin-bottom:20px;
    display: flex;
    justify-content: right;
}

.catalog-sort-line .class-sort {
    display: flex;
    align-items: center;
}

.catalog-sort-line .jq-selectbox__select {
    border: 1px solid #ececec !important;
    border-radius: 10px;
}

.catalog-sort-line .jq-selectbox__dropdown {
    top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.catalog-sidebar {
    padding: 0 !important;
    position: relative;
}

.catalog-sidebar .catalog-sidebar-menu #category-list {
    margin-bottom:0;
    border:0;
    text-align: left;
    padding:0;
    height: 138px;
    overflow: hidden;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li span {
    color:#808080;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li {
    display: block;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li a {
    font-size:15px;
    text-transform: none;
    font-weight: 400;
    color: #333;
    min-height: auto;
    min-width: auto;
    padding:0;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li a:hover {
    color:#ffa549;
}

.catalog-sidebar .catalog-sidebar-menu #category-list li.current a {
    color:#eb8a25;
    border:0;
    font-weight: 700;
}

.category-list-toggle {
    margin-left: 20px;
    font-size: 14px;
    color: #808080;
    cursor: pointer;
    margin-top: 5px;
}

.category-list-toggle span {
    display: inline-block;
    background-image: url(/local/templates/trekshoes/assets/css/../images/icons-s5cc08032c9.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    margin-left: 3px;
    margin-top: -1px;
    vertical-align: middle;
    opacity: 0.8;
}

.category-list-toggle.open span {
    transform: rotate(180deg);
}

.filter-mobile-close,
.catalog-mobile-filter-button { display:none; }

#filter {
    border-radius: 10px;
}

#filter.fixed {
    position: fixed;
    top: 70px;
    z-index: 100;
    background: white;
}

#filter.reached-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

#filter .filter-label {
    padding-left:12px !important;
}

#filter .btn {
    width:100%;
    text-align: center;
    border-radius: 10px;
}

#filter .class-filter {
    margin-top:10px;
    margin-bottom:10px;
    padding: 0 5px;
}

.catalog-section-row {
    display: flex;
}

@media screen and (max-width: 550px) {
    #filter {
        display: none;
        position: fixed;
        z-index: 9999;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 0 15px;
        overflow-y: scroll;
        margin: 0 !important;
        border-radius: 0;
    }

    #filter .filter-item {
        padding: 0 15px 15px;
    }

    .filter-mobile-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: #eb8a25;
        color: #fff;
        font-size: 14px;
        padding: 3px 10px;
        border-radius: 10px;
        cursor: pointer;
    }

    .catalog-sort-line { 
        display: flex;
        justify-content: space-between;
    }

    .catalog-sort-line select {
        border-radius: 10px;
    }

    .catalog-mobile-filter-button {
        display: block;
        background: #ea8824;
        border-radius: 10px;
        color: #fff;
        font-size: 15px;
        padding: 8px 15px;
        cursor: pointer;
    }

    .catalog-sidebar-menu { display: none; }
    .catalog-sidebar { width: auto !important; }
}
/* End */


/* Start:/local/templates/trekshoes/components/bitrix/catalog/shoes/bitrix/catalog.element/.default/style.css?178850622211430*/
.market-button {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    padding: .5em 1em;
    border: 1px solid #5c5737;
    border-radius: .4em;
    text-decoration: none
}

.techs-container {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.tech-card {
    display: flex;
    cursor: pointer;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    border-radius: 5px;
    background-color: #fff;
    color: #000!important;
    text-decoration: none!important;
    flex-direction: column;
}

.tech-card:hover {
    transform: scale(1.05)
}

.tech-card__info {
    display: flex;
    flex-direction: column;
    padding: 1em;
    flex: 1;
}

.tech-card__img {
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px 5px 0 0;
    height: 150px;
    margin: 20px
}

.tech-card__like-link {
    text-decoration: underline
}

.tech-card__title {
    line-height: 1;
    margin-bottom: .5em;
    flex: 1;
}

.tech-card__text {
    margin-bottom: .5em!important;
    line-height: 1
}

.catalog_rus_label {
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 10;
}

.catalog_rus_label img {
    width: 40px !important;
}

#catalog-element-block {
    padding-bottom:20px !important;
}

#catalog-element-block .m-t-2 {
    margin-top:15px;
}

.catalog-element-item > .row {
    display: flex;
}

.catalog-element-buy {
    padding:0 !important;
    position: relative;
}

.catalog-element-buy-inner {
    padding: 15px 20px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.catalog-element-slider .btn-to-favourite {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    border: 2px solid #ececec;
    padding: 10px 12px;
    border-radius: 10px;
}

.catalog-element-slider .btn-to-favourite.active .icon-like {
    animation: none;
    background-position: 0 -48px;
}

.catalog-element-slider .slick-next {
    right:10px;
}

.catalog-element-slider .slick-prev {
    left:10px;
}

#catalog-element-header h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom:5px !important;
}

.catalog-element-undertitle {
    margin-bottom:20px;
}

.catalog-element-undertitle > span {
    position: relative;
    top: 4px;
    padding: 0 3px;
    color: #ea8824;
}

.catalog-element-undertitle .catalog-element-rating {
    color: #333;
    text-decoration: none;
    font-weight: 700;
}

.catalog-element-undertitle .catalog-element-rating:hover,
.catalog-element-undertitle a:hover {
    color: #ea8824 !important;
}

.catalog-element-undertitle a {
    font-size: 14px;
    color:#808080 !important;
    text-decoration: none;
}

.catalog-element-rating svg {
    width: 16px;
    top: 2px;
    position: relative;
    fill: #ea8824;
}

#element-slider-for {
    height:100%;
}

/* убрать после преведения к формату 3:4 */
#catalog-element-block #element-slider-for img {
    height: 100%;
    max-height:600px;
}

.catalog-element-offer {
    margin-bottom:20px;
}

.catalog-element-offer-title {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.catalog-element-offer-title span:nth-of-type(2) {
    padding-right:15px;
}

.catalog-element-offer-title .helper:before {
    content:none;
}

.catalog-element-offer-title span:nth-of-type(1) {
    color:#808080;
}

.catalog-element-offer-title span > span {
    color:#333 !important;
}

.catalog-element-offer-list {
    display: flex;
    gap: 5px;
    margin-top:5px;
}

.product-block_sizes {
    flex-wrap: wrap;
}

.catalog-element-item .product-block_sizes span {
    border: 2px solid #ececec;
    border-radius: 10px;
    padding: 7px 10px;
    text-decoration: none;
    transition: all 0.3s;
    color: #535353 !important;
    font-size: 14px !important;
    white-space: nowrap;
}

.catalog-element-item .product-block_sizes span:hover {
    border-color: #eb8a25;
    color: #eb8a25;
}

.catalog-element-item .product-block_sizes input[type="radio"]:checked + span {
    border-color: #ffa549 !important;
    color:#eb8a25 !important;
    font-weight: 400 !important;
}

.catalog-element-item .product-block_sizes span {
    border:2px solid #ececec;
    background: transparent;
}

.catalog-element-item .product-block_sizes {
    padding: 5px 0 0;
}

.product-block_price {
    border-radius: 10px;
    padding: 10px;
    padding-top: 0 !important;
}

.sale-percent {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -14px;
    background: #aa5c09;
    border-radius: 10px;
    padding: 3px 5px;
    font-weight: 400;
}

.offer-color .catalog-element-offer-list img {
    width: 60px;
    border-radius: 10px;
    border: 2px solid #ececec;
    display: block;
    transition: all 0.3s;
}

.offer-color .catalog-element-offer-list a:hover img {
    border-color:#eb8a25;
}

.offer-color .catalog-element-offer-list a.active img {
    border-color:#ffa549;
}

.catalog-element-top-chars .char {
    margin-bottom:0;
}

.catalog-element-top-chars .char,
.catalog-element-top-chars .char-info,
.catalog-element-top-chars .char-name span {
    background-color: #fff;
}

.catalog-element-top-chars a {
    font-size: 14px;
    cursor: pointer;
}

.catalog-element-top-desc {
    margin-top:30px;
}

.catalog-element-top-desc p {
    font-size: 14px;
}

.catalog-element-deliveries {
    padding: 0 5px;
}

.catalog-element-delivery {
    margin-top:20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.catalog-element-delivery > div {
    transition: all 0.3s;
}

.catalog-element-delivery-name {
    font-weight: 700;
    margin-bottom:2px;
}

.catalog-element-delivery-info {
    color:#606060;
}

.catalog-element-delivery.loading .loader-item {
    background-color: #f5f5f5;
    color:transparent;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.catalog-element-delivery.loading .loader-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(255,255,255,0.6) 50%,
        transparent 100%);
    animation: slide 2s infinite ease-in-out;
}

.catalog-element-delivery.loading .loader-item:nth-child(1) { width: 60%; }
.catalog-element-delivery.loading .loader-item:nth-child(2) { width: 90%; }

@keyframes slide {
    0% { left: -60px; }
    100% { left: 100%; }
}

#catalog-element-block.catalog-element-item .to-cart .btn-to-cart {
    width: 100%;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    margin-top:10px;
}

#catalog-element-block.catalog-element-item .to-cart .btn-to-cart:before {
    margin-right:5px;
    transform: scale(0.8);
}

#catalog-element-block.catalog-element-item .product-block_price {
    font-weight: 700;
    padding-bottom:5px;
}

#catalog-element-block.catalog-element-item .product-block_price .old-price {
    font-size: 22px;
}

.catalog-element-tabs {
    margin-top:30px;
}

.catalog-element-tab { 
    display: flex;
    gap: 5px;
}

.catalog-element-tab-link {
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 10px;
}

.catalog-element-tab-link.active,
.catalog-element-tab-link.active:hover {
    background: #eb8a25;
    border-color:#eb8a25;
    color: #fff;
}

.catalog-element-tab-container { padding:15px 5px; }

.tab-pane {
    display: none; /* Скрываем все вкладки по умолчанию */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.catalog-element-detail-text {
    height: 135px;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.catalog-element-detail-text:not(.open)::after {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent, white);
}

.catalog-element-detail-toggle {
    font-size:14px;
}

.catalog-element-detail-toggle svg {
    width:13px;
    fill: #eb8a25;
    position: relative;
    top:3px;
    transform: rotate(180deg);
    transition: all 0.3s;
}

.catalog-element-detail-toggle.open svg {
    transform: rotate(0deg);
}

.catalog-element-chars .char,
.catalog-element-chars .char-name span,
.catalog-element-chars .char-info {
    background: #fff;
}

.sizes-calculator {
    height: auto !important;
}

.calcwrap .fancybox-inner {
    height: auto !important;
}

.sizes-calculator-form form,
.sizes-calculator-form input {
    text-align: center;
}

.sizes-calculator-form input {
    border-radius: 10px;
}

.sizes-calculator-form .btn {
    margin-top:10px;
}

.sizes-calculator-result {
    display: none;
    background: #ececec;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-top:15px;
}

.sizes-calculator-result p {
    color:#808080;
    font-size:14px;
    margin-bottom: 8px !important;
}

.sizes-calculator-result span {
    font-size: 28px;
    font-weight: 700;
}
.sizes-calculator-result span > span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color:#808080;
}

.sizes-calculator-result span.error {
    font-size: 20px;
}

.catalog-element-under-text {
    font-size:14px;
    margin-top:15px;
}

@media screen and (max-width:980px) {
    .catalog-element-slider-img { margin: 0 auto; }
}

@media screen and (max-width:767px) {
    .catalog-element-top-chars,
    .catalog-element-top-desc,
    .catalog-element-deliveries,
    .catalog-element-slider-nav { display:none; }

    .catalog-element-slider-img { width:100%; }
    #element-slider-for { padding-top:0 !important;height:auto; }

    #element-slider-for .slick-dots li { width:12px;height:12px; }
    #element-slider-for .slick-dots { margin:0;margin-top:5px; }

    .catalog-element-tabs > .row {
        padding-left:0;
        padding-right:0;
    }

    .catalog-element-tab {
        overflow-x: scroll;
    }

    .catalog-element-tab-link {
        margin-bottom:5px;
        padding:8px 15px !important;
    }

    .catalog-element-buy-inner {
        box-shadow: none;
        padding: 0;
    }
}

@media screen and (max-width:550px) {
    #catalog-element-block .m-t-2:nth-of-type(1) {
        margin-top:0;   
    }

    #breadcrumbs {
        display: none !important;
    }

    .digi-dolyame-product {
        max-width: 100% !important;
    }

    #catalog-element-block .product-block_sizes {
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom:5px;
    }

    .element-video video {
        max-height:420px;
    }
}

.catalog-element-combo {
    margin-top:20px;
}


.catalog-element-combo a.btn-to-cart {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    gap:15px;
    align-items: center;
}

.catalog-element-combo a.btn-to-cart div {
    line-height: 1.2;
}

.catalog-element-combo a.btn-to-cart span:nth-of-type(1) {
    font-weight: 700;
}

.catalog-element-combo a.btn-to-cart span:nth-of-type(2) {
    font-size: 13px;
}

.catalog-element-combo a.btn-to-cart img {
    max-width: 40px;
}

@media screen and (max-width:550px) {
    .catalog-element-combo {
        margin-bottom:20px;
    }
}
/* End */


/* Start:/local/templates/trekshoes/components/stmd/product.reviews/trek25/style.css?176154300822766*/
.catalog-element-reviews-list .slick-track {
    display:flex;
    gap:20px;
    padding:15px 0;
}

.catalog-element-reviews-list .slick-next {
    margin-right: -15px;
    z-index: 999;
}

.catalog-element-reviews-list .slick-prev {
    margin-left: -15px;
    z-index: 999;
}

.catalog-element-reviews-top { 
    display: flex;
    padding: 0 20px;
    margin-bottom:20px;
}

.catalog-element-reviews-title {
    font-weight: 600;
    font-size: 26px;
    color: #444;
}

.catalog-element-reviews-add {
    padding-left: 20px;
    font-size: 14px;
}

.catalog-element-review {
    border:2px solid #ececec;
    border-radius: 10px;
    height: auto !important;
    padding: 15px 20px 20px;
    transition: all 0.3s;
}

.catalog-element-review:hover {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.07);
}

.catalog-element-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:15px;
}

.catalog-element-review-name {
    display: flex;
    align-items: center;
}

.product-reviews__item-avatar {
    background: #FFF9ED;
    color: #EA8824;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
}

.product-reviews__item-name {
    color: #444;
    font-size: 17px;
}

.catalog-element-review-text {
    font-size: 14px;
    line-height: 1.5;
    max-height: 190px;
    overflow: hidden;
}

.catalog-element-review-link a {
    font-size: 14px;
    cursor: pointer;
}

.catalog-element-review-photo {
    margin-top: 15px;
    display: flex;
    gap:10px;
}

.catalog-element-review-photo img {
    border-radius: 10px;
}

#product-reviews-button {
    cursor: pointer;
}

#catalog_element_reviews {
    --dark: #181818;
    --primary: #EA8824;
    --primary-dark: #d47709;
    --light: #FFF9ED;
    --gray: #777;
    --light-gray: #F1F1EF;
    --transition: all .2s linear;
}

.add-review-form-slider {
    cursor: pointer;
}

.add-review-form-slider svg {
    width: 15px;
    top: 3px;
    position: relative;
    transition: all 0.3s;
}

.add-review-form-slider.active svg {
    transform: rotate(180deg);
}

/*.product-reviews{
    --dark: #181818;
    --primary: #EA8824;
    --primary-dark: #d47709;
    --light: #FFF9ED;
    --gray: #777;
    --light-gray: #F1F1EF;
    --transition: all .2s linear;

    width: 100%;
    display: flex;
}

.product-reviews__header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 30px;
    order: 2;
}

.product-reviews__statistics{
    display: flex;
    align-items: center;
}
.product-reviews__statistics-diagram-box{
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
}
.product-reviews__statistics-diagram-percent{
    position: relative;
    width: 146px;
    height: 146px;
}
.product-reviews__statistics-diagram-percent svg{
    position: relative;
    width: 146px;
    height: 146px;
}
.product-reviews__statistics-diagram-percent svg circle{
    width: 146px;
    height: 146px;
    fill: none;
    stroke-width: 6;
    stroke: var(--primary);
    transform: translate(3px, 3px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}
.product-reviews__statistics-diagram-percent svg circle:nth-child(1){
    stroke-dashoffset: 0;
    stroke: var(--light);
}
.product-reviews__statistics-diagram-percent svg circle:nth-child(2){
    stroke: var(--primary);
    stroke-linecap: round;
}

.product-reviews__statistics-diagram-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: var(--dark);
}
.product-reviews__statistics-diagram-rating{
    font-size: 24px;
    font-weight: bold;
    color: var(--dark);
}
.product-reviews__statistics-diagram-count{
    font-size: 14px;
    color: var(--gray);
}

.product-reviews__statistics-stars{
    width: 100%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-reviews__statistics-stars-item{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.product-reviews__statistics-stars-number{
    display: flex;
    align-items: center;

}
.product-reviews__statistics-stars-number span{
    width: 8px;
    min-width: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #FAB600;
}
.product-reviews__statistics-stars-number svg{
    margin-left: 5px;
}
.product-reviews__statistics-line-progressbar{
    margin-left: 10px;
    width: 150px;
    height: 4px;
    background: var(--light);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.product-reviews__statistics-line-progress{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--primary);
    border-radius: 50px;
}
.product-reviews__statistics-count{
    font-size: 14px;
    margin-left: .5rem;
    color: var(--gray);
}
.product-reviews__statistics-count span{
    font-size: 12px;
}

.product-reviews__button{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 1rem;
}
.product-reviews__button button{
    width: 100%;
    max-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 60px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: var(--primary);
    transition: var(--transition);
    cursor: pointer;
}
.product-reviews__button button:hover{
    background: var(--primary-dark);
}

.product-reviews__button button.hide{
    display: none;
}

.product-reviews__body{
    width: 100%;
    order: 1;
}

.product-reviews__sorts{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--light-gray);
}

.product-reviews__sorts-select{
    display: block;
    color: var(--dark);
    font-size: 16px;
    line-height: 21px;
    padding: 10px 15px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--gray);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('/local/templates/trekshoes/components/stmd/product.reviews/trek25/./img/arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 15px top 50%, 0 0;
    background-size: 12px auto, 100%;
    transition: var(--transition);
    cursor: pointer;
}
.product-reviews__sorts-select::-ms-expand { display: none; }
.product-reviews__sorts-select:hover{
    border-color: var(--primary);
}
.product-reviews__sorts-select:focus{
    border-color: var(--primary);
}
.product-reviews__sorts-select option {
    color: #000;
    font-weight: normal;
}
.product-reviews__sorts-select:focus {
    box-shadow: 0 0 1px 3px rgba(243, 105, 0, 0.4);
    outline: none;
}

.product-reviews__sorts-checkbox{
    margin-left: 2rem;
}

.product-reviews__checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: var(--transition);
    cursor: pointer;
}
.product-reviews__checkbox + label{
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin: 0;
    transition: var(--transition);
    cursor: pointer;
}
.product-reviews__checkbox + label::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--gray);
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: var(--transition);
}
.product-reviews__checkbox:checked + label::before{
    border-color: var(--primary);
    background-color: var(--primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.product-reviews__checkbox:not(:disabled):not(:checked) + label:hover::before{
    border-color: var(--primary);
}
.product-reviews__checkbox:not(:disabled):active + label::before{
    background-color: rgba(243, 105, 0, 0.4);
    border-color: var(--primary);
}
.product-reviews__checkbox:focus + label::before{
    box-shadow: 0 0 1px 3px rgba(243, 105, 0, 0.4);
}
.product-reviews__checkbox:focus:not(:checked) + label::before{
    border-color: var(--primary);
}
.product-reviews__checkbox:disabled + label::before{
    background-color: #fff;
}


.product-reviews__items{
    width: 100%;
    transition: var(--transition);
}
.product-reviews__items.load{
    opacity: 0.5;
}

.product-reviews__items .empty-mess{
    padding: 2rem 0;
}

.product-reviews__item{
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid var(--light-gray);
}

.product-reviews__item-name-wrap{
    width: 100%;
    display: flex;
    align-items: center;
}
.product-reviews__item-avatar{
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--light);
    color: var(--primary);
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-reviews__item-name{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.product-reviews__item-rating-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.product-reviews__item-rating{
    width: 100%;
    max-width: 105px;
    display: flex;
    align-items: center;
}
.product-reviews__item-rating img{
    width: 100%;
}
.product-reviews__item-date{
    font-size: 14px;
    color: var(--gray);
    margin-left: 1rem;
}

.product-reviews__item-descriptions{
    width: 100%;
}

.product-reviews__item-description{
    width: 100%;
    margin-top: 1rem;
}
.product-reviews__item-description-title{
    font-size: 16px;
    font-weight: bold;
}
.product-reviews__item-description-value{
    white-space: pre-line;
    font-size: 16px;
    line-height: 150%;
    margin-top: .4rem;
}

.product-reviews__item-photos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}
.product-reviews__item-photos.empty{
    margin: 0;
    padding: 0;
    display: none;
}

.product-reviews__item-photo{
    width: 70px;
    min-width: 70px;
    height: 70px;
    overflow: hidden;
}
.product-reviews__item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-reviews__more{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.product-reviews__more-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #fff;
    border: none;
    transition: all .1s linear;
    cursor: pointer;
    user-select: none;
}
.product-reviews__more-button:hover{
    background-color: var(--light);
}
.product-reviews__more-button:active{
    box-shadow: 0 0 1px 3px rgba(243, 105, 0, 0.4);
}
.product-reviews__more-button:disabled{
    background-color: var(--light);
    box-shadow: 0 0 1px 3px rgba(243, 105, 0, 0.4);
    opacity: .5;
}

.product-reviews__more-button.hide{
    display: none;
}

.product-reviews__more-button-text{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: var(--primary);
}
.product-reviews__more-button-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .75rem;
}

.product-reviews__empty{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/
.product-reviews-popup{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.product-reviews-popup.active{
    opacity: 1;
    visibility: visible;
}

.product-reviews-popup__wrap{
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 20px -2px rgba(34, 60, 80, 0.2);
    transform: scale(0);
    transition: var(--transition);
    position: relative;
}
.product-reviews-popup.active .product-reviews-popup__wrap{
    transform: scale(1);
}

.product-reviews-popup__close{
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: none;
    font-size: 24px;
    color: #000;
    transition: var(--transition);
    z-index: 99999999;
    cursor: pointer;
}
.product-reviews-popup__close:hover{
    color: var(--primary);
}

.product-reviews-popup__header{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding-right: 45px;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}

.product-reviews-popup__body{
    width: 100%;
    padding-top: 1rem;
}

.reviews-select-offers{
    width: 100%;
}
.reviews-select-offers__item{
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
    display: flex;
    align-items: center;
}
.reviews-select-offers__item:first-of-type{
    margin-top: 0;
}

.reviews-select-offers__item-left{
    width: 70%;
    display: flex;
    align-items: center;
}

.reviews-select-offers__item-img{
    width: 80px;
    min-width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 10px;
}
.reviews-select-offers__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-select-offers__item-name{
    font-size: 16px;
    font-weight: bold;
    margin-left: 1rem;
}

.reviews-select-offers__item-button{
    padding: 8px 15px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    background: var(--light);
    color: var(--primary);
    margin-left: auto;
    transition: var(--transition);
    cursor: pointer;
}
.reviews-select-offers__item-button:hover{
    background: var(--primary);
    color: #fff;
}
.reviews-select-offers__item-button:active{
    transform: scale(.95);
}

.add-review-form{
    width: 100%;
}

.add-review-form__group{
    width: 100%;
    margin-top: 1.5rem;
}
.add-review-form__group:first-of-type{
    margin-top: 0;
}

.add-review-form__group.flex-end{
    display: flex;
    justify-content: flex-end;
}

.add-review-form__label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: .7rem;
}

.add-review-form__label span{
    color: #e52222;
}

.add-review-form__rating{
    position: relative;
    width: 150px;
    height: 30px;
    background-image: url("/local/templates/trekshoes/components/stmd/product.reviews/trek25/img/off.svg");
    background-size: 30px auto;
    background-repeat: repeat-x;
}
.add-review-form__rating-input{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    font-size: inherit;
    background-size: 30px auto;
    background-repeat: repeat-x;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
}
.add-review-form__rating-input:checked{
    background-image: url("/local/templates/trekshoes/components/stmd/product.reviews/trek25/img/on.svg");
}
.add-review-form__rating-input:hover{
    background-image: url("/local/templates/trekshoes/components/stmd/product.reviews/trek25/img/on.svg");
}
.add-review-form__rating-input:hover ~ .add-review-form__rating-input{
    background-image: url("/local/templates/trekshoes/components/stmd/product.reviews/trek25/img/off.svg");
}

.add-review-form__rating-input:nth-of-type(1){
    z-index: 5;
    width: 30px;
}
.add-review-form__rating-input:nth-of-type(2){
    z-index: 4;
    width: 60px;
}
.add-review-form__rating-input:nth-of-type(3){
    z-index: 3;
    width: 90px;
}
.add-review-form__rating-input:nth-of-type(4){
    z-index: 2;
    width: 120px;
}
.add-review-form__rating-input:nth-of-type(5){
    z-index: 1;
    width: 150px;
}

.add-review-form__textarea{
    display: block;
    width: 100%;
    height: 120px;
    font-size: 16px;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    padding: 1rem;
    resize: none;
    transition: var(--transition);
}
.add-review-form__textarea:hover{
    border-color: var(--gray);
}
.add-review-form__textarea:focus{
    border-color: var(--primary);
}

.add-review-form__group-photos{
    width: 100%;
    display: flex;
    gap: 10px;
}

.add-review-form__group .input__file{
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.add-review-form__group .input__file-icon-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-review-form__group .input__file-button{
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid var(--light-gray);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    transition: var(--transition);
}
.add-review-form__group .input__file-button:hover{
    background: #EAEAEA;
}

.add-review-form__photos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.add-review-form__photos-item{
    width: 78px;
    height: 78px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--light-gray);
}
.add-review-form__photos-item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.add-review-form__button{
    margin-left: auto;
    padding: 15px 25px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    transition: var(--transition);
    cursor: pointer;
}
.add-review-form__button:active{
    transform: scale(.9);
}
.add-review-form__button:disabled{
    opacity: .5;
}

.reviews-item__review-ratings {
    display: flex;
    margin-top: 30px;
}

.product-reviews-popup__body .catalog-element-review-text {
    margin-top:15px;
}

.product-reviews-popup__body .catalog-element-review-stars span {
    font-weight: 700;
    font-size: 14px;
}

.product-reviews-popup__body .catalog-element-review-stars img {
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.product-reviews-popup__body .catalog-element-review-text span {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.review-ratings {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    background: #F1F1F5;
    color: #2B2A29;
}

.review-ratings__img {
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 6px 9px 10px;
}

.review-ratings__count {
    margin-right: 8px;
}

.review-ratings:not(:last-child) {
    margin-right: 15px;
}

.product-reviews__item-answer {
    margin-top: 30px;
}

.answer__header {
    display: flex;
}

.answer__header-logo {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-right: 15px;
}

.answer__header-logo img {
    height: 15px;
    width: 40px;
}

.answer__header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.answer__header-title {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-right: 30px;
}

.answer__header-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EA8824;
    background-image: url("/local/templates/trekshoes/components/stmd/product.reviews/trek25/./img/checkmark.svg");
    background-repeat: no-repeat;
    background-position: 3px 5px;
    background-size: 10px;
    transform: translateY(-50%);
}

.answer__header-subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #EA8824;
}

.answer__body {
    margin-top: 10px;
    margin-left: 25px;
}

.answer__body-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2B2A29;
    border-left: 1px solid #92929D;;
    padding: 5px 0 5px 40px;
}
/*
@media screen and (max-width: 575px){
    .answer__body {
        margin-left: 0;
    }

    .answer__body-text {
        border-left: none;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1015px) {
    .product-reviews{
        flex-direction: column;
    }

    .product-reviews__header{
        order: 1;
        align-items: flex-start;
    }

    .product-reviews__body{
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .product-reviews__button{
        width: 100%;
        justify-content: flex-start;
    }

    .product-reviews__empty{
        flex-direction: column;
    }

    .product-reviews__empty .product-reviews__button button{
        margin-top: 1rem;
    }

    .product-reviews-popup{
        align-items: flex-start;
    }
    .product-reviews-popup__wrap{
        height: 100vh;
        max-height: 100vh;
        padding: 2rem 1rem;
        border-radius: 0;
    }

    .product-reviews-popup__close{
        top: 2rem;
        right: 1rem;
    }
}

@media screen and (max-width: 567px) {
    .product-reviews__sorts{
        flex-direction: column;
        align-items: flex-start;
    }

    .product-reviews__sorts-select{
        max-width: 100%;
    }

    .product-reviews__sorts-checkbox{
        margin-left: 0;
        margin-top: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .product-reviews__header{
        align-items: center;
    }

    .product-reviews__statistics{
        flex-direction: column;
    }

    .product-reviews__statistics-diagram{
        margin-bottom: 1rem;
    }

    .product-reviews__button button{
        max-width: 100%;
        font-size: 16px;
    }

    .reviews-select-offers__item{
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews-select-offers__item-left{
        width: 100%;
    }
    .reviews-select-offers__item-button{
        margin-left: 0;
        margin-top: 1rem;
    }
}*/

@media screen and (max-width:550px) {
    .catalog-element-review-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-element-review-stars {
        margin-top:5px;
    }

    .catalog-element-reviews-top,
    .product-reviews__empty { padding: 0 12px; }
}
/* End */
/* /local/templates/trekshoes/components/bitrix/catalog/shoes/style.css?17587943827013 */
/* /local/templates/trekshoes/components/bitrix/catalog/shoes/bitrix/catalog.element/.default/style.css?178850622211430 */
/* /local/templates/trekshoes/components/stmd/product.reviews/trek25/style.css?176154300822766 */
