*,
body {
	font-family: 'Open Sans', sans-serif;
}

img {
	max-width: 100%;
}

section h3.block-title {
	color: rgba(51, 51, 51, 0.87);
	margin-top: 100px;
	text-align: center;
}

.img-icon span {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center left;
	display: inline-block;
}

.img-icon a {
	color: inherit;
}

footer .img-icon {
	float: left;
}

.short-text {
	max-width: 550px;
	margin: 25px auto;
}

.phone span {
	background-image: url(../images/phone-ico.png);
	background-size: 20px;
	line-height: 20px;
}

.location span {
	background-image: url(../images/pin-ico.png);
	background-size: 14px;
	line-height: 26px;   
}

.mail span {
	background-image: url(../images/envelope-ico.png);
	background-size: 30px;
	line-height: 20px;
	padding-left: 50px; 
}


.nogut {
	margin:0 auto;
	padding-left: 0;
	padding-right: 0; 
}

.wrap-shortener {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.btn-phone {
	border: 1px solid #5abc2a;
	margin-left: 50px;
	color: #5abc2a;
	font-size: 16px;
	font-weight: 600;
}

.btn-phone:hover {
	color: #58a135;
	transition-duration: 0.5s;
}

.btn-moara {
    border-radius: 4px;
    background-color: #ce0020;
    color: #fff;
    margin: 10px auto;
}

.line-list {
	list-style-type: "-";
}

.header-wrapper img {
	width: 100%;
}

#about .block-title {
	padding: 30px;
}

#about .block-title h1 {
	text-transform: uppercase;
	margin: 50px auto;
	font-weight: 700;
}

#about .block-title h3 {
	margin: 30px 0;
}

#about .block-title h1,
#about .block-title h3 {
	text-align: center;
}

#about .row.about-block.first {
	border-bottom: 0px;
}

#about .about-block.row {
	border: 1px solid #ddd;
	background: #fff;
	padding-top:50px;
	padding-bottom:50px; 
}

#about .about-block.row .image {
	text-align: center;
}

#about .about-block.row .image img {
	width: 100%;
	max-width: 364px;
}

#about .about-block.row .content h2 {
	margin-top: 0px; 
}

.about-block .content .block-grid h2 {
	font-weight: 600;
}

.about-block .content .block-grid p {
    max-width: 250px;
    font-weight: 300;
}

#products {
	text-align: center;
}

#products .products-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-item {
	margin: 20px auto;
}

.product-item .product-item-wrap {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 80px;
	height: 100%;
	position: relative;
}

.product-item > div {
	margin: 0;
	float: left;
	background: #ffffff;
	width: 100%;
	padding: 0 5px;
}

.product-item .image {
	padding: 25px 0;
}

.product-item .title h4 {
	margin: 15px auto;
}

.product-item div.icons {
	padding: 0px 5px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.product-item div.icons img {
    padding: 1% 3%;
}
.note span {
	display: inline-block;
	background-color: #5abc2a;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	transform: translateY(-25%);
}

.note h3 {
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0;
	padding: 5px 10px;
}

#why-us {
	text-align: center;
}

#why-us .icon-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#why-us .icon-blocks .why-block {
    margin: 20px 0px;
}

.porducts-table {
	max-width: 650px;
	margin: 0 auto;
	background: #fcfcfc;
}

.porducts-table thead {
	font-weight: bold;
	/*text-align: left;*/
}

.porducts-table tr td:first-child,
.porducts-table thead td:first-child {
	text-align: left;
	/*border-right: 1px solid #dddddd;*/
}

.slick-slider .slick-arrow {
	font-size: 0;
	border: none;
	width: 20px;
	height: 30px;
	padding: 8px 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-slider .slick-arrow.slick-prev {
	background-image: url('../images/slider/arrow-prev.png');
	left: -50px;
}

.slick-slider .slick-arrow.slick-next {
	background-image: url('../images/slider/arrow-next.png');
	right: -50px;
}


.slick-slide img {
	margin: 0 auto;
	width: 100%;
}

.recipe-item {
	padding: 15px;
	text-align: center;
	outline: none;
}

.recipe-item > div {
	border-radius: 4px;
	background-color:#fcfcfc;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 5px;
	padding-bottom: 15px; 
}

.recipe-item h4,
.recipe-item p {
	margin: 20px 0;
} 

.recipe-item h4 {
	font-weight: 700;
}

.recipe-item p {
	font-weight: 400;
}

#contacts {
	text-align: center;
}

#contacts .contact-info p {
	margin: 25px auto;
}

#contacts .map {
	padding-top: 100px
}

#contacts .contact-form .block-title {
	margin-bottom: 75px;
}

#contacts .contact-form .form-group input,
#contacts .contact-form textarea {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	min-height: 38px;
	background: #fcfcfc;
}

#contacts textarea {
	height: 144px;
}

footer {
	background: #414141;
	margin-top: 70px;
}

footer .socials a,
footer p {
	float: left;
	margin: 0px;
	color: #ffffff;
}


footer .copyright p {
	padding: 0 9px;
}
footer .copyright a {
	color: #43b650;
}

footer .socials a {
 padding: 0px 10px;
}

footer .img-icon {
    float: left;
    padding-left: 20px;
    padding-right: 0px;
    font-size: 12px;
}

footer .container div {
	line-height: 80px;
}

.article-modal button.close {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.article-modal button.close img {
	padding: 0 10px;
}

.article-modal .image {
	padding-bottom: 20px;
	text-align: center;
}

.article-modal .image img {
	max-width: 555px;
	width: 100%;
}

.article-modal .title h4 {
	text-align: center;
	font-weight: 700;
	margin: 30px auto;
}

.article-modal .description {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 
}

.article-modal .description p {
	font-weight: 400;
	line-height: auto;
	margin: 0;
}




@media screen and (max-width: 767px) {
	.slick-slider .slick-arrow.slick-prev {
		left: -15px;
	}

	.slick-slider .slick-arrow.slick-next {
		right: -15px;
	}

	.btn.btn-phone.navbar-btn.phone.img-icon {
		margin: 15px;
	}
}