.product_list_page {
	padding: 0 8px 120px 8px;
	width: 100%;
}

.converter {
	margin-bottom: 48px;
}

.converter__title.h1 {
	text-align: center;
	margin-bottom: 24px;
}

.converter > p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 48px;
}
@media (max-width: 576px) {
	.converter__title.h1,
	.converter > p {
		text-align: left;
	}
}
.converter__main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.converter__lottie-container {
	cursor: pointer;
	width: 210px;
	height: 240px;
}

.converter__lottie-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.converter__calculator {
	width: 100%;
	border-radius: 8px;
	background-color: #f6f9ff;
	box-shadow: 0px 0px 8px 0px rgba(35, 37, 39, 0.16);
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.converter__calculator-first-part {
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e9ec;
}

.converter__calculator-btns-wrapper {
	display: flex;
	gap: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e9ec;
}

.converter__calculator-btns-item {
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.converter__calculator-btns-item-title {
	color: #092c47;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.converter__calculator-btns {
	display: flex;
	gap: 8px;
}

.converter__calculator-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 30px;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #c1cad1;
	transition: all ease-in-out 350ms;
	color: #476175;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.converter__calculator-btn:hover {
	border-color: #0e6aed;
	background-color: #e6f0fd;
	color: #0e6aed;
}

.converter__calculator-btn.active {
	color: #092c47;
	border-color: #0e6aed;
	background-color: #f6f9ff;
}

.converter__radio-btns-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 8px;
}

