

/* Start:/local/templates/resident_pro/css/style.css?178291409913983*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

sup {
	vertical-align: top;
	font-size: 10px;
}

sub {
	vertical-align: bottom;
	font-size: 10px;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: "Geist Mono", monospace;
	font-size: 18px;
	line-height: 22px;
	color: #000200;
	font-weight: 300;
	background: #F3EBE8;
}

body {
	display: flex;
	flex-direction: column;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 1s;
}

a:hover {
	transition: 1s;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

div {
	box-sizing: border-box;
}

button {
	font-family: "Geist", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

font {
	color: #C89554;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Geist", sans-serif;
}

h1 {
	margin: 0 0 30px 0;
	font-size: 60px;
	line-height: 66px;
	font-weight: 700;
}

h2 {
	margin: 0 0 30px 0;
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

h5 {
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.p-big {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

.p-small {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.wrapper {
	position: relative;
	overflow: hidden;
	flex: 1 0 auto;
}

.wp {
	max-width: 1140px;
	position: relative;
	padding: 0 10px;
	margin: 0 auto;
}

.header {
	position: relative;
	z-index: 100;
}

.header-info {
	position: relative;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #C89554;
}

.header-info__logo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.logo {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.logo:hover {
	color: #C89554;
}

.burger {
	width: 30px;
	height: 30px;
	display: block;
	background: url(/images/burger.svg) no-repeat center;
	display: none;
}

.header-info__menu {
	position: relative;
}

.menu {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.menu a {
	display: block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	font-family: "Geist", sans-serif;
}

.menu a:hover {
	color: #C89554;
}

.header-info__language {
	position: relative;
	display: none;
}

.footer {
	position: relative;
	flex: 0 0 auto;
	padding: 50px 0;
	background: #EBD3B3;
}

.footer-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.footer-info__logo {
	position: relative;
}

.footer-info__menu {
	position: relative;
}

.footer-policy {
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #C89554;
}

.footer-policy .p-small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.footer-policy .p-small a {
	display: block;
}

.footer-policy .p-small a:hover {
	color: #C89554;
}

.content {
	position: relative;
	margin: 0 0 60px 0;
}

.main {
	min-height: 540px;
	position: relative;
	padding-top: 20px;
}

.main:before {
	width: 580px;
	height: 580px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: url(/images/img1.png) no-repeat;
	content: '';
}

.main__top {
	position: relative;
	margin-bottom: 35px;
}

.tags {
	position: relative;
	color: #C89554;
	font-family: "Geist", sans-serif;
	font-weight: 400;
}

.language {
	margin-top: 15px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 2px;
	background: #EBD3B3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.language a {
	width: 56px;
	height: 36px;
	display: block;
	color: #C89554;
	font-size: 20px;
	line-height: 36px;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.language a.active {
	color: #fff;
	background: #C89554;
}

.main__info {
	max-width: 560px;
	position: relative;
}

.section {
	position: relative;
	padding-top: 50px;
}

.section-title {
	position: relative;
	margin-bottom: 50px;
}

.btn {
	height: 48px;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	font-family: "Geist", sans-serif;
	font-weight: 600;
	background: none;
	border: 1px solid #000200;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn:hover {
	background: #EBD3B3;
}

.btn:disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.services {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.services__item {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	padding: 20px 30px;
	border: 1px solid #000200;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.services__item-info {
	position: relative;
	align-self: start;
}

.services__item-info .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.services__item-btn {
	position: relative;
	align-self: end;
}

.plus {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.plus__item {
	position: relative;
	padding: 50px 30px;
	border: 1px solid #C89554;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.plus__item:before {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 20px;
	right: 15px;
	display: block;
	background: url(/images/icon1.svg) no-repeat;
	content: '';
}

.plus__item h5 {
	padding-right: 40px;
}

.steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.steps__item {
	position: relative;
}

.steps__item h5 {
	padding-bottom: 15px;
	background: url(/images/line1.svg) no-repeat bottom right;
}

.steps__item:last-child h5 {
	background: url(/images/line2.svg) no-repeat bottom right;
}

.about {
	position: relative;
	display: grid;
	grid-template-columns: auto 240px;
	gap: 40px;
	align-items: center;
	margin-bottom: 40px;
}

.about__info,
.about__img {
	position: relative;
}

.about__info h3 {
	padding-bottom: 20px;
	border-bottom: 1px solid #C89554;
}

.plusImg {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.plusImg__item {
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #C89554;
}

.plusImg__item img {
	max-width: 140px;
	margin: 0 auto;
}

.plusImg__item h5 {
	padding-bottom: 10px;
	border-bottom: 1px solid #C89554;
}

.plusVal {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.plusVal__item {
	position: relative;
}

.plusVal__item .val {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #C89554;
	font-size: 20px;
	line-height: 24px;
	font-family: "Geist", sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #C89554;
}

.plusVal__item .val span {
	display: block;
	font-size: 40px;
	line-height: 40px;
}

.promo {
	min-height: 410px;
	position: relative;
	padding: 50px 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #000200;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.promo:before {
	width: 420px;
	height: 400px;
	position: absolute;
	bottom: 0;
	right: 30px;
	display: block;
	background: url(/images/img15.png) no-repeat;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	content: '';
}

.promo-info {
	position: relative;
}

.promo-info__text {
	max-width: 640px;
	position: relative;
}

.promo-info__btn {
	position: relative;
	margin-top: 40px;
}

.promo-info__btn .btn {
	width: 220px;
	background: #EBD3B3;
}

.promo-info__btn .btn:hover {
	background: #C89554;
}

.mobMenu {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 10px 20px 60px;
	background: #F3EBE8;
	z-index: 100;
	display: none;
}

.mobMenu .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 10px;
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.mobMenu .close:hover {
	background-position: 0 -30px;
}

.mobMenu .menu {
	display: block;
}

.mobMenu .menu a {
	font-size: 24px;
	line-height: 34px;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	background: #F3EBE8;
	z-index: 200;
	display: none;
}

.popup-wp {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px;
}

.popupInfo {
	width: 740px;
	position: relative;
	padding: 50px 90px;
	background-color: #fff;
	border: 1px solid #000200;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-sizing: border-box;
	display: none;
}

.popupInfo .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 30px;
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.popupInfo .close:hover {
	background-position: 0 -30px;
}

.popupInfo h3 {
	text-transform: uppercase;
}

.popupText {
	min-height: 420px;
	position: relative;
}

#visas {
	/* background-image: url(/images/img-16.png); 
	 background-repeat: no-repeat;
	background-position: center bottom; */
}

