/* Каталог - начало */

@media screen and (min-width: 350px) and (max-width: 430px) {
	#filter-content .dop-info {
		font-size: 8px;
	}
}

/* Каталог - конец */


/* Новости - начало */

.container_static {
	width: 100%; /* 97% */
	padding: 0;
	/* margin: 0 1.5%; */
}


@media screen and (max-width: 1198px) {
	/* .container_static {
		width: 100%;
		margin: 0;
	} */
}

/* Новости - конец */


/* Корзина и Оформление заказа - начало */

.cost-table {
	border-top: 0;
	border-bottom: 1px solid #c0c0c0;
}
.cost-table#total {
	border: 0;
}

.cart_promo {
	margin: 15px 0 5px;
}
.cart-wrapper-2 .cart_promo_2 {
	text-align: left;
}

.checkout-wrp .cart_promo input {
	text-transform: uppercase;
	width: 50%;
	max-width: 150px;
	margin-right: 15px;
}
.cart_promo_2 input {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	font-style: italic;
	border: 1px solid #999;
	padding: 7px 10px;
	margin-right: 15px;
}
.cart_promo_2 input:focus {
	border: 1px solid #00b3ce;
}

.cart_promo span {
	color: #FFA500;
	text-transform: uppercase;
	font-style: italic;
	border-bottom: 1px solid #FFA500;
	margin-right: 12px;
}
.cart_promo span:hover {
	border: 0;
	cursor: pointer;
}

.cart_promo span.coupon_repeated, .cart_promo span.coupon_wrong {
	color: #fe0101;
	font-weight: 600;
	font-style: normal;
	border: 0;
	display: inline-block;
	margin: 7px 0 0;
}
.cart_promo_2 span.coupon_repeated, .cart_promo_2 span.coupon_wrong {
	margin: 0;
}


@media screen and (max-width: 766.5px) {
	.cart-wrapper-2 .cart_promo_2 {
		text-align: center;
		margin: 15px 0 20px;
	}
}

/* Корзина и Оформление заказа - конец */


/* Карта сайта - начало */

.sitemap_item {
	width: 100%;
	float: left;
	margin: 40px 0 0;
	border-top: 1px solid #bebebe;
	padding: 35px 0 0;
	box-sizing: border-box;
}
.sitemap_item_col4 {
	width: 25%;
}
.sitemap_item_col3 {
	width: 33.33%;
}
.sitemap_item_col2 {
	width: 50%;
}
.sitemap_item_col4, .sitemap_item_col3, .sitemap_item_col2 {
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
}

.sitemap_link_title a {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.sitemap_link_title a:hover {
	color: #49b4ce;
	border-bottom: 2px solid #49b4ce;
	transition: all 0.3s ease;
}

.sitemap_link_title span {
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.sitemap_link_title span:hover {
	color: #49b4ce;
	cursor: pointer;
	transition: all 0.3s ease;
}

.sitemap_links li {
	list-style: none;
	margin: 0 0 15px;
}
.sitemap_links a {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #bebebe;
}
.sitemap_links a:hover {
	color: #49b4ce;
	border-bottom: 0;
	transition: all 0.1s ease;
}

.sitemap_links a.sitemap_links_title {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}
.sitemap_links a.sitemap_links_title:hover {
	color: #49b4ce;
	border-bottom: 1px solid #49b4ce;
	transition: all 0.3s ease;
}
.sitemap_links a.sitemap_links_title+ul {
	margin-top: 15px;
}


@media screen and (max-width: 765px) {
	.sitemap_item_col4, .sitemap_item_col3, .sitemap_item_col2 {
		width: 100%;
		padding-right: 0;
	}
	
	.sitemap_item {
		text-align: center;
	}
	
	.sitemap_margin {
		margin: 20px 0 0;
	}
}

/* Карта сайта - конец */