

.nodus-item-unpublished {
	background-color: #ddd;
}

.nodus-template-std--teaser--item {
	margin: 0 0 20px 0;
}

.nodus-template-std--teaser--field-mode-default .field-caption {
	font-size: 11px;
	font-weight: bold;
}

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
th {
 text-align: left;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
/* кавычек в цитатах нет */
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

/* все элементы в фокусе (на которые перешли, например, Tab'ом)
имеют единый вид */
:focus {
 outline: 0;
}

/* не забывайте обозначить удаления и вставки */
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}

/* а таблицам вручную придётся прописывать 'cellspacing="0"' в HTML */
/*table {
 border-collapse: collapse;
 border-spacing: 0;
}*/

@font-face {
  font-family: 'pt_sans_captionregular';
  src: url('/fonts/PTC55F-webfont.eot');
  src: url('/fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/PTC55F-webfont.woff') format('woff'), url('/fonts/PTC55F-webfont.ttf') format('truetype'), url('/fonts/PTC55F-webfont.svg#pt_sans_captionregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url('/fonts/PTS55F-webfont.eot');
  src: url('/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/PTS55F-webfont.woff') format('woff'), url('/fonts/PTS55F-webfont.ttf') format('truetype'), url('/fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('/fonts/OpenSans-Light-webfont.eot');
  src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url('/fonts/OpenSans-LightItalic-webfont.eot');
  src: url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-LightItalic-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: italic;
}
.underline-on-hover {
  text-decoration: none;
}
.underline-on-hover:hover {
  text-decoration: underline;
}
.with-pipe {
  display: inline-block;
  position: relative;
  margin-right: 17px;
}
.with-pipe:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  height: 1em;
  border-left: 1px solid;
  margin-top: -.4em;
}
.with-pipe:last-child {
  margin: 0;
}
.with-pipe:last-child:after {
  border: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  font: 15px 'pt_sansregular', arial, helvetica, sans-serif;
  color: #404040;
  position: relative;
  /*z-index: -20;*/
}
h1,
.h1 {
  font: 25px/1.3em 'pt_sansregular', arial, helvetica, sans-serif;
  margin-bottom: 20px;
}
h2,
.h2 {
  font: 20px/1.3em 'pt_sansregular', arial, helvetica, sans-serif;
  margin-bottom: 20px;
}
h3,
.h3 {
  font: 18px/1.3em 'pt_sansregular', arial, helvetica, sans-serif;
  margin-bottom: 20px;
}
a {
  color: inherit;
}
input[type=text],
input[type=password],
textarea {
  font: 14px 'open_sanslight', arial, helvetica, sans-serif;
  color: inherit;
  width: 100%;
  background: transparent;
  border: solid #b8c3bd;
  box-sizing: border-box;
  box-shadow: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: inherit;
  font-style: inherit;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: inherit;
  font-style: inherit;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
  opacity: inherit;
  font-style: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: inherit;
  font-style: inherit;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
textarea:focus:invalid {
  border-color: #c52029;
}
input[type=text],
input[type=password] {
  border-width: 0 0 1px;
  padding: 0 5px;
}
textarea {
  border-width: 1px;
  padding: 3px 5px;
}
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  margin-left: -25px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding-left: 25px;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/icons.png) no-repeat ;
}
input[type=checkbox] + label:before {
  top: 1px;
  background-position: -720px 0;
}
input[type=checkbox]:checked + label:before {
  background-position: -744px 0;
}
input[type=radio] + label {
  padding-top: 1px;
}
input[type=radio] + label:before {
  background-position: -768px 0;
}
input[type=radio]:checked + label:before {
  background-position: -792px 0;
}
.link {
  text-decoration: underline;
  cursor: pointer;
}
.no-link {
  text-decoration: none;
  cursor: auto;
}
.button {
  display: inline-block;
  padding: 0 1.1em;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px/38px 'open_sanslight', arial, helvetica, sans-serif;
  color: #bcccc5;
  cursor: pointer;
}
.button:hover {
  background: #bcccc5;
  color: #fff;
}
.button-white-color {
  background: transparent;
  color: #fff;
}
.button-white-color:hover {
  background: #fff;
  color: #bcccc5;
}
.button-white-bg {
  background: #fff;
  border-color: #fff;
  color: #bcccc5;
}
.button-white-bg:hover {
  background: transparent;
  color: #fff;
}
.button-red-bg {
  background: #c52029;
  color: #fff;
}
.button-red-bg:hover {
  background: transparent;
  border: 1px solid #c52029;
  color: #c52029;
}
.button-red {
  border: 1px solid #c52029;
  color: #c52029;
}
.button-red:hover {
  background: #c52029;
  color: #fff;
}
.button-small {
  font: bold 12px/30px 'open_sanslight', arial, helvetica, sans-serif;
}
.button-arrow:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: .8em;
  background: url(/images/icons.png) no-repeat -216px 0;
}
.arrow {
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(/images/icons.png) no-repeat ;
}
.arrow-left {
  background-position: -696px 0;
}
.arrow-left:hover {
  background-position: -1440px 0;
}
.arrow-right {
  background-position: -672px 0;
}
.arrow-right:hover {
  background-position: -1416px 0;
}
@media screen and (max-width: 1000px) {
  img {
    max-width: 100%;
  }
}
/* Иконки */
.with-icon {
  display: inline;
  vertical-align: baseline;
}
.with-icon:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  background: url(/images/icons.png) no-repeat ;
}
.home-icon:before {
  width: 24px;
  height: 22px;
  top: 4px;
}
.date-time-icon:before {
  width: 20px;
  height: 19px;
  top: 4px;
  background-position: -192px 0;
}
.comments-icon:before {
  width: 20px;
  height: 18px;
  top: 3px;
  background-position: -72px 0;
}
.views-icon:before {
  width: 20px;
  height: 13px;
  top: 2px;
  background-position: -552px 0;
}
.photos-icon:before {
  width: 20px;
  height: 16px;
  top: 2px;
  background-position: -528px 0;
}
.attaches-icon:before {
  width: 18px;
  height: 19px;
  top: 4px;
  background-position: -1656px 0;
}
.id-icon:before {
  width: 17px;
  height: 12px;
  background-position: -504px 0;
}
.user-icon:before {
  width: 16px;
  height: 17px;
  top: 3px;
  background-position: -480px 0;
}
.tag-icon:before {
  width: 18px;
  height: 19px;
  top: 5px;
  background-position: -456px 0;
}
.responses-icon:before {
  width: 20px;
  height: 18px;
  top: 3px;
  background-position: -1680px 0;
}
.repair-icon:before {
  width: 19px;
  height: 19px;
  background-position: -960px 0;
  top: 4px;
}
.rubric-icon:before {
  width: 20px;
  height: 19px;
  background-position: -1992px 0;
  top: 4px;
}
.help-icon:before {
  width: 21px;
  height: 19px;
  top: 5px;
  background-position: -1704px 0;
}
.location-icon:before {
  width: 13px;
  height: 19px;
  top: 4px;
  background-position: -1728px 0;
}
.edit-icon:before {
  width: 17px;
  height: 19px;
  background-position: -1128px 0;
  top: 4px;
}
.close-icon {
  line-height: 19px;
}
.close-icon:before {
  width: 11px;
  height: 11px;
  background-position: -840px 0;
  top: 1px;
}
/* !Иконки */
.file-upload {
  display: inline-block !important;
  position: relative;
  padding: 0 5px;
  border-bottom: 1px solid #b8c3bd;
  cursor: pointer;
}
.file-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/*
.file-upload-button {
	float: right;
	display: inline-block;
	padding: 0 10px 0 30px;
	box-sizing: border-box;
	background: #a9a9a9 url(/image/layout/clip.png) no-repeat 6px 50%;
	text-transform: uppercase;
	line-height: 28px;
	color: #fff;
}
	.file-upload-button:hover {
		background-color: #b23f01;
	}
*/
input:focus + .file-upload-info,
.filled .file-upload-info {
  color: #404040;
}
.clear {
  float: none;
  clear: both;
  overflow: hidden;
  width: 100%;
}
.hidden {
  display: none !important;
}
.centered-horizontally {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centered-vertically {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centered-all {
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.no-line {
  text-decoration: none;
}
a.no-line:hover {
  text-decoration: underline;
}
.errors {
  margin-bottom: 15px;
  color: #c52029;
}
.errors li {
  margin-bottom: 5px;
}
.page-navigator {
  margin: 20px 0;
  text-align: center;
  color: #8e9894;
}
.page-navigator-item {
  line-height: 18px;
  margin-right: 15px;
}
.page-navigator-item:last-child {
  margin: 0;
}
.page-navigator-current {
  color: #404040;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.page-navigator-arrow {
  position: relative;
  top: 4px;
}
.page-navigator-get-page {
  display: inline-block;
  width: 40px;
  position: relative;
}
.page-navigator-get-page:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 6px;
  margin-top: -4px;
  background: url(/images/icons.png) no-repeat -1752px 0;
}
.page-navigator-get-page input {
  padding-right: 10px;
  text-align: center;
  font: 14px 'pt_sansregular', arial, helvetica, sans-serif;
}
.drop-down-list {
  font: 12px 'pt_sansregular', arial, helvetica, sans-serif;
  background: #d2ddd8;
  padding: 0 10px;
  color: #555f5a;
}
.drop-down-list li,
.drop-down-list li.ui-state-focus {
  padding: 5px 0 !important;
  border-bottom: dashed #eaefeb;
  border-width: 0 0 1px;
  background: none;
}
.drop-down-list li:last-child,
.drop-down-list li.ui-state-focus:last-child {
  border: 0;
}
.drop-down-list li.ui-state-focus {
  color: #404040;
}
.drop-down-list a {
  color: inherit;
}
.tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 100;
  padding: 10px 25px;
  background: #d2ddd8;
  margin: 16px 0 0 -30px;
  color: #404040;
  white-space: nowrap;
}
.tooltip:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 25px;
  width: 10px;
  height: 10px;
  background: url(/images/icons.png) no-repeat -360px 0;
}
:hover > .tooltip {
  display: inline-block;
}
.close {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/images/icons.png) no-repeat -576px 0;
  cursor: pointer;
}
.close:hover {
  background: url(/images/icons.png) no-repeat -600px 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.site-layout {
  min-height: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.site-layout.with-bg-banner {
  background: #fff;
  max-width: 1160px;
}
.site_background_banner {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  border: none;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: none;
  position: fixed;
  z-index: -10;
}
.site-container {
  flex: 1 0 auto;
  overflow: hidden;
  min-height: 700px;
}
.site-header {
  min-width: 300px;
  max-width: 1000px;
  margin: 0 auto 15px;
  padding: 0 10px;
  flex: none;
  /*
	&-search {
		form {
			position: relative;
			width: 100%;
		}
		input[type=text] {
			padding: 1px 30px 1px 10px;
			border: 1px solid #aabfb8;
			text-align: right;
			font-size: 14px;
			color: #68736f;
		}
		input[type=submit] {
			position: absolute;
			top: 5px;
			right: 9px;
			width: 13px;
			height: 13px;
			.icon(-816px 0);
			border: 0;
			cursor: pointer;
		}
	}
	*/
}
.site-header-right {
  float: right;
  width: 280px;
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  .site-header-right {
    float: none;
  }
}
.site-header-user {
  min-height: 85px;
  background: url(/images/header-user.png) no-repeat 100% 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .site-header-user {
    background: none;
    min-height: auto;
  }
}
.site-header-user-link {
  display: table;
  font-size: 20px;
  color: #abbdb7;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .site-header-user-link {
    font-size: 15px;
    display: inline-block;
  }
}
.site-header-user-link:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(/images/icons.png) no-repeat -672px 0;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.site-header-logo {
  display: inline-block;
  margin-bottom: 15px;
  font: 19.5px/1em 'pt_sans_captionregular', arial, helvetica, sans-serif;
  color: #c52029;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .site-header-logo {
    width: 100%;
    font: 14px 'pt_sans_captionregular', arial, helvetica, sans-serif;
    padding-top: 10px;
  }
  .site-header-logo img {
    width: 100px;
    height: auto;
  }
}
.site-header-find-service {
  position: relative;
  margin-left: 40px;
  line-height: 26px;
}
.site-header-find-service:before {
  position: absolute;
  top: -2px;
  left: -40px;
}
.main-menu {
  margin-top: 50px;
  line-height: 0;
  font-size: 1px;
}
.main-menu ul {
  text-align: justify;
}
.main-menu ul:after {
  content: '';
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  display: inline-block;
}
.main-menu li {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #c9d8d3;
  margin-bottom: 10px;
  font: 18px/1em 'pt_sansregular', arial, helvetica, sans-serif;
}
.main-menu li.uc {
  position: relative;
}
.main-menu li.uc:before,
.main-menu li.uc:after {
  display: none;
  position: absolute;
}
.main-menu li.uc:before {
  content: 'Скоро';
  top: -5px;
  left: 0;
  width: 100%;
  padding: 5px 0 5px 22px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  color: #c52029;
  cursor: pointer;
}
.main-menu li.uc:after {
  content: '';
  top: 2px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: url(/images/icons.png) no-repeat -1295px 0;
  margin-left: -35px;
}
.main-menu li.uc:hover:before,
.main-menu li.uc:hover:after {
  display: inline-block;
}
.main-menu li.uc:hover:after {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.main-menu li.new {
  position: relative;
}
.main-menu li.new:after {
  content: 'New';
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 100%;
  padding: 1px 2px;
  background: #c52029;
  border-radius: 1px;
  margin-left: 2px;
  font: 10px/10px Arial;
  color: #fff;
}
.main-menu li.current {
  border-bottom: 1px solid #404040;
}
.main-menu a {
  display: inline-block;
  text-decoration: none;
}
.content-wrapper {
  min-width: 300px;
  max-width: 1000px;
  padding: 30px 10px;
  margin: 0 auto;
}
.site-bottom {
  flex: none;
  position: relative;
  min-width: 300px;
  max-width: 980px;
  min-height: 100px;
  padding: 20px 260px 20px 180px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.2em;
  color: #8e9894;
}
.site-bottom a {
  color: #8e9894;
}
@media screen and (max-width: 1000px) {
  .site-bottom {
    padding: 20px 10px;
  }
}
.site-bottom .logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 145px;
  height: 60px;
  background: url(/images/logo-footer.png) no-repeat 0 50%;
}
@media screen and (max-width: 1000px) {
  .site-bottom .logo {
    margin-top: -60px;
    left: 10px;
  }
}
.site-bottom .counters {
  position: absolute;
  top: 20px;
  right: 0;
  width: 185px;
  text-align: right;
}
.site-bottom .counters__inner {
  opacity: .5;
}
@media screen and (max-width: 1000px) {
  .site-bottom .counters {
    position: relative;
    left: 0;
    right: none;
  }
}
.site-bottom .b-socials__item {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 5px;
  background: url(/images/footer_icns.png) 0 0 no-repeat;
  cursor: default;
}
.site-bottom .b-socials__item:first-child {
  margin-left: 0;
}
.site-bottom .b-socials__item:last-child {
  margin-right: 0;
}
.site-bottom .b-socials__item--active {
  cursor: pointer;
}
.site-bottom .b-socials__item--active:hover {
  background-position-y: -25px;
}
.site-bottom .b-socials__item--vk {
  background-position: 0 0;
}
.site-bottom .b-socials__item--vk.b-socials__item--active:hover {
  background-position: 0 -25px;
}
.site-bottom .b-socials__item--tw {
  background-position: -25px 0;
}
.site-bottom .b-socials__item--tw.b-socials__item--active:hover {
  background-position: -25px -25px;
}
.site-bottom .b-socials__item--fb {
  background-position: -50px 0;
}
.site-bottom .b-socials__item--fb.b-socials__item--active:hover {
  background-position: -50px -25px;
}
.site-bottom .b-socials__item--yt {
  background-position: -75px 0;
}
.site-bottom .b-socials__item--yt.b-socials__item--active:hover {
  background-position: -75px -25px;
}
.site-bottom .b-socials__item--ok {
  background-position: -100px 0;
}
.site-bottom .b-socials__item--ok.b-socials__item--active:hover {
  background-position: -100px -25px;
}
.site-bottom .b-socials__item--mail {
  background-position: -125px 0;
  width: 100%;
  margin: 0 auto;
}
.site-bottom .b-socials__item--mail.b-socials__item--active:hover {
  background-position: -125px -25px;
}
.map-sections {
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 10px;
}
.map-filter {
  position: relative;
}
.map {
  width: 100%;
  height: 620px;
  margin-bottom: 20px;
  display: none;
}
.with-map .map {
  display: block;
}
.map-cluster {
  display: inline-block;
  margin-top: 4px;
}
.map-balloon-layout {
  position: relative;
  border: 3px solid #ae2126;
  width: 300px;
  background: #fff;
}
.map-balloon-content {
  padding: 25px;
  background: #fff;
  overflow: hidden;
  font-size: 13px;
  color: #8e9894;
  position: relative;
  z-index: 2;
}
.map-balloon-logo {
  margin-right: 20px;
}
.map-balloon-info {
  overflow: hidden;
}
.map-balloon-title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
}
.map-balloon-close {
  width: 11px;
  height: 11px;
  background: url(/images/icons.png) no-repeat -576px 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
}
.map-balloon-close:hover {
  background-position: -600px 0;
}
.map-balloon-tail {
  display: block;
  position: absolute;
  z-index: 1;
  left: 45px;
  width: 12px;
  height: 12px;
  top: 0;
  background: #fff;
  border: 3px solid #ae2126;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.filter {
  background: rgba(210, 221, 216, 0.95);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: #555f5a;
  overflow: hidden;
}
.with-map .filter {
  position: absolute;
  top: 0;
  width: 100%;
}
.filter input[type=text] {
  width: 100%;
  background: transparent;
  border-width: 0;
  padding: 0 0 6px;
  text-transform: inherit;
  font: inherit;
  color: inherit;
}
.filter input[type=text]:focus {
  border-width: 0 0 1px;
}
.filter-header {
  overflow: hidden;
}
.filter-toggle {
  float: right;
  margin-right: 125px;
  padding: 5px 15px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
}
.filter-toggle:after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 11px;
  margin-left: 10px;
  background: url(/images/icons.png) no-repeat ;
}
.filter-open {
  background: #ae2126;
  color: #fff;
  display: none;
}
.filter-open:after {
  background-position: -312px 0;
}
.filter-close {
  background: #bccbc4;
}
.filter-close:after {
  background-position: -288px 0;
}
.filter-close:hover {
  color: #303c37;
}
.filter-close:hover:after {
  background-position: -1248px 0;
}
.filter-collapsed .filter-open {
  display: block;
}
.filter-collapsed .filter-close {
  display: none;
}
.filter-collapsed .filter-content {
  display: none;
}
.filter-content {
  overflow: hidden;
  min-width: 300px;
  max-width: 1000px;
  padding: 0 10px;
  margin: 12px auto 25px;
}
.filter-column {
  float: left;
  width: 255px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .filter-column {
    float: none;
    width: 100%;
  }
}
.filter-object-column {
  float: right;
}
.filter-title {
  font-size: 18px;
  color: #303c37;
}
.filter-title input[type=checkbox] + label:before {
  top: 4px;
}
/*
.filter-object-type {
	float: left;
	width: 265px;
}
*/
.filter-main-part {
  overflow: hidden;
}
.filter-checkbox {
  margin-bottom: 5px;
}
.filter-checkbox:last-child {
  margin: 0;
}
/*
.filter-service-centers {
	margin-bottom: 5px;
}
*/
.filter-authorized {
  height: 18px;
  margin-bottom: 8px;
}
.filter-select-title {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
}
.filter-select-title:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(/images/icons.png) no-repeat -240px 0;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.filter-select-opened .filter-select-title:after {
  background-position: -288px 0;
}
.filter-select-title:hover:after {
  background-position: -1224px 0;
}
.filter-select-opened .filter-select-title:hover:after {
  background-position: -1248px 0;
}
.filter-select-value {
  height: 18px;
  padding-bottom: 8px;
  white-space: nowrap;
}
.filter-select-opened .filter-select-value {
  display: none;
}
.filter-autocomplete {
  display: none;
}
.filter-select-opened .filter-autocomplete {
  display: block;
}
.filter-select-list {
  background: #bccbc4 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #555f5a !important;
  z-index: 200;
}
.ui-dialog {
  font-size: 12px !important;
}
.filter-dependent {
  visibility: hidden;
}
.filter-dependent-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.filter-dependent-disabled .filter-select-value {
  display: none;
}
.filter-brand {
  width: 215px;
  padding: 0;
}
.filter-station {
  clear: right;
}
.filter-types {
  float: left;
  clear: left;
  margin-top: 20px;
  color: #555f5a;
}
.filter-view {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.filter-view.current {
  border-bottom: 3px solid #9aaea3;
}
.filter-view:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 7px;
  background: url(/images/icons.png) no-repeat ;
}
.filter-view-map {
  margin-left: 31px;
}
.filter-view-map:before {
  width: 24px;
  height: 18px;
  background-position: -624px 0;
}
.filter-view-list {
  margin-left: 25px;
}
.filter-view-list:before {
  width: 18px;
  height: 14px;
  top: 2px;
  background-position: -648px 0;
}
.filter-buttons {
  float: right;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) {
  .filter-buttons {
    float: left;
  }
}
.filter-buttons-objects {
  float: left;
  margin-top: 15px !important;
}
.filter-objects-location {
  width: 215px;
}
@media screen and (max-width: 1000px) {
  .filter-objects-location {
    display: block;
    width: 100%;
  }
}
.filter-button {
  float: left;
  margin-right: 10px;
}
.filter-button:last-child {
  margin: 0;
}
.filter-reset {
  font-size: 12px;
}
.list-title {
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 40px;
}
.list-count {
  display: inline-block;
  min-width: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 15px;
  background: #d2ddd8;
  text-align: center;
  color: #fff;
}
.list-count-new {
  color: #c52029;
}
.list-count-archived {
  color: #fff;
}
.item-status {
  position: relative;
  top: 2px;
  float: left;
  padding-left: 20px;
  border-left: 1px solid #8e9894;
  margin-left: 20px;
  line-height: 26px;
  color: #8e9894;
}
.status-not-active {
  color: #c52029 !important;
}
.with-map .sc-list {
  display: none;
}
.map-text {
  display: none;
}
.with-map .map-text {
  display: block;
}
.sc-item {
  font-size: 14px;
  color: #8e9894;
}
.sc-item:nth-child(odd) {
  background: #f1f5f4;
}
.sc-item-header {
  padding: 10px 15px;
  border-bottom: 1px solid #d2ddd8;
  margin-bottom: 15px;
  line-height: 24px;
}
.sc-item-values {
  float: right;
  position: relative;
  top: 6px;
}
.sc-value {
  display: inline-block;
}
.sc-value:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background: url(/images/icons.png) no-repeat ;
}
.sc-rating:before {
  width: 21px;
  height: 19px;
  background-position: -24px 0;
}
.sc-likes {
  margin-left: 20px;
}
.sc-likes:before {
  width: 15px;
  height: 19px;
  background-position: -48px 0;
}
.sc-item-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
}
.sc-item-title.authorized {
  position: relative;
}
.sc-item-title.authorized:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url(/images/icons.png) no-repeat -2016px top;
  vertical-align: middle;
  margin-right: 5px;
}
.sc-item-title.authorized:hover::after {
  position: absolute;
  left: 17px;
  top: 30px;
  white-space: nowrap;
  content: "Авторизированный СЦ";
  color: #c52029;
  font-size: 10px;
  line-height: 12px;
}
.sc-item-services {
  display: inline-block;
  position: relative;
}
.sc-item-service {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.sc-branch {
  color: #8e9894;
}
.sc-branch-number {
  color: #b8c3bd;
}
.sc-branch-title {
  color: #687570;
}
.service-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.service-icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/images/icons.png) no-repeat ;
}
.service-title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.service-home:before {
  width: 21px;
  height: 19px;
  background-position: -864px 0;
}
.service-warranty:before {
  width: 16px;
  height: 19px;
  background-position: -888px 0;
}
.service-removal:before {
  width: 25px;
  height: 17px;
  background-position: -912px 0;
}
.service-extended:before {
  width: 19px;
  height: 19px;
  background-position: -960px 0;
}
.service-delivery:before {
  width: 25px;
  height: 17px;
  background-position: -984px 0;
}
.service-guarantee:before {
  width: 15px;
  height: 20px;
  background-position: -1032px 0;
}
.service-installing:before {
  width: 13px;
  height: 19px;
  background-position: -1056px 0;
}
.service-spares:before {
  width: 21px;
  height: 17px;
  background-position: -1080px 0;
}
.service-buying:before {
  width: 19px;
  height: 22px;
  background-position: -1104px 0;
}
.service-acts:before {
  width: 17px;
  height: 19px;
  background-position: -1128px 0;
}
.service-expertise:before {
  width: 19px;
  height: 23px;
  background-position: -1152px 0;
}
.service-shop:before {
  width: 24px;
  height: 20px;
}
.service-modding:before {
  width: 21px;
  height: 19px;
  background-position: -1536px 0;
}
.service-accessories:before {
  width: 18px;
  height: 20px;
  background-position: -1560px 0;
}
.service-express:before {
  width: 17px;
  height: 19px;
  background-position: -1584px 0;
}
.service-subscriber:before {
  width: 22px;
  height: 18px;
  background-position: -1848px 0;
}
.service-utilization:before {
  width: 17px;
  height: 20px;
  background-position: -1920px 0;
}
.sc-logo {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #d2ddd8;
}
.sc-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .sc-logo {
    width: 30px;
    height: 30px;
  }
}
.sc-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.no-logo {
  background: url(/images/no-logo-sc.png) no-repeat 50% 50% !important;
}
.admin-logo {
  background: url(/images/logo-admin.png) no-repeat 50% 50% !important;
}
.sc-item-logo {
  margin: 0 35px 15px 15px;
}
@media screen and (max-width: 1000px) {
  .sc-item-logo {
    margin-left: 10px;
  }
}
.sc-item-working-time {
  margin: 10px 0;
  color: #687570;
}
.sc-item-phone {
  color: #687570;
}
.sc-item-info {
  overflow: hidden;
  padding-top: 1px;
}
.sc-item-address {
  display: inline-block;
  color: #687570;
}
.sc-stations {
  line-height: 1em;
  padding-left: 25px;
  position: relative;
}
.sc-stations:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/images/icons.png) no-repeat -168px 0;
}
.sc-stations-inline {
  display: inline-block;
  border-left: 1px solid #d2ddd8;
  margin-left: 10px;
  padding-left: 35px;
}
.sc-stations-inline:before {
  left: 10px;
}
/* position: absolute у after для того, чтобы убрать подчеркивание у ссылок */
.with-comma {
  display: inline-block;
}
.with-comma:after {
  margin-right: 5px;
  content: ',';
}
.with-comma:last-of-type:after {
  content: '';
  margin: 0;
}
.sc-item-announce {
  margin-bottom: 15px;
  color: #687570;
}
.sc-item-announce:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #d2ddd8;
  margin: 15px 0;
}
.sc-full .info-block-content {
  line-height: 20px;
}
.sc-full-title {
  float: left;
  padding-left: 40px;
  background: url(/images/hexa.png) no-repeat 0 50%;
  margin-right: 20px;
}
.sc-full-title.authorized {
  position: relative;
}
.sc-full-title.authorized:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 22px;
  background: url(/images/icons.png) no-repeat -2016px top;
  vertical-align: middle;
  margin-right: 5px;
}
.sc-full-title.authorized:hover::after {
  position: absolute;
  left: 57px;
  top: 30px;
  white-space: nowrap;
  content: "Авторизированный СЦ";
  color: #c52029;
  font-size: 10px;
  line-height: 12px;
}
.sc-full-list-link {
  float: left;
  position: relative;
  top: 2px;
  padding: 5px 10px 5px 30px;
  border: 1px solid #d2ddd8;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #abbdb7;
}
.sc-full-list-link:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  background: url(/images/icons.png) no-repeat -696px 0;
}
.sc-full-reg-date {
  float: right;
  line-height: 26px;
  position: relative;
  top: 2px;
  color: #8e9894;
}
.news-related .line-menu {
  padding-left: 30px;
  padding-right: 30px;
}
.news-related .line-menu a {
  text-decoration: underline;
}
.news-related .line-menu li.current::after {
  display: none;
}
.line-menu {
  clear: both;
  position: relative;
  background: #d2ddd8;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
  color: #000;
}
.line-menu.expanded > ul:after {
  content: '';
  width: 10000px;
  height: 10000px;
  background: rgba(210, 221, 216, 0.7);
  position: absolute;
  top: 100%;
  left: -3000px;
  z-index: 100;
}
.line-menu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}
.line-menu ul ul li {
  position: relative;
  display: block;
  background: #fff;
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px dashed #b8c3bd;
}
.line-menu ul ul li:before,
.line-menu ul ul li:after {
  display: none;
}
.line-menu ul ul li:nth-child(even) {
  background: #f1f5f4;
}
.line-menu ul ul li:last-child {
  border: 0;
}
.line-menu ul ul ul {
  top: 0;
  left: 100% !important;
  white-space: nowrap;
}
.line-menu > ul > li.current {
  position: relative;
}
.line-menu > ul > li.current:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 102;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: url(/images/icons.png) no-repeat -408px 0;
}
.line-menu > ul > li > ul > li {
  width: 150px;
}
.line-menu > ul > li > ul > li > a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.line-menu > ul > li > ul > li > a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(/images/icons.png) no-repeat -672px 0;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -9px;
}
.line-menu li {
  position: relative;
  z-index: 101;
  display: inline-block;
  padding: 12px 30px;
  cursor: pointer;
}
.line-menu li:before {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
}
.line-menu li:first-child:before {
  display: none;
}
.line-menu li.uc,
.line-menu li.disabled {
  color: #808080;
  cursor: auto;
}
.line-menu li:hover > ul {
  display: block;
}
.line-menu li a {
  text-decoration: none;
}
.line-menu li a:hover {
  text-decoration: underline;
}
.line-menu li.new a {
  position: relative;
}
.line-menu li.new a::after {
  content: 'New';
  display: inline-block;
  position: absolute;
  bottom: 13px;
  left: 100%;
  padding: 1px 2px;
  background: #c52029;
  border-radius: 1px;
  margin-left: 2px;
  font: 10px/10px Arial;
  color: #fff;
}
.line-menu span {
  display: inline-block;
  padding-right: 5px;
  color: #8e9894;
}
.line-menu.infinite:before,
.line-menu.infinite:after {
  content: '';
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  background: inherit;
}
.line-menu.infinite:before {
  right: 100%;
}
.line-menu.infinite:after {
  left: 100%;
}
.line-menu.infinite > ul > li:first-child {
  padding: 12px 0;
  margin-right: 30px;
}
.line-menu.infinite > ul > li:first-child ul {
  left: -20px;
}
.line-menu .dropdown {
  float: left;
  position: relative;
  left: -20px;
}
.line-menu .dropdown > li {
  background: #bbccc4;
  padding: 12px 20px !important;
  box-sizing: border-box;
  margin: 0 !important;
  cursor: auto;
  z-index: 102;
}
.line-menu .dropdown > li:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  background: url(/images/icons.png) no-repeat -312px 0;
  margin-left: 10px;
}
.line-menu .dropdown > li:hover:after {
  background-position: -336px 0;
}
.line-menu .dropdown > li ul {
  left: 0 !important;
  background: #fff;
}
.line-menu .dropdown > li li {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  padding-right: 55px;
  /* ширина родительского li (со стрелкой) расчитывается исходя из ширины дочернего ul, здесь увеличенный padding, чтобы стрелка не перемещалась на вторую строку */
}
.line-menu .dropdown > li a,
.line-menu .dropdown > li span {
  color: #555f5a;
}
.line-menu .dropdown > li a:after,
.line-menu .dropdown > li span:after {
  display: none;
}
.line-menu .dropdown > li a.c-highlighted,
.line-menu .dropdown > li span.c-highlighted {
  color: #ac2126;
}
.line-menu .dropdown > li .current a,
.line-menu .dropdown > li .current span {
  color: #000;
}
.line-menu .dropdown > li .current a.c-highlighted,
.line-menu .dropdown > li .current span.c-highlighted {
  color: #ac2126;
}
.line-menu .dropdown > li sup,
.line-menu .dropdown > li sub {
  font-size: 0.6em;
}
.line-menu .dropdown.menu-sc {
  float: none;
  text-align: center;
}
.line-menu .dropdown.menu-admin {
  float: none;
  text-align: center;
}
.line-menu .carousel {
  text-align: center;
}
.line-menu .carousel li {
  padding: 12px 0;
  margin: 0 !important;
}
.line-menu .carousel li:before,
.line-menu .carousel li:after {
  display: none;
}
.line-menu .carousel li:first-child {
  padding-right: 30px !important;
}
.line-menu .carousel li:last-child {
  padding-left: 30px;
}
.line-menu .carousel li:first-child a:after,
.line-menu .carousel li:last-child a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url(/images/icons.png) no-repeat ;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.line-menu .carousel li:first-child a:after {
  background-position: -1632px 0;
  right: 0;
}
.line-menu .carousel li:last-child a:before {
  background-position: -1608px 0;
  left: 0;
}
.line-menu .carousel li.current {
  margin: 0 20px !important;
}
.line-menu .carousel a {
  color: #555f5a;
}
.line-menu .carousel .current a {
  color: #000;
}
.line-menu .address {
  padding: 0;
  font-size: 13px;
  line-height: 16px;
  display: inline;
}
.authorizations {
  position: relative;
  overflow: visible !important;
  padding-left: 180px !important;
}
.authorization-categories {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 170px;
  padding: 10px;
  margin-top: 20px;
  background: #bccbc4;
  color: #404040;
  display: none;
}
.authorization-category {
  white-space: nowrap;
}
.authorization {
  position: relative;
}
.authorization:hover {
  padding: 5px 10px 0 10px;
  margin: -10px 0 0 -10px;
  background: #bccbc4;
  z-index: 1;
}
.authorization:hover:after {
  content: ':';
}
.authorization:hover + .authorization-categories {
  display: inline-block;
}
.authorization:hover + .authorization-categories + .authorization {
  margin-left: -7px;
}
.support {
  float: right;
  background: transparent !important;
  border-color: #8e9894;
  color: #8e9894;
  position: relative;
  top: 5px;
  z-index: 1;
}
.support:hover {
  border-color: #fff;
}
.support-info {
  padding: 20px;
  background: #f1f5f4;
  border: 1px solid #8e9894;
  white-space: nowrap;
}
.support-info .title {
  font-weight: bold;
}
.sc-full-phone,
.sc-full-email {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d2ddd8;
  margin: 0 25px 0 -10px;
  text-transform: uppercase;
  cursor: pointer;
}
.sc-full-phone.clicked,
.sc-full-email.clicked {
  cursor: auto;
  text-transform: none;
}
.sc-full-reviews {
  float: right;
}
@media screen and (max-width: 1000px) {
  .sc-full-reviews {
    float: none;
  }
}
.sc-full-site {
  color: #485751;
  margin-right: 20px;
}
.sc-working-time {
  padding-left: 25px;
  position: relative;
}
.sc-working-time:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/images/icons.png) no-repeat -192px 0;
}
.sc-full-working-time {
  margin: 10px 0;
}
.sc-working-time-item {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #d2ddd8;
  margin-left: 10px;
  line-height: 1em;
}
.sc-working-time-item:first-child {
  padding: 0;
  border: 0;
  margin: 0;
}
.sc-full-address {
  margin: 10px 0;
  color: #8e9894;
}
.sc-full-stations {
  color: #8e9894;
}
.sc-full-service {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  line-height: 25px;
}
.sc-full-service .service-icon {
  width: 40px;
}
.lightbox-gallery {
  margin-left: -20px;
}
.cboxElement {
  display: inline-block;
  padding: 2px;
  border: 1px solid #eaefeb;
  margin: 0 0 0 20px;
}
.text p {
  margin-bottom: 20px;
}
.text ul,
.text ol {
  margin: 0 0 15px 16px;
}
.text li {
  margin-bottom: 5px;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text .to-lowercase {
  text-transform: lowercase;
}
.important-info {
  font: 16px/1.3em 'pt_sansregular', arial, helvetica, sans-serif;
}
.info-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #d2ddd8;
  margin-bottom: 20px;
  color: #687570;
}
.info-block p:last-child {
  margin: 0;
}
.info-block-title {
  float: left;
  width: 170px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .info-block-title {
    float: none;
    width: 100%;
  }
}
.required .info-block-title {
  position: relative;
}
.required .info-block-title:before {
  content: '*';
  position: absolute;
  top: 5px;
  right: 100%;
  font-size: 30px;
}
.info-block-content {
  overflow: hidden;
  padding: 0 0 5px 10px;
}
.info-block-content p {
  margin-bottom: 20px;
}
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.column {
  overflow: hidden;
}
.tab {
  display: none;
}
.tab.current {
  display: block;
}
.ui-autocomplete {
  float: left;
  max-height: 500px;
  overflow: auto;
}
.ui-autocomplete li {
  cursor: pointer;
}
.ui-state-disabled {
  color: #8e9894;
  opacity: 1 !important;
}
.ui-autocomplete-menu-wrapper {
  overflow: hidden;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-datepicker {
  font-size: 14px !important;
}
.ui-datepicker-trigger {
  vertical-align: middle;
}
.field .comment {
  font: italic 13px 'open_sanslight', arial, helvetica, sans-serif;
  color: #8e9894;
}
.field .form-selected-value span {
  color: #c52029;
}
.tags {
  display: inline-block;
}
.tags:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 19px;
  margin-right: 2px;
  position: relative;
  top: 3px;
  background: url(/images/icons.png) no-repeat -456px 0;
}
.tag {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  white-space: nowrap;
}
.tag:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  height: 1em;
  border-left: 1px solid;
  margin-top: -.4em;
}
.tag:last-child {
  margin: 0;
}
.tag:last-child:after {
  border: 0;
}
.error-404-image {
  float: left;
  width: 750px;
  height: 300px;
  margin: 20px 0 0 -310px;
  background: url(/images/404-image.png);
}
.error-404-content {
  overflow: hidden;
}
.error-404-text {
  width: 394px;
  height: 180px;
  padding: 32px 20px 0 55px;
  box-sizing: border-box;
  background: url(/images/404-text2.png);
  font: italic 15px/1.4em 'open_sanslight', arial, helvetica, sans-serif;
  color: #000;
}
.error-404-signature {
  margin-top: 5px;
  font-style: normal;
  color: #687570;
}
.error-404-button {
  margin-top: 10px;
  text-align: center;
}
.fields {
  width: 100%;
  padding: 0 10px;
  margin-left: -10px;
  overflow: hidden;
}
.fields.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fields-text {
  float: left;
  width: 100%;
}
.fields-text-before {
  margin-bottom: 20px;
}
.fields-text-after {
  margin-top: 10px;
}
.field {
  float: left;
  width: 480px;
  margin: 0 20px 15px 0;
}
.field:nth-of-type(2n) {
  clear: right;
  margin-right: 0;
}
.info-block-content .field {
  width: 390px;
}
.no-columns .field,
.field.no-columns {
  width: 100%;
  margin-right: 0;
}
.three-columns .field {
  width: 313px;
}
.three-columns .field:nth-of-type(2n) {
  clear: none;
  margin-right: 20px;
}
.three-columns .field:nth-of-type(3n) {
  clear: right;
  margin-right: 0;
}
.flex .field {
  float: none;
}
.field > label {
  float: left;
  margin-right: 5px;
}
.no-caption.field > label {
  display: none;
}
.field .right {
  overflow: hidden;
}
.field.framed label {
  display: block;
  float: none;
  margin-bottom: 5px;
  font-size: 18px;
}
.field.framed input {
  border-width: 1px;
  padding: 3px 5px;
}
.field-type-checkbox > label {
  display: none;
}
.field-required > label {
  position: relative;
}
.field-required > label:before {
  content: '*';
  position: absolute;
  top: 2px;
  right: 100%;
  font-size: 22px;
}
.field-autocomplete {
  position: relative;
}
.field-autocomplete input[type=text] {
  padding-right: 27px !important;
}
.autocomplete-toggle {
  display: inline-block;
  width: 24px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(/images/icons.png) no-repeat -240px 0;
  cursor: pointer;
}
.opened .autocomplete-toggle {
  background-position: -288px 0;
}
.field-multilink input[type=text] {
  width: auto;
  color: inherit;
  font-size: inherit;
}
.field-multilink-inner {
  display: inline-block;
  position: relative;
}
.field-authorizations-fields {
  overflow: hidden;
}
.field-authorizations-fields .field {
  width: auto;
  margin-right: 5px;
}
.field-multilink {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.field-multilink-advanced {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.field-novisible {
  visibility: hidden;
}
.field-confidential {
  width: 100%;
  float: none !important;
  clear: both !important;
  margin-top: 16px;
  line-height: 1.2em;
}
.field-confidential-left-padding {
  padding-left: 9px;
}
.field-confidential-no-top {
  margin-top: 0;
}
.field-submit {
  width: 100%;
  float: none !important;
  clear: both !important;
  margin-top: 10px;
}
.radio-item {
  float: left;
  margin: 0 0 0 9px;
}
.no-caption .radio-item:first-child {
  margin: 0;
}
/*.user-info {
	#registration_client_form {
		.field {
			&:nth-of-type(2n) {
				clear: none;
				margin-right: 20px;
			}
			&:nth-of-type(2n + 3) {
				clear: right;
				margin-right: 0;
			}
		}
	}
}*/
.popup-message {
  padding: 20px;
  background: #f1f5f4;
  border: 1px solid #8e9894;
  min-width: 200px;
}
.popup-message-buttons {
  margin-top: 20px;
  text-align: center;
}
.popup-message-button {
  margin-bottom: 0 !important;
}
.popup-message-yes {
  margin-right: 10px;
}
.popup-message p {
  margin-bottom: 10px;
}
.popup-announce {
  position: relative;
  width: 475px;
  height: 305px;
  box-sizing: border-box;
  background: #f7f9f8 url(/images/popup-person.png) no-repeat 20px 50%;
  background: url(/images/popup-person.png) no-repeat 25px 50%, radial-gradient(#f7f9f8, #e2e4e3);
  padding: 25px 25px 25px 145px;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px #d2ddd7;
  border: 2px solid #d2ddd7;
}
.popup-announce:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid #fff;
}
.popup-announce-title {
  position: relative;
  text-transform: uppercase;
  font: 40px/50px 'open_sanslight', arial, helvetica, sans-serif;
  color: #c52029;
}
.popup-announce-text {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #d2ddd7;
  margin-top: 10px;
}
.b-toggle__item--hide {
  display: none;
}
.b-toggle__item--show {
  display: inline-block !important;
}
.b-toggle__control {
  display: inline-block;
  border-bottom: 1px dashed #687570;
  text-decoration: none;
  cursor: pointer;
}
.b-toggle__control:before {
  content: 'показать все';
}
.b-toggle__control:after {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin: 0 0 0 5px;
  background: url(/images/icons.png) -1872px 0 no-repeat;
  content: '';
}
.b-toggle__control--open:before {
  content: 'свернуть';
}
.b-toggle__control--open:after {
  background-position: -1896px 0;
}
.site-layout #ya-site-form0,
.site-layout #ya-site-form1 {
  position: relative;
  max-width: 500px;
}
.site-layout #ya-site-form0 .ya-site-form__search-input,
.site-layout #ya-site-form1 .ya-site-form__search-input {
  padding: 0;
}
.site-layout #ya-site-form0 .ya-site-form__form .ya-site-form__input-text,
.site-layout #ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
  padding: 1px 30px 1px 10px;
  border: 1px solid #aabfb8;
  text-align: right;
  font: 14px 'open_sanslight', arial, helvetica, sans-serif !important;
  color: #68736f !important;
}
.site-layout #ya-site-form0 .ya-site-form__submit_type_image,
.site-layout #ya-site-form1 .ya-site-form__submit_type_image {
  position: absolute;
  top: 5px;
  right: 9px;
  width: 13px;
  height: 13px;
  background: url(/images/icons.png) no-repeat -816px 0;
  border: 0;
  cursor: pointer;
}
.c-loading {
  position: relative;
}
.c-loading:before,
.c-loading:after {
  display: inline-block;
  position: absolute;
}
.c-loading:before {
  content: 'Загрузка';
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  color: #c52029;
  cursor: pointer;
  z-index: 100;
}
.c-loading:after {
  content: '';
  top: 1px;
  left: calc(50% - 12px);
  width: 16px;
  height: 16px;
  margin-left: -35px;
  z-index: 110;
  background: url(/images/icons.png) no-repeat -1295px 0;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
/* стили для новой главной */
.nodus-teaser-main-selector-rows-news {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .nodus-teaser-main-selector-rows-news {
    display: block;
  }
}
.main-page__section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .main-page__section {
    margin-bottom: 20px;
  }
}
.main-page__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.main-page__more-btn {
  display: flex;
  text-decoration: none;
  width: 156px;
  height: 40px;
  border: 1px solid #d1ddd9;
  box-sizing: border-box;
  color: #bcccc5;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.forum-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .forum-main {
    display: block;
    flex: none;
  }
}
.main-page__forum-topic {
  width: 40%;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .main-page__forum-topic {
    width: 100%;
  }
}
.main-page__forum-topic .forum-topic__link {
  position: relative;
  padding-left: 30px;
  color: #8E9894;
  font-size: 18px;
}
.main-page__forum-topic .forum-topic__link:before {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/dialogue-balloon.png");
}
/* конец стилей для новой главной*/
.navigation-route {
  max-width: 1000px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0 10px 30px;
  color: #8e9894;
}
.navigation-route a {
  color: #8e9894;
}
.navigation-route a:first-child {
  margin-left: 0;
}
.navigation-route .sep {
  padding: 0 10px;
}
.b-share {
  clear: both;
}
.b-share > div {
  float: right;
}
.b-share-title {
  margin-bottom: 5px;
}
.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.cookie-notice .cookie-notice__container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #d2ddd8;
  color: #404040;
  padding: 2rem 3.5rem 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}
