@charset "utf-8";


html,
body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 19px/30px "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	color: #000;
	-webkit-text-size-adjust: none;
	font-display: swap;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
select,
textarea,
button,
.jcf-select {
	font: normal 18px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	color: #000;
	outline: none;
	font-display: swap;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select,
.jcf-select-text {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-appearance: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d9d5cd;
	background: #fff;
	margin: 0;
	padding: 0px 10px;
	height: 54px;
	display: block;
	width: 100%;
}

input:focus,
textarea:focus {
	border-color: #be843d;
}

.placeholder {
	color: rgba(0, 0, 0, 0.75);
}



textarea {
	resize: none;
	height: 70px;
}

.outtaHere {
	position: absolute !important;
	left: -10000px !important;
}

.jcf-select {
	display: block;
	position: relative;
}

.jcf-select select {
	cursor: pointer;
	z-index: 5;
}

.jcf-select-text {
	position: relative;
	z-index: 4;
	padding-right: 30px;
	background: #ffffff;
	background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY5ZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f9fa 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8f9fa 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.jcf-select-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	background: url(../img/select-arr.png) no-repeat 0 50%;
	background-size: auto 10px;
}

.radio,
.checkbox {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	border: 1px solid #b0a89f;
	position: relative;
	top: -1px;
	margin: 0 4px 0 0;
}

.radio:before,
.checkbox:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

input:checked+.radio:before,
input:checked+.checkbox:before {
	opacity: 1;
}

.radio {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.radio:before {
	width: 10px;
	height: 10px;
	margin: -5px;
	background: #4260b5;
}

.checkbox {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.checkbox:before {
	background: url(../img/checkbox.png) no-repeat;
	background-size: 100% 100%;
	width: 11px;
	height: 9px;
	margin: -4.5px -5.5px;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

.img_publication {
	border: 0;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
}

a {
	color: #7f5422;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	color: #ac4445 !important;
}

a:focus {
	outline: 1px solid;
  }
  

strong {
	font-weight: bold;
}

p,
ol,
ul {
	margin: 0 0 30px 0;
}

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

li {
	padding: 0 0 0 30px;
	position: relative;
}

li:before {
	position: absolute;
	top: 0;
	left: 0;
}

ul>li:before {
	content: '-';
}

.round-list li {
	padding-left: 40px;
}

.round-list li:before {
	content: '';
	top: 16px;
	width: 12px;
	height: 12px;
	margin: -6px 0;
	border: 3px solid #a76e29;
	opacity: 0.5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

ol {
	counter-reset: li;
}

ol li:before {
	content: counter(li);
	counter-increment: li;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title1 {
	font: normal 26px/31px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	margin: 0px 0 13px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.title1:first-child,
.place+h1,
.place+h2,
.place+.title1,
.link-nearby+h1,
.path+h1,
.path+h2,
.path+.title1 {
	margin-top: -8px;
}

.ya-share2 ul,
.ya-share2 li {
	margin: 0;
	padding: 0;
}

.ya-share2 li:before {
	display: none;
}

.brown {
	color: #7d5e3a !important;
}

.red {
	color: #d02626 !important;
}

.green {
	color: #54a803 !important;
}

.white {
	color: #fff !important;
}

.grey {
	color: #666 !important;
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.nofloat {
	height: 100%;
	overflow: hidden;
}
@media(max-width:760px) {
	.nofloat {
	height: auto !important;
	margin-bottom: 15px;
}
}
.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;
	text-align: left;
}



.btn {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font: normal 17px/43px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	height: 43px;
	cursor: pointer;
	padding: 0 20px;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	position: relative;
	text-decoration: none;
	border: 0;
	margin: 2px 2px 2px 0;
	color: #fff !important;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 1;
}



.btn:hover {
	color: #fff !important;
	opacity: 0.9;
}

.btn_disabled {
	opacity: 0.3;
	filter: saturate(.6);
}


input.btn {
	line-height: normal !important;
}

.btn.bg-blue {
	background-color: #4260b5;
	box-shadow: 0 2px 0 #153694;
	-webkit-box-shadow: 0 2px 0 #153694;
}

.btn.bg-beige {
	background-color: #935836;
	box-shadow: 0 2px 0 #754811;
	-webkit-box-shadow: 0 2px 0 #754811;
}

.btn.bg-brown {
	background-color: #ba9366;
	box-shadow: 0 2px 0 #a56e2b;
	-webkit-box-shadow: 0 2px 0 #a56e2b;
}

.btn.bg-dark {
	background-color: #443630;
	box-shadow: 0 2px 0 #251b16;
	-webkit-box-shadow: 0 2px 0 #251b16;
}

.btn.bg-gold {
	background-color: #dfac11;
	box-shadow: 0 2px 0 #ca860f;
	-webkit-box-shadow: 0 2px 0 #ca860f;
}

.btn.bg-grey {
	background-color: #d7cabb;
	box-shadow: 0 2px 0 #b3aaa0;
	-webkit-box-shadow: 0 2px 0 #b3aaa0;
}

.hr {
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin: 40px 0 25px 0;
	background: #d5cec6;
}

img+.hr {
	margin-top: 30px;
}

.mainContent+.hr {
	margin: 30px 0;
}

.hr+.btn {
	margin-top: 5px;
}

.title1+.hr,
h1+.hr,
h2+.hr,
h3+.hr {
	margin-top: 25px;
}

a[href^=tel] {
	color: inherit !important;
	cursor: inherit;
	text-decoration: none !important;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.container:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.show-tab,
.menu>li.show-tab,
.show-mob {
	display: none;
}

.wrapper,
.footer {
	max-height: 9001em;
	min-height: 100%;
	min-width: 1256px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.container {
	min-width: 300px;
	max-width: 1250px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
}

.header {
	text-align: center;
	font: normal 17px/44px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	background: #f3f0ed url(../img/header-bg.png) repeat-x 50% 3px;
	padding: 32px 0 14px 0;
}

.header .logo {
	text-align: left;
	line-height: 76px;
	font-size: 0;
	float: left;
	margin: -21px 0 -11px 0;
}

.header .logo img {
	vertical-align: middle;
	max-width: none;
	max-height: 76px;
	width: auto;
}

.header .r {
	text-align: left;
	float: right;
	position: relative;
	top: -2px;
}

.header .links-auth {
	white-space: nowrap;
	line-height: 21px;
	float: left;
}

.header .links-auth .cell {
	text-align: left;
	height: 51px;
}

.header .links-auth .ava {
	float: left;
	margin: -1px 12px 0 0;
	width: 51px;
	height: 51px;
	line-height: 51px;
	font-size: 0;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 4px 6px rgba(87, 62, 33, 0.09);
	-webkit-box-shadow: 0 4px 6px rgba(87, 62, 33, 0.09);
}

.header .links-auth .ava img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.header .links-auth .ava.empty img {
	vertical-align: middle;
	height: 28px;
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.header .links-auth .small {
	font-size: 15px;
	opacity: 0.75;
}

.header .links-auth .txt {
	float: left;
}

.header .link-contact {
	float: left;
	margin: 0 35px 0 0;
}

.header .link-contact a {
	color: inherit;
}

.header .link-join,
.link-join2 .btn,
.pagination .btn.link-join3 {
	min-width: 23.78%;
	height: 44px;
	line-height: 44px;
	font-size: 19px;
}

.auth-block,
.call-block {
	display: inline-block;
	position: relative;
}



.auth-block .pop,
.call-block .pop {
	font: normal 16px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	color: rgba(0, 0, 0, 0.9);
	letter-spacing: normal;
	text-align: left;
	width: 344px;
	margin: 0 -172px;
}

.auth-block.open .pop,
.call-block.open .pop {
	left: 50%;
	z-index: 300 !important;
}

.auth-block .pop .pop-bg,
.call-block .pop .pop-bg {
	padding: 30px 30px 34px 30px;
}

.auth-block .title1,
.call-block .title1 {
	font-size: 24px;
	line-height: 30px;
	opacity: 0.9;
	margin: 0 0 10px 0;
}

.auth-block .label,
.call-block .label {
	margin: 7px 0 2px 0;
}

.auth-block .title1+.label,
.call-block .title1+.label {
	margin-top: 12px;
}

.auth-block input[type="text"],
.auth-block input[type="date"],
.auth-block input[type="email"],
.auth-block input[type="tel"],
.auth-block input[type="password"] {
	font-size: 16px;
	height: 50px;
	width: 100%;
}

.call-block input[type="text"],
.call-block input[type="date"],
.call-block input[type="email"],
.call-block input[type="tel"],
.call-block input[type="password"] {
	font-size: 16px;
	height: 50px;
	width: 100%;
}

.auth-block .submit,
.call-block .submit {
	white-space: nowrap;
	line-height: 43px;
	margin: 24px 0 0 0;
}

.auth-block .submit label {
	cursor: pointer;
}

.call-block .submit label {
	cursor: pointer;
}

.auth-block .submit .btn,
.call-block .submit .btn {
	margin-right: 12px;
	height: 41px;
	line-height: 41px;
}

.auth-block .links,
.call-block .links {
	white-space: nowrap;
	line-height: 28px;
	margin: 17px 0 0 0;
}

.auth-block .links a,
.call-block .links a {
	color: inherit;
}

.auth-block .links strong a,
.call-block .links strong a {
	color: #b67223;
}

.auth-block .hr,
.call-block .hr {
	margin: 20px 0 17px 0;
	background: rgba(0, 0, 0, 0.15);
}

.autocomplete {
	position: absolute;
	font: normal 17px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	z-index: 100;
	top: 100%;
	left: 0;
	color: #000;
	margin: 7px 0 0 0;
	padding: 13px;
	background: #fff;
	box-shadow: 0 1px 40px rgba(204, 190, 184, 0.54);
	-webkit-box-shadow: 0 1px 40px rgba(204, 190, 184, 0.54);
	white-space: nowrap;
	min-width: 100%;
	display: none;
}

.autocomplete li {
	margin: 0;
	padding: 0;
}

.autocomplete li:before {
	display: none;
}

.autocomplete li>a {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit;
	padding: 9px 18px 10px 18px;
}

.autocomplete li>a:hover {
	color: inherit !important;
	background-color: #e9e3dc;
}

.search .autocomplete li>a {
	padding-left: 24px;
}

.search .autocomplete li>a:before {
	content: '•';
	position: absolute;
	left: 11px;
	color: #ac4445;
}

.search .autocomplete {
	white-space: normal;
}

.pop {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	padding: 14px 0 0 0;
	position: absolute;
	top: 100%;
	left: -100000px;
	z-index: -1;
	opacity: 0;
}

.search:hover .pop,
.search.open .pop,
.menu>li:hover>.pop,
.menu>li>open>.pop,
.qu:hover .pop,
.auth-block:hover .pop,
.auth-block.open .pop,
.call-block:hover .pop,
.call-block.open .pop {
	opacity: 1;
	z-index: 100;
}

.pop .pop-bg {
	position: relative;
	white-space: normal;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pop .pop-bg:before,
.menu>li.has-sub:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	margin: 0 -8px;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.pop.register .pop-bg:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 80%;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	margin: 0 -8px;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.pop .pop-bg.bg-beige {
	background-color: #453832;
	color: #fff;
}

.pop .pop-bg.bg-beige:before,
.menu>li.has-sub:after {
	border-color: #453832;
}

.pop .pop-bg.bg-red {
	background-color: #ac4445;
	color: #fff;
	box-shadow: 0 1px 25px rgba(172, 68, 69, 0.54);
	-webkit-box-shadow: 0 1px 25px rgba(172, 68, 69, 0.54);
}

.pop .pop-bg.bg-red:before {
	border-color: #ac4445;
}

.pop .pop-bg.bg-white {
	background-color: #fff;
	color: #000;
	box-shadow: 0 1px 40px rgba(204, 190, 184, 0.54);
	-webkit-box-shadow: 0 1px 40px rgba(204, 190, 184, 0.54);
}

.pop .pop-bg.bg-white:before {
	border-color: #fff;
}

.pop .pop-bg>ul,
.side-menu {
	list-style: none;
	margin: 0;
	padding: 16px 46px 15px 46px;
	font: normal 18px/26px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: none;
}

.pop .pop-bg>ul li,
.side-menu li {
	padding: 2px 0 3px 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pop .pop-bg>ul li:first-child {
	border-top-width: 0;
}

.pop .pop-bg>ul li:before,
.side-menu li:before {
	display: none;
}

.pop .pop-bg>ul li>*:first-child,
.side-menu li>*:first-child {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	color: inherit;
	text-decoration: none;
	margin: 0 -28px;
	padding: 10px 28px;
}

.pop .pop-bg>ul li>a:hover,
.pop .pop-bg>ul li>.active {
	background-color: #62472e;
	color: inherit !important;
}

.menu-hold {
	background: #443630;
	color: #fff;
	padding: 2px 0;
}

.menu-hold .pop {
	position: absolute;
	top: 100%;
	width: 340px;
	padding: 14px 0 0 0;
}

.menu-hold .search .pop {
	margin-right: -14px;
	position: absolute;
	top: 100%;
	width: 58vw;
	padding: 14px 14px 14px 14px;
}

.search {
	float: right;
	position: relative;
}

.search .toggle {
	width: 42px;
	height: 63px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.search .toggle,
.search .in input[type="submit"] {
	background: url(../img/pic-search-white.png) no-repeat 50% 50%;
	background-size: auto 18px;
}

.search:hover .toggle,
.search.open .toggle,
.search .toggle:hover {
	border-color: #443630;
	background-color: #ac4445;
	box-shadow: inset 0 -2px 0 #8c3a3f;
	-webkit-box-shadow: inset 0 -2px 0 #8c3a3f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search:hover .pop,
.search.open .pop {
	left: auto;
	right: 0;
	z-index: 200 !important;
}

.search .pop .pop-bg {
	padding: 25px 30px;
}

.search .pop .pop-bg:before {
	left: auto;
	right: 21px;
}

.search .in {
	position: relative;
}

.search .in input {
	display: block;
	width: 100%;
	border-color: #fff;
	padding-right: 41px;
	color: #453832;
}

.search .in input.placeholder {
	color: rgba(69, 56, 50, 0.85);
}

.search .in input[type="submit"] {
	width: 42px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../img/pic-search-brown.png);
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.toggle-menu {
	float: left;
	height: 63px;
	width: 29px;
	background: url(../img/pic-menu-white.png) no-repeat 0 50%;
	background-size: 100% auto;
	position: absolute;
	left: -10000px;
	cursor: pointer;
}

.menu {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	list-style: none;
	margin: 0 -31px 0 0;
	padding: 0;
}

.menu>li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	margin: 0 31px 0 0;
	padding: 0;
}

.menu>li:before {
	display: none;
}

.menu>li>*:first-child {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	float: left;
	margin: 0 -15px;
	padding: 0 15px;
	height: 63px;
	color: inherit;
	font: bold 17px/63px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.menu>li>a:hover {
	color: inherit !important;
}

.menu>li:hover>*:first-child,
.menu>li.open>*:first-child,
.menu>li>.active {
	background-color: #a76e29;
	text-decoration: none;
}

.menu .pop .pop-bg:before {
	display: none;
}

.menu>li.has-sub:after {
	bottom: -14px;
	display: none;
}

.menu>li.has-sub:hover:after {
	display: block;
}

.has-sub>span {
	text-decoration: underline;
	cursor: pointer;
}

.menu>li:hover>.pop,
.menu>li.open>.pop {
	left: 0;
	z-index: 200;
}

.menu>li.last:hover>.pop,
.menu>li.last.open>.pop {
	left: auto;
	right: 0;
}

.path {
	border-bottom: 1px solid #dcd4d0;
	color: #453832;
	font: normal 15px/20px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 9px 0 10px 0;
	margin: 0 0 21px 0;
}

.path .sep {
	font-weight: bold;
	font-size: 19px;
	margin: 0 0.2em;
}

.mainContent {
	float: left;
	width: 67.07%;
}

.aside {
	float: right;
	width: 29.61%;
}

.place {
	margin: 0;
	text-align: center;
}

.aside .place {
	margin: 20px 0;
}

.aside .place.wide {
	margin: 30px 0;
}

.place:first-child {
	margin-top: 0;
}

.place:last-child {
	margin-bottom: 0;
}

.article h1 {
	font: normal 32px/36px "Times New Roman", Times, serif;
	margin-bottom: 13px;
}

.article-t:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article-t {
	background: #f5f4f3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font: normal 17px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 9px 15px;
	margin: 0 0 23px 0;
}

.article-t .e {
	position: relative;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin-right: 1em;
}

.article-t a {
	color: #694a3c;
}

.share {
	float: right;
	line-height: 20px;
	margin: 2px 0;
}

.article-t .bg-views,
.article-t .bg-comments {
	padding-left: 27px;
}

.article-t .bg-views:before,
.article-t .bg-comments a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.article-t .bg-views:before {
	background-image: url(../img/pic-eye.png);
}

.article-t .bg-comments a:before {
	background-image: url(../img/pic-comment.png);
}

blockquote {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	outline: none;
}

blockquote:before {
	content: '« ';
}

blockquote:after {
	content: ' »';
}

.quote {
	margin: 45px 0 48px 0;
	background: #edeae6 url(../img/pic-quote-brown.png) no-repeat 29px 68px;
	background-size: auto 39px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 60px 60px 56px 97px;
}

.quote blockquote {
	margin: 0 0 31px 0;
	font-size: 21px;
}

.quote2 {
	font-size: 19px;
	line-height: 30px;
	margin: -33px 0 72px 0;
	overflow: hidden;
	padding: 27px 0 0 0;
}

.quote2 .bg {
	position: relative;
	background: #e8e3dd;
	padding: 38px 36px 33px 36px;
}

.quote2 .bg:before {
	content: '';
	position: absolute;
	top: -27px;
	left: 12px;
	background: #bc9466 url(../img/pic-quote-white.png) no-repeat 50% 50%;
	background-size: 21px auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.doc {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 98px;
}

.doc:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/doc.png) no-repeat;
	background-size: 100% 100%;
	width: 63px;
	height: 87px;
}

.doc .cell {
	text-align: left;
	height: 87px;
}

.docs {
	margin: 25px 0 40px 0;
	background: #f5f4f3;
	font-size: 18px;
	line-height: 28px;
	padding: 11px 37px 5px 98px;
}

.docs li {
	margin: 0;
	box-sizing: content-box;
	min-height: 56px;
	padding: 28px 0;
	border-top: 1px solid #dad2ca;
}

.docs li:first-child {
	border-top-width: 0;
}

.docs li:before {
	content: '';
	position: absolute;
	right: 100%;
	left: auto;
	top: 33px;
	height: 45px;
	width: 98px;
	background: url(../img/doc.png) no-repeat 50% 0;
	background-size: auto 100%;
}

.docs a {
	color: inherit;
	text-decoration: none;
}

.comment {
	margin: 30px 0;
	position: relative;
	padding: 0 0 0 98px;
	color: #343434;
	font-size: 17px;
	line-height: 26px;
}

.comment+.comment {
	margin-top: 34px;
}

.comment .ava {
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment .ava img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 100%;
	height: 100%;
}

.comment .bg:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.comment .bg {
	border: 2px solid #e9e6e2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	position: relative;
	padding: 23px 20px 30px 44px;
}

.comment .bg:before {
	content: '';
	position: absolute;
	top: 29px;
	right: 100%;
	background: url(../img/quote-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 17px;
	height: 15px;
}

.comment a {
	color: #90632e;
}

.comment .t {
	font-family: "Roboto Condensed", "Times New Roman", Times, serif;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 12px 0;
	margin: 0 0 19px 0;
}

.comment .name,
.comment .time {
	display: inline-block;
	margin: 0 0.55em 0 0;
	white-space: nowrap;
}

.comment .name {
	font-size: 20px;
	color: #805524;
}

.comment .name a {
	color: inherit;
	text-decoration: none;
}

.comment .time {
	font-size: 15px;
	letter-spacing: -0.01em;
	color: #000;
}

.comment .b,
.event .b {
	font-family: "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	font-size: 16px;
	margin: 6px 0 0 0;
}

.add-comment .label {
	color: rgba(24, 23, 24, 0.9);
	font: normal 16px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
}

.add-comment .title1 {
	border-bottom: 1px solid #d0d0cf;
	font-size: 28px;
	padding: 0 0 10px 0;
}

.add-comment .wid {
	max-width: 560px;
}

.add-comment .row {
	margin: 0 0 9px 0;
}

.add-comment .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.add-comment .hr {
	margin: 17px 0;
}

.add-comment .captcha {
	margin: 13px 0 17px 0;
}

.add-comment .half {
	float: left;
	width: 50%;
	padding: 0 14px 0 0;
}

.add-comment .half+.half {
	padding: 0 0 0 14px;
}

.add-comment {
	margin-top: 39px;
	padding: 44px 61px 40px 71px;
	background: #f5f4f3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.add-comment input[type="text"],
.add-comment input[type="date"],
.add-comment input[type="email"],
.add-comment input[type="tel"],
.add-comment textarea {
	font-size: 16px;
	border-color: #b3aba4;
	color: #181718;
}

.add-comment input.placeholder,
.add-comment textarea.placeholder {
	color: rgba(24, 23, 24, 0.5);
}

.add-comment input[type="text"],
.add-comment input[type="date"],
.add-comment input[type="email"],
.add-comment input[type="tel"] {
	height: 50px;
}

.add-comment textarea {
	line-height: 24px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.bank-info {
	margin: 50px 0;
	background: #dcd2c6;
	font: normal 18px/28px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 24px 28px 24px 267px;
	position: relative;
}

.bank-info a {
	color: #8b3d10;
}

.bank-info .img {
	position: absolute;
	top: 50%;
	left: 0;
	height: 152px;
	width: 267px;
	text-align: center;
	margin: -76px 0;
}

.bank-info .img img {
	height: 100%;
	width: auto;
}

.bank-info .cell {
	text-align: left;
	height: 152px;
}

.link-up {
	position: fixed;
	bottom: 2px;
	right: 28px;
	z-index: 1000;
	margin: 50px 0 26px 0;
	line-height: 0;
}

.link-up a {
	color: #443630;
	text-decoration: none;
}

.link-up .arr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px;
	width: 28px;
	height: 28px;
	box-shadow: 0 0 0 12px #fff;
	-webkit-box-shadow: 0 0 0 12px #fff;
	background: #dcd2c6 url(../img/pic-uarr-brown.png) no-repeat 50% 50%;
	background-size: auto 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.link-up a:hover .arr {
	/*opacity: 0.9;*/
}

.link-up .txt {
	font: normal 18px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 80px;
	overflow: hidden;
	margin: 0 -40px 18px -40px;
	z-index: 5;
}

.footer {
	padding: 30px 0;
	min-height: 0;
	background: #443630;
	color: #b1a494;
	font: normal 15px/26px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
}

.footer a {
	color: #dca86a;
}

.footer a:hover {
	color: #fff !important;
}

.footer .logo {
	float: left;
	white-space: nowrap;
	color: #fff;
	padding: 5px 0;
	text-transform: uppercase;
	font: bold 17px/20px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: -0.01em;
	margin: 0 0 8px 0;
}

.footer .logo a,
.footer .logo a:hover {
	text-decoration: none;
	color: inherit !important
}

.footer .logo img {
	float: left;
	height: 50px;
	width: auto;
	margin: -5px 18px -5px 0;
}

.footer .bmenu {
	font-size: 0;
	line-height: 0;
	text-transform: uppercase;
	color: #fff;
	float: right;
	margin: 0 0 12px 0;
	padding: 6px 0 13px 0;
	letter-spacing: normal;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .bmenu>li:before {
	display: none;
}

.footer .bmenu>li {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

.footer .bmenu>li:first-child {
	margin-left: 0 !important;
}

.footer .bmenu a {
	color: inherit;
	text-decoration: none;
}

.footer .bmenu a:hover {
	color: #dca86a !important;
}

.footer .contacts {
	float: right;
	text-align: right;
	color: #ccc0bb;
}

.footer .contacts .phone {
	font-size: 17px;
	color: #bbb0ac;
	display: inline;
	letter-spacing: -0.02em;
}

.footer .contacts .phone:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pic-phone-white.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
	position: relative;
	top: -1px;
}

.footer .contacts .phone a {
	margin-right: 0.45em;
}

.footer .contacts .ind {
	margin-left: 0.8em;
}

.footer .copy {
	font-size: 17px;
	color: #d0c2b2;
	letter-spacing: -0.02em;
}

.footer .b {
	clear: left;
}

.date {
	font-size: 18px;
	color: #8a5d27;
	font-family: "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
}

.article-big,
.article-main {
	font-size: 17px;
	line-height: 26px;
}

.article-big .h,
.article-main .h {
	font-size: 21px;
	line-height: 31px;
}

.articles-small .h {
	font-size: 21px;
	line-height: 27px;
	margin: 0 0 3px 0;
}

.articles-small .h:last-child {
	margin-bottom: 0;
}

.article-big .h a,
.article-main .h a,
.articles-small a {
	color: inherit;
	text-decoration: none;
}

.articles-small {
	background: #f5f4f3;
	margin: 0 0 20px 0;
	padding: 32px 31px 30px 31px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.articles-small .hold {
	font-size: 0;
}

.articles-small .e {
	font-size: 17px;
	line-height: 24px;
}

.articles-small .e .in {
	border-bottom: 1px solid #d5cec6;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.articles-small .date {
	margin: 0 0 4px 0;
}

.articles-small .pagination {
	margin-top: 10px;
}

.article-big {
	position: relative;
	margin: 0 0 45px 0;
}

.article-big+.article-big {
	margin-top: -12px;
}

.article-big:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: url(../img/article-shad.png) no-repeat 50% 0;
	background-size: 100% 100%;
	height: 36px;
}

.article-big .photo {
	display: block;
	position: relative;
	overflow: hidden;
}

.article-big .photo img {
	/*width: 100%;
	height: auto;*/
}

.article-big .bg {
	padding: 34px 28px 33px 28px;
	/*background: #dcd2c6;*/
	background: #f0ece8;
	position: relative;
}

.article-big .h {
	font-size: 23px;
	margin-bottom: 5px;
}

.article-big .date {
	position: absolute;
	top: 0;
	padding: 0 18px;
	height: 41px;
	line-height: 41px;
	margin: -20px 0 0 0;
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.article-big+.hr {
	margin-top: 30px;
}

.article-main:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article-main {
	margin: 0 0 33px 0;
}

.article-main:first-child {
	margin-top: 0;
}

.article-main .date {
	margin: 0 0 4px 0;
}

.article-main .h {
	margin: 0 0 4px 0;
}

.article-main .photo,
.article-main .cell {
	text-align: left;
	height: 244px;
}

.article-main .photo {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 27px 0 0;
	max-width: 364px;
}

.article-main .photo img {
	height: 100%;
	width: auto;
	max-width: none;
	object-fit: cover;
}

.articles-big {
	margin: 0 -40px 0 0;
	font-size: 0;
}

.articles-big .article-main {
	display: inline-block;
	width: 33%;
	margin: 0 -1px 48px 0;
	padding: 0 40px 0 0;
	vertical-align: top;
}

.articles-big .article-main .photo {
	float: none;
	margin: 0 0 12px 0;
	display: block;
}

.articles-big .article-main .cell {
	height: auto;
}

.articles-big+.hr {
	margin-top: 0;
}

.pagination {
	margin: 30px 0 50px 0;
	font-size: 0;
	white-space: nowrap;
}

.pagination:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.pagination .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	height: 43px;
	line-height: 43px;
	padding: 0 7px;
	margin-right: 5px;
	margin-bottom: 7px !important;
	min-width: 32px;
}

.pagination .btn.bg-dark {
	opacity: 1;
}

.pagination .share {
	margin: 14px 0 0 0;
}

.pagination .ind {
	padding: 0 20px;
	margin-left: 16px;
}

.pagination .btn.link-all,
.pagination .btn.link-back {
	margin-left: 0;
	margin-right: 0;
}

.pagination .ind:first-child,
.pagination .link-join3+.ind,
.pagination .share+.ind {
	margin-left: 0;
	margin-right: 21px;
}

.pagination span.btn {
	cursor: inherit;
}

.pagination .dots {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 21px 28px 0 23px;
	line-height: 0;
}

.pagination .dots:before,
.pagination .dots:after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 -9px;
}

.pagination .dots,
.pagination .dots:before,
.pagination .dots:after {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #443630;
}

.pagination .dots:before {
	left: 0;
}

.pagination .dots:after {
	right: 0;
}

.pagination .link-join3 {
	float: right;
}

.pagination.show-all {
	text-align: center;
}

.pagination.show-all .btn {
	margin-left: 0;
	margin-right: 0;
}

.subscr {
	margin: 0 0 20px 0;
	text-align: center;
	color: #3f3932;
	font-size: 17px;
	line-height: 26px;
}

.subscr .bg {
	padding: 22px 23px 25px 23px;
	background: #f5f4f3;
}

.subscr .title1 {
	font-weight: bold;
	margin: 0 0 7px 0;
	font-size: 17px;
	line-height: 26px;
}

.subscr input[type="text"],
.subscr input[type="date"] {
	border-color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 0 9px 0;
	height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}

.subscr input[type="email"] {
	border-color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 0 9px 0;
	height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}

.subscr input.placeholder {
	color: #959595;
}

.subscr .btn {
	min-width: 150px;
}

.side-menu {
	margin: 0 0 20px 0;
	padding: 0;
}

.side-menu .pagination {
	text-align: center;
	margin: 10px 0 30px 0;
}

.side-menu ul {
	margin: 0;
	padding: 0;
}

.side-menu li {
	border: 0;
	padding: 0;
	margin: 3px 0 0 0;
}

.side-menu li:first-child {
	margin-top: 0 !important;
}

.side-menu li>*:first-child {
	padding-left: 45px;
	position: relative;
	color: inherit;
	background: #f1efeb;
	margin: 0;
}

.side-menu li>*:first-child:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 5px;
	height: 5px;
	background: #bc9466;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.side-menu li>a:hover:before {
	background-color: #fff;
}

.side-menu li>.active:before {
	background-color: #bc9466;
}

.side-menu li>a:hover,
.side-menu li>.active {
	background-color: #bc9466;
	color: #fff !important;
}

.event {
	font-size: 19px;
	line-height: 28px;
	margin: 30px 0 0 0;
}

.event+.hr {
	margin-top: 35px;
}

.event .date {
	margin: 0 0 1px 0;
	position: relative;
	padding: 0;
}

.event .date .round {
	position: absolute;
	top: 4px;
	left: 0;
	width: 19px;
	height: 19px;
	border: 3px solid #a76e29;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0.5;
}

.event .b {
	margin: 13px 0 0 0;
}

.informer {
	margin: 12px 0 14px 0;
	background: #f5f4f3;
	font: normal 17px/49px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	position: relative;
}

.informer:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.informer .cy-tabs {
	float: left;
}

.informer .cy-tabs .tab {
	float: left;
	width: 31px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-size: 0;
	background: #e9e3dc;
	position: relative;
	border-right: 1px solid #fff;
}

.informer .cy-tabs .tab span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.informer .cy-tabs .tab span:first-child,
.informer .cy-tabs .tab.active span {
	opacity: 0;
}

.informer .cy-tabs .tab.active span:first-child {
	opacity: 1;
}

.informer .cy-tabs .tab img {
	height: 15px;
	width: auto;
	vertical-align: middle;
}

.informer .cy-tabs .tab.active {
	background: #453832;
}

.informer .in {
	float: left;
}

.informer .close {
	position: absolute;
	top: 0;
	left: -100000px;
	background: url(../img/cross-dark.png) no-repeat 50% 50%;
	background-size: auto 13px;
	opacity: 0.4;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
	width: 33px;
	height: 33px;
}

.informer .close:hover {
	opacity: 0.9;
}

.informer .link {
	float: right;
	font-size: 15px;
	color: inherit;
	background: #e9e3dc;
	padding: 0 15px;
}

.informer .e,
.informer .sep {
	float: left;
}

.informer .e {
	white-space: nowrap;
	padding: 0 18px;
}

.informer .ind {
	margin-left: 0.25em;
}

.informer .sep {
	width: 1px;
	height: 23px;
	margin: 13px 0;
	background: #000;
	opacity: 0.2;
}

.informer .arr {
	border-style: solid;
	border-width: 6px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 0.3em;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.informer .arr.up {
	border-top-width: 0;
}

.informer .arr.down {
	border-bottom-width: 0;
}

.places:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.cities {
	font: 300 21px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 47px 0;
	margin: 50px 0;
	background-image: url(../img/wave-bg.png), url(../img/wave-bg.png);
	background-repeat: repeat-x;
	background-position: 50% 0, 50% 100%;
}

.cities:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.cities .in {
	margin: 0 -49px 0 0;
	padding: 0;
}

.cities li:before {
	display: none;
}

.cities .in>* {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin: 0 49px 0 0;
	padding: 0;
}

.cities .cell {
	text-align: left;
	height: 48px;
}

.cities .l {
	font-weight: normal;
	float: left;
	width: 31.7%;
	padding: 0 0 0 70px;
}

.cities a {
	color: #6c4619;
}

.directions {
	margin: 50px 0 60px 0;
}

.directions .hold {
	font-size: 0;
	margin: 49px -28px -44px 0;
}

.directions .e {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -1px 40px 0;
	padding: 0 28px 0 155px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
}

.directions .img {
	position: absolute;
	top: 0;
	left: 0;
}

.directions .img:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/directions-shad.png) no-repeat;
	background-size: 100% 100%;
	height: 100px;
	margin: -25px;
}

.directions .img div {
	position: relative;
	width: 124px;
	height: 120px;
	font-size: 0;
	text-align: center;
	line-height: 120px;
	background: #fffcf8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.directions .img img {
	height: 71px;
	width: auto;
	vertical-align: middle;
}

.directions .hold .cell {
	height: 120px;
	text-align: left;
}

.link-join2 {
	text-align: center;
	position: relative;
	margin: 60px 0;
	padding: 0 0 2px 0;
}

.link-join2 .hr {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
}

.link-join2 .btn {
	margin-bottom: 0;
}

.offer {
	font-size: 18px;
	line-height: 26px;
}

.offer .title1 {
	text-align: center;
}

.offer ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 28px;
	-moz-column-gap: 28px;
	column-gap: 28px;
	margin: 39px 0 -26px 0;
	padding: 0;
}

.offer li:before {
	display: none;
}

.offer li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 26px;
	margin: 0 0 26px 0;
	padding: 0 0 0 42px;
	background: url(../img/check.png) no-repeat 0 6px;
	background-size: auto 15px;
}

.map {
	background: #f5f4f3;
	margin-bottom: 15px;
}

.map+.filters {
	margin-top: -15px;
}

.map img {
	width: 100%;
	height: 100%;
}

.map .hold {
	position: relative;
	overflow: hidden;
	height: 45px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.map.open .hold {
	height: 635px;
}

.map .for-toggle {
	position: relative;
	text-align: center;
	margin: 10px 0 0 0;
	color: #453832;
	font-size: 16px;
	letter-spacing: normal;
	font-family: "Roboto Condensed", "Times New Roman", Times, serif;
}

.map .for-toggle .to-hide,
.map.open .for-toggle .to-show {
	display: none;
}

.map.open .for-toggle .to-hide {
	display: inline;
}

.map .for-toggle .toggle {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	background: #f5f4f3;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
}

.map.nobg .for-toggle .toggle {
	background: #fff;
}

.map .for-toggle .arr {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #f5f4f3;
	box-shadow: 0 0 0 5px rgba(227, 169, 103, 0.77);
	-webkit-box-shadow: 0 0 0 5px rgba(227, 169, 103, 0.77);
	background: #a76e29;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	position: absolute;
	bottom: 100%;
	top: auto;
	left: 50%;
	margin: -1px -12.5px;
}

.map .for-toggle .toggle:hover .arr {
	opacity: 0.9;
}

.map .for-toggle .arr:before,
.map .for-toggle .arr:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2.5px -4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
	width: 8px;
	height: 5px;
	background: url(../img/map-arr.png) no-repeat;
	background-size: 100% auto;
}

.map .for-toggle .arr:after {
	opacity: 1;
	background-position: 0 -7px;
}

.map.open .for-toggle .arr {
	background-color: #fff;
	border-color: #fff;
}

.map.open .for-toggle .arr:after {
	opacity: 0;
}

.map.open .for-toggle .arr:before {
	opacity: 1;
}

.map .for-toggle .hr {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -0.5px 0;
}

.filters {
	background: #f5f4f3;
	padding: 13px 0 23px 0;
}

.filters.nobg,
.map.nobg {
	background: none;
}

.filters .in-hold:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filters .in-hold {
	margin: 0 -15px 0 0;
}

.filters .e {
	float: left;
	position: relative;
	padding: 0 15px 0 0;
}

.filters input {
	width: 100%;
	padding: 18px 45px 18px 22px;
	height: 60px;
	font-size: 20px;
}

.filters .go {
	position: absolute;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: 50% 50%;
	width: 46px;
	height: 100%;
	top: 0;
	right: 15px;
}

.filters .search2 {
	width: 33%;
}

.filters .search2 .go {
	background-image: url(../img/pic-search-brown.png);
}

.filters .search-city {
	width: 26%;
}

.filters .search-city .go {
	background-image: url(../img/pic-place.png);
}

.filters .btn {
	font-size: 21px;
	height: 57px;
	line-height: 57px;
}

.filters .toggle-filters {
	float: right;
	width: 20%;
	padding: 0 15px 0 0;
}

.filters .toggle-filters .btn {
	text-align: left;
	padding: 0 30px 0 62px;
	width: 100%;
}

.filters .toggle-filters .btn:before,
.filters .toggle-filters .btn:after {
	content: '';
	position: absolute;
	top: 50%;
}

.filters .toggle-filters .btn:before {
	width: 25px;
	height: 25px;
	left: 22px;
	margin: -12.5px 0;
	background: url(../img/pic-filters-white.png) no-repeat;
	background-size: 100% 100%;
}

.filters .toggle-filters .btn:after {
	width: 15px;
	height: 11px;
	right: 14px;
	margin: -5px 0;
	background: url(../img/darr-white-shad.png) no-repeat;
	background-size: 100% 100%;
}

.filters-in {
	position: relative;
	z-index: 90;
	font-size: 16px;
	line-height: 24px;
}

.filters-in .in-hold {
	position: relative;
	overflow: hidden;
	background: #e9e3dc;
	height: 0;
}

.filters-in.open .in-hold {
	height: auto;
	overflow: visible;
}

.filters-in .in-hold:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filters-in .in-hold:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 10%;
	border-color: #e9e3dc;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-style: solid;
	border-width: 0 14px 8px 14px;
	margin: 0 -21.5px;
}

.filters-in .side-l {
	color: #fff;
	float: left;
	width: 21%;
	padding: 30px 21px 98px 21px;
	position: relative;
}

.filters-in .side-l a,
.filters-in .side-l a:hover {
	color: inherit !important;
}

.filters-in .side-r {
	position: relative;
	float: right;
	width: 79%;
	padding: 30px 36px 58px 21px;
}

.filters-in .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #ba9366;
}

.filters-in .reset {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 24px;
}

.filters-in .l {
	float: left;
	width: 53.78%;
}

.filters-in .r {
	float: right;
	width: 38.77%;
}

.filters-in .active-filters {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filters-in .active-filters a {
	text-decoration: none;
}

.filters-in .active-filters li:before {
	display: none;
}

.filters-in .active-filters li {
	margin: 12px 0 0 0;
	padding: 0 15px 0 0;
}

.filters-in .active-filters li:first-child {
	margin-top: 0 !important;
}

.filters-in .active-filters .clear {
	position: absolute;
	top: 12px;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../img/cross-white.png) no-repeat;
	background-size: 100% 100%;
	margin: -5px 0;
}

.filters-in .title1 {
	font-size: 23px;
	line-height: 28px;
	margin: 1px 0 14px 0;
}

.filters-in .checks {
	margin: 0 -40px -8px 0;
	font-size: 0;
}

.filters-in .checks ul {
	list-style: none;

	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 40px 0 0;
}

.filters-in .checks li:before {
	display: none;
}

.filters-in .checks li {
	padding: 4px 10px 4px 30px;
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 16px;
	min-height: 24px;
}

.filters-in .r .checks {
	margin-right: -80px;
}


.filters-in .checks .checkbox,
.filters-in .checks .radio {
	top: 1px;
	left: 0;
	position: absolute;
}

.filters-in .checks label {
	cursor: pointer;
}

.filters-in .hr {
	margin: 31px 0 24px 0;
}

.ui-slider {
	line-height: 0;
	height: 2px;
	background: #fff;
	margin: 29px 0 8px 0;
	position: relative;
}

.ui-slider-handle {
	position: absolute;
	width: 14px;
	height: 20px;
	top: -11px;
	margin: 0 -7px;
	cursor: pointer;
	background: #ba9366;
}

.ui-slider-handle:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: #ba9366;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
}

.slider-values:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.slider-values {
	margin: 0 0 -8px 0;
}

.slider-values .fl {
	float: left;
}

.slider-values .fr {
	float: right;
}

.stars {
	position: relative;
	height: 19px;
	width: 95px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
}

.stars,
.stars>* {
	background: url(../img/stars.png) repeat-x 0 -42px;
	background-size: 19px auto;
}

.stars>* {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-position: 0 0;
}

.filters-in .stars {
	background-position: 0 -21px;
}

.stars2:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.stars2 .btn {
	float: left;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0 3px 2px 0;
}

.stars2 .btn:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 13px;
	background: url(../img/star.png) no-repeat;
	background-size: 100% 100%;
	margin: -5.5px -6.5px;
}

.lombards {
	font-size: 0;
	margin: 25px -30px -39px 0;
}

.lombards+.hr {
	margin-top: 30px;
}

.lombards .e {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 -1px 0 0;
	padding: 0 28px 39px 0;
	font-size: 17px;
	line-height: 23px;
}

.lombards .e a,
.lombards .dist {
	color: #8b5824;
}

.lombards .h,
.lombards .dist {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

.lombards .stars2 {
	margin: 20px 0 10px 0;
}

.lombards .photo-hold {
	position: relative;
	margin: 0 0 8px 0;
}

.lombards .photo-hold:hover .actions {
	opacity: 1;
}

.lombards .photo {
	display: block;
	position: relative;
	border: 1px solid #d9d5cd;
	background: #fff;
	text-align: center;
	font-size: 0;
	padding: 23px 34px;
	height: 175px;
	line-height: 129px;
}

.lombards .photo:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 1px -1px;
	background: url(../img/lombard-shad.png) no-repeat 50% 0;
	background-size: 100% 100%;
	height: 41px;
}

.lombards .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.lombards .bg {
	position: relative;
	background: #f5f4f3;
	padding: 23px 34px;
}

.lombards .dist {
	float: right;
	white-space: nowrap;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.lombards.view-list {
	margin-bottom: -28px;
}

.lombards.view-list .e {
	width: 50%;
	padding-bottom: 28px;
}

.lombards.view-list .h {
	margin-bottom: 3px;
}

.lombards.view-list .bg {
	padding: 10px 15px 15px 15px;
}

.actions {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
	margin: 13px;
}

.actions a {
	float: left;
	margin: 0 0 0 4px;
	width: 47px;
	height: 47px;
	background: #fff;
	border: 1px solid #dedad5;
	text-align: center;
	font-size: 0;
	line-height: 45px;
}

.actions a:hover {
	background-color: #eadecf;
}

.actions img {
	height: 26px;
	width: auto;
	vertical-align: middle;
}

.link-nearby {
	float: right;
	font: normal 21px/31px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	white-space: nowrap;
	margin: -8px 0 0 0;
}

.link-nearby a {
	color: inherit;
}

.link-nearby a:before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
	border: 2px solid #da8929;
	background: url(../img/pic-star-brown.png) no-repeat 50% 50%;
	background-size: auto 21px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.publications {
	font-size: 0;
	margin: 0 -24px 14px 0;
}

.publications .e {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin: 0 -1px 16px 0;
	padding: 0 22px 0 0;
}

.publications .bg {
	text-align: center;
	display: block;
	border: 1px solid #dfd7cf;
	padding: 10px 20px;
	height: 90px;
	line-height: 68px;
}

.publications .bg.active {
	border-color: transparent;
	cursor: inherit;
}

.publications img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.partners {
	margin: 0 -30px -58px 0;
	font-size: 0;
}

.partners.tind {
	margin-top: 37px;
}

.partners .e {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 -1px 0 0;
	text-align: center;
	font: normal 21px/26px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: center;
	padding: 0 27px 68px 0;
}

.mainContent .partners {
	margin-right: -29px;
	margin-bottom: -46px;
}

.mainContent .partners .e {
	width: 33.33%;
	padding-bottom: 46px;
}

.partners a {
	color: inherit;
	text-decoration: none;
}

.partners a:hover {
	color: #a76e29 !important;
	text-decoration: underline;
}

.partners .photo {
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border: 1px solid #d9d5cd;
	padding: 30px;
	text-align: center;
	font-size: 0;
	margin: 0 0 15px 0;
	position: relative;
	padding: 50%;
}

.partners .photo>span {
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px;
}

.partners .photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.partners a:hover .photo {
	border-color: #a76e29;
	box-shadow: inset 0 0 0 2px #a76e29;
	-webkit-box-shadow: inset 0 0 0 2px #a76e29;
}

.contacts-main:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contacts-main {
	font: normal 18px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
}

.contacts-main a {
	color: #a76e29;
}

.contacts-main .ind {
	margin-left: 0.7em;
}

.contacts-main .tind {
	margin-top: 11px;
}

.map2 {
	height: 450px;
	background: url(/img/map.png);
}

.map2 img {
	width: 100%;
	height: 100%;
}

.contacts-main .side-l {
	float: left;
	background: #f5f4f3;
	width: 42.68%;
	margin: 35px 8.53% 0 0;
	padding: 49px 70px 54px 21px;
}

.contacts-main .side-r {
	float: left;
	width: 36.58%;
	padding: 42px 0 0 0;
}

.contacts-main ul {
	margin: 0;
	padding: 0;
}

.contacts-main li {
	margin: 24px 0 0 0;
	padding: 0 0 0 25px;
}

.contacts-main li.tind2 {
	margin-top: 48px;
}

.contacts-main li:first-child {
	margin-top: 0 !important;
}

.contacts-main li:before {
	content: '';
	width: 6px;
	height: 6px;
	margin: -3px 0;
	left: 0;
	top: 12px;
	background: #d6c3ac;
}

.contacts-main .label {
	color: rgba(24, 23, 24, 0.85);
	font: normal 18px/26px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	margin: 14px 0 5px 0;
}

.contacts-main textarea {
	height: 103px;
	padding: 10px;
}

.contacts-main .submit {
	margin: 22px 0 0 0;
}

.socials {
	margin: 13px 0 0 0;
	font-size: 0;
	white-space: nowrap;
}

.socials a {
	text-align: left;
	text-indent: -10000px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 0 13px 0 0;
	width: 56px;
	height: 56px;
	background: #f00 url(../img/socials1.png) no-repeat 0 -10000px;
	background-size: auto 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}

.socials .fb {
	background-position: 0 0;
	background-color: #3b5999;
}

.socials .od {
	background-position: -206px 0;
	background-color: #f77c00;
}

.socials .vk {
	background-position: -69px 0;
	background-color: #4c75a3;
}

.socials .tw {
	background-position: -138px 0;
	background-color: #2b9ce3;
}

.socials2 {
	margin: 0 -2px;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.socials2:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 0;
}

.socials2 a {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	text-indent: -10000px;
	width: 63px;
	height: 63px;
	margin: 0 5px;
	border: 1px solid rgba(186, 147, 102, 0.5);
	background: rgba(250, 246, 241, 0.5);
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.socials2 a:hover {
	border-color: rgba(186, 147, 102, 1);
	background-color: rgba(250, 246, 241, 1);
}

.socials2 a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	background: url(../img/socials2.png) no-repeat 0 -100000px;
	background-size: auto 100%;
	margin: -12px;
}

.socials2 .vkontakte:before {
	background-position: 4px 50%;
}

.socials2 .twitter:before {
	background-position: -29px 50%;
}

.socials2 .facebook:before {
	background-position: -60px 50%;
}

.socials2 .odnoklassniki:before {
	background-position: -94px 50%;
}

.socials3 {
	font-size: 0;
	line-height: 0;
	margin: 0 -10px;
}

.socials3 a {
	display: inline-block;
	text-align: center;
	border: 1px solid #c4c4c4;
	width: 31px;
	height: 31px;
	line-height: 29px;
	margin: 0 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.socials3 a img {
	height: 16px;
	width: auto;
	vertical-align: middle;
}

.top-image {
	margin: 0 0 31px -120px;
	border-left: 15px solid #bc9466;
}

.top-image img {
	width: 100%;
	height: auto;
}

.about {
	margin-bottom: 56px;
	line-height: 28px;
}

.about p,
.about ul,
.about ol,
.about li {
	margin-bottom: 28px;
}

.offers {
	font-size: 19px;
	line-height: 28px;
	margin: -26px 0 -15px 0;
}

.offers a {
	color: #aa600b;
}

.offers .title1 {
	font-size: 23px;
	line-height: 28px;
	position: relative;
	margin: 0 0 16px 0;
	padding: 0 0 0 55px;
}

.offers .title1 a {
	text-decoration: none;
	color: inherit;
}

.offers .title1:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	border: 3px solid #a76e29;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0.5;
}

.offers .e {
	padding: 40px 0 41px 23px;
}

.offers .e:nth-child(even) {
	background: #f5f4f3;
	padding-right: 23px;
}

.item {
	margin: 0 0 -22px 0;
}

.item:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.item .photo {
	text-align: center;
	float: left;
	margin: 0 38px 30px 0;
	position: relative;
	width: 392px;
	max-width: 392px;
	background: #f5f4f3;
	font-size: 0;
}

.item .photo img {
	width: 100%;
	height: auto;
}

.item .photo.no {
	background: #f7f5f3 url(../img/photo-bg.png) no-repeat 0 50%;
	box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.05);
	height: 629px;
	color: #453832;
	font: normal 28px/30px "Roboto Condensed", "Times New Roman", Times, serif;
	letter-spacing: normal;
	padding: 235px 0 0 0;
}

.item .photo.no img {
	height: 52px;
	width: auto;
	display: block;
	margin: 0 auto 22px auto;
}

.item .photo.sq {
	height: 362px;
	line-height: 252px;
	padding: 55px;
}

.item .photo.sq img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
}

.item .photo:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: url(../img/photo-shad.png) no-repeat 50% 0;
	background-size: 100% 100%;
	height: 37px;
}

.item .photo.sq+.top {
	min-height: 362px;
	margin-bottom: 30px;
}

.item h2 {
	font: inherit;
	font-size: 26px;
	line-height: 31px;
	letter-spacing: inherit;
	color: #453832;
	margin: 0 0 14px 0;
	padding: 35px 0 0 0;
}

.item h3 {
	font-weight: normal;
	font-size: 19px;
	line-height: 24px;
	color: #7b7671;
	margin: 0 0 25px 0;
}

.item .hr {
	overflow: hidden;
	margin: 25px 0;
}

.item .contacts2 {
	font: normal 18px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
}

.item .contacts2 li {
	overflow: hidden;
	padding: 0 0 0 68px;
	margin: 0 0 11px 0;
}

.item .contacts2 li:before {
	display: none;
}

.item .contacts2 .l {
	color: #938e88;
	float: left;
	width: 68px;
	margin: 0 0 0 -68px;
}

.item .contacts2 .big {
	font-size: 20px;
}

.qu {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	top: -13px;
	left: -3px;
}

.qu .pic {
	width: 24px;
	height: 24px;
	text-align: center;
	color: #956732;
	font: bold 18px/24px "Roboto Condensed", "Times New Roman", Times, serif;
	background: #f5f2ef;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.qu .pop {
	margin: 0 -32px;
	font: normal 18px/28px "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	text-transform: none;
	width: 399px;
}

.qu .pop-bg {
	padding: 31px 35px 33px 35px;
}

.qu .pop-bg:before {
	left: 32px;
}

.qu:hover .pop {
	left: 50%;
}

.filters-in .r .qu:hover .pop {
	left: auto;
	right: 50%;
}

.filters-in .r .qu .pop .pop-bg:before {
	left: auto;
	right: 32px;
}

.qu .pop .h {
	font-size: 23px;
	line-height: 28px;
	color: #70410b;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0 0 15px 0;
	margin: 0 0 14px 0;
}

.lombard-head {
	margin: 0 0 30px 0;
}

.lombard-head .bg {
	border: 1px solid #d5cec6;
	margin: 0 0 20px 0;
	padding: 20px 16px;
	font-size: 0;
	text-align: center;
}

.lombard-head .hr {
	margin: 20px 0;
}

.lombard-head .logo,
.lombard-head .rating {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -1px 0 0;
	padding: 0 20px;
}

.lombard-head .logo {
	line-height: 89px;
	text-align: right;
}

.lombard-head .logo img {
	max-height: 89px;
	max-width: 100%;
	vertical-align: middle;
}

.lombard-head .rating {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	text-align: left;
	padding-top: 25px;
}

.lombard-head .rating .inline {
	text-align: center;
}

.lombard-head .rating .stars {
	display: block;
	margin: 0 auto 7px auto;
}

.lombard-head .links {
	line-height: 0;
	text-align: justify;
	margin: 0 -5px -15px -5px;
}

.lombard-head .links:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 0;
}

.lombard-head .links .btn {
	min-width: 155px;
	padding: 0 10px;
	margin: 0 5px 17px 5px;
}

.gallery {
	margin: 30px auto;
	max-width: 560px;
}

.gallery .big {
	position: relative;
	height: 441px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.gallery .big ul,
.gallery .big li {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
}

.gallery li:before {
	display: none;
}

.gallery .big img {
	height: 100%;
	width: auto;
	max-width: none;
}

.gallery .small {
	padding: 0 38px;
	position: relative;
}

.gallery .small .prev,
.gallery .small .next {
	cursor: pointer;
	width: 38px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: url(../img/slider-arr.png) no-repeat 0 50%;
	background-size: auto 49px;
	opacity: 0.4;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.gallery .small .prev:hover,
.gallery .small .next:hover {
	opacity: 0.9;
}

.gallery .small .prev {
	left: 0;
}

.gallery .small .next {
	right: 0;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.gallery .small .hold {
	position: relative;
	overflow: hidden;
}

.gallery .small ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100000px;
}

.gallery .small li {
	float: left;
	height: 116px;
	margin: 0 20px 0 0;
	padding: 0;
}

.gallery .small img {
	height: 100%;
	max-width: none;
}

.gallery+.hr {
	margin-top: 30px;
}

.tabs {
	margin: 30px -19px 0 0;
	font-size: 0;
	line-height: 0;
}

.filters .tabs {
	display: inline;
}

.filters .tabs .el {
	margin-top: 8px;
}

.filters .tabs:after {
	display: none;
}

.tabs .el {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 0 -1px 0 0;
	padding: 0 15px 0 0;
}

.tabs .btn,
.tabs-content .h {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	display: block;
	padding: 0;
	color: #453832 !important;
}

.tabs .btn:after,
.tabs-content .h:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	background: url(../img/tabs-active.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 40px;
	height: 13px;
	margin: -2px -20px;
}

.tabs .btn.active,
.tabs-content .open .h {
	height: 42px;
	margin-bottom: 0;
	background-color: #fff;
	box-shadow: inset 0 0 0 2px #d7cabb;
	-webkit-box-shadow: inset 0 0 0 2px #d7cabb;
	cursor: default;
	opacity: 1;
}

.tabs .btn.active:after,
.tabs-content .open .h:after {
	opacity: 1;
}

.tabs .btn img {
	height: 21px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
}

.tabs-content .e {
	margin: 0 0 20px 0;
	display: none;
}

.tabs-content .e.open {
	display: block;
}

.tabs-content .in {
	margin: 15px 0 -5px 0;
	display: none;
}

.tabs-content .open .in {
	display: block;
}

.tabs-content .h {
	display: none;
}

.tabs-content+.hr {
	margin-top: 30px;
}

@keyframes spin {
	from {
	  transform: rotate(0deg); /* Starting state: no rotation */
	}
	to {
	  transform: rotate(360deg); /* Ending state: full rotation */
	}
  }
  

.loader {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.6);
	top:0;
	left:0;
}
.loader__spin {
	position:absolute;
	width:100%;
	height:100%;
	background: url('/local/templates/info_light_gray/images/Ellipse.svg') center center no-repeat;
	top:0;
	left:0;
	animation: spin 2s linear infinite;
}

#auth_reg_form_modal .error {
	display: inline-block;
}

#vModal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 999;
	overflow: scroll;
}

#vModal .modal {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	background: #fff;
	padding: 20px 35px;
	min-width: 550px;
	margin-left: -275px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transform: translate(0, -50%);
}

#vModal .controls a {
	display: inline-block;
	float: right;
}

#vModal .title1 {
	margin-top: 15px;
}

#vModal input {
	padding: 5px 10px;
}

