.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.close_alert {
	float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
	cursor: pointer;
}
.animate_block {
	display: none;
}
.animate_block.animated {
	display: block;
}
.index-production__container .item  {
	width: 25%;
}
@media (max-width: 1200px) {
  .index-production__container .item  {
		width: 33.333%;
	}
	.header-block {
		text-align: center;
	}
	.header-block .header__logo img {
		/*width: 196px;*/
	}
	.header__menu {
		display: block;
		text-align: left;
	}
	.header__menu li {
		display: block;
		text-align: left;
		overflow:  hidden;
	}
	.header__menu li a {
		display: block;
		text-align: left;
		overflow:  hidden;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.header__menu-link:hover {
		padding: 7px 0;
		border-color: transparent;
	}
}
@media (max-width: 768px) {
  .index-production__container .item  {
		width: 50%;
	}
}
@media (max-width: 1200px) {
  .header__logo img {
		/*width: 184px;*/
	}
}
@media (max-width: 430px) {
  .index-production__container .item  {
		width: 100%;
	}
}
.dont-show {
	height: 500px;
	background: url('/img/ajax-loader.gif') center center no-repeat;
}
.dont-show .index-slider__item {
	display: none;
}
h1, h2, h3, h4 {
	font-family: "CenturyGothic", sans-serif;
	/*font-family: 'Prosto One', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
}

html, body, p, b, span {
	/*font-family: 'Tenor Sans', sans-serif;*/
	font-family: "CenturyGothic", sans-serif;
	/*font-family: 'Prosto One', cursive;*/
}
p, b, span {
	font-family: "CenturyGothic", sans-serif;
	/*font-family: 'Prosto One', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
}
.header__menu-list {
    display: inline-block;
    margin: 0 11px 0 0;
	letter-spacing: 0.2px;
}
.index-slider__item {
	max-height: 770px;
}
.print-block__item {
	margin-bottom: 90px;
}

.image-collection {
	width: 100%;
	position: relative;
	max-height: 450px;
}
.image-collection img {
	position: absolute;
	display: none;
	max-width: 70%;
	max-height: 70%;
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15);
}
.image-collection .first-img {
	left: 10%;
	z-index: 1;
	max-width: 80%;
}
.image-collection .second-img {
	right: 0;
	top: 20%;
	z-index: 3;
	max-width: 70%;
}
.image-collection .third-img {
	bottom: 0;
	z-index: 2;
	max-width: 70%;
}
.blog-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.blog-item a.h2 {
	font-size: 40px;
	color: #000000;
	line-height: 40px;
}
.blog-item a.h2:hover {
	text-decoration: none;
}
.blog-item a.blog-item-read-more {
	display: block;
	margin: 25px 0;
	font-size: 16px;
	font-style: italic;
}
.blog-item-img {
	width: 100%;
}
.blog-image {
	width: 100%;
}
.blog-view article {
	background: #fff;
	width: 92%;
	position: relative;
	top: -50px;
	left: 4%;
	padding: 40px;
	margin-bottom: 40px;
}
.blog-view h1 {
	margin-bottom: 20px;
}
.blog-view p {
	font-size: 16px;
	margin-bottom: 20px;
}
.other-blog {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.other-blog img {
	display: block;
	width: 100%;
}
.print-block__item-img {
	overflow: visible;
}
.print-block__item:nth-child(2n+1) .print-block__item-img {
	padding-right: 30px;
}
.print-block__item:nth-child(2n) .print-block__item-img {
	padding-left: 30px;
}
@media (max-width: 992px) {
  .print-block__item:nth-child(2n+1) .print-block__item-img {
		padding-right: 0px;
	}
	.print-block__item:nth-child(2n) .print-block__item-img {
		padding-left: 0px;
	}
}
.print-block__item img {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
	width: 100%;
	padding: 10px;
	background: #ffffff
}

.reviews_index__slider-items-block {
    text-align: initial;
	padding: 50px 75px 53px;
}
.reviews_index__slider-items-block p {
    margin-top: 10px;
	/*text-indent: 25px;*/
}
.reviews_index__slider-items-block h4 {
    text-align: center;
}

h2 b {
	font-family: "CenturyGothic", sans-serif;
	/*font-family: 'Prosto One', cursive;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-style: normal;
}
.print-block__item .print-block__info h2 {
	text-align: left !important;
}
.header__phone {
	/*font-family: 'Tenor Sans', sans-serif;*/
	font-family: "CenturyGothic", sans-serif;
	/*font-size: 14px;*/
	margin-right: 12px;
}
.maps__info-phone p {
	font-family: "CenturyGothic", sans-serif;
}
.call_request {
	text-transform: uppercase;
	/*font-family: 'Tenor Sans', sans-serif;*/
	font-family: "CenturyGothic", sans-serif;
	font-size: 12px;
}
.maps__info-btn .call_request {
	text-transform: uppercase;
	/*font-family: 'Tenor Sans', sans-serif;*/
	font-family: "CenturyGothic", sans-serif;
	font-size: 14px;
}

.product_img_min {
	display: none;
}

@media (max-width: 992px) {
	.product_img_max {
		display: none;
	}
	.product_img_min {
		display: block;
	}
}
.small_img {
	display: none;
}
@media (max-width: 992px) {
	.big_img {
		display: none;
	}
	.small_img {
		display: block;
	}
}
.product_img_min .production_img-block {
	min-height: 320px;
}
.about-index {
	padding: 0 0;
}
.btn_link, .tab_list li {
	font-family: "CenturyGothic", sans-serif;
}
.our-production {
	padding: 45px 0;
}
@media (max-width: 768px) {
	.reviews_index {
		display: none;
	}
}

.reviews_index__slider-items-block {
	margin-top: 60px;
}
.reviews_index__slider-items-block h4 {
	margin-top: 0;
}
.maps__info-email a {
	font-family: "CenturyGothic", sans-serif;
}
.maps__info-adress p {
	font-family: "CenturyGothic", sans-serif;
}
.maps__info  .header__request {
	font-family: "CenturyGothic", sans-serif;
}
.header-contact .header__request {
	padding-left: 20px;
	padding-right: 20px;
}
.btn_link {
	font-style: normal;
}
.min_fixed {
	display: none;
}
.index-slider__img.min_image {
	display: none;
}
@media (max-width: 768px) {
	.min_fixed .header-button {
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		text-align: center;
		width: 100% !important;
		border-radius: 0;
		z-index: 5000;
		padding: 15px 0;
	}
	.min_fixed {
		display: block;
	}
	.maps__info-btn {
		display: none;
	}
	.header__request.call_request.header-button {
		display: none;
	}
	.min_fixed .header__request.call_request.header-button {
		display: block;
	}
	.index-slider__img {
		display: none !important;
	}
	.index-slider__img.min_image {
		display: block !important;
	}
}

.our-works__carousel-item a{
	margin: 0 10px;
}
.our-works__carousel-item a img {
	width: 100%;
}

.img_404 {
	margin-top: 230px;
	max-width: 100%;
}
.site-error p {
	font-family: "CenturyGothic", sans-serif;
	margin: 15px 0;
}
.site-error a {
	color: #666666;
	font-family: "CenturyGothic", sans-serif;
}
.site-error a span {
	color: #e53935;
}
.br {
	width: 100%;
	height: 300px;
}
p {
	font-size: 18px;
}
h2, h1  {
	text-transform: uppercase;
	font-size: 25px;
}
.maps__info-adress p {
	font-size: 18px;
}
.tab_list li {
	text-transform: uppercase;
}