.requisites-rezviziti-section {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 60px 0px;
position: relative;
z-index: 90;
}
.requisites-rezviziti {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.requisites-rezviziti__table {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #5d5854;
font-size: 14px;
line-height: 20px;
}
.requisites-rezviziti__table table {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
width: 100%;
border: 1px solid #f0eeec;
border-spacing: 0px;
line-height: 20px;
}
.requisites-rezviziti__table table thead, 
.requisites-rezviziti__table table tbody {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.requisites-rezviziti__table table tr {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.requisites-rezviziti__table table tbody tr:nth-child(2n-1) td {
background: #f9f8f7;
}
.requisites-rezviziti__table table tbody tr:nth-child(2n) td {
background: #ffffff;
}
.requisites-rezviziti__table table tr th, 
.requisites-rezviziti__table table tr td {
margin: 0px 0px 0px 0px;
padding: 10px 15px 10px 15px;
position: relative;
width: 50%;
border-left: 1px solid #f0eeec;
}
.requisites-rezviziti__table table tr th:first-child, 
.requisites-rezviziti__table table tr td:first-child {
border-left: none;
}
.requisites-rezviziti__table table tr th {
font-weight: 500;
}
.requisites-rezviziti__table table tr th:nth-child(1), 
.requisites-rezviziti__table table tr td:nth-child(1) {
text-align: right;
}
.requisites-rezviziti__table table tr th:nth-child(2), 
.requisites-rezviziti__table table tr td:nth-child(2) {
text-align: left;
}
.requisites-rezviziti__table table strong, 
.requisites-rezviziti__table table b {
color: #000;
font-weight: 500;
}
.requisites-rezviziti__table table a {
color: #c7152a;
text-decoration: underline;
}
.requisites-rezviziti__table table a:hover, 
.requisites-rezviziti__table table a:active {
color: #e90520;
text-decoration: none;
}
@media (max-width: 1199px) {
	.requisites-rezviziti__table table {
		table-layout: fixed;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.requisites-rezviziti__table table tr th, 
	.requisites-rezviziti__table table tr td {
		text-align: left !important;
	}
	.requisites-rezviziti__table table tr th:nth-child(1), 
	.requisites-rezviziti__table table tr td:nth-child(1) {
		width: 170px;
	}
	.requisites-rezviziti__table table tr th:nth-child(2), 
	.requisites-rezviziti__table table tr td:nth-child(2) {
		width: calc(100% - 170px);
	}
}
@media (max-width: 499px) {
	.requisites-rezviziti__table table {
		display: block;
	}
	.requisites-rezviziti__table table tbody {
		display: block;
	}
	.requisites-rezviziti__table table tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.requisites-rezviziti__table table tr th, 
	.requisites-rezviziti__table table tr td {
		width: 100% !important;
	}
	.requisites-rezviziti__table table tbody tr td:nth-child(1) {
		padding-bottom: 0px;
		font-weight: 500;
	}
	.requisites-rezviziti__table table tbody tr td:nth-child(2) {
		padding-top: 0px;
	}
}