#vModal input[type='file'] {
	border: 1px solid #d9d5cd;
	width: 150%;
}

#vModal .submit {
	margin-top: 10px;
}

/*
.overflow_hidden {
    overflow: hidden;
}*/

#change_pass_modal,
#register_confirmation {
	display: none;
}

.file-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
}

.file-wrapper input {
	position: absolute;
	top: 0;
	right: 0;
	filter: alpha(opacity=1);
	opacity: 0.01;
	-moz-opacity: 0.01;
	cursor: pointer;
}

.file-wrapper .button {
	color: #000;
	padding: 5px 10px;
	border: 1px solid #d9d5cd;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	background: url('/img/attach_file.png') center right no-repeat;
}

.file-holder {
	color: #000;
}

#enter_form input {
	height: 40px;
}

.forum-form input {
	height: 30px;
}

.forum-form .jcf-select-text {
	line-height: 30px;
	height: 30px;
	padding: 0 40px 0 10px;
}

.forum-form select.forum-filter-forums {
	width: 450px;
	height: 90px;
}

.search-page {
	margin-top: 15px;
}

.cookie-apply {
	display: flex;
	position: fixed;
	bottom: 17px;
	left: 17px;
	width: 346px;
	background-color: #fff;
	z-index: 1000;
	padding: 25px 24px;
	box-shadow: 0 1px 40px rgba(204,190,184, 0.54);
}
.cookie-apply__btns {
	display: flex;
	gap: 15px;
}
.cookie-apply__close {
	position: absolute;
	top: 10px;
	right: 15px;
	& svg {
		width: 17px;
		height: 17px;
	}
}
.cookie-apply__text {
	padding-right: 40px;
	margin-bottom: 15px;
}
.cookie-apply__btn {
	width: 50px;
}

