

/* Start:/local/templates/mpc/components/bitrix/news.detail/articles/style.css?17827105187088*/
h2 {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: var(--title);
	text-transform: uppercase;
	margin-bottom: 22px !important;
}

.title-black {
	line-height: 1.1;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	h2 {
		font-size: 18px;
	}

	.section-title {
		font-size: 17px;
		margin: 25px 0;
		line-height: 1.2;
	}

	.title-black {
		font-size: 17px;
	}
}
/*todo*/
.articles-detail__image {
	float: left; 
	width: 405px;
	min-width: 405px;
	margin: 0 60px 40px 0;
}

.articles-detail__image img {
	border-radius: 8px;
	box-shadow: 0 35px 25px -29px #00000085;
	height: auto;
	max-width: 100%;
}

.articles-detail__date {
	background: var(--primary);
	color: #ffffff;
	font-size: 16px;
	padding: 6px 17px;
	display: inline-block;
	margin-bottom: 20px;
}

.articles-detail__name {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.4;
	text-wrap: wrap;
}


.articles-detail__container {
	/*display: flex;*/
	/*gap: 50px 60px;*/
	/*align-items: center;*/
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.articles-detail__container {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.articles-detail__container {
		flex-direction: column;
	}

	.articles-detail__image {
		width: 100%;
		min-width: 100%;
	}

	.articles-detail__name {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.articles-detail__date {
		font-size: 14px;
		padding: 4px 12px;
		margin-bottom: 15px;
	}
}

.materials-table {
	width: 100%;
	border-spacing: 0px;
}

.materials-table tr th:not(:first-child) {
	width: 217px;
}

.materials-table td .rectangle {
	margin: 0 auto;
}

.materials-table tr td,
.materials-table tr th {
	padding: 10px;
}

.materials-table tr td:nth-child(even),
.materials-table tr th:nth-child(even) {
	background-color: #f5f5f5;
}

html[data-theme="dark"] .materials-table tr td:nth-child(even),
html[data-theme="dark"] .materials-table tr th:nth-child(even) {
	background-color: var(--secondary);
}

.materials-table tr th:first-child {
	text-align: start;
}

.materials-table tr th {
	text-transform: uppercase;
}

.bgcolor_blue {
	background-color: #4cb1dd;
}

.bgcolor_green {
	background-color: #47c95c;
}

.bgcolor_yellow {
	background-color: #f6e015;
}

.bgcolor_red {
	background-color: #e43838;
}

.simple-table {
	max-width: 1180px;
	margin: 0 auto;
	border-spacing: 0;
}

.simple-table tr th {
	text-align: start;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 30px;
}

.simple-table tr td {
	padding-bottom: 10px;
	padding-top: 10px;
}

.simple-table tr th:first-child {
	width: 200px;
}

.simple-table tr th:nth-child(2),
.simple-table tr td:nth-child(2) {
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	background-color: #f5f5f5;
}

html[data-theme="dark"] .simple-table tr th:nth-child(2),
html[data-theme="dark"] .simple-table tr td:nth-child(2) {
	background-color: var(--secondary);
}

.simple-table tr:last-child td:last-child {
	padding-bottom: 30px;
}

.circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.colors-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.color-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.rectangle {
	width: 40px;
	height: 22px;
	border-radius: 4px;
}

@media (max-width: 1390px) {
	.colors-wrapper {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.circle {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	.colors-wrapper {
		grid-template-columns: 1fr;
	}
	.simple-table tr th:first-child {
		width: 130px;
	}
	.simple-table tr th {
		font-size: 13px;
		padding-top: 15px;
	}
	.simple-table tr td {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 12px;
	}
	.simple-table tr th:nth-child(2),
	.simple-table tr td:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.simple-table tr:last-child td:last-child {
		padding-bottom: 15px;
	}
}

.guests-table,
.climatic_zones-table {
	border-spacing: 0;
}

.guests-table .orange_border_left,
.climatic_zones-table .orange_border_left {
	margin: 0;
}

.guests-table th:not(:first-child),
.climatic_zones-table th:not(:first-child) {
	width: 260px;
	text-align: center;
	background-color: #f5f5f5;
	padding: 10px;
}

.guests-table th:first-child,
.climatic_zones-table th {
	width: 400px;
	min-width: 110px;
}

.climatic_zones-table th {
	text-transform: uppercase;
}

.guests-table tr td,
.climatic_zones-table tr td {
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}

.climatic_zones-table tr td {
	text-align: center;
}

.climatic_zones-table tr:not(:last-child) td {
	border-bottom: none;
}

.guests-table tr td:not(:first-child),
.guests-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child),
.climatic_zones-table tr th:not(:first-child) {
	text-align: center;
}

.guests-table tr th:nth-child(even),
.climatic_zones-table tr th:nth-child(even) {
	background-color: #e2e2e2;
}

.guests-table tr td img,
.climatic_zones-table tr td img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.guests-table .grid-table-td {
	display: grid;
	grid-template-rows: 100px 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

.guests-table .grid-table-td--3 {
	display: grid;
	grid-template-rows: 100px 100px 100px;
	justify-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.guests-table th:not(:first-child),
	.climatic_zones-table th:not(:first-child) {
		min-width: 160px;
	}

	.guests-table th:first-child,
	.climatic_zones-table th:first-child {
		width: 30%;
	}

	.guests-table .orange_border_left,
	.climatic_zones-table .orange_border_left {
		padding-right: 15px;
	}
}

.size-table tr:nth-child(4) td {
	border-bottom: none;
}

.size-table .orange_border_left {
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}

.guests-table.size-table .height th:not(:first-child) {
	font-weight: 500;
	background: #f5f5f5;
	min-width: 80px;
}

.guests-table.size-table th:first-child {
	min-width: 180px;
	width: 180px;
}

.size-shoes {
	width: 100%;
}

.size-shoes tr th {
	text-align: left;
	width: 400px;
}

.size-headdress tr th {
	width: 250px;
	text-align: left;
}

.size-shoes tr th .orange_border_left,
.size-headdress tr th .orange_border_left {
	margin-bottom: 0;
}

.size-shoes tr th,
.size-shoes tr td,
.size-headdress tr td,
.size-headdress tr th {
	padding: 20px;
}

.size-shoes tr th,
.size-headdress tr th {
	padding-left: 0;
}

.size-shoes tr td,
.size-headdress tr td {
	text-align: center;
}

.size-headdress {
	max-width: 990px;
	margin: 0 auto;
}

.articles-list__item picture {
	height: inherit;
}

@media (min-width: 1200px) {
	.articles-detail__img {
		max-width: none;
	}
}

h3 {
	margin-bottom: 22px !important;
}

html[data-theme="dark"] .guests-table th:not(:first-child),
html[data-theme="dark"] .climatic_zones-table th:not(:first-child),
html[data-theme="dark"] .guests-table.size-table .height th:not(:first-child) {
	background-color: var(--secondary);
}

/* End */
/* /local/templates/mpc/components/bitrix/news.detail/articles/style.css?17827105187088 */