.converter__calculator-form {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.converter__calculator-form .form-field {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 8px 0;
	max-width: 82px;
}

.converter__calculator-form .form-field .first-value,
.converter__calculator-form .form-field .second-value {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

.converter__calculator-form .form-field .first-value {
	color: #092c47;
}

.converter__calculator-form .form-field .second-value {
	width: 29px;
	color: #8495a3;
	padding-left: 4px;
	border-left: 1px solid #e6e9ec;
}

.custom-radio-btn__label {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}

.custom-radio-btn__input {
	cursor: pointer;
}

.custom-radio-btn__input:checked + .custom-radio-btn__label .first-value {
	color: #0e6aed;
}

.custom-radio-btn__input:checked + .custom-radio-btn__label .second-value {
	color: #86b5f8;
}

.converter__calculator-second-part {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.converter__calculator-valuation {
	position: relative;
	padding: 20px;
	border-radius: 8px;
	background-color: #e6f0fd;
	width: 100%;
	height: fit-content;
}

.convertated-value-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.converter__calculator-valuation .info-btn {
	position: absolute;
	display: flex;
	top: 20px;
	right: 20px;
	border: none;
	width: 14px;
	height: 14px;
	background-color: transparent;
}

.converter__calculator-valuation .info-btn img {
	width: 100%;
	height: 100%;
}

.converter__calculator-valuation .info-btn:hover .info-btn-text,
.converter__calculator-valuation .info-btn:focus .info-btn-text {
	opacity: 0.94;
	pointer-events: auto;
}

.converter__calculator-valuation .info-btn .info-btn-text {
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 350ms;
	position: absolute;
	top: -5px;
	right: -8px;
	transform: translateY(-100%);

	width: 182px;
	padding: 5px 8px;
	border-radius: 2px;
	background-color: #2d343b;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.converter__calculator-valuation .first-line {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #092c47;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.converter__calculator-valuation .first-line img {
	width: 24px;
	height: 24px;
}

.converter__calculator-valuation .third-line {
	color: #8495a3;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

.converter__calculator-valuation .second-line {
	color: #0e6aed;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.converter__calculator-materials {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.converter__calculator-materials-three {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 75%;
}

.converter__calculator-materials-three-title {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-end;
	gap: 8px;
	color: #22445f;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 4px;
}

.converter__calculator-materials-three-main {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.converter__calculator-materials-three-image {
	height: 52px;
	width: 100%;
}

.converter__calculator-materials-three-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	font-size: 8px;
	font-weight: 700;
	line-height: 12px;
}

.converter__calculator-materials-three-footer-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 4px;
}

.converter__calculator-materials-three-footer-item span {
	color: #8495a3;
}

.converter__calculator-materials-opener-wraper {
	position: relative;
	width: calc(25% - 8px);
	margin-bottom: 15px;
	flex-shrink: 0;
}

.converter__calculator-materials-opener {
	position: relative;
	border: none;
	background-color: transparent;
	width: 100%;
	height: 52px;
	border-radius: 8px;
	border: 1px solid #8495a3;
	overflow: hidden;
}

.converter__calculator-materials-opener img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.converter__calculator-materials-opener .zoom-scan {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.converter__materials-modal-wrapper {
	display: none;
}

.converter__materials-modal-wrapper.opened {
	position: fixed;
	inset: 0;
	z-index: 100;
	background-color: rgba(8, 21, 32, 0.49);
	display: flex;
	align-items: center;
	justify-content: center;
}

.converter__materials-modal {
	position: relative;
	border-radius: 8px;
	background-color: #f6f9ff;
	box-shadow: 0px 0px 8px 0px rgba(35, 37, 39, 0.16);
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 8px;
	width: min(774px, 100%);
	color: #092c47;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.converter__materials-modal-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.converter__materials-modal-closer {
	border: none;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background-color: transparent;
}

.converter__calculator-materials-opener-wraper .span {
	display: none;
}

.converter__tables-grig {
	width: 100%;
	border-radius: 8px;
	background-color: #f6f9ff;
	box-shadow: 0px 0px 8px 0px rgba(35, 37, 39, 0.16);
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding: 8px;
	gap: 16px;
}

.converter__table {
	width: 100%;
}

.converter__table table {
	width: 100%;
	table-layout: fixed;
}

.converter__table thead tr th {
	text-align: center;
	font-weight: 700;
	padding: 7px;
	background-color: #e6f0fd;
}

.converter__table tbody tr {
	border-bottom: 1px solid #e6e9ec;
}

.converter__table tbody tr td {
	padding: 8px 10px;
}

.converter__table tbody tr td:first-of-type {
	font-weight: 700;
	border-right: 1px solid #e6e9ec;
}

.converter__warning {
	width: 100%;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #f9ae00;
	background-color: #fff8e7;
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 16px;
	line-height: 28px;
}

.converter__warning h3 {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f9ae00;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
}

.converter__warning h3 img {
	width: 32px;
	height: 32px;
}

.converter__warning ul {
	list-style: disc;
	padding-left: 24px;
}

.converter__warning ul li {
	list-style: disc;
}

.converter__warning strong {
	font-weight: 700;
}

.faq__title.h2 {
	margin-bottom: 16px;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq__item {
	border-radius: 8px;
	background-color: #f6f9ff;
	transition: all ease-in-out 350ms;
}

.faq__item:hover {
	box-shadow: 0px 0px 8px 0px rgba(35, 37, 39, 0.16);
}

.faq__item.opened {
	padding-bottom: 8px;
	box-shadow: none;
}

.faq__item.opened .faq__item-question {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.faq__item.opened .faq__item-question img {
	transform: rotate(0);
}

.faq__item.opened .faq__item-answer-wrapper {
	grid-template-rows: 1fr;
	opacity: 1;
}

.faq__item-question {
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
}

.faq__item-question img {
	width: 24px;
	height: 24px;
	transition: all ease-in-out 350ms;
	transform: rotate(-180deg);
}

.faq__item-answer-wrapper {
	padding: 0 8px;
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	opacity: 0;
	transition: all ease-in-out 350ms;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.faq__item-answer {
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.faq__item-title.h3 {
	font-size: 16px;
	line-height: 20px;
}

.faq__item-difference {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 16px;
}

.faq__item-difference-item.border-bottom {
	padding-bottom: 16px;
	border-bottom: 1px solid #e6e9ec;
}

.faq__item-difference-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.faq__item-difference-item .half-image {
	height: 124px;
	object-fit: contain;
	width: 100%;
}

.faq__item-difference-item .single-image {
	width: min(100%, 811px);
	height: auto;
}

.faq__item-difference-item ul {
	list-style: disc;
	padding-left: 20px;
}

.faq__item-difference-item ul li {
	list-style: disc;
}

.faq__item-difference-item strong {
	font-weight: 700;
}

.faq__table-wrapper {
	overflow-x: auto;
	padding-bottom: 8px;
}

.faq__table-wrapper table {
	table-layout: fixed;
	width: auto;
}

.faq__table-wrapper table thead {
	background-color: #e6f0fd;
	margin-bottom: 0;
}

.faq__table-wrapper table thead th {
	font-weight: 700;
}

.faq__table-wrapper table thead th:not(:first-of-type) {
	text-align: end;
}

.faq__table-wrapper table thead th:first-of-type {
	text-align: start;
	background-color: #e6f0fd;
}

.faq__table-wrapper table td,
.faq__table-wrapper table th {
	border-right: 1px solid #e6e9ec !important;
	min-width: 60px;
}

.faq__table-wrapper table th:first-of-type,
.faq__table-wrapper table td:first-of-type {
	position: sticky;
	left: 0;
	z-index: 10;
	min-width: 170px;
}

.faq__table-wrapper table td:first-of-type {
	background-color: #f6f9ff;
}

.faq__table-wrapper table tr td:not(:first-of-type) {
	text-align: end;
}

.faq__table-wrapper table tr td:first-of-type {
	text-align: start;
	font-weight: 700;
}

.characteristics__table-image {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.characteristics__table-image img {
	width: calc(100% - 16px);
	height: auto;
}

.characteristics__table-wrapper {
	width: 100%;
	max-width: 90vw;
	overflow-x: auto;
	padding-bottom: 8px;
}

.characteristics__table-wrapper table {
	table-layout: auto;
	width: 100%;
	border: 1px solid #e6e9ec;
	border-top: none;
}

.characteristics__table-wrapper table thead {
	background-color: #e6f0fd;
	margin-bottom: 0;
}

.characteristics__table-wrapper table thead tr th {
	font-weight: 700;
	padding: 8px;
	border: 1px solid #e6e9ec;
	border-top: none;
	white-space: wrap;
}

.characteristics__table-wrapper table thead tr th:nth-of-type(3) {
	white-space: nowrap;
}

.characteristics__table-wrapper table thead tr th:last-of-type {
	min-width: 320px;
}

.characteristics__table-wrapper table tbody tr td {
	padding: 8px;
	border: 1px solid #e6e9ec;
}

.characteristics__table-wrapper table tbody tr td:last-of-type {
	min-width: 320px;
}

.characteristics__table-wrapper table tbody tr:first-of-type td:first-of-type {
	text-align: center;
	min-width: 105px;
}

.characteristics__table-wrapper
	table
	tbody
	tr:first-of-type
	td:first-of-type
	img {
	display: block;
	margin: 8px auto;
	width: 16px;
	height: 100%;
}

.characteristics__table-wrapper ul {
	list-style: disc;
	padding-left: 20px;
}

.characteristics__table-wrapper ul li {
	list-style: disc;
}

.characteristics__table-wrapper::-webkit-scrollbar,
.faq__table-wrapper::-webkit-scrollbar {
	height: 2px;
}

.characteristics__table-wrapper::-webkit-scrollbar-track,
.faq__table-wrapper::-webkit-scrollbar-track {
	background-color: #c3dafb;
	border-radius: 4px;
}

.characteristics__table-wrapper::-webkit-scrollbar-thumb,
.faq__table-wrapper::-webkit-scrollbar-thumb {
	background-color: #86b5f8;
	border-radius: 4px;
}
.converter__table table tbody tr td {
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

@media only screen and (min-width: 577px) {
	.faq__item-title.h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.faq__item-question {
		padding: 16px;
	}
}
@media only screen and (min-width: 720px) {
	.product_list_page {
		padding: 0 12px 120px 12px;
	}

	.converter {
		margin-bottom: 32px;
	}

	.converter__main {
		gap: 16px;
		justify-content: flex-start;
	}

	.converter__calculator {
		order: 1;
		gap: 16px;
	}

	.converter__calculator-btns-item {
		padding-bottom: 0;
	}

	.converter__radio-btns-wrapper {
		gap: 10px;
		padding: 8px 0;
		flex: 1;
	}

	.converter__calculator-form {
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.converter__calculator-form .form-field {
		padding: 0;
		position: relative;
		z-index: 1;
	}

	.converter__calculator-form .form-field .first-value {
		order: 1;
	}

	.converter__calculator-form .form-field .second-value {
		width: auto;
		padding-left: 0;
		border-left: none;
		order: 3;
		height: 16px;
	}

	.converter__calculator-form::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 12px;
		right: 12px;
		height: 2px;
		background-color: #22445f;
		z-index: 0;
	}

	.custom-radio-btn__input {
		display: none;
	}

	.custom-radio-btn__label {
		position: relative;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		z-index: 2;
	}

	.custom-radio-btn__label:hover::before {
		background-color: #86b5f8;
	}

	.custom-radio-btn__label::before {
		content: '';
		width: 16px;
		height: 16px;
		border: 4px solid transparent;
		background-clip: content-box;
		background-color: #22445f;
		border-radius: 50%;
		display: inline-block;
		transition: all ease-in-out 350ms;
		order: 2;
		z-index: 2;
	}

	.custom-radio-btn__input:checked + .custom-radio-btn__label::before {
		background-color: #267af2;
		background-clip: border-box;
	}

	.converter__calculator-second-part {
		flex-direction: row;
		gap: 20px;
	}

	.converter__calculator-valuation {
		width: 240px;
		flex-shrink: 0;
	}

	.converter__calculator-materials {
		flex-direction: column;
		gap: 12px;
		flex: 1;
	}

	.converter__calculator-materials-three {
		width: 100%;
	}

	.converter__calculator-materials-three-image {
		height: 55px;
	}

	.converter__calculator-materials-three-title {
		font-size: 14px;
		line-height: 24px;
	}

	.converter__calculator-materials-three-footer-item {
		padding-left: 8px;
	}

	.converter__calculator-materials-opener-wraper {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 0;
		padding-top: 12px;
		border-top: 1px solid #e6e9ec;
	}

	.converter__materials-modal {
		font-size: 16px;
		line-height: 24px;
		gap: 12px;
		padding: 24px;
	}

	.converter__calculator-materials-opener-wraper .span {
		display: block;
		color: #22445f;
		font-size: 14px;
		font-weight: 700;
		line-height: 24px;
	}

	.converter__calculator-materials-opener {
		width: 30%;
		height: 55px;
	}

	.converter__tables-grig {
		order: 2;
		width: 66%;
	}

	.converter__lottie-container {
		order: 3;
		width: 31%;
		height: 284px;
	}

	.converter__warning {
		order: 4;
		padding: 16px;
		gap: 8px;
	}

	.converter__warning ul {
		padding-left: 64px;
	}

	.faq__list {
		gap: 24px;
	}

	.faq__item.opened {
		padding-bottom: 16px;
	}

	.faq__item-question {
		padding: 20px;
	}
	.faq__item.opened .faq__item-question {
		margin-bottom: 24px;
	}

	.faq__item-answer-wrapper {
		padding: 0 16px;
	}

	.faq__item-answer {
		gap: 24px;
	}

	.faq__item-difference {
		gap: 24px;
	}

	.faq__item-difference-item .half-image {
		height: 200px;
	}

	.faq__item-difference-item ul {
		padding-left: 24px;
	}

	.faq__item-difference-item.border-bottom {
		padding-bottom: 24px;
	}

	.characteristics__table-image {
		gap: 8px;
	}

	.characteristics__table-wrapper table tbody tr td {
		padding: 12px;
	}

	.characteristics__table-wrapper table tbody tr td:last-of-type {
		min-width: 340px;
	}

	.characteristics__table-wrapper
		table
		tbody
		tr:first-of-type
		td:first-of-type {
		min-width: 151px;
	}

	.characteristics__table-wrapper table thead tr th {
		padding: 12px;
	}

	.characteristics__table-wrapper table thead tr th:last-of-type {
		min-width: 340px;
	}
}

@media only screen and (min-width: 992px) {
	.product_list_page {
		padding: 0 0 120px 36px;
	}

	.converter__warning {
		padding: 24px;
	}

	.converter > p {
		margin-bottom: 32px;
	}

	.converter__calculator {
		width: 64%;
		padding: 24px;
		order: 1;
		gap: 32px;
	}

	.converter__calculator-btns-wrapper {
		flex-direction: column;
		gap: 0;
		padding-bottom: 8px;
		border-bottom: none;
		padding-right: 12px;
		border-right: 1px solid #e6e9ec;
		width: fit-content;
	}

	.converter__lottie-container {
		order: 2;
		height: 349px;
		width: 24%;
		margin: 0 auto;
	}

	.converter__calculator-first-part {
		display: flex;
		align-items: flex-start;
		gap: 12px;
		padding-bottom: 0;
		border-bottom: none;
	}

	.converter__calculator-second-part {
		gap: 16px;
	}

	.converter__calculator-valuation .third-line {
		order: 2;
	}

	.converter__calculator-valuation .second-line {
		order: 3;
	}

	.converter__calculator-materials {
		flex-direction: row;
		gap: 16px;
	}

	.converter__calculator-materials-three {
		width: 75%;
		padding-right: 16px;
		border-right: 1px solid #e6e9ec;
	}

	.converter__calculator-materials-opener-wraper {
		width: 25%;
		margin-bottom: 0;
		padding-top: 0;
		margin-bottom: 18px;
		border-top: none;
	}

	.converter__calculator-materials-opener {
		width: 100%;
	}

	.converter__calculator-materials-opener-wraper .span {
		opacity: 0;
		pointer-events: none;
		transition: all ease-in-out 350ms;
		position: absolute;
		right: 0;
		top: -9px;
		transform: translateY(-100%);
		padding: 5px 8px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 20px;
		border-radius: 2px;
		background-color: #2d343b;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
		width: 150px;
	}

	.converter__calculator-materials-opener-wraper:hover .span {
		opacity: 0.94;
		pointer-events: auto;
	}

	.converter__calculator-materials-opener-wraper .span::after {
		content: '';
		position: absolute;
		bottom: -5px;
		right: 30px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2d343b;
	}

	.converter__tables-grig {
		order: 3;
	}

	.converter__warning {
		order: 4;
	}

	.converter__tables-grig {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		padding: 24px;
		gap: 16px;
	}

	.converter__table {
		width: auto;
	}

	.converter__table:first-of-type {
		padding-right: 16px;
		border-right: 1px solid #e6e9ec;
	}

	.converter__table table tbody tr td {
		padding: 11px 7px;
	}

	.converter__table table tbody tr td:last-of-type {
		min-width: 348px;
	}

	.converter__table table thead tr th {
		padding: 12px 16px;
	}

	.converter__table table thead tr th:last-of-type {
		min-width: 348px;
	}

	.faq__item.opened {
		padding-bottom: 20px;
	}

	.faq__item-answer-wrapper {
		padding: 0 20px;
	}

	.faq__item-difference {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.faq__item-difference-item.border-bottom {
		padding-bottom: 0;
		border-bottom: none;
	}

	.characteristics__table-image {
		flex-direction: row;
		align-items: flex-start;
	}

	.characteristics__table-image img {
		width: 33%;
	}

	.characteristics__table-wrapper {
		width: 66%;
	}

	.characteristics__table-wrapper table tbody tr td {
		padding: 12px 16px;
	}

	.characteristics__table-wrapper table tbody tr td:last-of-type {
		min-width: 348px;
	}

	.characteristics__table-wrapper table thead tr th {
		padding: 12px 16px;
	}

	.characteristics__table-wrapper table thead tr th:last-of-type {
		min-width: 348px;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1150px) {
	.converter__calculator-materials-three-title {
		font-size: 12px;
		line-height: 20px;
	}
}

@media only screen and (min-width: 1440px) {
	.product_list_page {
		padding: 0 48px 48px 48px;
		max-width: 1432px;
		margin: 0 auto;
	}
}