@media (max-width:700px) {
	#vModal .modal {
		margin-left: -160px !important;
		left: 50%;
		max-width: 100%;
		min-width: 0 !important;
	}

	div.forum-filter input.search-input,
	div.forum-filter select,
	div.forum-filter-field span.forum-filter-field-item {
		width: auto !important;
		max-width: 100%;
	}
}

.text_events {
	color: #000;
	text-decoration: none;
}

.text_events:hover {
	text-decoration: underline !important;
}

.link_download {
	float: right;
	font-size: 15px;
	margin: -10px;
	margin-right: 10px;
}

.event .h {
	font-weight: bold;
}

.header_soft {
	margin: -0px 0 0 0;
	height: 195px;
	width: 100%;
	text-align: center;
	padding-top: 80px;
	background-repeat: no-repeat;
	font-size: 23px;
	font-family: "Roboto Condensed";

}

.header_soft h1 {
	font-size: 38.674px;
	font-family: "Roboto Condensed";
}


.header_soft div {
	display: inline-block;
	vertical-align: middle;
}

.bg_button {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b5b1ad url(../img/soft/order_bg.png);
	height: 116px;
	margin: 25px 18px 58px 0;
}

.block_info {
	float: left;
	background: #f3f0ed url(../img/soft/Shape.png);
	width: 364px;
	height: 221px;
	margin: -40px 18px 58px 0;
	text-align: center;
	padding: 85px 30px 0;
	font-size: 18px;
	font-family: "Roboto Condensed";
	line-height: 1.5;
}

