.map-contact h3,
.photo-slider h3 {
	font-weight: 900;
	padding: 30px 0;
	font-size: 20px;
}
.contacts__menu {
	margin: 0 0 40px;
}
	.contacts__menu .btn--active {
		color: #fff;
	}
.contacts-wrapper {
	margin: 40px 0 20px;
}
.contacts-office h3 {
	font-weight: 900;
	font-size: 20px;
	margin: 0 0 20px 0;
}
.contacts-office {
	align-items: flex-start;
	justify-content: space-between;
}
.contacts-office__element {
	line-height: 1.4;
	margin-bottom: 35px;
}
.column {
	width: 47.9862%;
}
.photo-slider__items {
	width: 90%;
}
.photo-slider__items .slick-list {
	position: relative;
}
.photo-slider__items .slick-prev,
.photo-slider__items .slick-next {
	width: 80px;
	height: 80px;
	outline: none;
	top: unset;
	bottom: 0;
	display: block; 
	position: absolute;
	text-indent: -9999px;
	cursor: pointer;
}
.photo-slider__items .slick-next {
	background: url(/rr_images/decorations/arrow__right.svg) center center no-repeat transparent;
	right: -89px;
	top: 7%;
}
.photo-slider__items .slick-next:hover {
	background: url(/rr_images/decorations/arrow__right__red.svg) center center no-repeat transparent;
}
.photo-slider__items .slick-prev {
	background: url(/rr_images/decorations/arrow__left.svg) center center no-repeat transparent;
	right: -89px;
	bottom: 7%;
}
.photo-slider__items .slick-prev:hover {
	background: url(/rr_images/decorations/arrow__left__red.svg) center center no-repeat transparent;
}
.slick-slide img {
    padding-right: 32px!important;
    width: 100%!important;
}
.photo-office__items li {
	margin-right: 32px;
}
.photo-office__items li:last-of-type {
	margin-right: 0;
}
.attr {line-height: 1!important;}
.requisites-file {
	position: relative;
	padding-left: 30px;
	line-height: 24px;
	display: block;
}
	.requisites-file + .requisites-file {
		margin-top: 16px;
	}
	.requisites-file::before {
		content: '';
		height: 24px;
		width: 24px;
		position: absolute;
		top: 0;
		left: 0;
		background: url(/rr_images/icons/icon__pdf.svg) center center no-repeat transparent;		
	}
@media only screen and (min-width:1222px) {
	.photo-slider__items {
		width: 1060px;
	}
}
#maps {
	position: relative;
	top: -60px;
}