.catalog{margin-top:1rem;display:flex;gap:18px;box-sizing:border-box;flex-wrap:wrap;justify-content:start}.catalog_item{width:calc((100% - 48px)/3);background:#fbfafa;border:.5px solid #f0e6e2;border-radius:3px;display:flex;flex-direction:column;justify-content:space-between}.catalog_item__img{background:#fff;border-bottom:.5px solid #f0e6e2;padding:36px}.catalog_item__img img{max-width:100%;max-height:100%;height:auto}.catalog_item__description,.catalog_item__controls:not(.item-service){padding:18px}.catalog_item__controls:not(.item-service){padding-top:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.catalog_item__controls:not(.item-service) a.readmore{color:#222;padding-right:15px}.catalog_item__controls:not(.item-service) a.readmore:hover{color:#ff8a00;text-decoration:none}.catalog_item__price{text-align:center;color:#2f2f2f;font-size:1.2rem;padding-bottom:1rem;font-weight:600}.catalog_item__price span{font-size:1.4rem}.catalog_item__price i.fas{font-size:1.3rem}.catalog_item:hover{box-shadow:0 0 6px 0 #e2e5f0}.catalog_item:hover img{opacity:.9}.catalog .product{display:flex;flex-direction:column;flex-grow:1}.catalog .product_text{display:flex;flex-direction:column;gap:18px}.catalog .product_text__title{text-align:center;font-size:1.2rem;line-height:1.6}.catalog .product_text__props{color:#222}.catalog .product_text__props p{margin:0;padding:0}.catalog .product_text__props ul{list-style:none;margin:1rem 0;padding:0}.catalog .product_text__props ul li{margin:0;font-size:.8rem;color:#555}@media screen and (max-width: 768px),screen and (max-width: 1200px)and (min-width: 1031px){.catalog_item{width:calc((100% - 32px)/2)}}@media screen and (max-width: 480px){.catalog_item{width:100%}}.gallery{position:relative;margin:2rem 0}.swiper-pagination{width:100%;height:auto}.product_description table{border-collapse:collapse;border:.5px solid #f0e6e2;width:100%}.product_description table th,.product_description table td{border:.5px solid #f0e6e2;padding:5px 10px}.product_description table tr:first-of-type{background:#eee;font-weight:800}.product_description table tr:first-of-type th,.product_description table tr:first-of-type td{padding:10px}.product_description table tr:hover td{background:#fafafa}.product_description table tr:nth-of-type(odd){background:#f0f0f0}section#product .catalog_item__price{text-align:left;}
/*# sourceMappingURL=catalog.css.map */
.catalog_categories {
	max-width: 270px;
}

.catalog_categories img {
	max-width: 100%
}

section#product .catalog_item__price span {font-weight: normal; font-size: 1rem;}