/*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;  }*/

/*todo Reward gallery*/
.reward-gallery {
    display: flex;
    flex-wrap: wrap;
}
.reward-gallery .reward-gallery__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    display: flex;
    justify-content: center;
}

.reward-gallery .reward-gallery__item img {
    max-height: 150px;
}

/*todo Production gallery*/
.production-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.production-gallery .production-gallery__item {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
}

.production-gallery .production-gallery__item img {
    max-height: 200px;
}

.production-gallery .production-gallery__item + p {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
}

/*todo Popular sections*/
.items-5 .sections-block__item-image-wrapper--PICTURES,
.items-4 .sections-block__item-image-wrapper--PICTURES {
    --section-image-width: 200px;
    --section-image-height: 200px;
}

.items-6 .sections-block__item-image-wrapper--PICTURES {
    max-width: 100%;
    --section-image-width: 200px;
    --section-image-height: 200px;
}

/*todo Скрываем служебное свойство*/
.properties__item:nth-child(1) {
    display: none;
}