.cookie-notice .cookie-notice__container .cookie-notice__text {
  width: auto;
  padding-right: 10px;
  text-align: left;
}
.cookie-notice .cookie-notice__container .cookie-notice__text a {
  color: #8e9894;
  text-decoration: underline;
}
.cookie-notice .cookie-notice__container .cookie-notice__button {
  width: auto;
  padding: 10px 20px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #8e9894;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #bcccc5;
  cursor: pointer;
  transition: all 0.5s;
}
.cookie-notice .cookie-notice__container .cookie-notice__button:hover {
  color: #fff;
  background-color: #bcccc5;
}
@media screen and (max-width: 1150px) {
  .cookie-notice .cookie-notice__container {
    width: 80%;
    padding: 1.5rem 2rem 1rem;
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 700px) {
  .cookie-notice .cookie-notice__container {
    padding: 1.5rem 2rem 1rem;
    display: block !important;
    line-height: 16px;
  }
  .cookie-notice .cookie-notice__container .cookie-notice__button {
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 20px;
  }
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	/*overflow: hidden;*/
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: rgba(210, 221, 216, .95);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	/*overflow: hidden;*/
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	margin-bottom: 10px;
}

#cboxTitle, #cboxCurrent {
	display: inline !important;
	float: none !important;
	color: #8e9894;
}