.block_bottom {
	margin-left: 191px;
}

.block_bottom_left {
	width: 100%;
	float: right;
	background: #f3f0ed;
	height: 221px;
	margin: -40px 18px 58px 0;
	text-align: center;
	padding: 85px 30px 0;
	font-size: 18px;
	font-family: "Roboto Condensed";
	line-height: 1.5;
}

.slide {
	overflow: hidden;
	height: 530px;
	width: 100%;
	margin-bottom: 40px;
}

.blue {
	color: rgb(0, 96, 178);
	text-decoration: underline;
}

.cycle-slideshow>div>p {
	position: absolute;
	top: 175px;
	left: 50%;
	max-width: 563px;
	font-size: 30px;
	font-family: "Roboto Condensed";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	text-align: left;

}

.img_slider {
	height: 530px;
	width: 100%;
	background-size: cover;
}

@media(max-width:1000px) {
	.block_bottom {
		margin-left: 0px;
	}
}

@media(max-width:863px) {
	.block_info {
		float: none;
		margin: -40px auto 58px;
	}

	.block_bottom_left {
		margin-right: 0px;
	}

	.bg_button {
		margin-right: 0px;
	}

	.cycle-slideshow>div>p {
		left: 20%;
	}
}

@media(max-width:650px) {
	.cycle-slideshow>div>p {
		left: 0px;
		top: 130px;
		text-align: center;
	}

}

