/*
-screen-width: <= 1024px */
@media screen and (max-width:1024px) {
	/*-b-pager.css-------------------*/
	.b-pager__num:nth-child(9),
	.b-pager__num:nth-child(10) {
		display:none;
	}

	/*-b-tv.css----------------------*/
	.b-tv__paper__link__date,
	.b-tv__paper__link__title,
	.b-tv__paper__link__anons {
		margin-left:355px;
	}

	/*-b-showcase.css----------------------*/
	.b-showcase__card-list {
		margin-left:195px;
	}
	.b-showcase-consult-card {
		margin-right:15px;
	}
	.i-showcase-consult-card:nth-child(2n) .b-showcase-consult-card {
		margin-right:0;
	}

	/*-b-gallery.css----------------------*/
	.b-gallery-overlay__controls__close {
		top:0;
		right:-12px;
	}
	.b-gallery-overlay__controls__arr_prev .b-gallery-overlay__controls__arr__ico {
		left:-12px;
	}
	.b-gallery-overlay__controls__arr_next .b-gallery-overlay__controls__arr__ico {
		right:-12px;
	}

	/*-b-nav.css----------------------*/
	.b-nav__item_family {
		min-width:64px;
		width:6.4%;
	}
	.b-nav__item_plan {
		min-width:128px;
		width:12.8%;
	}
	.b-nav__item_preg {
		min-width:608px;
		width:60.8%;
	}
	.b-nav__item_birth {
		min-width:59px;
		width:5.9%;
	}
	.b-nav__item_kids {
		min-width:141px;
		width:14.1%;
	}
	.b-nav__item_orange:after {
		background-position:5px -140px;
	}
	.b-nav__item_orange.b-nav__item_on:after {
		background-position:5px -60px;
	}

	/*-b-forum.css----------------------*/
	.b-forum-section__title {
		font-weight:bold;
		font-size:14px;
	}

	/*-b-pager.css----------------------*/
	.b-pager__ctrl {
		font-size:0;
	}
	.b-pager__ctrl__arr {
		margin:0;
	}

	.b-my-info__status {
		max-width:none;
	}

}

/*
-screen-width: >= 1024 and <= 1152px */
@media screen and (min-width:1024px) and (max-width:1152px) {
	/*-b-recipes.css----------------------*/
	/* .b-recipes-card-list .b-showcase-recipe__card {
		margin-left:8px;
		margin-right:8px;
	} */

	/*-b-nav.css--------------------------*/
	.b-nav__item_blue:after {
		background-position:8px -110px;
	}
	.b-nav__item_blue.b-nav__item_on:after {
		background-position:8px 0;
	}
	.b-nav__item_green:after {
		background-position:11px -120px;
	}
	.b-nav__item_green.b-nav__item_on:after {
		background-position:11px -18px;
	}
	.b-nav__item_yellow:after {
		background-position:7px -130px;
	}
	.b-nav__item_yellow.b-nav__item_on:after {
		background-position:7px -12px;
	}
	.b-nav__item_orange:after {
		background-position:-1px -140px;
	}
	.b-nav__item_orange.b-nav__item_on:after {
		background-position:-1px -60px;
	}

	/*-b-forum.css----------------------*/
	.b-forum-section__title {
		font-weight:bold;
		font-size:14px;
	}

	.b-my-info__status {
		max-width:none;
	}

}

/*
-screen-width: >= 1152 and <= 1280px */
@media screen and (min-width:1152px) and (max-width:1280px) {
	/*-__bones.css-----------------*/
	/* .p-foot {
		padding:0 10px;
	}
	.i-foot-portal {
		margin:0 -10px;
	} */

	/*-b-recipes.css----------------------*/
	.b-recipes-card-list .b-showcase-recipe__card {
		margin-left:4px;
		margin-right:4px;
	}
}

@media screen and (min-width:1280px) {
	.b-market-detail__photo {
		padding-left:0;
		padding-right:0;
	}
	.b-market-detail__photo__ctrl-l {
		left:-18px;
	}
	.b-market-detail__photo__ctrl-r {
		right:-18px;
	}
}

/*
-screen-height: <= 600px */
@media screen and (max-height:600px) {
	.b-comment-form .b-comment-form__toggle {
		display:block;
	}
	.b-comment-form .b-comment-form__box {
		display:none;
	}
}
