@media (max-width: 600px) {
    .catalog-table__item-wrapper.hide-600 {
        display: block !important;
    }
	.section-gallery-wrapper__item.active img {
	    object-fit: contain;
	    height: 100%;
	    object-position: top;
	}

	.image-list  {
	    margin: -25px -25px 0 -25px;
	    width: calc(100% + 50px);
	    height: calc(100% + 25px);
	}

	.image-list-wrapper {
	    position: relative;
	    padding-top: 220px;
	}

	.sticker.sticker--upper {
		display: block;
		top: 10px;
        left: 10px;
	}

	.sticker div {
	    float: left;
	}
	.catalog-block__info-btn.hide-600,
	.js-replace-btns.js-config-btns.hide-600 {
		display: block !important; 
		margin-top: 30px;
	}

	.catalog-block__info-bottom .flexbox--justify-beetwen {
		display: block !important;
	}

	.catalog-block__info .visible-600 {
		display: none !important;
	}
}

@media (min-width: 601px) {
    .catalog-list__item .image-list {
        width: 245px !important;
        flex-basis: 245px !important;
    }
}

/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

@media (max-width: 600px) {
    .catalog-table__item-wrapper.hide-600 {
        display: block !important;
    }

    body .catalog-detail__top-info {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .catalog-detail__gallery__item--big {
	    padding-top: var(--paddingImage, 66%);
	}

	.catalog-detail__gallery-wrapper {
	    padding-top: var(--paddingImage, 66%);
	}

    .catalog-detail .catalog-detail__top-info > .catalog-detail__gallery {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-detail .catalog-detail__top-info .catalog-detail__gallery-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .catalog-detail .catalog-detail__top-info .catalog-detail__gallery__item--big {
        max-width: 100%;
        max-height: none;
    }
}

@media (min-width: 451px) {
    .btn + .yandex_link {
        margin-left: 20px;
    }
}
.yandex_link {
    display: inline-block;
    font-size: 14px;
    color: #000000;
}

.yandex_link span {
    color: #ef1600;
}

/* Reviews slider: equal slide height */
.reviews-list .owl-carousel .owl-stage {
    display: flex;
    flex-direction: row;
}

.reviews-list .owl-carousel .owl-item {
    float: none;
    flex-shrink: 0;
    display: flex;
}

.reviews-list .owl-carousel .owl-item > .reviews-list__item {
    height: 100%;
    width: 100%;
}

.reviews-list .owl-carousel .reviews-list__item--centered-vertical {
    justify-content: flex-start;
}