.feed-add-post-text {
	padding: 0px !important;
}

.forum-reply-field-settings {
	margin-left: 5px;
}

.content_block_top {
	width: 300px;
	height: 70px;
	background: #5993dc;
	float: left;
	margin-right: 15px;
}

.content_block_left {
	width: 600px;
	height: 300px;
	background: #5993dc;
	margin-right: 15px;
}

.logo_content {
	width: 700px;
	height: 300px;
}

.jcf-select-text {
	padding-top: 15px;
}

.logo_content img,
.hide-mob img,
.place img,
.map img,
.detail_picture {
	width: auto;
	height: auto;
}

.header__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media(max-width: 1200px) {
	.header .link-contact.link-contact_merged {
		margin-right: 1.25rem
	}
}

@media(max-width: 1100px) {
	.header .logo.logo_small {
		margin-right: .625rem;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.header .logo.logo_small img {
		width: 15.625rem
	}
}

@media(max-width: 1000px) {
	.header .links-auth_mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: .625rem
	}

	.header .link-contact.link-contact_merged {
		margin-right: 0
	}

	.header .logo.logo_small {
		width: auto
	}

	.header .logo.logo_small img {
		margin-left: 0;
		margin-right: 0;
		width: 13.75rem
	}
}

@media(max-width: 760px) {
	.header__flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 1.125rem;
		width: 100%
	}

	.header .logo.logo_small img {
		width: 18.75rem
	}

	.header .links-auth_mobile {
		margin-left: 0
	}
}

