

/* Start:/bitrix/templates/.default/components/bitrix/catalog/objects/bitrix/catalog.element/.default/style.css?1750766635837*/
.catalog-price {
	 color:red;
}

.more_photo_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 24px;
    width: 100%;
}

.more_photo {
    width: 23%;
}

.more_photo img  {
   	margin:0;
    padding: 5px;
 	border-radius: 20px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.6);
}

@media (max-width:1199px) {
    .more_photo_block {
        width: 92%;
    }

    .more_photo {
        width: 30%;
    }
}

@media (max-width:991px) {
    .more_photo_block {
        width: 66%;
    }
}

@media (max-width:767px) {
    .more_photo_block {
        width: 100%;
    }
}

@media (max-width:575px) {
    .more_photo {
        width: 46%;
    }

    #desc {
        width: 100% !important; 
        margin: 20px 0 0 !important;
    }
}

@media (max-width:411px) {
    .more_photo {
        width: 66%;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/objects/bitrix/catalog.element/.default/style.css?1750766635837 */
