

/* Start:/local/templates/DD-main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17882967836149*/
.stock {
	margin-bottom: 40px;
}
.stock_img img {
	width: 100%;
}

.stock_info {
	display: flex;
	flex-direction: column;
}
.period {
	margin-top: 10px;
}
.period span {
	background-color: #ff8454;
	color: white;
	padding: 10px;
}

.stock_desc {
	margin-bottom: 20px;
}
.stock_date {
	color: #ff8454;
	font-weight: bold;
	font-size: 20px;
}

.stock h3,
.stock .h3 {
	margin-top: 40px;
}

.stock .text {
	max-width: 100%;
	overflow: auto;
}
.nstaff__conatiner {
	width: 100%;
}
.nstaff__item {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	padding: 20px;
	margin-bottom: 15px;
	transition: 0.2s;
}
.nstaff__item:hover {
	transform: scale(1.01);
	transition: 0.2s;
}
.nstaff__item .nstaff__left {
	flex: 1;
}
.nstaff__item .nstaff__right {
	flex: 2;
}
.nstaff__item .nstaff__left,
.nstaff__item .nstaff__right {
	width: 100%;
}
.nstaff__photo {
	width: 240px;
	height: 240px;
	overflow: hidden;
}
.nstaff__photo img {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.nstaff__info {
	display: flex;
	flex-direction: row;
}
.nstaff__plate {
	margin-top: 15px;
	width: 240px;
	background-color: rgba(230, 230, 230, 0.2);
	padding: 5px 15px 5px 0;
	text-align: left;
	color: #454a4c;
}
.nstaff__rev {
	color: #f67745;
	display: inline;
	font-weight: bold;
}
.nstaff__name {
	font-weight: bold;
	font-size: 22px;
}
.nstaff__spec {
	color: #80c3d2;
	font-size: 18px;
}
.nstaff__dop {
	font-size: 18px;
}
.nstaff__dop span {
	text-transform: lowercase;
}
.nstaff__prices {
	margin-top: 25px;
}
.nstaff__price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	padding: 3px 0px;
}
.nstaff__price-num {
	font-weight: bold;
}
.nstaff__btns {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.nstaff__btns button {
	width: 250px;
}
.dd .nstaff__btns .btn-empty_green:hover {
	color: #fff;
}
.nstaff_data {
	color: #f67745;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (max-width: 1450px) {
	.nstaff__photo {
		width: 200px;
		height: 200px;
	}

	.nstaff__btns button {
		width: 200px;
	}
}

@media (max-width: 1050px) {
	.nstaff__name {
		font-size: 18px;
	}

	.nstaff__spec {
		font-size: 16px;
	}

	.nstaff__dop {
		font-size: 16px;
	}

	.nstaff__price {
		font-size: 14px;
	}

	.nstaff__btns {
		flex-direction: column;
	}

	.nstaff__btns button {
		width: 100%;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.nstaff__plate {
		font-size: 14px;
	}

	.nstaff__item {
		flex-direction: column;
	}

	.nstaff__photo {
		width: 400px;
		height: 400px;
	}

	.nstaff__name {
		margin-top: 20px;
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.nstaff__info {
		flex-direction: column;
		line-height: 1.2;
	}
}
@media (max-width: 500px) {
	.nstaff__photo {
		width: 100%;
		height: auto;
	}

	.nstaff__plate {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.nstaff__name {
		font-size: 16px;
		line-height: 1.2;
	}

	.nstaff__spec {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 15px;
	}

	.nstaff__dop {
		font-size: 14px;
	}
}

.price-table {
	width: 100%;
	padding-left: 20px;
}
.table_price .btn {
	width: 100%;
	color: #88c877;
}
.table_price .btn:hover span {
	color: white;
}
.price-table thead {
	background-color: #f4f4f4;
	font-weight: bold;
}
.price-table tr {
	height: 40px;
	line-height: 40px;
	font-size: 12pt;
	border-top: 2px solid #f4f4f4;
}
.table_price tr:hover {
	background-color: rgba(141, 143, 144, 0.1);
}
.price-table th {
	padding-left: 30px;
}
.price-table td {
	padding-left: 30px;
}

.th {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	color: white;
	font-size: 12pt;
	background-color: #88c877 !important;
}
.th th {
	border: 0 !important;
	background-color: #88c877 !important;
}
.table_price {
	border: 1px solid #f2f3f4;
	width: 100%;
}
.table_price .price {
	text-align: center;
	color: #ff8454;
}
.table_price td {
	padding: 6px 18px;
	border: 1px solid #f2f3f4;
}
.table_price th {
	padding: 6px 22px;

	background-color: #88c877;
	font-size: 16px;
	color: white;
	border: 1px solid #88c877;
}
.attention {
	margin-top: 100px;
}
.table_price .name_plate {
	display: flex;
	flex-direction: row;
}
.table_price .name_plate .name {
	width: 100%;
	margin: 0px;
}
.table_price .name_plate .info {
	width: 8%;
	color: #80c3d2;
	text-align: right;
}
.table_price .name_plate .info:hover {
	cursor: pointer;
	color: #ff8454;
}
.table_price .name_plate .carts:hover {
	cursor: pointer;
	color: #ff8454;
}
.table_price .name_plate .carts {
	width: 8%;
	color: #80c3d2;
	text-align: right;
}
.table_price .desc {
	display: none;
	margin-top: 20px;
	padding-bottom: 20px;
}
@media (max-width: 800px) {
	.conts {
		padding: 0px;
		margin: 0px;
	}
	.conts #himg {
		display: none;
	}
	.sidebar {
		display: none;
	}
}

@media (max-width: 400px) {
	.name_plate .name {
		max-width: 130px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
}

.dep-rec-btn {
	margin-top: 30px;
}

.dep-rec-wrap {
	display: flex;
	flex-direction: row;
	justify-content: left;
}

.article-services {
	border-radius: 12px;
	padding: 0 8px;
	width: 100%;
	margin: 40px 0;
}

.article-services__title {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
	margin: 0px;
	margin-bottom: 16px;
}

.stock h3.article-services__title {
	margin-top: 0;
}

.article-services__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.article-services__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px;
	background-color: white;
	border-radius: 8px;
	text-decoration: none;
	color: #212529;
	transition: all 0.2s ease;
	border: 1px solid #e9ecef;
}

.article-services__item:hover {
	background-color: #f1f3f5;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	color: #f67745;
}

.article-services__item-name {
	font-size: 16px;
	font-weight: 500;
}

.article-services__item-icon {
	color: #adb5bd;
	transition: all 0.2s ease;
}

.article-services__item:hover .article-services__item-icon {
	color: #f67745;
	transform: translateX(4px);
}

/* End */
/* /local/templates/DD-main/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17882967836149 */
