
td, th {
	padding: 0.15rem 0.5rem;
}

table {
	border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #ddd;
}

tr:first-child {
	border-top: 1px solid #ddd;
}


#second-table {
	overflow-x: scroll;	
}

#second-table table {
	min-width: 840px;
	margin-bottom: 1rem;
}


.q-container {
	border: 1px solid #eee;
	padding: 1.5rem;
}

.question {
	cursor: pointer;
	display: flex;
	flex-direction: horizontal;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 1rem;
}

.q-text {
	font-size: 1.3rem;
	font-weight: 900;
}

.q-icon-reversed {
	transition: all 0.2s;
	transform: rotate(180deg);
}

.answer {
	transition: all 0.2s;
	opacity: 1;
	height: auto;
	padding-top: 2rem;
}

.answer-hidden {
	transition: all 0.2s;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding-top: 0;
}

.soc-container {
	display: flex;
	flex-direction: horizontal;
	gap: 2.5rem;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.soc-block {
	width: 250px;
	max-width: 250px;
}

.soc-ttext {
	font-family: "Roboto-Bold";
	text-align: center;
	font-size: var(--size-4);
}

.soc-btext {

	text-align: center;
	margin-top: 0.7rem;
	font-size: var(--size-5);
	line-height: 1.3rem;
	font-style: italic;

}

.contacts-container {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2rem;

}



