.un h3 {
  margin-bottom: 5px;
}

.gidm-ias-uninode-image {
  margin-right: 30px;
}
.gidm-ias-uninode-image-thumb {
  overflow: hidden;
  position: relative;
}

.un-body {
  line-height: 1.5;
  font-size: 14px;
  margin: 17px 0;
}
.un-body p {
  margin-bottom: 11px;
  text-align: justify;
}
.un-body ul {
  margin-bottom: 10px;
}
.un-body ul {
  margin-left: 20px;
}
.un-body li {
  margin-bottom: 5px;
}
.un-body li:before {
  content: "— ";
}

/**
 * Выпадающий список перехода по абзацам.
 */
.unp-selector {
  background-color: #f1f1f1;
  padding: 11px 13px;
  position: relative;
  margin-bottom: 10px;
}
.unp-selector .selector {
  display: none;
  background-color: #FFF;
  border: 1px solid #FFF;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 11px 0;
  -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
  box-shadow: 0 0 18px rgba(0,0,0,0.4);
}
.unp-selector h3 {
  border: 1px solid #c3c3c3;
  margin: 0;
  padding: 4px 8px 8px 6px;
  color: #2e2e2e;
  font-size: 19px;
  background-color: #FFF;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.unp-selector h3 img {
  position: relative;
  top: 4px;
  margin-left: 10px;
}
.unp-selector .selector h3 {
  border: 1px none;
  margin: 0 13px;
}
.unp-selector ul {
}
.unp-selector li {
}
.unp-selector li a {
  color: #2e2e2e;
  text-decoration: none;
  display: block;
  margin: 3px 0;
  padding: 3px 20px;
}
.unp-selector li a:hover {
  background-color: #f1f1f1;
}

/**
 * Универсальный абзац типа "текст".
 */
.unp {
  line-height: 1.5;
  margin: 17px 0;
}
.unp h3 {
  text-transform: uppercase;
}
.unp h3 span {
  text-transform: none;
}
.unp-image-wrapper {
  line-height: 0;
  margin: 13px 0 0;
}
.unp-image-wrapper > div {
  float: left;
}
.unp-image-wrapper.border > div {
  padding: 1px;
  border: 3px solid #cdcdcd;
}
.unp-image-wrapper.top {
  margin-bottom: 13px;
}
.unp-image-wrapper.left {
  float: left;
  margin: 0 10px 10px 0;
}
.unp-image-wrapper.right {
  float: right;
  margin: 0 0 10px 10px;
}
.unp-image-wrapper img {
  width: 100%;
  height: auto;
}
.unp-image-wrapper.center {
  text-align: center;
}
.unp-image-wrapper.center > div {
  float: none;
}
.unp-image-wrapper.center img {
  width: auto;
}
.mobile-view .unp-image-wrapper.center img {
  width: 100%;
}
.unp-image-wrapper .hint {
  position: relative;
}
.unp-image-wrapper .hint > div {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #FFF;
  font-style: italic;
  line-height: 1;
  padding: 6px 20px 9px;
  font-size: 16px;
}
.unp p {
  margin-bottom: 11px;
  text-align: justify;
}
.unp ul {
  margin-bottom: 10px;
}
.unp-t ul {
  margin-left: 20px;
}
.unp-t li {
  margin-bottom: 5px;
}
.unp-t li:before {
  content: "— ";
}

/**
 * Универсальный абзац типа "баннер".
 */
.unp-b .content {
  border: 3px solid #CDCDCD;
  display: block;
  padding: 11px 13px;
}
.unp-b .content.link {
  cursor: pointer;
}
.unp-b .content.link:hover {
  border-color: #fac200;
}
.unp-b .content.link:hover a {
  text-decoration: underline;
}
.unp-b td {
  padding: 0;
}
.unp-b .left {
  padding-right: 10px;
  width: 10%;
  line-height: 0;
}
.unp-b img {
  border: 5px solid #FFF;
}
.unp-b .right {
  vertical-align: top;
}
.unp-b a:hover {
  text-decoration: underline;
}
.unp-b .title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
.unp-b .text {
  color: #949393;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}

/**
 * Универсальный абзац типа "галерея изображений".
 */
#igallery-images .form-textarea, #igallery-images .form-text {
  width: 95%;
}

