.collapse_voltage {
	font-family: 'Instrument Sans', Arial, sans-serif;
    background-color: var(--lightgrayKP);
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 35px;
    border-radius: 15px;
}
.collapse_voltage h3 {
	font-size: 24px;
}
.collapse_voltage p {
	font-size: 16px !important;
	padding-bottom: 16px !important;
}
.collapsable-element {
	width: 100%;
	border-radius: 30px;
	margin-bottom: 10px;
	transition: 0.5s;
	cursor: pointer;
	background-color: rgb(245, 245, 245);
    box-shadow: rgb(0 0 0 / 8%) -2px 0px 4px 0px, rgb(0 0 0 / 8%) 0px 0px 2px 1px;
}
.collapsable-element:hover {
	background-color: rgb(235, 235, 235);
    transition: 0.5s;
}
.collapsable-element .collapse_title {
	padding: 15px 25px 15px 25px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}
.collapsable-element .collapse_content {
	display: none;
	opacity: 0%;
	padding: 0 10px 10px 10px;
	position: relative;
	transition: 5s;
}
.collapsable-element .collapse_content .col-md-5 img {
	width: 100%;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.collapsable-element .collapse_content .col-md-7 p {
	font-size: 16px !important;
}
.collapsable-element .collapse_content .col-md-12 p {
	font-size: 16px !important;
}
.collapsable-element .collapse_content div {
	display: inline-block;
}
.collapsable-element .active_collapse {
	display: block !important;
	opacity: 100% !important;
}

.collapsable-element {
	box-shadow: rgb(0 0 0 / 8%) -2px 0px 4px 0px, rgb(0 0 0 / 8%) 0px 0px 2px 1px;
	border: none;
	background-color: rgb(245 245 245);
}
.voltage_table {
	max-width: 1300px;
	width: 100%;
	color: rgb(26, 26, 26);
}
.voltage_table table, .voltage_table tr {
	background-color: none;
}
.voltage_table table {
	width: 100%;
	border-radius: 16px;
}
.voltage_table .voltage_bold {
	font-weight: 600;
}
.voltage_table table td {
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}
.voltage_table table tr:nth-of-type(1n) {
	background-color: rgb(251, 251, 251);
}
.voltage_table table tr:nth-of-type(2n) {
	background-color: rgb(235, 235, 235);
}
.voltage_table table tr:first-of-type td:first-of-type {
	border-top-left-radius: 16px
}
.voltage_table table tr:first-of-type td:last-of-type {
	border-top-right-radius: 16px
}
.voltage_table table tr:last-of-type td:first-of-type {
	border-bottom-left-radius: 16px
}
.voltage_table table tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 16px
}
.collapsable-element h3.collapse_title {
	margin-left: 40px;
}
.collapsable-element h3.collapse_title::before {
	background-image: url(https://lp.x-kom.pl/a/samsung-seria-galaxy-A/assets/img/arrow-btm.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	position: absolute;
	left: 60px;
	content: "\00a0";
	margin-top: 3px;
	transition: .5s ease;
}