.label_block {
	display: block;
}

.target {
	margin-bottom: 3.125rem;
	padding-top: 2.125rem;
	padding-bottom: 2.125rem;
	text-align: center;
	border-bottom: 0.0625rem solid #ba9366;
	border-top: 0.0625rem solid #ba9366;
	font-family: "Roboto Condensed", sans-serif;
}

.target__title {
	font-size: 1.25rem;
	line-height: 1.2;
	color: #7f5422;
	margin-bottom: 0.5rem;
}

.target__text {
	font-size: 1.625rem;
	line-height: 1.2;
	color: #a56e2b;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1000px) {
	.target {
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
		margin-bottom: 2.1875rem;
	}

	.target__title {
		margin-bottom: 0.3125rem;
	}

	.target__text {
		width: 85%;
	}
}

@media (max-width: 767px) {
	.target {
		padding: 1.625rem 1.25rem;
	}

	.target__title {
		font-size: 1.125rem;
		margin-bottom: 1.375rem;
	}

	.target__text {
		font-size: 1.5rem;
		width: 100%;
	}
}

.btn_sand {
	background: #ba9366;
	border-bottom: .125rem solid #a56e2b;
	font-size: .875rem;
	margin-top: .75rem;
	height: auto;
	padding: .75rem 1rem;
	line-height: 1
}

.btn_sand-big {
	background: #ba9366;
	border-bottom: .125rem solid #a56e2b;
	font-size: 1.0625rem;
	height: auto;
	padding: .75rem 1.25rem;
	line-height: 1;
	margin-top: 1.5625rem
}

@media(max-width: 767px) {
	.btn_sand {
			margin-top:1.0625rem
	}
}

.label_margin {
	margin-bottom: 1.25rem;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.0625rem
}

.label_margin input {
	height: 2.5rem
}

.label_block {
	display: block
}

.checkbox-policy_new {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.0625rem
}

#vModal .modal_big {
	padding-bottom: 2.5rem
}

#vModal .modal_big .controls a {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.0625rem
}

#vModal .modal_big .sub {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 1.0625rem;
	margin-bottom: 1.875rem;
	line-height: 1
}

@media(max-width: 767px) {
	.modal_big .content {
			height:calc(100vh - 1.25rem - 1.875rem - .9375rem - 2.5rem) !important;
			overflow-y: auto
	}
}

.footer__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.25rem
}

.footer__soc {
	margin-right: 1.375rem
}
