/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
	background-color: #f1f1f1;
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.clearfix:after {
	content: " ";
	clear: both;
	display: table;
}

.margin-img {
	margin-top: 15px;
	margin-right: 20px;
}

.justify {
	text-align: justify;
}

.news {
	font-size: 14px;
}

.xzkakoi {
	background-color: #e3e3e3 !important;
}

.xzkakoi1 {
	background-color: #cfd8dc !important;
}

.margin-sidebar {
	margin-top: 2.5px;
}

.margin-bottom-sidebar {
	margin-bottom: 8px;
}

.sidebar {
	display: block;
	width: inherit;
	height: inherit;
}

.menucolor {
	background-color: #29b6f6;
}

.card-content2 {
	padding: 2px;
	border-radius: 0 0 2px 2px;
}

.katalog {
	list-style-type: square;
	font-size: 16px;
	padding-left: 15px;
}

.katalog2 {
	list-style-type: square;
}

.kontakt {
	font-size: 18px;
	color: #5a5a5a;
}

.info {
	margin-right: 15px;
}

.ozavode {
	font-size: 18px;
	list-style-type: square;
}

.kontakt2 {
	font-size: 16px;
}

.padding-card {
	padding: 15px;
}

.carousel {
	max-width: 1250px;
	/* ширина всего блока */
	margin: 50px auto;
	width: 100%;
	height: 140px;
}

.carousel-wrapper {
	margin: 10px 10px;
	/* отступы для стрелок */
	overflow: hidden;
	/* скрываем содержимое, выходящее за рамки основной области */
	position: relative;
}

.carousel-items {
	width: 10000px;
	/* устанавливаем большую ширину для набора элементов */
	position: relative;
	/* позиционируем блок относительно основной области карусели */
}

.carousel-block {
	float: left;
	/* выстраиваем все элементы карусели в ряд */
	width: 200px;
	/* задаём ширину каждого элемента */
	padding: 0px 10px 0px 10px;
	/* делаем оступы, чтобы элементы не сливались */
}

.carousel-block img {
	display: block;
}


/*********** BUTTONS ***********/

.carousel-button-left a,
.carousel-button-right a {
	width: 25px;
	height: 36px;
	position: relative;
	top: 50px;
	cursor: pointer;
	text-decoration: none;
}

.carousel-button-left a {
	float: left;
	background: url(../image/carousel-left.png);
}

.carousel-button-right a {
	float: right;
	background: url(../image/carousel-right.png);
}


/*********** SHADOW ***********/

.shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}