.article-text *,
.article-text *:before,
.article-text *:after {
  box-sizing: content-box;
}

.article-text a { color: #000; }
.article-text .missing-images {
  background: #C0C0C0; -webkit-border-radius: 3px; border-radius: 3px;
  margin-bottom: 20px; padding: 16px 0 17px; font: bold 14px/17px "Proxima Nova", sans-serif; color: #FFF; text-align: center; -webkit-font-smoothing: antialiased;
}
.article-text .missing_image {
  width: 100px; height: 100px;
  background: rgba(0,0,0,.08);
}
.article-text { max-width: 620px; }
.wide .article-text { max-width: inherit; }

@font-face {
  font-family: 'FuturaPTWebCondMedium';
  src: url('/style-packs/fonts/FTN57__W.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaNewBoldRegular';
  src: url('/style-packs/fonts/futura_new_bold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* OLD
****** */
.article-text a {
  color: #262626;
  padding: 0.45em 0;
  text-decoration: underline;
  }
.article-text a:hover {
  color: #399c72;
  }

.article-text .left {
  text-align: left;
  }
.article-text .center {
  text-align: center;
  }
.article-text .right {
  text-align: right;
  }
.article-text ul,
.article-text ol { margin-top: 0.4em; padding-left: 2.4em; font-size: 13px; margin-bottom: 1.7em; }
.article-text ul li,
.article-text ol li { line-height: 15px; margin-bottom: 0.5em; }
.article-text ol li { list-style-type: decimal; }

.article-text ul>li { text-indent:-1.3em; list-style: none; }
.article-text ul>li:before { content:'\2014\a0'; }

.article-text .img-with-caption {
  display: block;
  line-height:16px;
  }
.article-text .img-with-caption img {
  vertical-align: top;
  }
.article-text .img-with-caption .img-caption {
  display:block;
  position: relative; top: 8px;
  font: 11px/14px "Arial", sans-serif; color: #808080;
  }

.article-text .underline {
  text-decoration: underline;
  }
.article-text .strikethrough {
  text-decoration: line-through;
  }

/* Fonts
******** */
.article-text h2, .article-text h3, .article-text h6, .article-text p {
  margin: 0 0 20px;
  }
.article-text h2 {
  font: 500 32px/32px "FuturaNewBoldRegular", sans-serif; -webkit-font-smoothing: antialiased;
  }
.article-text h3 {
  font: 500 28px/30px "FuturaNewBoldRegular", sans-serif; -webkit-font-smoothing: antialiased;
  }
.article-text h6 {
  font: 10px/18px "FuturaNewBoldRegular", sans-serif; text-transform: uppercase; letter-spacing: 1px; -webkit-font-smoothing:antialiased;
  }
.article-text h2 strong, .article-text h3 strong, .article-text h6 strong, .article-text p.accent strong,
.article-text h1 b, .article-text h2 b, .article-text h6 b, .article-text p.accent b {
  font-family: "FuturaNewBoldRegular", sans-serif; font-weight: normal; -webkit-font-smoothing: antialiased;
  }
.article-text p {
  font: 16px/25px "Georgia", serif;
  }
.article-text p.xlarge { /* pseudotitle */
  font-family: "FuturaNewBoldRegular", sans-serif!important; font-weight: 500; font-size: 22px; -webkit-font-smoothing: antialiased;
  }
.article-text p.large { /* pseudosubtitle */
  font-family: "FuturaNewBoldRegular", sans-serif!important; font-weight: 500; font-size: 18px; -webkit-font-smoothing: antialiased;
  }
.article-text p.condensed { /* Condensed */
  font: 25px/35px "FuturaPTWebCondMedium", sans-serif; text-transform: uppercase;  -webkit-font-smoothing: antialiased;
  }
.article-text p.small { /* small text */
  font-size: 12px; line-height: 18px;
  }
.article-text p.xsmall { /* smallest text */
  font-size: 10px; text-transform: uppercase; letter-spacing: 1px;
  }
.article-text sup {
  position: relative; bottom: 0.4em;
  font-size: 0.6em;
  }
.article-text sub {
  position: relative; bottom: -0.4em;
  font-size: 0.6em;
  }

/* Margins
********** */
.article-text .mb-0 {
  margin-bottom: 0!important;
  }
.article-text .mb-05 {
  margin-bottom: 10px!important;
  }
.article-text .mb-1 {
  margin-bottom: 20px!important;
  }
.article-text .mb-15 {
  margin-bottom: 30px!important;
  }
.article-text .mb-2 {
  margin-bottom: 40px!important;
  }
.article-text .mb-3 {
  margin-bottom: 60px!important;
  }

/* Tables
********* */
.article-text table {
  table-layout: fixed;
  }
/* Align */
.article-text table td {
  vertical-align: top;
  }
.article-text table td.vmid {
  vertical-align: middle!important;
  }
.article-text table td.vbot {
  vertical-align: bottom!important;
  }
/* Grid */
.article-text table.grid {
  margin-bottom: 20px;
  }
.article-text table.grid .gap {
  width: 20px;
  }
.article-text table.grid .x1,
.article-text table.grid .x1 > p,
.article-text table.grid .x1 > li {
  width: 140px;
  }
.article-text table.grid .x2,
.article-text table.grid .x2 > p,
.article-text table.grid .x2 > li {
  width: 300px;
  }
.article-text table.grid .x3,
.article-text table.grid .x3 > p,
.article-text table.grid .x3 > li {
  width: 460px;
  }
.article-text table.grid .x4,
.article-text table.grid .x4 > p,
.article-text table.grid .x4 > li {
  width: 620px;
  }
.article-text table.grid .x5,
.article-text table.grid .x5 > p,
.article-text table.grid .x5 > li{
  width: 780px;
  }
.article-text table.grid .x6,
.article-text table.grid .x6 > p,
.article-text table.grid .x6 > li {
  width: 940px;
  }
/* Thirds */
.article-text table.grid .xt1,
.article-text table.grid .xt1 > p,
.article-text table.grid .xt1 > li {
  width: 190px;
  }
.article-text table.grid .xt2,
.article-text table.grid .xt2 > p,
.article-text table.grid .xt2 > li {
  width: 405px;
  }
.article-text table.grid .xt1 + .gap,
.article-text table.grid .xt2 + .gap {
  width: 25px;
  }
/* Vertical Separated */
.article-text table.grid.ver-separated > tbody > tr > .gap {
  background: url(asset-path('line.gif') center repeat-y;
  }
/* Horizontal Separated */
.article-text table.grid.hor-separated > tbody > tr > td {
  padding: 10px 0!important;
  border-top: 1px dotted #bfbfbf!important;
  }
.article-text table.grid.hor-separated > tbody > tr:first-child > td {
  padding-top: 0!important;
  border: none!important;
  }

/* Separators
************* */
.article-text p.sep {
  position: relative;
  height: 0px;
  font-size: 0px; line-height: 0;
  border-top: 1px solid #262626;
  }
.article-text p.sep-1 { /* Black Line */
  border-color: #4d4d4d;
  }
.article-text p.sep-2 { /* Gray Line */
  border-color: #e3e3e3;
  }
.article-text p.sep-3 { /* Three Astertisks */
  height: 10px;
  background: url('/style-packs/images/v4-sprite.png') center -50px no-repeat;
  border: none;
  }
.article-text p.sep-4 { /* Laquo */
  border-color: #e3e3e3;
  }
.article-text p.sep-4:before {
  content: '';
  position: absolute; left: 50%; top: -11px;
  width: 23px; height: 23px;
  margin-left: -21px;
  background: #fff url('/style-packs/images/v4-sprite.png') center 0 no-repeat; border-left: 10px solid transparent; border-right: 10px solid transparent;
  }
.article-text p.sep-5 { /* Laquo */
  border-color: #e3e3e3;
  }
.article-text p.sep-5:before { /* Raquo */
  content: '';
  position: absolute; left: 50%; top: -11px;
  width: 23px; height: 23px;
  margin-left: -21px;
  background: #fff url('/style-packs/images/v4-sprite.png') center -24px no-repeat; border-left: 10px solid transparent; border-right: 10px solid transparent;
  }
.article-text p.sep-6 { /* Mesh */
  height: 19px;
  background: url('/style-packs/images/v4-sprite.png') 0 -60px repeat-x;
  border: none;
  }
.article-text p.sep-7 { /* Dots */
  height: 1px;
  background: url('/style-packs/images/v4-sprite.png') 0 -80px repeat-x;
  border: none;
  }
.article-text p.sep-8 { /* 65px Gray Line */
  width: 65px!important;
  margin-right: auto; margin-left: auto;
  border-color: #e3e3e3;
  }

/* Look: Person Badge
********************* */
.article-text .look-person-badge {
  position: relative;
  width: 340px;
  margin: -70px auto 0; padding: 25px 40px;
  text-align: center;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2); box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
.article-text .look-person-badge h2 {
  margin-bottom: 5px;
  }
.article-text .look-person-badge h3 {
  margin-bottom: 0;
  font: 16px/25px "Georgia", serif;
  }
.article-text .look-person-badge p {
  margin: 26px 0 0;
  font: 12px/18px "Georgia", serif;
  }

/* Post Badge
************* */
.article-text .aside-post {
  text-align: center;
  padding-bottom: 15px;
  border: 2px solid #edd5b3;
  }
.article-text .aside-post:before {
  content: "Читайте";
  display: block;
  margin: 11px 0 10px;
  font: 10px/25px "FuturaNewBoldRegular", sans-serif; text-transform: uppercase; letter-spacing: 1px; -webkit-font-smoothing: antialiased;
  }
.article-text .aside-post a {
    text-decoration: none;
  }
.article-text .aside-post a:hover {
    text-decoration: underline;
  }
.article-text .aside-post p:first-child {
  margin-bottom: 4px;
  }
.article-text .aside-post img {
  max-width: 110px; max-height: 110px;
  }
.article-text .aside-post .xsmall {
  margin: 0;
  }
.article-text .aside-post h2 {
  max-width: 135px;
  margin: auto;
  font: 500 15px/18px "FuturaNewBoldRegular", sans-serif; text-decoration: none; -webkit-font-smoothing: antialiased;
  overflow: hidden;
  }

/* Place Badge
************** */
.article-text .aside-place {
  text-align: center;
  padding-bottom: 15px;
  border: 2px solid #a8dbc6;
  }
.article-text .aside-place:before {
  content: "Посетить";
  display: block;
  margin: 11px 0 10px;
  font: 10px/25px "FuturaNewBoldRegular", sans-serif; text-transform: uppercase; letter-spacing: 1px; -webkit-font-smoothing: antialiased;
  }
.article-text .aside-place p:first-child {
  margin-bottom: 4px;
  }
.article-text .aside-place img {
  max-width: 110px; max-height: 110px;
  }
.article-text .aside-place .xsmall {
  margin: 0;
  }
.article-text .aside-place h2 {
  max-width: 135px;
  margin: auto;
  font: 500 15px/18px "FuturaNewBoldRegular", sans-serif; text-decoration: none; -webkit-font-smoothing: antialiased;
  overflow: hidden;
  }

/* Event Badge
************** */
.article-text .aside-event {
  text-align: center;
  padding-bottom: 15px;
  border: 2px solid #fbc7b9;
  }
.article-text .aside-event:before {
  content: "Увидеть";
  display: block;
  margin: 11px 0 10px;
  font: 10px/25px "FuturaNewBoldRegular", sans-serif; text-transform: uppercase; letter-spacing: 1px; -webkit-font-smoothing: antialiased;
  }
.article-text .aside-event p:first-child {
  margin-bottom: 6px;
  }
.article-text .aside-event img {
  max-width: 110px; max-height: 110px;
  }
.article-text .aside-event .xsmall {
  margin: 6px;
  font: 14px/1 "FuturaPTWebCondMedium", sans-serif;
  }
.article-text .aside-event h2 {
  max-width: 135px;
  margin: auto;
  font: 500 15px/18px "FuturaNewBoldRegular", sans-serif; text-decoration: none; -webkit-font-smoothing: antialiased;
  overflow: hidden;
  }

/* H&F Custom Quote
******************* */
.hf-custom-quote {
  position: relative;
  min-height: 147px;
  margin: 0!important; padding: 10px 38px;
  letter-spacing: -0.35em; word-spacing: -0.35em;
  border: 3px solid #ffff33;
  }
.hf-custom-quote:before {
  content: ''!important;
  position: absolute; top: -3px; left: -13px;
  width: 13px; height: 14px;
  background: url('/style-packs/images/hf_bubble.gif') no-repeat;
  }
.hf-custom-quote:after {
  content: ''!important;
  position: static;
  display: inline-block;
  width: 0; height: 147px;
  vertical-align: middle;
  background: none;
  }
.hf-custom-quote .xlarge {
  display: inline-block;
  margin: 0;
  font-size: 20px!important; line-height: 22px!important; text-indent: -0.5em; text-transform: uppercase; vertical-align: middle; letter-spacing: 0; word-spacing: 0;
  }

/* Inline Icons
*************** */
.article-text *[class|="inline_icon"] { display: inline-block; background: url('/style-packs/images/v4-inline_icons.png') no-repeat; }
/* Places */
.article-text .inline_icon-place-s { width: 11px; height: 19px; background-position: 0 0; }
.article-text .inline_icon-place-b { width: 30px; height: 30px; background-position: -12px 0; }
/* Numbers */
.article-text img[class|="inline_icon-number"] { width: 23px; height: 23px; }
.article-text .inline_icon-number-0 { background-position: -43px 0; }
.article-text .inline_icon-number-1 { background-position: -67px 0; }
.article-text .inline_icon-number-2 { background-position: -91px 0; }
.article-text .inline_icon-number-3 { background-position: -115px 0; }
.article-text .inline_icon-number-4 { background-position: -139px 0; }
.article-text .inline_icon-number-5 { background-position: -163px 0; }
.article-text .inline_icon-number-6 { background-position: -187px 0; }
.article-text .inline_icon-number-7 { background-position: -211px 0; }
.article-text .inline_icon-number-8 { background-position: -235px 0; }
.article-text .inline_icon-number-9 { background-position: -259px 0; }
.article-text .inline_icon-number-10 { background-position: -283px 0; }
/* Stars */
.article-text img[class|="inline_icon-star"] { width: 15px; height: 15px; }
.article-text .inline_icon-star-on { background-position: -307px 0; }
.article-text .inline_icon-star-off { background-position: -323px 0; }
/* Check-in */
.article-text .inline_icon-checkin { width: 20px; height: 20px; background-position: -339px 0; }
/* Image-Icons */
.article-text .inline_icon-icon-meter { width: 32px; height: 49px; background-position: -360px 0; }
.article-text .inline_icon-icon-rooms { width: 28px; height: 49px; background-position: -393px 5px; }
.article-text .inline_icon-icon-ceiling { width: 36px; height: 49px; background-position: -422px 4px; }
.article-text .inline_icon-icon-storey { width: 52px; height: 49px; background-position: -459px 4px; }
.article-text .inline_icon-icon-employees { width: 54px; height: 49px; background-position: -512px 5px; }
.article-text .inline_icon-icon-time { width: 34px; height: 49px; background-position: -567px 9px; }
.article-text .inline_icon-icon-difficulty { width: 54px; height: 49px; background-position: -602px 26px; }
.article-text .inline_icon-icon-cuisine { width: 40px; height: 49px; background-position: -657px 12px; }
.article-text .inline_icon-icon-serving { width: 55px; height: 49px; background-position: -698px 9px; }
/* Social */
.article-text img[class|="inline_icon-social"] { width: 16px; height: 16px; }
.article-text .inline_icon-social-fb { background-position: -754px 0; }
.article-text .inline_icon-social-vk { background-position: -771px 0; }
.article-text .inline_icon-social-tw { background-position: -788px 0; }
/* Hopes & Fears */
.article-text img[class|="inline_icon-hf"] { height: 33px; vertical-align: -8px; background-image: url('/style-packs/images/v7-inline_icons.png'); }
.article-text .inline_icon-hf-field { width: 25px; background-position: 0 0; }
.article-text .inline_icon-hf-budget { width: 26px; background-position: -26px 0; }
.article-text .inline_icon-hf-preparation { width: 23px; background-position: -53px 0; }
.article-text .inline_icon-hf-date { width: 26px; background-position: -77px 0; }
.article-text .inline_icon-hf-capacity { width: 29px; background-position: -104px 0; }
.article-text .inline_icon-hf-staff { width: 30px; background-position: -134px 0; }
.article-text .inline_icon-hf-address { width: 14px; background-position: -165px 0; }

@media (max-width: 767px) {
  .article-text { margin: 0 10px; }
  .article-text table.grid,
  .article-text table.grid .x1, .article-text table.grid .x1 > p, .article-text table.grid .x1 > li,
  .article-text table.grid .x2, .article-text table.grid .x2 > p, .article-text table.grid .x2 > li,
  .article-text table.grid .x3, .article-text table.grid .x3 > p, .article-text table.grid .x3 > li,
  .article-text table.grid .x4, .article-text table.grid .x4 > p, .article-text table.grid .x4 > li,
  .article-text table.grid .x5, .article-text table.grid .x5 > p, .article-text table.grid .x5 > li,
  .article-text table.grid .x6, .article-text table.grid .x6 > p, .article-text table.grid .x6 > li,
  .article-text table.grid .xt1, .article-text table.grid .xt1 > p, .article-text table.grid .xt1 > li,
  .article-text table.grid .xt2, .article-text table.grid .xt2 > p, .article-text table.grid .xt2 > li {
    display: block;
    width: 100%;
  }

  .article-text img {
    max-width: 100%; height: auto;
    object-fit: contain;
  }
}
