

/* Start:/bitrix/templates/market_column/components/bitrix/system.pagenavigation/.default/style.css?15591977122052*/
.navigation-pages{
	text-align:center;
	/* padding:20px 0; */
	color:#717171
}
.navigation-pages .nav-current-page{
	display:inline-block;
	color:#f2f2f2;
	font-size:16px;
	text-shadow:0 1px rgba(0,0,0,.13);
	box-shadow:0 1px #fff,inset 0 1px 5px rgba(0,0,0,.4);
	border-radius:4px;
	padding:10px 0px;
	font-weight:bold;
	min-width:32px;
	text-align:center;
	background-color:#606060;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:linear-gradient(to top,rgba(0,0,0,.09),rgba(255,255,255,.09));
	border:none;
    margin: 5px;
}
.navigation-page-all,
.navigation-pages a{
	display:inline-block;
	color:#717171;
	font-size:16px;
	min-width:32px;
	text-align:center;
	border:1px solid #c9c9c9;
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	background:#fefefe;
	text-decoration:none;
	border-radius:4px;
	padding:10px 0;
	font-weight:bold;
	background:-moz-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-o-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:linear-gradient(to bottom,#fefefe 0%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eaeaea',GradientType=0);
    margin: 5px;
}
.navigation-page-all:hover
,.navigation-pages a:hover
,.navigation-page-all:active
,.navigation-pages a:active
,.navigation-page-all:visited
,.navigation-pages a:visited
{
	background:#fff;
	color:#717171;
        text-decoration: none;
}
.navigation-page-all{padding:4px !important}

/* End */


/* Start:/bitrix/templates/market_column/components/bitrix/news.list/banner-production/style.css?17515483852470*/
.production--banner {
    margin: 40px 0;
}

.production-banner {

}

.production-banner__inner {
    position: relative;
    padding: 0 40px 0 45px;
    height: 129px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.production-banner__img {
    display: block;

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    background-color: #333;
    outline: none;
    user-select: none;
}

.production-banner__img-mobile {
    display: none;

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    background-color: #333;
    outline: none;
    user-select: none;
}

.production-banner__cols {
    position: relative;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;

    gap: 20px;
    width: 100%;
}

.production-banner__cols-item {

}

.production-banner__title-wrapper {
    margin: 0 0 5px 0;
}

.production-banner__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
}

.production-banner__text-wrapper {

}

.production-banner__text {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
}

.production-banner__button-wrapper {

}

.production-banner__button {
    white-space: nowrap;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    background-color: #FCBD00;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    outline: none;
    border: none;
    user-select: none;
}

.production-banner__button:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    user-select: none;
}

@media (max-width: 991px) {
    .production-banner__inner {
        padding: 0 30px 0 35px;
    }

    .production-banner__text {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .production--banner {
        margin: 30px 0;
    }

    .production-banner__inner {
        height: 221px;
    }

    .production-banner__img {
        display: none;
    }

    .production-banner__img-mobile {
        display: block;
    }

    .production-banner__cols {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .production-banner__cols-item {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/market_column/components/bitrix/news/production/bitrix/news.list/.default/style.css?17515483851465*/
.production-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.production-items__item {
	width: calc(33.3% - 13.3px);
}

.production-items__item-link {
	display: block;
	padding: 27px 10px;
	height: 100%;
	border: 1px solid #E6EAED;
	color: #333;
	text-decoration: none;
	outline: none;
	user-select: none;
}

.production-items__item-link:hover {
	border-color: #FF7700;
	color: #FF7700;
	text-decoration: none;
	outline: none;
	user-select: none;
}

.production-items__item-img-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 173px;
	margin: 0 0 7px 0;
}

.production-items__item-img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	outline: none;
	border: none;
	user-select: none;
}

.production-items__item-link:hover
.production-items__item-img {

}

.production-items__item-title-wrapper {

}

.production-items__item-title {
	color: #333;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

.production-items__item-link:hover
.production-items__item-title {
	color: #FF7700;
}

@media (max-width: 640px) {
	.production-items {
		gap: 10px;
	}

	.production-items__item {
		width: calc(50% - 5px);
	}

	.production-items__item-link {
		padding: 12px 10px;
	}

	.production-items__item-img-wrapper {
		height: 157px;
	}

	.production-items__item-title {
		font-size: 12px;
		line-height: 15px;
	}
}
/* End */
/* /bitrix/templates/market_column/components/bitrix/system.pagenavigation/.default/style.css?15591977122052 */
/* /bitrix/templates/market_column/components/bitrix/news.list/banner-production/style.css?17515483852470 */
/* /bitrix/templates/market_column/components/bitrix/news/production/bitrix/news.list/.default/style.css?17515483851465 */
