.ajax_loading::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .6) url(img/loader.gif) no-repeat center center;
	-webkit-background-size: 70px auto;
	background-size: 70px auto;
}
footer .top .left .logo div {
    color: #999;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
}
footer .top .left .logo div {
    display: block;
    margin-bottom: 25px;
}
.ajax_loading {
	position: relative;
}
.contact_page .inner_page {
	padding-bottom: 70px;
	background-color: #f3f3f3;
}
.modal-cart {
	background: #fff;
	color: #000;
}
.modal-cart:before {
	display: none;
}
.modal-cart .title {
	color: inherit;
}
.modal-cart .content {
	margin-bottom: 30px;
}
.modal-cart .content p {
	margin-top: 10px;
	font-size: 110%;
}
.modal-cart .controls .btn {
	width: 100%;
	display: block;
}
.modal-cart .controls .btn + .btn {
	margin-top: 10px;
}
.pa_page .pa_wrap .personal_area .content {
	display: block;
}
.favorite_btn:focus {
    background-color: #f3f3f3;
    background-image: url(img/cart_favorite_ico.png);
}
.favorite_btn.added_favorite {
    background-color: #f17f23;
    background-image: url(img/cart_favorite_ico_hover.png);
}
.the_content .inner_page {
    padding-top: 25px;
    padding-bottom: 150px;
}
.h2_wrap h1 {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	padding-bottom: 30px;
}
.h2_wrap h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 6px;
    background-color: #00509e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (max-width: 480px) {
	.h2_wrap h1 {
	    font-size: 27px;
	    padding-bottom: 20px;
	}
}
footer .top .middle .h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media screen and (max-width: 1020px) {
	footer .top .middle .h3 {
	    margin-bottom: 20px;
	}
}
.field-req {
	color: #f00;
	margin-left: 5px;
}
.price {
	white-space: nowrap;
}
.catalog_page .catalog_wrap aside .filters .item .inputs label {
	width: 100%;
	display: block;
}
/*.catalog_page .catalog_wrap aside .filters .item .inputs label {
	width: 49%;
}*/
.btn_not_available {
    display: inline-block;
    vertical-align: middle;
    background-color: #ababab;
    border-radius: 24px;
    transition: 0.3s;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    cursor: default;
}
.products_list .item {
	display: flex;
	flex-direction: column;	
}
.products_list .item .name_wrap {
	min-height: 104px;
}
.products_list .item .image_wrap,
.products_list .item .default_image_wrap {
	flex-grow: 2;
}
.products_list .item .product-item-info-container {
	min-height: 62px;
}
.products_list .item .specs {
	margin-bottom: 0;
}
.default_image_wrap {
	text-align: center;
}
.default_image_wrap img {
	max-width: 100%;
}
.modal-cart img {
	max-height: 230px!important;
}
section:after {
	content: '';
	display: table;
	clear: both;
}
.modal label input,
.modal label textarea {
	color: #222;
}
.catalog_page .catalog_wrap aside .filters .item select {
	padding-right: 35px;
}
.static_page {
	line-height: 1.5;
}
.static_page .h1_wrap h1 {
	line-height: 1;
}
.btn_not_available[data-fancybox] {
	cursor: pointer;
}
.btn_not_available[data-fancybox]:hover {
	background: #ccc;
}