.unp-ig h3 {
  margin-bottom: -2px;
}
.unp-ig h3 span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.unp-ig h3 span.left {
  float: left;
}
.unp-ig h3 span a {
  color: #262626;
  text-decoration: none;
}
.unp-ig h3 span a:hover {
  text-decoration: underline;
}
.unp-ig-ajax h3 span a {
  border-bottom: 1px dashed #262626;
}
.unp-ig-ajax h3 span a:hover {
  text-decoration: none;
  border-bottom-style: none;
}
.unp-ig h3 span i {
  color: #7e7e7e;
  font-style: normal;
}
.unp-ig-preview .ig {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.unp-ig-preview .title {
  white-space: normal;
}

.unp-ig .content {
  border-top: 1px solid #cdcdcd;
}
.ig {
  list-style-type: none;
  padding-top: 16px;
  line-height: 0;
  font-size: 0;
  text-align: justify;
  margin: 0 -19px 0 0;
}

.ig-thumb li {
  display: inline-block;
  margin: 0 19px 15px 0;
  vertical-align: top;
  width: 161px;
  text-align: left;
}
.ig-thumb .image {
  width: 161px;
  height: 115px;
  margin-bottom: 5px;
  background-color: #eeeeee;
  position: relative;
}

.ig-preview li {
  margin: 0 0 20px;
}
.ig-preview .unp-image-wrapper {
  margin: 0;
}

.ig li.hidden {
  display: none;
}
.ig .image a {
  text-decoration: none;
}
.ig .image img {
  display: block;
  margin: 0 auto;
}
.ig .title {
  color: #464646;
  font-size: 12px;
  line-height: 1.1;
}

/* Галерея изображений Instagram */
.ig-instagram {
  margin-right: -33px;
}
.ig-instagram li {
  display: inline-block;
  margin: 0 33px 15px 0;
  vertical-align: top;
  width: 150px;
  text-align: left;
}
.ig-instagram .image {
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
  background-color: #eeeeee;
  position: relative;
}
.htag {
  color: #999;
}

.mfp-instagramm .mfp-bottom-bar {
  background-color: #FFF;
}
.mfp-instagramm .mfp-title {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.mfp-instagramm .mfp-title p {
  margin-top: 7px;
}
.mfp-instagramm .mfp-title p:first-child {
  margin-top: 10px;
}

/**
 * Универсальный абзац типа "таблица-прайс".
 */
.unp-pt-table caption {
  padding: 3px 10px;
  color: #FFF;
  background-color: #303030;
  font-size: 15px;
  font-weight: bold;
}
.unp-pt-table th {
  border-bottom: 3px solid #323232;
  padding: 2px 10px;
  color: #464646;
  vertical-align: middle;
  white-space: nowrap;
}
.unp-pt-table td {
  padding: 10px;
  color: #464646;
}
.unp-pt-table td:last-child {
  font-weight: bold;
}
.unp-pt-table tr.odd, .unp-pt-table tr.even {
  border-bottom: 2px solid #FFF;
}
.unp-pt-table tr.odd {
  background-color: #FFF;
}
.unp-pt-table tr.even {
  background-color: #f4f4f4;
}
.unp-pt-table.wo-header tr.odd {
  background-color: #f4f4f4;
}
.unp-pt-table.wo-header tr.even {
  background-color: #FFF;
}
.unp-pt-table tr.new {
  background-color: #f4edd4;
}

/**
 * Универсальный абзац типа "файлы".
 */
.unp-a-table caption {
  padding: 3px 14px 3px 29px;
  color: #FFF;
  background: #252423 url( 'images/unp-a-caption.gif') 14px center no-repeat scroll;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.unp-a-table tr, .unp-a-table tr.odd, .unp-a-table tr.even {
  background-color: #eeebe7;
  border-top: 2px solid #FFF;
}
.unp-a-table td {
  padding: 4px 14px;
  color: #464646;
  font-size: 14px;
}
.unp-a-table td.file {
  font-size: 12px;
  width: 200px;
}
.unp-a-table td.file a {
  color: #006db9;
}
.unp-a-table td.file a:hover {
  color: #C30B13;
}


/**
 * Image anchor element.
 */
table.image-anchor {
  margin: 0;
  width: auto;
}
table.image-anchor tr.even,
table.image-anchor tr.odd {
  background: none;
}
table.image-anchor td {
  border: 1px solid #CCC;
}

.warning {
  color: #c3010f;
  font-size: 12px;
}

.hr {
  border-top: 1px dashed #CDCDCD;
  margin: 20px 0 10px;
}

/* Landing pages */
.lnd .row {
  margin-bottom: 30px;
}
.lnd h1 {
  line-height: 1.3;
}
.lnd .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.lnd .unp {
  margin-bottom: 0;
}
.btn {
  background-color: #f72459;
  border: 0 none;
  box-shadow: 0 3px #d81e4d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  border-radius: 25px;
  margin-top: 11px;
  position: relative;
  width: 317px;
  cursor: pointer;
}
.btn img {
  position: absolute;
  right: -11px;
  top: -80px;
}

.lnd .text {
  background-color: #6abde8;
  color: #FFF;
  text-align: center;
  padding: 29px 20px 31px;
  line-height: 1.2;
}
.t24 {
  font-size: 24px;
}
.t17 {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.2;
}
.lnd-ul3 li {
  width: 210px;
  min-height: 170px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 18px 35.5px 18px 0;
  zoom: 1;
  *display: inline;
  _height: 170px;
}
.lnd-ul3 li:nth-child(3n) {
  margin-right: 0;
}
.lnd-ul3 img {
  border: 1px solid #000;
}
.lnd-ul3 .title {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}
.btn3 {
  background-color: #f72459;
  border: 0 none;
  box-shadow: 0 3px #d81e4d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 34px;
  border-radius: 17px;
  margin-top: 11px;
  position: relative;
  width: 180px;
  cursor: pointer;
}
.frm {
  width: 320px;
  border: 3px solid #FFF;
  padding: 35px 25px;
  border-radius: 10px;
  margin: 0 auto;
}
.frm input {
  border: 1px none;
  height: 40px;
  width: 270px;
  border-radius: 5px;
  font-size: 17px;
  margin-bottom: 19px;
  padding: 0 10px;
}
.frm input:last-child {
  margin-bottom: 0;
}
.c {
  text-align: center;
}
.b {
  font-weight: bold;
}
.bb {
  padding-bottom: 7px;
  border-bottom: 1px solid #c7c7c7;
}
.lnd-ulm {
  text-align: left;
  margin-top: 30px;
  position: relative;
}
.lnd-ulm .tb {
  display: table;
  width: 100%;
  height: 40px;
  font-size: 17px;
  text-align: left;
  margin-bottom: 20px;
}
.lnd-ulm .tc {
  display: table-cell;
  font-size: 17px;
  vertical-align: middle;
  min-height: 40px;
  line-height: 1.3;
}
.lnd-ulm .tc:nth-child(2) {
  padding-left: 15px;
}
.lnd-ulm .m {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #d8b744;
  border-radius: 20px;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 40px;
}
.lnd .unp-ig {
  margin-top: 10px;
}
.lnd .unp-ig .content {
  border-top: 1px none;
}
.lnd .phone {
  float: right;
  font-size: 19px;
  color: #e42052;
}