* {
	margin: 0;
	padding: 0;
}

aside, footer, address, section, nav, header {
	display: block;
}

img, iframe, video, embed {
	max-width: 100% !important;
}

.ready-projects {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 5px;
	;
}

.ready-projects img {
	max-height: 500px;
	margin: auto;
	width: 100%;
	object-fit: cover;
}

/***/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

.table-scroll {
	padding: 20px 0;
}

th, td {
	text-align: center;
	padding: 16px;
}

th:first-child, td:first-child {
	text-align: left;
}

tr:nth-child(even) {
	background-color: #f2f2f2
}

.fa-check {
	color: green;
}

.fa-remove {
	color: red;
}

.element.element-joomlamodule.last {
	padding-top: 20px;
}

.custom.phone a.phone-top {
	font-size: larger;
	font-weight: bold;
	color: #000 !important;
}

/***/

@media (min-width: 551px) {
	.carry-block, .our-advantages {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-gap: 3em;
		align-items: center;
	}
}

@media (max-width: 550px) {
	.carry-block, .our-advantages {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		grid-row-gap: 1em;
		grid-gap: 3em;
	}
}

.carry-item {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: 5px;
	align-items: center;
}

.carry-item img {
	width: 40px;
}

.carry-item .name {
	font-weight: 800;
	font-size: larger;
}

.our-advantages .image img {
	max-width: 70px;
}

.carry-block img {
	width: 70px;
	max-height: 65px;
}

.item-card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.item-card img {
	width: 140px;
	height: auto;
}

.item-card h6 {
	font-size: 16px;
}

.element.element-jbimage {
	text-align: center;
}

.element.element-jbimage img {
	max-width: 600px !important;
	height: auto;
}

p {
	padding: 10px 0;
}

h1.item-title {
	margin-top: 0;
	padding: 20px 20px 0px 20px;
	font-size: xxx-large;
	text-align: center;
}

@media (min-width: 649px) {
	.block-20 {
		display: none;
	}
}

@media (max-width: 648px) {
	.block-20 {
		bottom: 1em;
		position: fixed;
		justify-content: center;
		z-index: 1;
		text-align: center;
		width: -webkit-fill-available;
	}
}

#mod-custom200 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	background: #f1c352;
	padding: 15px 40px;
	border: 2px solid #3d3c72;
	box-shadow: 0 0 10px rgb(61 60 114);
	border-radius: 5px;
}

.description-full ul, .description-full ol {
	display: grid;
	padding: 0px 0px 0px 20px;
}

.main-block {
	display: grid;

}

.main-block-1 {
	contain: inline-size;
	overflow: hidden;
}

.ready-projects img {
	width: auto;
}

.ready-reviews {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 344px));
	grid-gap: 1rem;
	justify-content: center;
}

ul.ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 150px));
	grid-gap: 1rem;
}

.jbzoo.jbzoo-app-magazin .jbzoo-image, .jbzoo.jbzoo-app-katalog .jbzoo-image, .jbzoo.jbzoo-app-beton .jbzoo-image, .jbzoo.jbzoo-app-beton .jbzoo-image {
	position: relative;
	height: auto !important;
	line-height: normal !important;
}

.uk-clearfix.jbzoo-no-border.jbzoo-image.uk-text-center .jbimage-link.uk-thumbnail.uk-overlay {
	webkit-writing-mode: vertical-rl !important;
}

@media (min-width: 1200px) {
	.main-block-grid {
		display: grid;
		grid-template-columns: minmax(100px, 1420px) 1fr;
	}
}

#jbmodule-uikit-164:before {
	display: none;
}

#jbmodule-uikit-164 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 250px));
	justify-content: center;
}

#jbmodule-uikit-164 .jbcategory.uk-clearfix {
	padding: 5px !important;
}

#jbmodule-uikit-164 .category-wrapper.uk-panel.uk-panel-box.uk-article-divider {
	margin-top: 5px !important;
	padding: 5px;
	margin: 5px;
}

.maximenuck.item214 ul.maximenuck2 {
	display: grid !important;
	grid-template-columns: auto;
}

h1 {
	font-size: xx-large !important;
	color: #000;
}

.jbprice-buttons.jsPriceButtons.not-in-cart, .jsRemoveFromCart.jsRemoveElement.uk-button.uk-button-danger.uk-button-small.jbprice-buttons-remove, .jbprice-buttons.jsPriceButtons.in-cart {
	display: none;
}

.demontag {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	max-width: 750px;
	margin: auto;
}

.items-row.cols-3.row-0.row-fluid.clearfix, .items-row.cols-3.row-1.row-fluid.clearfix {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	margin: auto;

}

.page-header h2 a {
	font-size: large;
}
