﻿.iconed {
  display: inline-block;
  margin: 0 0 0 -0.4em;
}
.iconed:first-letter {
  margin-left: 0.4em;
}
.ico {
  display: inline-block;
  vertical-align: text-bottom;
  background: URL('/img/icons.png');
}
.iconed .ico {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.4em 0;
  background: URL('/img/icons.png');
}
.iconed-pseudo, .iconed-pseudo:hover {
  text-decoration: none;
  cursor: pointer;
}
.iconed-pseudo>span {
  border-bottom: 1px dotted;
  margin-left: 0.4em;
}
.iconed-pseudo:first-letter {
  margin: 0;
}
.iconed-pseudo>.ico+span {
  margin-left: 0;
}
.dmBox, .dmBordered, .dmFlat {
  border: 3px solid #e4dad4;
  padding: 15px;
}
.dmH1 .dmBox, .dmH1 .dmBordered, .dmH1 .dmFlat, .dmH2 .dmBox, .dmH2 .dmBordered, .dmH2 .dmFlat {
  margin-top: 10px;
}
.dmBordered {
  border-width: 3px 0;
  padding: 15px 0;
}
ul.dmBordered {
  padding: 0;
}
.dmFlat {
  border: 0;
  background: #ede5e1;
}
.dmBordered .item- {
  padding: 15px 0;
}
.dmBordered .item-+.item-, .dmBox .item-+.item- {
  border-top: 1px solid #e4dad4;
}
.dmBox .item-+.item- {
  padding: 15px 0 0;
  margin-top: 15px;
}
.dmTabs {
  font-size: 0;
  margin: 0 0 1px;
}
.dmTabs>li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.dmTabs li+li {
  margin-left: 1px;
}
.dmTabs .item- {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  height: 34px;
  text-decoration: none;
  font: bold 11px/34px Arial;
  font-size: 1.1rem;
  color: #fff;
  background: #a68886;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.dmTabs .item-:hover {
  background: #d0bcb1;
}
.dmTabs .active {
  color: #67423d;
  text-shadow: 1px 1px 1px #fff;
  background: #ede5e1;
  background: -webkit-linear-gradient(top,#d0bcb1 0%,#ede5e1 100%);
  background: -moz-linear-gradient(top,#d0bcb1 0%,#ede5e1 100%);
  background: -ms-linear-gradient(top,#d0bcb1 0%,#ede5e1 100%);
  background: linear-gradient(top,#d0bcb1 0%,#ede5e1 100%);
  padding: 1px 15px 0;
  margin-bottom: -1px;
  line-height: 32px;
  cursor: default;
}
.dmTabs-sub .item- {
  color: #1ca5c1;
  padding: 0 14px;
  height: 32px;
  border: 1px solid #e4dad4;
  background: none;
}
.dmTabs-sub .item-:hover {
  background: #f6f2f0;
}
.dmTabs-sub .active, .dmTabs-sub .active:hover {
  color: #67423d;
  border: 0;
  border-top: 3px solid #d8394c;
  height: 34px;
  line-height: 34px;
  padding: 1px 15px;
  margin-bottom: -2px;
  margin-top: -3px;
  text-decoration: none;
  background: #ede5e1;
}
.dmTabs-filled {
  background: #a68886;
  margin-bottom: 4px;
  height: 34px;
}
.dmTabs-filled li {
  border-right: 1px solid #fff;
}
.dmTabs-filled li+li {
  margin-left: 0;
}
.dmTabs-filled .item- {
  margin-bottom: 0;
}
.dmTabs-filled .active, .dmTabs-filled .active:hover {
  margin-bottom: -1px;
}
.dmTabs-filled .flr {
  border: 0;
  border-left: 1px solid #fff;
  font: bold 11px/34px Arial;
}
.dmTabs-filled .dmBtn {
  vertical-align: top;
}
.dmTabs-free:after {
  content: '.';
  display: block;
  margin-top: 1px;
  border-top: 3px solid #ede5e1;
}
.dmBtn {
  display: inline-block;
  padding: 0 15px;
  min-width: 110px;
  cursor: pointer;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  margin: 1px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  *display: inline;
  *zoom: 1;
  border: 1px solid #a17761;
  box-shadow: 0 0 0 1px #a07560;
  border-color: #ede5e1 #ccb6ab #bda091;
  background: #bda091;
  background: linear-gradient(top,#c7aea1,#a17761);
  background: -o-linear-gradient(top,#c7aea1,#a17761);
  background: -ms-linear-gradient(top,#c7aea1,#a17761);
  background: -moz-linear-gradient(top,#c7aea1,#a17761);
  background: -webkit-linear-gradient(top,#c7aea1,#a17761);
  *border-color: #a17761;
  color: #fff;
}
.dmBtn:hover {
  text-decoration: none;
  border-color: #bda091 #ccb6ab #ede5e1;
  background: #aa8471;
  background: linear-gradient(bottom,#c7aea1,#a17761);
  background: -o-linear-gradient(bottom,#c7aea1,#a17761);
  background: -ms-linear-gradient(bottom,#c7aea1,#a17761);
  background: -moz-linear-gradient(bottom,#c7aea1,#a17761);
  background: -webkit-linear-gradient(bottom,#c7aea1,#a17761);
}
.dmBtn:active {
  position: relative;
  top: 1px;
  left: 1px;
}
input.dmBtn {
  height: 32px;
  *padding: 0 15px;
}
.dmBtn-multiline {
  padding: 5px 15px;
  line-height: 1.3;
  height: auto;
  vertical-align: middle;
}
.dmInput, .dmSelect {
  display: inline-block;
  height: 34px;
  padding: 0 7px;
  border: 1px solid #dac9c1;
  border-top: 1px solid #bda091;
  border-bottom: 1px solid #e3d7d1;
  color: inherit;
}
.dmSelect {
  padding: 7px 5px;
  height: 34px;
}
.dmInput:disabled, .dmSelect:disabled {
  opacity: 0.7;
  background: #eee;
}
.dmTextarea {
  min-height: 10.1em;
  padding: 7px;
  font: 1em/1.3em Arial;
  color: inherit;
  border: 1px solid #dac9c1;
  border-top: 1px solid #bda091;
  border-bottom: 1px solid #e3d7d1;
}
.dmLabel, .dmLabel-req {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.dmLabel.left_ .dmSelect, .dmLabel.left_ .dmInput {
  width: auto;
  vertical-align: 1px;
  margin-left: 5px;
}
.columns>.dmLabel {
  margin-left: 10px;
}
.dmLabelText {
  color: #999;
  float: right;
}
.dmLabel-req:after {
  display: inline;
  content: ' *';
  color: #c12000;
}
.dmNoLabel {
  margin-top: 21px;
}
.dmFormInterval {
  text-align: left;
  width: 1%;
}
.dmFormInterval th {
  vertical-align: middle;
  width: 1%;
  white-space: nowrap;
  font-weight: normal;
}
.dmFormInterval th+td, .dmFormInterval td+th {
  padding-left: 0.4em;
}
.chkbox {
  margin-left: 20px;
  display: inline-block;
}
.chkbox input {
  vertical-align: -2px;
  margin: 0 0.5em 0 -20px;
}
.chkbox+.chkbox {
  margin-left: 40px;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
.dmForm {
  background: #ede5e1;
  padding: 15px;
}
.dmForm .dmInput, .dmForm .dmSelect, .dmForm .dmTextarea {
  width: 99.9%;
}
.dmInput, .dmSelect, .dmTextarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dmForm .columns+.columns {
  margin-top: 20px;
}
.dmForm hr {
  border: 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #bda091;
  margin: 20px -15px;
}
.dmInputFile {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.dmInputFile input {
  position: absolute;
  z-index: 2;
  right: -2px;
  top: -600px;
  width: 100%;
  font-size: 1500px;
  opacity: 0;
}
.dmInputFile input[type="file"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.dmInputFile-photo {
  padding: 52px 0;
  width: 115px;
  text-align: center;
  border: 1px solid #c7aea1;
  background: #f6f2f0;
  font: 12px Arial;
}
.dmTooltip {
  position: relative;
}
.dmTooltipWrap {
  position: relative;
  display: inline-block;
}
.dmTooltip {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #ffdc73;
  padding: 15px;
}
.dmTooltipWrap .dmTooltip {
  min-width: 220px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 100%;
  margin-left: 20px;
}
.dmTooltipWrap .dmTooltip:before {
  border: solid transparent;
  border-top-color: #ffdc73;
  content: "";
  top: -3px;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 10px 0 0 20px;
  right: 100%;
}
.dmTooltip .close- {
  cursor: pointer;
  position: absolute;
  text-align: center;
  display: block;
  width: 16px;
  height: 16px;
  top: 1px;
  right: 3px;
}
.dmTooltip .close-:before {
  font-size: 16px;
  font-size: 1.6rem;
  content: '×';
}
.dmTooltip .close-:hover {
  opacity: 0.8;
}
.dmTooltipWrap .dmTooltip.dmLeft_ {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 20px;
}
.dmTooltipWrap .dmTooltip.dmLeft_:before {
  left: 100%;
  right: auto;
  border-width: 10px 20px 0 0;
}
.dmTooltip.dmValidator_ {
  border-color: #d8394c;
  padding: 6px 8px;
  background: #d8394c;
  color: #fff;
  min-width: 0;
}
.dmTooltip.dmValidator_:before {
  border-top-color: #d8394c;
}
.dmPager {
  display: inline-block;
}
.dmPager dd, .dmPager dt {
  display: inline-block;
  height: 24px;
  vertical-align: top;
  line-height: 23px;
  text-align: center;
}
.dmPager dd+dd, .dmPager dt+dd, .dmPager dd+dt {
  margin-left: 5px;
}
.dmPager dt {
  width: 24px;
}
.dmPager dt .dmBtn {
  height: 20px;
  width: 20px;
  font: bold 23px/15px Arial;
  color: #fff;
  min-width: 1px;
  padding: 0;
}
.dmPager dd a {
  display: inline-block;
  min-width: 16px;
  height: 22px;
  padding: 0 3px;
  border: 1px solid transparent;
  color: #67423d;
}
.dmPager dd a:hover, .dmPager dd.active- a {
  border-color: #67423d;
  text-decoration: none;
}
.dmH1 {
  font-size: 20px;
  font-size: 2rem;
}
.dmH2 {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.dmShowAll, .dmNextLnk, .dmPrevLnk {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.dmShowAll:after, .dmNextLnk:after, .dmPrevLnk:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: -3px 0 0;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #1ca5c1;
}
.dmPrevLnk {
  margin: 0 0 0 10px;
}
.dmPrevLnk:after {
  right: auto;
  left: -8px;
  border-width: 4px 4px 4px 0;
  border-color: transparent #1ca5c1 transparent transparent;
}
.icon-dmVkontakte {
  color: #527498;
}
.icon-dmOdnoklass {
  color: #f38120;
}
.icon-dmTwitter {
  color: #159ceb;
}
.icon-dmFacebook {
  color: #3b5998;
}
.icon-dmGoogle, .icon-dmYoutube {
  color: #d64435;
}
.icon-dmSkype {
  color: #00aaf0;
}
@font-face {
  font-family: 'cian';
  src: url('/monolith-static/fonts/cian/cian.eot?jd3b7s');
  src: url('/monolith-static/fonts/cian/cian.eot?#iefixjd3b7s') format('embedded-opentype'), url('/monolith-static/fonts/cian/cian.woff?jd3b7s') format('woff'), url('/monolith-static/fonts/cian/cian.ttf?jd3b7s') format('truetype'), url('/monolith-static/fonts/cian/cian.svg?jd3b7s#cian') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'cian';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mobile:before {
  content: "\e601";
}
.icon-ciangroup:before {
  content: "\e600";
}
@font-face {
  font-family: 'dmir';
  src: url('//dmservice.ru/common/txticons/fonts/dmir.eot?1');
  src: url('//dmservice.ru/common/txticons/fonts/dmir.eot?#iefix1') format('embedded-opentype'), url('//dmservice.ru/common/txticons/fonts/dmir.woff?1') format('woff'), url('//dmservice.ru/common/txticons/fonts/dmir.ttf?1') format('truetype'), url('//dmservice.ru/common/txticons/fonts/dmir.svg?1#dmir') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-dm"], [class*=" icon-dm"] {
  font-family: 'dmir';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dmPlus:before {
  content: "\7a";
}
.icon-dmMinus:before {
  content: "\7b";
}
.icon-dmArr03_01:before {
  content: "\e612";
}
.icon-dmClose01:before {
  content: "\64";
}
.icon-dmArr03_02:before {
  content: "\e613";
}
.icon-dmAtention:before {
  content: "\e622";
}
.icon-dmClose02:before {
  content: "\63";
}
.icon-dmRefresh:before {
  content: "\e637";
}
.icon-dmStop:before {
  content: "\e604";
}
.icon-dmIdea:before {
  content: "\e63b";
}
.icon-dmLoader01:before {
  content: "\30";
}
.icon-dmList:before {
  content: "\e63e";
}
.icon-dmLoader02:before {
  content: "\31";
}
.icon-dbTable:before {
  content: "\e63f";
}
.icon-dmLoader03:before {
  content: "\32";
}
.icon-dmPhoto:before {
  content: "\e658";
}
.icon-dmLoader05:before {
  content: "\33";
}
.icon-dmStatictic:before {
  content: "\e65c";
}
.icon-dmLoader06:before {
  content: "\34";
}
.icon-dnCase:before {
  content: "\e65d";
}
.icon-dmLoader07:before {
  content: "\35";
}
.icon-dmCash:before {
  content: "\e65e";
}
.icon-dmLoader08:before {
  content: "\36";
}
.icon-dmUserMinus:before {
  content: "\e665";
}
.icon-dmLoader09:before {
  content: "\37";
}
.icon-dmUserPlus:before {
  content: "\e666";
}
.icon-dmUserCheck:before {
  content: "\e667";
}
.icon-dmBook:before {
  content: "\e668";
}
.icon-dmRupor:before {
  content: "\e67b";
}
.icon-dmMail:before {
  content: "\e681";
}
.icon-dmPhone24:before {
  content: "\e682";
}
.icon-dmPhoneUse:before {
  content: "\e683";
}
.icon-dmPhone:before {
  content: "\e684";
}
.icon-dmBubleSqr:before {
  content: "\e685";
}
.icon-dmForum:before {
  content: "\e686";
}
.icon-dmEditDoc:before {
  content: "\e692";
}
.icon-dmSearch:before {
  content: "\e6a9";
}
.icon-dmZoomIn:before {
  content: "\e6aa";
}
.icon-dmZoomOut:before {
  content: "\e6ab";
}
.icon-dmDelete:before {
  content: "\e6ac";
}
.icon-dmEdit:before {
  content: "\e6b1";
}
.icon-dmView:before {
  content: "\e6b2";
}
.icon-dmDislike:before {
  content: "\e6b3";
}
.icon-dmLike:before {
  content: "\e6b4";
}
.icon-dmPlusSqr:before {
  content: "\e6d0";
}
.icon-dmUndo:before {
  content: "\e6d1";
}
.icon-dmHouse:before {
  content: "\e6e0";
}
.icon-dmLayers:before {
  content: "\e6e1";
}
.icon-dmSettings:before {
  content: "\e6ea";
}
.icon-dmCalc:before {
  content: "\e6ec";
}
.icon-dmMagazine:before {
  content: "\e6f3";
}
.icon-dmRSS:before {
  content: "\e6fd";
}
.icon-dmBuble01:before {
  content: "\e6fe";
}
.icon-dmBuble02:before {
  content: "\e6ff";
}
.icon-dmBuble03:before {
  content: "\e701";
}
.icon-dmBuble04:before {
  content: "\e703";
}
.icon-dmArr06_01:before {
  content: "\e708";
}
.icon-dmArr06_02:before {
  content: "\e709";
}
.icon-dmArr07_01:before {
  content: "\e70a";
}
.icon-dmSertificate:before {
  content: "\e720";
}
.icon-dmTwitter:before {
  content: "\e723";
}
.icon-dmGoogle:before {
  content: "\e724";
}
.icon-dmFacebook:before {
  content: "\e725";
}
.icon-dmOdnoklass:before {
  content: "\e726";
}
.icon-dmVkontakte:before {
  content: "\e727";
}
.icon-dmSkype:before {
  content: "\e728";
}
.icon-dmYoutube:before {
  content: "\e729";
}
.icon-dmArr04_01:before {
  content: "\e614";
}
.icon-dmArr04_02:before {
  content: "\e615";
}
.icon-dmArr05_01:before {
  content: "\e617";
}
.icon-dmArr05_02:before {
  content: "\e619";
}
.icon-dmArr05_03:before {
  content: "\e61a";
}
.icon-dmArr05_04:before {
  content: "\e61b";
}
.icon-dmMarker:before {
  content: "\e64a";
}
.icon-dmClock01:before {
  content: "\e64d";
}
.icon-dmMobile:before {
  content: "\e64e";
}
.icon-dmClock02:before {
  content: "\e653";
}
.icon-dmCalendar:before {
  content: "\e654";
}
.icon-dmTools:before {
  content: "\e657";
}
.icon-dmUserDel:before {
  content: "\e669";
}
.icon-dmUser:before {
  content: "\e66b";
}
.icon-dmCheck01:before {
  content: "\e671";
}
.icon-dmCheck02:before {
  content: "\e672";
}
.icon-dmCheck03:before {
  content: "\e673";
}
.icon-dmDocLoad:before {
  content: "\e693";
}
.icon-dmDocFav:before {
  content: "\e695";
}
.icon-dmDoc:before {
  content: "\e696";
}
.icon-dmPin:before {
  content: "\e6a6";
}
.icon-dmUnlock:before {
  content: "\e6a7";
}
.icon-dmLock:before {
  content: "\e6a8";
}
.icon-dmBage:before {
  content: "\e6b5";
}
.icon-dmStar:before {
  content: "\e6b6";
}
.icon-dmFlag:before {
  content: "\e6b8";
}
.icon-dmKey:before {
  content: "\e6b9";
}
.icon-dmClose03:before {
  content: "\e6cf";
}
.icon-dmTask01:before {
  content: "\e6f6";
}
.icon-dmTask02:before {
  content: "\e6f7";
}
.icon-dmAdvert:before {
  content: "\e6f9";
}
.icon-dmContacts:before {
  content: "\e6fa";
}
.icon-dmShare:before {
  content: "\e6fc";
}
.icon-dmArr07_02:before {
  content: "\e70b";
}
.icon-dmPrint:before {
  content: "\e71a";
}
.icon-dmVideo:before {
  content: "\e71b";
}
.icon-dmUserProfi:before {
  content: "\e71d";
}
.icon-dmBuble00:before {
  content: "\e71e";
}
.icon-dmDownload:before {
  content: "\e71f";
}
.icon-dmEarth:before {
  content: "\e618";
}
.icon-dmQuestion:before {
  content: "\e607";
}
.icon-dmHelp:before {
  content: "\e616";
}
select.dropdown {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.select_trigger.disabled {
  opacity: 0.5;
  cursor: default;
}
.select_trigger.disabled:hover {
  color: rgba(0,0,0,0.55);
  border-color: rgba(0,0,0,0.25);
}
.select_trigger.disabled:active {
  transform: none;
}
.select_list .s-popup__tail {
  margin-left: -8px;
}
.selectpopup {
  position: relative;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  user-select: none;
}
.selectpopup .s-button__text {
  padding-left: 13px;
  padding-right: 26px;
}
.selectpopup .s-popup {
  top: 34px;
  left: 0;
  display: block;
}
.selectpopup .s-popup__tail {
  left: 20px;
}
.selectpopup .s-popup__content {
  white-space: nowrap;
}
.selectpopup_appearance_link .s-popup {
  left: -17px;
}
.selectpopup__link {
  margin-left: 4px;
  display: inline-block;
  color: #4992e3;
  font-family: Lato;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}
.selectpopup__link:hover {
  color: #006dd9;
}
.selectpopup__list {
  padding-right: 15px;
  max-height: 340px;
  overflow-y: auto;
}
.selectpopup__option {
  position: relative;
  overflow: hidden;
  padding-left: 27px;
  color: #585858;
  cursor: pointer;
}
.selectpopup__option:hover {
  color: #000;
}
.selectpopup__option:before {
  position: absolute;
  top: 9px;
  left: 15px;
  content: '';
  width: 6px;
  height: 10px;
  border-right: 2px solid #6f6f6f;
  border-bottom: 2px solid #6f6f6f;
  opacity: 0.8;
  transform: translateX(-40px) rotate(45deg);
  will-change: transform;
}
.selectpopup__option_active {
  color: #000;
}
.selectpopup__option_active:before {
  transform: translateX(0) rotate(45deg);
  border-color: #0679eb;
}
.selectpopup__option__text {
  padding-left: 10px;
  padding-right: 28px;
  display: block;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}
.cf-radio {
  display: block;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
}
.cf-radio::after, .cf-radio::before {
  content: '';
  display: table;
  clear: both;
}
.cf-radio__input {
  position: absolute;
  display: block;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 1px;
  width: 1px;
  opacity: 0;
  cursor: pointer;
}
.cf-radio__label {
  display: block;
  cursor: pointer;
  user-select: none;
  margin: 0;
  position: relative;
  float: left;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-right-style: none;
  height: 28px;
  box-sizing: border-box;
  padding: 2px 11px;
  font: 14px/20px 'LatoWeb';
  text-rendering: optimizeLegibility;
  transition: border-color 0.15s, background-color 0.15s, color 0.15s;
}
.cf-radio__label::after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  right: -1px;
  top: -1px;
  height: inherit;
  border-right: 1px solid transparent;
  transition: inherit;
}
.cf-radio__label:first-of-type {
  border-radius: 14px 0 0 14px;
}
.cf-radio__label:last-of-type {
  border-radius: 0 14px 14px 0;
  border-right-style: solid;
}
.cf-radio__label:last-of-type::after {
  content: none;
}
.cf-radio__input:checked+.cf-radio__label {
  background: #2b87db;
  border-color: #2b87db;
  color: white;
}
.cf-radio__input:checked+.cf-radio__label::after {
  border-right-color: #2b87db;
}
.dmForm {
  background: none;
  padding: 15px 20px;
}
.objPhotos {
  min-height: 115px;
  position: relative;
  font-size: 0;
}
.objPhotos .objeditphoto {
  z-index: 1;
  margin: 10px 15px 15px 0;
}
.objPhotos .objeditphoto a {
  border: 0;
}
.objPhotos .objeditphoto img {
  border-radius: 0;
}
.objPhotos .del {
  display: block;
  position: absolute;
  z-index: 11;
  width: 15px;
  height: 15px;
  top: -8px;
  right: -8px;
  background: #c12000;
  border-radius: 50%;
  color: #fff;
  padding: 0;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}
.objPhotos .del:before {
  content: '×';
}
.objPhotos .del:hover {
  text-decoration: none;
  color: #fff !important;
  opacity: 1;
}
.objPhotos .uploadImg {
  background: #fff;
  position: relative;
  border: 1px solid #a9a9a9;
  text-align: center;
  cursor: pointer;
}
.objPhotos .uploadImg:hover {
  border: 1px solid #a9a9a9 !important;
}
.objPhotos .uploadImg:before {
  content: 'загрузить';
  position: relative;
  top: 40%;
  display: inline-block;
  border-bottom: 1px dotted;
  color: #05c;
}
.objPhotos .objPhotosUpload {
  margin: 10px 15px 15px 0;
  cursor: pointer;
  font-size: 13px;
}
.objPhotos .main_foto_title, .objPhotos .add_main span {
  border-radius: 0;
  background: url('/monolith-static/img/cian/alpha/alpha_000_70.png');
  text-decoration: none;
}
.plupload * {
  cursor: pointer;
}
#objPictures .objPhotosUploadProgress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/monolith-static/img/cian/spinner.gif') 50% 28% no-repeat;
  background-color: #e6e8e5;
  background-color: rgba(255,255,255,0.9);
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1;
}
.add-pictures {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add-pictures__loading__text {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  font-size: 13px;
  text-indent: 0;
  width: 100%;
}
.add-pictures__item {
  position: relative;
  color: #fff;
  font-size: 12px;
}
.add-pictures__item__img {
  vertical-align: top;
  height: 150px;
  width: auto;
  margin: -17px 0 0 -27px;
}
.add-pictures__item[data-img-rotation="0"] .add-pictures__item__img {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.add-pictures__item[data-img-rotation="90"] .add-pictures__item__img {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 150px;
  width: auto;
  margin: -17px 0 0 -27px;
}
.add-pictures__item[data-img-rotation="180"] .add-pictures__item__img {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.add-pictures__item[data-img-rotation="270"] .add-pictures__item__img {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  height: 150px;
  width: auto;
  margin: -17px 0 0 -27px;
}
.add-pictures__item__box {
  overflow: hidden;
  width: 140px;
  height: 105px;
}
.add-pictures__item__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
}
.add-pictures__item:hover .add-pictures__item__controls {
  background: rgba(0,0,0,0.8);
}
.add-pictures__item__rotate, .add-pictures__item__make-main {
  display: none;
  position: relative;
  margin: 5px 0 5px 25px;
}
.add-pictures__item__rotate:before, .add-pictures__item__make-main:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -6px 5px 0 0;
  background: url('/monolith-static/img/cian/add-pictures_icons@2x.png');
  background-size: 24px 24px;
}
.add-pictures__item__rotate:hover, .add-pictures__item__make-main:hover {
  color: #42CBD9;
  cursor: pointer;
}
.add-pictures__item__make-main:before {
  width: 11px;
}
.add-pictures__item__rotate:before {
  background-position: -12px 0;
}
.add-pictures__item__make-main:hover:before {
  background-position: 0 -12px;
}
.add-pictures__item__rotate:hover:before {
  background-position: -12px -12px;
}
.add-pictures__item:hover .add-pictures__item__rotate, .add-pictures__item:hover .add-pictures__item__make-main {
  display: inline-block;
}
.add-pictures__item__main {
  border-radius: 10px;
  background: rgba(0,0,0,0.8);
  display: inline-block;
  margin: 0 0 10px 25px;
  padding: 0px 9px 3px;
}
.add-pictures__item:hover .add-pictures__item__main {
  background: none;
  margin: 0 0 0 25px;
}
.avatarEdit {
  margin-left: 0;
}
.green {
  background: none;
}
.dmSelect, .dmInput {
  border-color: #a9a9a9;
  font-size: 14px;
}
.ie8 .dmInput {
  line-height: 34px;
}
.ie8 .dmNoLabel {
  margin-top: 24px;
}
.dmLabel, .dmLabel-req {
  margin-bottom: 8px;
  white-space: nowrap;
}
.dmLabel-req:after {
  font: 14px Arial;
}
.iconed-input {
  position: relative;
}
.iconed-input__input {
  padding-right: 25px;
}
.iconed-input__ico {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  background: #fcc;
  top: 50%;
  margin: -8px 8px 0 0;
  right: 0;
  background: url('/monolith-static/img/cian/suggest-input-icons.png');
}
.iconed-input_ico-hidden .iconed-input__ico {
  display: none;
}
.iconed-input__input_suggest-ok+.iconed-input__ico {
  display: block;
  background-position: 0 0;
}
.iconed-input__input_suggest-warning+.iconed-input__ico {
  display: block;
  background-position: -32px 0;
}
.iconed-input__input_suggest-error+.iconed-input__ico {
  display: block;
  background-position: -16px 0;
}
.columns {
  margin: 0 -10px;
  font-size: 0;
  width: auto;
  display: block;
}
.columns.monoColumn_ .column, .columns.monoColumn_ .column2, .columns.monoColumn_ .column3, .columns.monoColumn_ .column4, .columns.monoColumn_ .column20, .columns.monoColumn_ .column33, .columns.monoColumn_ .column66, .columns.monoColumn_ .column60, .columns.monoColumn_ .column40 {
  display: block;
}
.columns.monoColumn_ .dmInput, .columns.monoColumn_ .dmSelect {
  margin-bottom: 30px;
}
.columns:before, .columns:after {
  content: "";
  display: table;
  height: 0;
  font: 0/0 A;
}
.columns:after {
  clear: both;
}
.columns {
  zoom: 1;
}
.column, .column2, .column3, .column4, .column20, .column33, .column66, .column60, .column40 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  text-align: left;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column2 {
  width: 50%;
}
.column3 {
  width: 75%;
}
.column4 {
  width: 100%;
}
.column20 {
  width: 20%;
}
.column33 {
  width: 33.3333%;
}
.column66 {
  width: 66.6666%;
}
.column60 {
  width: 60%;
}
.column40 {
  width: 40%;
}
.columns hr {
  margin: 30px 10px 20px;
  border-top-color: #a9a9a9;
}
.addForm-step-1 {
  position: relative;
}
.addForm-step-1 .column60 {
  width: 58%;
}
.icon-dmPlus:before {
  content: "+";
  font: 23px/16px Arial !important;
  width: 16px;
  text-align: center;
}
.addForm-step-last-header {
  background: #EBF1F7;
  border-top: 1px solid #D6DCE2;
  margin: 0 0 25px;
  padding: 40px 20px 0;
}
.addForm-step-last-header h2 {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 19px;
}
.addForm-step-last-header .button {
  line-height: 27px;
}
.addForm-step-last-footer {
  padding: 30px 0 0;
  border-top: 1px solid #B2B2B2;
}
.rules-alert-popup {
  display: table;
  position: absolute;
  top: 290px;
  border: 4px solid #e8f0f6;
  border-radius: 10px;
  width: 824px;
  left: 50%;
  margin: 0 0 0 -415px;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 4px 18px 2px rgba(123,134,150,0.8);
}
.rules-alert-popup h2 {
  margin: 0 0 28px 53px;
  padding: 0;
  font-size: 20px;
  position: relative;
}
.rules-alert-popup h2:before {
  content: '';
  display: block;
  background: url('/monolith-static/img/cian/rules-alert-set.png');
  width: 33px;
  height: 29px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -13px 20px 0 0;
}
.rules-alert-popup-list {
  margin: 0 30px 0 15px;
}
.rules-alert-popup-list li {
  position: relative;
  line-height: 1.4em;
}
.rules-alert-popup-list li:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #696969;
  border-radius: 50%;
  position: absolute;
  right: 100%;
  top: 7px;
  margin: 0 9px 0 0;
}
.rules-alert-popup-list li_li {
  margin-top: 1px;
}
.rules-alert-popup-left {
  width: 410px;
  display: table-cell;
  padding: 25px 20px;
}
.rules-alert-popup-right {
  width: 335px;
  display: table-cell;
  background: #ffe890;
  border-radius: 0 6px 6px 0;
  padding: 0 20px;
}
.rules-alert-popup-right dt {
  position: relative;
  top: -8px;
  font-weight: bold;
  border-bottom: 1px solid #ECD481;
  padding: 0 0 25px;
  margin: 0 0 20px;
}
.rules-alert-popup-right .rules-alert-popup-list {
  margin: 10px 0 0 15px;
}
.rules-alert-popup-right .rules-alert-popup-list li:before {
  background: #9D8E5A;
}
.rules-alert-popup-right .rules-alert-popup-list li+li {
  margin-top: 10px;
}
.rules-alert-popup-close {
  display: block;
  width: 12px;
  height: 12px;
  background: url('/monolith-static/img/cian/rules-alert-set.png') 0 -29px;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.9;
}
.rules-alert-popup-close:hover {
  opacity: 1;
  cursor: pointer;
}
.rules-alert-popup_tarifs {
  width: 440px;
  margin-left: -440px;
  top: 330px;
}
.rules-alert-popup_tarifs h2 {
  font-size: 14px;
}
.rules-alert-popup_tarifs .rules-alert-popup-list li+li {
  margin-top: 1em;
}
.rules-alert-popup_billing-region {
  width: 440px;
  margin-left: -440px;
  top: 330px;
}
.rules-alert-popup_billing-region h2 {
  font-size: 14px;
}
.rules-alert-popup_billing-region .rules-alert-popup-list li+li {
  margin-top: 1em;
}
.add-payment-alert {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
}
.add-payment-alert__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.add-payment-alert__overlay_relative {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 0 3px;
}
.add-payment-alert__overlay h2 {
  margin: 0;
}
.add-payment-alert__overlay p {
  margin: 1em 0 0;
}
.add-payment-alert_hidden {
  -webkit-transition: max-height 0.6s;
}
.fixedColumns {
  width: 100%;
}
.fixedColumns td, .fixedColumns th {
  padding-left: 20px;
}
.fixedColumns td:first-child, .fixedColumns th:first-child {
  padding-left: 0;
}
.fixedColumns tr+tr th, .fixedColumns tr+tr td {
  padding-top: 20px;
}
.fixedColumns th {
  width: 1%;
}
.fixedColumns input, .fixedColumns select {
  width: 100%;
}
.dmFlat.light_ {
  background: #f7f7f7;
}
.dmFlat.addPhones_ li+li {
  margin-top: 20px;
}
.add-form-stepper {
  font-size: 16px;
  margin: 0 0 0 45px;
}
.add-form-stepper li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: relative;
  color: #000;
}
.add-form-stepper li+li {
  margin-left: 60px;
}
.add-form-stepper li+li:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 22px;
  top: 50%;
  right: 100%;
  margin: -11px 25px 0 0;
  background: url('/monolith-static/img/cian/add-form-stepper-arrow.png');
}
.add-form-stepper .active-step {
  border-bottom: 2px solid;
  color: #000;
}
.add-form-stepper .active-step~li {
  color: #91979b;
}
.add-form-tabs {
  background: #ebf1f7;
  border-top: 1px solid #d6dce2;
  margin: 0 0 20px;
}
.add-form-tabs li {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  margin: 0 10px 0 20px;
  height: 85px;
  line-height: 115px;
  position: relative;
}
.add-form-tabs .active-tab:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #fff transparent;
  margin: -11px 0 0 -11px;
}
.add-form-tabs .active-tab a, .add-form-tabs .active-tab a:hover {
  cursor: default;
  color: #000 !important;
}
.add-form-tabs a {
  border: 0;
}
.add-form-tabs .add-form-tabs__message {
  float: right;
  color: #FF0000;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: normal;
  padding: 15px 20px 0 0;
  width: 460px;
}
.formHeader {
  margin: 0 0 20px;
}
input[error="1"], select[error="1"] {
  box-shadow: 0 0 5px #D8394C;
}
.dmForm .dmSelect {
  -webkit-appearance: none;
  -webkit-padding-end: 18px;
  border-radius: 0;
  background: url('data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAGCAYAAAAc2cSCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkNTEwMjcxZS05MWFiLTQ4NWMtYTYyMy0wODMyMTMwMDg1ZTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NURFM0Y2NEFCNTNEMTFFNDgwQkFEQ0NERUYwRjBFMjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NURFM0Y2NDlCNTNEMTFFNDgwQkFEQ0NERUYwRjBFMjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTNmYzY0MC1iZWQ1LTRmNjItOWIyNy0xNDlkYzBlOWY2Y2IiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxNzE2NmU5Mi1mZDMyLTExNzctYjk1OS1mZGUwZjNmMGUxYmEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7jW+7jAAAAT0lEQVR42mJgYGBYDcT/cWCQHMP///+xYhAQA+JXWDS+hsrh1QwCIVg0h8AkCWlmQHP+amQJYjSDnPgS6gUxYjQzMqACmFPXoGvGBgACDADLXXTp53GhhAAAAABJRU5ErkJggg==') 100% 50% no-repeat;
}
.dmForm .dmInput:focus, .dmForm .dmSelect:focus, .dmForm .dmTextarea:focus, .dmForm .c_btn.lnk_:focus, .dmForm .c_btn.gray_:focus, .dmForm .chkbox input:focus, .dmForm .choosePlan input:focus {
  box-shadow: 0 0 3px #00C5DF;
  outline: none;
}
.dmForm .radioset_focused {
  box-shadow: 0 0 3px #00C5DF;
  border-radius: 15px;
}
.qtip {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 10px;
  position: relative;
  background: url('/monolith-static/img/cian/mort_form_line_a.gif') 0 0;
}
.qtip .qtipCnt {
  position: absolute;
  display: none;
  white-space: normal;
  font-size: 10px;
  left: 6px;
  top: 6px;
  width: 350px;
  padding: 7px 10px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  box-shadow: 0 0 8px #CCCCCC;
  background: #fff;
}
.qtip:hover {
  z-index: 1;
}
.qtip:hover .qtipCnt {
  display: block;
}
.formDisabled {
  position: relative;
}
.formDisabled:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url('/monolith-static/img/cian/alpha/alpha_fff_70.png');
  zoom: 1;
}
.formDisabled.spinner_:after {
  display: block;
  content: '';
  position: absolute;
  background: #000;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.chkbox {
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.chkbox input {
  vertical-align: -2px;
  margin: 0 0.5em 0 -20px;
  left: auto;
}
.chkbox+.chkbox {
  margin-left: 40px;
}
.chkbox {
  cursor: pointer;
}
.chkbox input {
  margin-right: 0.2em;
}
[class^="column"]+.ValPH, [class^="column66"]+.ValPH {
  margin-left: -10px;
}
.rltValid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  border: 3px solid #d8394c;
  padding: 5px 8px;
  background: #d8394c;
  color: white;
  min-width: 0;
  font-size: 13px;
  margin-top: 3px;
  z-index: 2 !important;
}
.rltValid:before {
  border: solid transparent;
  border-top-color: #d8394c;
  content: "";
  top: -3px;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 10px 0 0 20px;
  right: 100%;
}
.rltValid.rltValid_photos {
  position: relative;
  margin: 5px 0 20px;
}
.rltValid.rltValid_photos:before {
  display: none;
}
.dmTooltip p+p {
  margin: 1em 0 0;
}
.dmTooltip.strip_ {
  padding: 0;
  border: 0;
  background: none;
}
.dmTooltip.strip_:before {
  display: none;
}
.dmTooltip.rulesTip_ {
  margin: -20px 0 0 45px;
  width: 350px;
  font-size: 14px;
  z-index: 2;
  background: #fff;
}
.dmTooltip.rulesTip_:before {
  display: none;
}
.dmTooltip.rulesTip_ p+p {
  margin: 1em 0 0;
}
.dmTooltip.abs_ {
  position: absolute;
}
.dmTooltip.account_ {
  width: 240px;
}
.dmTooltip.account_ h3 {
  margin: 10px 0 15px;
  padding: 0;
  font: 23px Arial;
}
.dmTooltip.account_ .title- {
  display: block;
  font: 13px Arial;
  margin: 0 0 15px;
}
.dmTooltip.account_ .desc- {
  margin: 0 0 20px;
  padding: 13px 0;
  border: 1px solid #aaabab;
  border-width: 1px 0;
  font: 13px Arial;
  color: #818181;
}
.dmTooltip.geotext_ {
  top: -45px;
  width: 325px;
  font-size: 14px;
}
.dmTooltip.geotext_ p {
  margin-top: 0.35em;
}
.dmTooltip.geotext_ p+p {
  margin-top: 0.5em;
}
.dmTooltip.newobjecttext_ {
  font-size: 14px;
  margin-left: 20px !important;
  margin-top: 33px;
  width: 325px;
}
.dmTooltip.newobjectselect_ {
  margin-top: 25px;
}
.dmTooltip.newobjectselect_ #_jkSelect {
  margin-left: -10px;
  padding-left: 35px;
}
.dmTooltip.newobjectselect_ .newobjecttext__icon {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  margin-top: 9px;
  margin-left: 8px;
}
.dmTooltip .newobjecttext__icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url('/monolith-static/img/cian/icon_newbuilding.png');
  background-size: 100%;
  vertical-align: -3px;
  margin-right: 4px;
}
.dmTooltip.dmTooltip_house-city-tip {
  position: absolute;
  top: 45px;
  font-size: 14px;
  width: 280px;
  left: 100%;
  margin-left: 25px;
}
.dmTooltip b {
  font-weight: bold;
}
#view_price {
  display: block;
}
#view_price .dmTooltip {
  width: 280px;
}
.addField {
  position: relative;
  margin-left: 25px;
}
.addField i:before {
  position: absolute;
  left: -25px;
  top: 50%;
  margin: -8px 0 0;
  color: #fff;
  background: #838d93;
  font-size: 16px;
  padding: 1px;
}
.ui-autocomplete .ui-menu-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-autocomplete .ui-menu-item_subheader {
  background: #FFFCCE;
  padding: 3px 10px;
  font-size: 12px;
}
.radioset {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0;
}
.radioset__label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1em;
  font-size: 14px;
}
.radioset__label:first-child .radioset__label__text {
  border-radius: 12px 0 0 12px;
  padding-left: 15px;
}
.radioset__label:last-child .radioset__label__text {
  border-radius: 0 12px 12px 0;
  padding-right: 15px;
}
.radioset__label+.radioset__label {
  margin-left: -1px;
}
.radioset__label__text {
  display: inline-block;
  text-align: center;
  padding: 5px 13px 4px;
  color: #333;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#dfe3e6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#dfe3e6));
  background: -webkit-linear-gradient(top,#ffffff 0%,#dfe3e6 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#dfe3e6 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#dfe3e6 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#dfe3e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dfe3e6',GradientType=0);
  position: relative;
  height: 14px;
  line-height: 13px;
  border: 1px solid #b7b8ba;
}
.radioset__label__text:hover {
  opacity: 0.8;
  color: #000;
  cursor: pointer;
}
.radioset__label__text:active {
  cursor: pointer;
  background: #dfe3e6;
  background: -moz-linear-gradient(top,#dfe3e6 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfe3e6),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#dfe3e6 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#dfe3e6 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#dfe3e6 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#dfe3e6 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfe3e6',endColorstr='#ffffff',GradientType=0);
}
.radioset__label__input {
  left: -50px;
  position: absolute;
}
.radioset__label__input:checked+.radioset__label__text {
  background: #25bed5;
  background: -moz-linear-gradient(top,#25bed5 0%,#81deea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25bed5),color-stop(100%,#81deea));
  background: -webkit-linear-gradient(top,#25bed5 0%,#81deea 100%);
  background: -o-linear-gradient(top,#25bed5 0%,#81deea 100%);
  background: -ms-linear-gradient(top,#25bed5 0%,#81deea 100%);
  background: linear-gradient(to bottom,#25bed5 0%,#81deea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25bed5',endColorstr='#81deea',GradientType=0);
}
.radioset__label__input[type="checkbox"]:focus+.radioset__label__text {
  border: 1px solid #25bed5;
  z-index: 1;
}
textarea.dmTextarea {
  border: 1px solid #a9a9a9;
  margin: 0;
}
.auctionText {
  width: 601px;
  height: 4em;
}
.dmSelect.phoneCountryCode_ {
  width: 70px;
}
.dmInput.phoneCode_ {
  width: 5em;
  text-align: center;
}
.dmNoLabel {
  margin-top: 25px;
}
.ui-autocomplete {
  max-height: 15em;
  font-style: normal;
}
.addPriceTable {
  margin: 0 0 30px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 3px solid #e6e8e5;
  background: #f7f7f7;
  border-width: 0 3px;
  width: 100%;
}
.addPriceTable thead, .addPriceTable tfoot {
  background: #e6e8e5;
}
.addPriceTable thead th, .addPriceTable thead td {
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.addPriceTable thead th {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 15px;
}
.addPriceTable thead td {
  border-left: 3px solid #f7f7f7;
  font-weight: bold;
  width: 125px;
}
.addPriceTable tbody th {
  padding: 25px 20px;
  vertical-align: middle;
}
.addPriceTable tbody td {
  border-left: 3px solid #e6e8e5;
  padding: 25px 20px;
  text-align: center;
  vertical-align: middle;
}
.addPriceTable tbody tr+tr th, .addPriceTable tbody tr+tr td {
  border-top: 1px solid #d7dcd8;
}
.addPriceTable tfoot th {
  padding: 25px 20px;
}
.addPriceTable tfoot td {
  text-align: center;
  padding: 20px 0;
}
.addPriceTable .icon-dmCheck02 {
  font-size: 20px;
}
.addPriceTable .minus- {
  font-size: 28px;
  line-height: 0.5em;
}
.chapternarrow .map {
  height: 320px;
}
.flatdata {
  width: 100%;
  font-size: 13px;
}
.flatdata td, .flatdata th {
  padding: 10px 5px 10px 20px;
  vertical-align: top;
}
.flatdata td.vm, .flatdata th.vm {
  vertical-align: middle;
}
.flatdata td.vm, .flatdata th.vm {
  text-align: center;
}
.flatdata td:first-child, .flatdata th:first-child {
  padding-left: 5px;
}
.flatdata th {
  font-weight: bold;
}
.flatdata tr:nth-child(even) {
  background: #F2F2F2;
}
.flatdata .edit, .flatdata .remove, .flatdata .save, .flatdata .cancel {
  background: url('/monolith-static/img/cian/sprite_s.png');
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 10px;
  border: 0px !important;
}
.flatdata .edit {
  background-position: -866px 0;
}
.flatdata .save {
  background-position: -1041px 0;
}
.flatdata .remove {
  background-position: -877px 0;
  margin: 0;
}
.flatdata .cancel {
  background-position: -1057px 0;
  margin: 0;
}
.flatdata .column33, .flatdata .column, .flatdata .column2 {
  padding: 0 5px;
}
.authorBox {
  min-height: 100px;
  margin: 0 0 30px;
}
.authorBox .ava- {
  float: left;
  margin-right: 20px;
}
.authorBox .cnt- {
  overflow: hidden;
}
.authorBox .cnt- .name- {
  margin: 0;
  font: 18px Arial;
}
.choosePhone {
  margin: 0 0 30px;
}
.choosePhone li {
  position: relative;
}
.choosePhone li+li {
  margin: 0.5em 0 0;
}
.choosePhone .dmTooltip {
  margin-top: 5px;
}
.wtfLink {
  margin-left: 25px;
  position: relative;
}
.wtfLink:before {
  display: block;
  content: '?';
  margin: -9px 0 0;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -25px;
  top: 50%;
  font: 12px/18px Arial;
  background: #005ad0;
  border-radius: 50%;
  text-indent: 5px;
  color: #fff;
}
.changePlan {
  font-family: 'LatoWeb', 'PT Sans', sans-serif;
}
.changePlan__item {
  position: relative;
  background: #F7F7F7;
  border: 1px solid rgba(225,225,225,0.4);
  padding: 17px 35px 15px 40px;
  color: #000;
}
.changePlan__item+.changePlan__item {
  margin: -1px 0 0;
}
.changePlan__item.package {
  margin-bottom: 24px;
}
.changePlan__item.package i {
  background-color: rgba(6,121,235,0.07);
  border-color: rgba(6,121,235,0.15);
}
.changePlan__item.package .changePlan__input:checked+i {
  background-color: rgba(6,121,235,0.07);
  border-color: rgba(6,121,235,0.6);
}
.changePlan__item__desc {
  font-size: 14px;
  color: #585858;
  line-height: 18px;
}
.changePlan__item__price-market {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}
.changePlan__item__discount {
  font-size: 21px;
  color: #000;
  text-decoration: line-through;
}
.changePlan__item__discount-flag {
  width: 154px;
  height: 40px;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  right: 0;
  top: 0;
  margin-top: 4px;
  margin-right: -52px;
  background-image: url('/monolith-static/img/cian/discount_flag.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0 20px 0 26px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.changePlan__item__newprice {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 2px;
}
.changePlan__item_disabled {
  background: rgba(247,247,247,0.4);
  border-color: rgba(225,225,225,0.4);
}
.changePlan__item_disabled.changePlan__item_colorized {
  background-color: rgba(255,245,212,0.4);
}
.changePlan__item_disabled .changePlan__title, .changePlan__item_disabled .changePlan__price {
  color: rgba(88,88,88,0.4);
}
.changePlan__item_disabled .changePlan__title .c-icon {
  opacity: 0.4;
}
.changePlan__item_colorized {
  background: #FFF4D4;
}
.changePlan__item_colorized .changePlan__input:checked+i {
  background: #FFF4D4;
  border: 1px solid rgba(6,121,235,0.42);
}
.changePlan__label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.changePlan__input+i {
  display: block;
  position: absolute;
  margin: -1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.changePlan__input {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 15px;
}
.changePlan__input:checked+i {
  background: #F7F7F7;
  border: 1px solid rgba(6,121,235,0.42);
  margin-bottom: 0;
}
.changePlan__input:checked+i+label+.changePlan__content .changePlan__title-box {
  color: #000;
}
.changePlan__content {
  position: relative;
  pointer-events: none;
}
.changePlan__title-box {
  overflow: hidden;
  color: #585858;
}
.changePlan__title {
  font-weight: bold;
  font-size: 16px;
  float: left;
}
.changePlan__title .c-icon {
  margin: -4px 0 0 5px;
}
.changePlan__price {
  font-weight: normal;
  float: right;
  font-size: 16px;
}
.changePlan__price b {
  font-size: 15px;
  font-weight: bold;
  font-size: 17px;
}
.changePlan__desc, .changePlan__errors {
  margin: 7px 0 0;
  line-height: 1.5em;
  pointer-events: auto;
}
.changePlan__period {
  border-top: 1px solid #E8E8E8;
  margin: 10px -35px 0 -40px;
  padding: 10px 35px 0 40px;
}
.changePlan__period dt, .changePlan__period dd {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto;
}
.changePlan__period dd {
  margin: 0 0 0 1ex;
}
.changePlan__period dd select.dmSelect {
  background-color: #fff;
}
.changePlan__tip {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 16px;
  height: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.changePlan__tip:before {
  content: '?';
  color: #3A92EA;
  border: 1px solid #AED5F8;
  border-radius: 50%;
  display: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.changePlan__tip:hover:before {
  border-color: rgba(6,121,235,0.42);
}
.changePlan__tip__popup {
  display: none;
  background: #fff;
  padding: 15px 20px 20px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: -14px 0 0 25px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  box-shadow: 0 4px 12px -1px rgba(0,0,0,0.3);
}
.changePlan__tip__popup:before {
  content: '';
  display: block;
  position: absolute;
  left: -9px;
  right: 100%;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 1px solid rgba(0,0,0,0.15);
  border-left: 1px solid rgba(0,0,0,0.15);
  background-color: #fff;
}
.changePlan__tip__img {
  margin: 0 -10px;
}
.changePlan__tip_active .changePlan__tip__popup {
  display: block;
}
.changePlan__tip_active:before {
  border-color: rgba(6,121,235,0.42);
}
.changePlan__tip__title {
  margin: 10px 0 0px;
  font-size: 16px;
  font-weight: bold;
}
.changePlan__tip__text {
  font-size: 14px;
  line-height: 18px;
}
.changePlan__tip__text+.changePlan__tip__text {
  margin: 10px 0 0;
}
.changePlan__tip__img+.changePlan__tip__text {
  margin: 10px 0 0;
}
.changePlan__link {
  color: #0679EB !important;
  text-decoration: none;
  padding: 0 !important;
  border: none !important;
}
.changePlan__error-message {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 20px;
  color: #585858;
}
.plan-payment-disclaimer {
  color: #929294;
  margin: 45px 0 25px;
  line-height: 1.4em;
}
.changePlan-notification {
  background: #ffeded;
  padding: 5px 10px;
  color: #505152;
  margin: 0 0 15px;
  border-radius: 3px;
}
.changePlan-sum {
  font-family: 'LatoWeb', 'PT Sans', sans-serif;
  float: right;
  text-align: right;
  margin: 15px 0 0;
}
.changePlan-sum dt {
  font-size: 14px;
  font-weight: bold;
  color: #585858;
}
.changePlan-sum dd {
  font-size: 21px;
  margin-top: -5px;
}
.changePlan-sum .c_rur:before {
  font-weight: normal;
  content: 'c';
}
.changePlan-sum__discount {
  font-size: 21px;
  color: #929294;
  text-decoration: line-through;
}
.changePlan-sum__discount.is-visible+dd {
  font-size: 16px;
}
.lk-balance {
  margin: 15px 0 0;
  float: left;
}
.lk-balance dd {
  font-size: 13px;
  margin: 3px 0 0;
}
.choosePlan {
  margin: 30px 0 25px;
}
.choosePlan dt, .choosePlan dd {
  position: relative;
  padding: 0 0 0 25px;
}
.choosePlan dt {
  font: 18px Arial;
  margin: 0 0 5px;
}
.choosePlan dd label {
  display: inline-block;
  margin-top: 10px;
}
.choosePlan input {
  position: absolute;
  left: 1px;
  top: 4px;
}
.choosePlan p {
  margin: 0;
  padding: 0;
}
.choosePlan-unlim-text {
  display: inline-block;
  width: 350px;
  position: relative;
  top: 6px;
}
.choosePlan+.choosePlan {
  margin-top: 25px;
}
p {
  margin: 0;
  padding: 0;
}
.resultlist {
  margin: 10px 0 0 0;
}
.resultlist>li {
  position: relative;
  border-radius: 5px;
  padding: 0;
  color: #506264;
  min-height: 75px;
  clear: left;
  margin: 10px 0;
}
.resultlist li.list2 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.resultlist>li dl {
  padding: 0 10px;
}
.resultlist similar>li dl {
  padding: 0;
}
.resultlist>dt img {
  border-radius: 5px;
  width: 100px;
  height: 75px;
}
.resultlist agent li dl dt a img {
  width: 80px;
  height: 80px;
}
.resultlist company li dl dt a img {
  width: auto;
  height: auto;
}
.resultlist dt a {
  position: relative;
}
.resultlist dt {
  float: left;
  margin: 0 10px 0 0;
}
.resultlist dd {
  overflow: hidden;
}
.resultlist samp a:visited {
  color: #506264;
}
.resultlist .mainlist {
  font-size: 1.1em;
  margin: 0 0 5px 0;
}
.resultlist .mainlist .oh {
  overflow: hidden;
  margin-right: 10px;
}
.resultlist .mainlist .tag {
  font-weight: bold;
}
.resultlist .mainlist .bold, .resultlist .agent .bold, .resultlist .company .bold, .resultlist .props b {
  color: #000;
}
.resultlist>li:hover .icount i {
  border-color: #F1F1F1;
}
.resultlist .banner {
  padding: 15px 0 0 0;
}
.resultlist .centerbanner {
  text-align: center;
  display: none;
}
.resultlist .banner:hover, .resultlist .centerbanner:hover {
  background: #fff !important;
}
.resultlist .MiniPhoto {
  margin: 10px 0 0;
  display: inline-block;
}
.resultlist .MiniPhoto a {
  border: 0;
}
.resultlist .MiniPhoto img, .resultlist .MiniPhoto span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
}
.resultlist .MiniPhoto img {
  margin: 0 10px 0 0;
}
.resultlist .hiddenOfferBackup {
  min-height: 0;
  padding: 0;
  margin: 20px 0;
  text-align: right;
  border-top: 1px solid #f1f1f1;
  position: relative;
}
.resultlist .hiddenOfferBackup ins {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  text-decoration: none;
  padding: 0 5px 0 2px;
  position: absolute;
  right: 0;
  top: -8px;
  background: #f1f1f1;
  height: 15px;
  font: 10px/15px Arial;
}
.resultlist .hiddenOfferBackup .pseudo {
  line-height: 1.05em;
  display: inline-block;
}
.resultlist .hiddenOfferBackup i {
  display: block;
  width: 9px;
  height: 15px;
  left: -9px;
  position: absolute;
  background: url('/monolith-static/img/cian/sprite_s.png') -1172px 0;
}
.resultlist .sublist {
  margin: 0 0 5px;
}
.resultlist .sublist li {
  vertical-align: top;
}
.resultlist dd p {
  overflow: hidden;
  max-height: 2.8em;
}
.resultlist dd p+.MiniPhoto {
  margin: -13px 0 10px;
}
.resultlist .name- {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}
.usermicrio {
  margin: 5px 0 0 0;
  display: inline-block;
}
.usermicrioFIO {
  margin: 0 !important;
  font-family: Tahoma;
  font-size: 10px;
  text-decoration: underline;
  position: relative;
}
.sublist li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.sublist li.params {
  width: auto;
  min-width: 190px;
  max-width: 300px;
}
.estate>li {
  min-height: 125px;
}
.estate>dt img {
  width: 165px;
  height: 125px;
}
.estate .mainlist li:first-child {
  margin: 0 0 1px;
}
.estate .mainlist li {
  margin: 0 0 5px 0;
  font-size: 1.1em;
}
.estate .mainlist a {
  font-weight: bold;
}
.objectList .item {
  border: 1px solid #f1f1f1;
  min-height: 85px;
  border-width: 1px 0;
  border-radius: 0;
  margin: -1px 0 0;
  padding: 15px 0;
  position: relative;
}
.objectList .item:before, .objectList .item:after {
  content: "";
  display: table;
  height: 0;
  font: 0/0 A;
}
.objectList .item:after {
  clear: both;
}
.objectList .item {
  zoom: 1;
}
.objectList .item .photo {
  position: relative;
  height: 75px;
}
.objectList .phone- {
  font: 10px/15px Tahoma;
  background: #f1f1f1;
  padding: 2px 0 2px 5px;
}
.objectList .phone-.longPhone_ {
  padding-left: 1px;
}
.objectList .phone- .pseudo {
  font: 11px/12px Tahoma;
  letter-spacing: -0.03em;
}
.objectList .creditRequest {
  visibility: hidden;
  display: block;
  text-align: center;
  margin: 3px 0 0;
}
.objectList li:hover .creditRequest {
  visibility: visible;
}
.objectList dt .isPro {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 25px 0 5px;
  height: 22px;
  line-height: 25px;
  font-size: 8px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0,0,0,0.5);
  text-align: center;
}
.objectList dt .isPro.noPhoto_ {
  padding: 0 5px;
}
.objectList li:hover .isPro {
  display: block;
}
.objectList dt .photocount {
  z-index: 1;
}
.objectList dd {
  overflow: visible;
  margin-left: 110px;
}
.objectList dd p+.MiniPhoto {
  margin: 5px 0 0;
}
.objectList .item dl {
  padding: 0;
}
.resultlist-newHomes>li {
  padding: 3px;
  margin: 10px 0 20px;
}
.resultlist-newHomes dl img {
  vertical-align: bottom;
}
.resultlist-newHomes .card- {
  padding: 0;
}
.resultlist-newHomes .lcol- {
  width: 165px;
}
.resultlist-newHomes .pic- {
  height: 125px;
  display: block;
}
.resultlist-newHomes .deadline- {
  position: relative;
  background: #F1F1F1;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px 0 4px 7px;
  margin: 0 0 3px;
  font-size: 0.8em;
}
.resultlist-newHomes .title- {
  margin: 0 0 0.8em;
  padding: 0;
}
.resultlist-newHomes .title- dt {
  font-weight: bold;
  float: none;
  font-size: 1.1em;
}
.resultlist-newHomes .features- {
  margin: 0 0 0.3em;
}
.resultlist-newHomes .price- b {
  color: #000;
}
.resultlist-newHomes .desc- {
  max-height: none;
  margin: 0 0 0.8em;
}
.resultlist-newHomes .prorealtyIcon {
  margin: 20px 0 0 20px;
  float: right;
}
.addPreview {
  width: 595px;
}
.addPreview .hideoffer {
  display: none !important;
}
.addPreview .objectList .item {
  padding: 15px;
  font-size: 11px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 10px 3px #d8d8d8;
}
.addPreview .objectList .item:hover {
  box-shadow: 0 0 10px 3px #78e4e4;
}
.addPreview .img_width {
  border: 0;
}
.addPreview .absItemLink- {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
}
.addIframePreview iframe {
  width: 950px;
  height: 290px;
  border: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 10px 3px #d8d8d8;
}
.addIframePreview:hover iframe {
  box-shadow: 0 0 10px 3px #78e4e4;
}
.photocount {
  position: absolute;
  right: 3px;
  bottom: 5px;
  opacity: 0.8;
}
.photocount b {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 19px;
  height: 15px;
  background: url('/monolith-static/img/cian/sprite_s.png') no-repeat -810px 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.7em;
}
.online2008 {
  color: #82c73e !important;
  font: 10px Tahoma;
  padding: 0 0 0 10px;
  background: url('/monolith-static/img/cian/online2008.gif') no-repeat 0 4px;
  position: relative;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.dib {
  display: inline-block;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.vm {
  vertical-align: middle;
}
.gray {
  color: #999;
}
.addForm-step-1 .dmTooltip.strip_ {
  margin-left: 60px;
}
.addForm-step-1 .dmTooltip.strip_.poz1 {
  margin-top: -25px;
  width: 280px;
  font-size: 14px;
}
.addForm-step-1~.rltValid {
  background: #080;
}
.add-form-on-map-btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  white-space: nowrap;
  margin-left: 50px;
}
.add-form-on-map-btn .c_btn, .add-form-on-map-btn .c_btn:hover {
  height: 32px;
  line-height: 32px;
}
.avatarEdit .uploadLink- span {
  left: 11px;
}
.noLongerWaiting {
  display: inline-block;
  padding: 10px 13px;
  background: #FFDC73;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin: 0 0 20px 30px;
}
.noLongerWaiting:before {
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 0;
  border-color: #FFDC73 transparent transparent transparent;
}
.popup.popup_feedback_add-1-step {
  top: 40px;
  right: 50px;
  left: auto;
}
.feedback-iconed {
  position: relative;
}
.feedback-iconed:before {
  display: block;
  content: '';
  width: 18px;
  height: 16px;
  background: url('//cian.ru/static/images/speech_bubble@2x.png');
  background-size: 18px 16px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -6px 5px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  .rules-alert-popup-close, .rules-alert-popup h2:before {
    background-image: url('/monolith-static/img/cian/rules-alert-set-2x.png');
    background-size: 33px 45px;
  }
  .add-form-stepper li+li:before {
    background-image: url('/monolith-static/img/cian/add-form-stepper-arrow-2x.png');
    background-size: 12px 22px;
  }
  .iconed-input__ico {
    background-image: url('/monolith-static/img/cian/suggest-input-icons-2x.png');
    background-size: 48px 16px;
  }
}
.payer-type-msg p {
  margin: 1.2em 0;
  padding: 0;
}
.dialog {
  font-family: 'LatoWeb', 'PT Sans', sans-serif;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.dialog.ui-dialog .ui-dialog-titlebar.ui-widget-header {
  margin-bottom: 0;
  margin-left: 30px;
  margin-top: 15px;
  border-bottom: none;
  padding: 5px 0 5px;
}
.dialog.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
  font-size: 24px;
}
.dialog.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
  background: url('/monolith-static/img/cian/cross.svg') 0 0 no-repeat;
  opacity: 0.4;
  transition: opacity 150ms;
  top: 5px;
  right: -10px;
}
.dialog.ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close:hover {
  opacity: 0.6;
}
.dialog.ui-dialog .ui-dialog-content.ui-widget-content {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 14px;
  color: #585858;
}
.dialog .ui-dialog-content li.dialog__actions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dialog__actions__item {
  margin-right: 10px;
}