#cboxTitle {
	margin-right: 5px;
}

#cboxCurrent {}
	#cboxCurrent:before {
		content: '(';
	}
	#cboxCurrent:empty:before {
		content: '';
	}
	#cboxCurrent:after {
		content: ')';
	}
	#cboxCurrent:empty:after {
		content: '';
	}

#cboxLoadingOverlay {
	background: url(/tao/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
	background: url(/tao/images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	display: inline-block;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	/*width: auto;*/
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious, #cboxNext {
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	background: #fff url(/images/icons.png) no-repeat;
	width: 10px;
	height: 18px;
	border: solid #fff;
	border-width: 11px 15px;
	margin-top: -20px;
	text-indent: -9999px;
}
	#cboxPrevious:hover, #cboxNext:hover {
		background-color: #ebefee;
		border-color: #ebefee;
	}

#cboxPrevious {
	right: 100%;
	margin-right: 20px;
	background-position: -696px 0;
}
	#cboxPrevious:hover {
		background-position: -1440px 0;
	}

#cboxNext {
	left: 100%;
	margin-left: 20px;
	background-position: -672px 0;
}
	#cboxNext:hover {
		background-position: -1416px 0;
	}

#cboxClose {
	position: absolute;
	bottom: 100%;
	left: 100%;
	width: 10px;
	height: 10px;
	background: url(/images/icons.png) no-repeat -600px 0;
	margin: 0 0 10px 10px;
	text-indent: -9999px;
}

	/*#cboxClose:hover {
		background-position: -600px 0;
	}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}