.contacts-section {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
z-index: 99;
}
.contacts__info-items-wrapper {
display: block;
margin: -60px -60px 0px -60px;
padding: 60px 60px 60px 60px;
position: relative;
background: #fff;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.contacts__info-items {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
margin: -25px -10px 0px -10px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts__info-item {
display: inline-block;
vertical-align: top;
margin: 25px 10px 0px 10px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts__info-item-title {
display: block;
margin: -4px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #000000;
}
.contacts__info-item-description {
display: block;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 15px;
line-height: 24px;
font-weight: 400;
color: #5d5854;
}
.contacts__info-item-description strong, 
.contacts__info-item-description b {
font-weight: 500;
}
.contacts__info-item-description-phone {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px calc(16px + 8px);
position: relative;
}
.contacts__info-item-description-phone:before {
content: "";
display: inline-block;
vertical-align: top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: 4px;
left: 0px;
width: 16px;
height: 16px;
background-position: 0px 0px;
background-repeat: no-repeat;
background-image: url(../images/icon-contacts-phone.png);
}
.contacts__info-item-description-phone a {
color: #5d5854 !important;
text-decoration: none !important;
cursor: text;
}
.contacts__info-item-description-phone a:hover, 
.contacts__info-item-description-phone a:active {
color: #5d5854 !important;
text-decoration: none !important;
}
.contacts__info-item-description-phone a > span {
color: inherit;
}
.contacts__info-item-description-wa {
display: block;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px calc(16px + 8px);
position: relative;
}
.contacts__info-item-description-wa:before {
content: "";
display: inline-block;
vertical-align: top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: 4px;
left: 0px;
width: 16px;
height: 16px;
background-position: 0px 0px;
background-repeat: no-repeat;
background-image: url(../images/icon-contacts-wa.png);
}
.contacts__info-item-description-wa a {
color: #5d5854 !important;
text-decoration: none !important;
cursor: text;
}
.contacts__info-item-description-wa a:hover, 
.contacts__info-item-description-wa a:active {
color: #5d5854 !important;
text-decoration: none !important;
}
.contacts__info-item-description-wa a > span {
color: inherit;
}
.contacts__info-item-description-worktime {
display: block;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.contacts__info-item-description a:not(.btn-yellow) {
color: #c7152a;
text-decoration: none;
}
.contacts__info-item-description a:not(.btn-yellow):hover, 
.contacts__info-item-description a:not(.btn-yellow):active {
color: #e90520;
text-decoration: underline;
}
.contacts__info-item-description a:not(.btn-yellow) > span {
color: inherit;
}
.contacts__info-item-description-btns {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
margin: -5px -10px 0px -10px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts__info-item-description-btn {
display: inline-block;
vertical-align: top;
margin: 10px 10px 0px 10px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts__info-item-description-btn .btn-yellow {
padding-left: 15px;
padding-right: 15px;
}
.contacts-team {
display: block;
margin: 0px 0px 0px 0px;
padding: 50px 0px 60px 0px;
position: relative;
z-index: 99;
}
.contacts-team__title {
display: block;
margin: -5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #000;
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.contacts-team__items-wrapper {
display: block;
margin: 25px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts-team__items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
margin: -30px -10px 0px -10px;
padding: 0px 0px 0px 0px;
position: relative;
}
.contacts-team__item {
display: inline-block;
vertical-align: top;
margin: 30px 10px 0px 10px;
padding: 0px 0px 0px 0px;
position: relative;
width: 253px;
color: #000;
}
.contacts-team__img {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
width: 253px;
height: 253px;
background: #f0eeec;
}
.contacts-team__img img {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
max-width: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.contacts-team__name {
display: block;
margin: 15px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
font-size: 18px;
line-height: 24px;
}
.contacts-team__position {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #999;
font-size: 15px;
line-height: 24px;
}
.contacts-team__phone {
display: block;
margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #5d5854;
font-size: 15px;
line-height: 24px;
}
.contacts-team__phone a {
color: inherit;
text-decoration: none;
}
.contacts-team__phone a:hover, 
.contacts-team__phone a:active {
text-decoration: none;
}
.contacts-team__email {
display: block;
margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
font-size: 15px;
line-height: 19px;
}
.contacts-team__phone + .contacts-team__email {
margin-top: 0px;
}
.contacts-team__email a {
color: #c7152a;
text-decoration: underline;
}
.contacts-team__email a:hover, 
.contacts-team__email a:active {
color: #e90520;
text-decoration: none;
}
.cities-zamer-section {
display: block;
margin: -20px 0px 0px 0px;
padding: 0px 0px 60px 0px;
position: relative;
z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1394px) {
	.contacts-team__item {
		width: calc(20% - (10px * 2));
	}
	.contacts-team__img {
		width: 224px;
		height: 224px;
	}
}
@media (min-width: 1200px) {
	.contacts__info-item.contacts__info-item.contacts__info-item_address {
		max-width: 295px;
	}
	.contacts__info-item.contacts__info-item_feedback {
		width: 364px;
		flex-shrink: 0;
	}
	#map {
		height: 580px !important;
	}
}
@media (max-width: 1199px) {
	.contacts__info-items-wrapper {
		margin-left: -50px;
		margin-right: -50px;
		padding: 50px 50px 50px 50px;
	}
	.contacts__info-items {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.contacts__info-item-description {
		margin-top: 10px;
	}
	.contacts__info-item-description br {
		display: none;
	}
	.contacts__info-item-description-btns {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.contacts__info-item {
		width: calc(50% - (10px * 2));
	}
	.contacts__info-item.contacts__info-item_address {
		order: 3;
	}
	.contacts__info-item.contacts__info-item_phone {
		order: 1;
	}
	.contacts__info-item.contacts__info-item_email {
		order: 2;
	}
	.contacts__info-item.contacts__info-item_feedback {
		order: 4;
	}
	.contacts-team__item {
		width: calc(33.3333% - (10px * 2));
	}
	.contacts-team__img {
		width: 216px;
		height: 216px;
	}
}
@media (max-width: 767px) {
	.contacts__info-items {
		margin-top: -20px;
	}
	.contacts__info-item {
		width: calc(100% - (10px * 2));
		margin-top: 20px;
	}
	.contacts__info-item-description {
		margin-top: 5px;
	}
	.contacts__info-item-description-btns {
		margin-left: -5px;
		margin-right: -5px;
	}
	.contacts__info-item-description-btn {
		margin-left: 5px;
		margin-right: 5px;
	}
	.cities-zamer-section {
		margin-top: -30px;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.contacts-team__item {
		width: calc(50% - (10px * 2));
	}
	.contacts-team__img {
		width: 240px;
		height: 240px
	}
}
@media (max-width: 499px) {
	.contacts__info-items-wrapper {
		margin-top: 0px;
		margin-left: -25px;
		margin-right: -25px;
		padding: 30px 25px 40px 25px;
	}
	.contacts__info-items {
		margin-top: -18px;
	}
	.contacts__info-item {
		margin-top: 18px;
	}
	.contacts__info-item-title {
		font-size: 18px;
		line-height: 24px;
	}
	.contacts__info-item-description {
		margin-top: 5px;
		line-height: 22px;
	}
	.contacts__info-item-description-phone:before {
		top: 3px;
	}
	.contacts__info-item-description-wa:before {
		top: 3px;
	}
	.contacts-team {
		padding-top: 40px;
	}
	.contacts-team__title {
		line-height: 24px;
	}
	.contacts-team__item {
		width: calc(50% - (10px * 2));
	}
	.contacts-team__img {
		width: 100%;
		height: auto;
		padding-bottom: 100%;
	}
	.contacts-team__img img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
	}
	.contacts-team__name {
		margin-top: 12px;
	}
	.contacts-team__position {
		margin-top: 4px;
		font-size: 14px;
		line-height: 19px;
	}
	.contacts-team__phone {
		margin-top: 5px;
		line-height: 19px;
	}
	.contacts-team__email {
		margin-top: 5px;
	}
	.cities-zamer-section {
		margin-top: -30px;
		padding-bottom: 50px;
	}
	.cities-zamer-section .cities-zamer__title {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 359px) {
	.contacts__info-item-description-wa-only {
		display: block;
	}
}

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