#mortgage {
	/* background-image: url(/images/img-17.png); 
	 background-repeat: no-repeat;
	background-position: right bottom; */
}

#mortgage .popupText {
	max-width: 460px;
}

#employment {
	/* background-image: url(/images/img-18.png); 
 background-repeat: no-repeat;
	background-position: center bottom; */
}

.popupForm {
	position: relative;
}

.popupForm .form {
	position: relative;
}

.form-item {
	position: relative;
	margin-bottom: 20px;
}

.form-item input,
.form-item textarea {
	width: 100%;
	margin: 0;
	font-family: "Geist", sans-serif;
	color: #000200;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	border: none;
	background: #F1F1F1;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.form-item input {
	height: 50px;
	padding: 0 20px;
}

.form-item textarea {
	height: 120px;
	padding: 20px;
}

.form ::-webkit-input-placeholder {
	color: #B4B4B4;
}

.form ::-moz-placeholder {
	color: #B4B4B4;
}

.form :-moz-placeholder {
	color: #B4B4B4;
}

.form :-ms-input-placeholder {
	color: #B4B4B4;
}

.form-button {
	position: relative;
}

.form-button .btn {
	background: #EBD3B3;
}

.form-button .btn:hover {
	background: #C89554;
}

.checkbox-label {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.checkbox-label:before {
	width: 24px;
	height: 24px;
	display: block;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-image: url(/images/checkbox.svg);
	background-position: 0 0;
	content: '';
}

.checkbox-label.checked:before {
	background-position: 0 -24px;
}

.checkbox-label a {
	color: #C89554;
}

.checkbox-label a:hover {
	text-decoration: underline;
}

.checkbox-label input[type="checkbox" i] {
	display: none;
}

.form-err-place {
	position: relative;
}

.form-err-place .okk {
	margin: 0 0 20px 0;
	font-weight: 600;
}

.form-err-place .err {
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #E85222;
}

.contentText {
	position: relative;
	padding: 50px 0;
}

.contentText h1 {
	font-size: 42px;
	line-height: 48px;
}

.contentText p {
	margin: 0 0 20px 0;
	padding: 0;
}

.contentText ol,
ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.contentText ul li {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: disc;
}

.contentTextol ol li {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: decimal;
}

.table {
	position: relative;
	overflow-x: auto;
	margin-bottom: 20px;
}

.table table {
	width: 100%;
}

.table table th {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	background: #EBD3B3;
}

.table table td {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-align: left;
	border: 1px solid #C89554;
}

.cookieinfo {
	padding: 20px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	flex-direction: column-reverse;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}

.cookieinfo span {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}

.cookieinfo span a:hover {
	text-decoration: underline !important;
}

.cookieinfo-close {
	height: 48px;
	padding: 0 40px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	font-family: "Geist", sans-serif;
	font-weight: 600;
	background: none;
	border: 1px solid #000200;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.cookieinfo-close:hover {
	background: #C89554 !important;
}
/* End */


/* Start:/local/templates/resident_pro/css/media.css?17829034355824*/
@media all and (max-width: 1199px) {
	h1 {
		margin: 0 0 20px 0;
		font-size: 56px;
		line-height: 62px;
	}
	h2 {
		margin: 0 0 20px 0;
		font-size: 36px;
		line-height: 42px;
	}
	.main {
		min-height: 460px;
	}
	.main:before {
		width: 480px;
		height: 480px;
		background-size: 100%;
	}
	.plusVal__item .val {
		font-size: 18px;
		line-height: 22px;
	}
	.plusVal__item .val span {
		font-size: 32px;
		line-height: 32px;
	}
	.promo {
		min-height: 370px;
		padding: 30px 40px;
	}
	.promo:before {
		width: 380px;
		height: 360px;
		right: 10px;
		background-size: 100% auto;
	}
}
@media all and (max-width: 1023px) {
	h1 {
        font-size: 48px;
        line-height: 56px;
    }
	.p-small {
		font-weight: 300;
	}	
	.logo {
		font-size: 18px;
		line-height: 24px;
	}
	.menu {
		gap: 20px;
	}
	.menu a {
		font-size: 18px;
		line-height: 24px;
	}	
	.main:before {
		right: -140px;
	}
	.main__info {
		max-width: 480px;
	}
	.services {
		grid-template-columns: repeat(1, 1fr);
	}
	.services__item-btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.plus {
		grid-template-columns: repeat(2, 1fr);
	}
	.section-title {
		margin-bottom: 30px;
	}
	.steps {
		grid-template-columns: repeat(1, 1fr);
	}
	.steps__item {
		overflow: hidden;
		padding-left: 20px;
	}	
	.steps__item h5, .steps__item:last-child h5 {
		padding-bottom: 0;
		background: none;
	}	
	.steps__item:before {
		width: 2px;
		height: 100%;
		position: absolute;
		bottom: 8px;
        left: 5.5px;
		display: block;
		background: #C89554;
		content: '';
	}
	.steps__item:after {
		width: 12px;
		height: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background: url(/images/tr.svg) no-repeat;
		content: '';
	}
	.plusImg, .plusVal {
		grid-template-columns: repeat(3, 1fr);
	}
	.promo-info__text {
		max-width: 400px;
	}	
	.footer-policy .p-small {
		display: block;
	}
}
@media all and (max-width: 767px) {
	html, body {
		font-size: 16px;
		line-height: 20px;
	}
	h1 {
        font-size: 32px;
        line-height: 36px;
    }
	h2 {
        font-size: 26px;
        line-height: 30px;
    }
	h3 {
		font-size: 24px;
		line-height: 28px;
	}
	h4 {
		font-size: 20px;
		line-height: 24px;
	}
	h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.header-info {
		padding: 10px 0;
	}
	.burger {
		display: block;
	}	
	.header-info__menu {
		display: none;
	}
	.header-info__language {
		display: block;
	}
	.language {
		margin-top: 0;
	}
	.language a {
		width: 46px;
		height: 26px;
		font-size: 14px;
		line-height: 26px;
	}
	.content {
		margin: 0 0 40px 0;
	}
	.p-big {
		font-size: 18px;
		line-height: 24px;
	}
	.btn {
        height: 40px;
		padding: 0 30px;
        font-size: 16px;
        line-height: 20px;
    }
	.footer {
		padding: 40px 0;
	}	
	.footer-info {
		display: block;
	}	
	.footer-info__logo {
		margin: 0 0 15px 0;
	}
	.menu {
		display: block;
	}
	.main {
        min-height: 310px;
		padding-top: 40px;
    }	
	.main:before {
		width: 350px;
        height: 270px;
        background-size: 100% auto;
		background: url(/images/img1-mob.png) no-repeat;
		right: -60px;
        bottom: auto;
        top: 0;
	}
	.main__top {
		display: none;
	}	
	.main__info {
        max-width: 100%;
    }
	.main__info h1 {
        max-width: 270px;
		margin-bottom: 110px;
    }
	.section {
		padding-top: 40px;
	}
	.services__item {
		padding: 20px;
	}	
	.services__item-info .img {
		max-width: 200px;
		margin: 0 auto;
	}	
	.plus {
        grid-template-columns: repeat(1, 1fr);
		gap: 10px;
    }
	.plus__item {
		padding: 30px 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.plus__item:before {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
		background-size: 100%;
	}
	.plusImg, .plusVal {
        grid-template-columns: repeat(1, 1fr);
    }
	.plusImg__item {
		padding-top: 0;
		border-top: none;
	}
	.plusImg__item h5 {
		padding-bottom: 0;
		border-bottom: none;
	}
	.plusImg__item img {
		max-width: 160px;
		margin: 0 0 10px 0;
	}
	.about {
		display: block;
		margin-bottom: 20px;
	}	
	.about__info h3 {
		padding-right: 100px;
	}	
	.about__img {
		width: 100px;
        position: absolute;
        right: 0;
        top: 40px;
    }
	.plusVal__item {
		padding-left: 20px;
		border-left: 2px solid #C89554;
	}
	.plusVal__item .val {
		font-size: 20px;
        line-height: 24px;
		padding-bottom: 0;
		margin-bottom: 5px;
		border-bottom: none;
	}	
	.plusVal__item .val span {
		display: inline;
		padding-right: 5px;
		font-size: 20px;
        line-height: 24px;
	}
	.promo {
        min-height: 120px;
        padding: 20px 30px;
        overflow: hidden;
    }
	.promo:before {
        width: 100%;
        height: 160px;
		top: 0;
        right: 0;
		background: url(/images/img15-mob.png) no-repeat top right;
		background-size: auto 100%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
    }
	.promo-info {
		padding-top: 160px;
	}
	.promo-info__btn {
		margin-top: 20px;
	}
	.promo-info__btn .btn {
		width: auto;
	}
	.popup-wp {
		padding: 20px 10px;
	}	
	.popupInfo {
		width: 100%;
		padding: 50px 20px 20px 20px;
	}
	.popupInfo .close {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 20px;
		right: 20px;
		background-size: 24px;
	}
	.popupInfo .close:hover {
		background-position: 0 -24px;
	}	
	.form-button .btn {
		width: 100%;
	}
	#visas {
		background-size: 300px auto;
	}	
	#mortgage {
		background-size: 140px auto;
	}	
	#mortgage .popupText {
		max-width: 100%;
		padding-right: 70px;
	}
	#employment  {
		background-size: 260px auto;
	}	
	.popupText {
		min-height: 360px;
	}
	
	.table table th, .table table td {
		padding: 10px;
	}
	.cookieinfo-close {
        height: 40px;
        padding: 0 30px;
        font-size: 16px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/resident_pro/css/custom.css?178291813678*/
.success-message {
    color: #3ac13a;

}

.error-message {
    color: #f00;
}
/* End */


/* Start:/local/templates/resident_pro/components/bitrix/menu/top-menu/style.min.css?1782904431490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/resident_pro/components/bitrix/menu/top-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/resident_pro/css/style.css?178291409913983 */
/* /local/templates/resident_pro/css/media.css?17829034355824 */
/* /local/templates/resident_pro/css/custom.css?178291813678 */
/* /local/templates/resident_pro/components/bitrix/menu/top-menu/style.min.css?1782904431490 */
