/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.table-defaults {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.clearafter {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}
a {
  color: #1362cf;
  cursor: pointer;
}
.body-inner {
  -webkit-transition: transform 500ms ease 0s;
  -moz-transition: transform 500ms ease 0s;
  -o-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
}
.body-wr {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.body-wr_move-right {
  min-height: 100%;
}
.body-wr_move-right {
  /*.page-header_menu-trigger {
    background: url("@{pathToImg}menu-trigger.png") -60px 0;
  }*/
}
.page-header {
  height: 88px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 80;
  background: #ffffff;
}
.page-header_menu-trigger {
  float: left;
  height: 88px;
  width: 60px;
  background: url("../img/menu-trigger.png") 0 0;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}
.page-header_logo-container {
  display: block;
  height: 88px;
  background: url("//s12.stc.yc.kpcdn.net/share/i/aqua/617ea7e2d942a3ca06dd71eca858d25e.png")
    10px center no-repeat;
  background-size: auto 48px;
  overflow: hidden;
}

.page-header_logo-container.football {
  background-image: url("//s12.stc.yc.kpcdn.net/share/i/cyan/7d5d887f3f8cd7558094084443ca3485.jpg");
}

.page-header_logo-container.logoGrey {
  background: url("//s13.stc.yc.kpcdn.net/share/i/beige/cf1597756d9f61ccc97e8df02f39c8ba.jpg")
    left center no-repeat;
  background-size: contain;
}

.page-header_logo-container.logo-olympic2018 {
  background: url("//s12.stc.yc.kpcdn.net/share/i/cyan/58169a4038a82400e0c930bd6d82701c.jpg")
    left center no-repeat;
  background-size: contain;
}
.page-header_logo-link {
  display: inline-block;
  height: 88px;
}
.page-header_logo {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-nav .mainMenu {
  display: none;
}

.informHeadText + .page-header .mainMenu {
  top: 114px;
}

.mainMenu {
  display: none;
  position: absolute;
  top: 88px;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #40454c;
  color: #fff;
  font-size: 21px;
  -webkit-transition: transform 500ms ease 0s;
  -moz-transition: transform 500ms ease 0s;
  -o-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 0;
}
.mainMenu:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.mainMenu a {
  color: #fff;
  text-decoration: none;
}
.navRegion {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #78838f;
  color: #fff;
  z-index: 100;
  overflow-y: auto;
}
.navRegion .close-popup {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.boxRegion {
  margin: 20px 0 0 0;
}
.boxRegion_title {
  margin: 0 0 20px 0;
  padding: 0 10px;
}
.boxRegion_list {
  margin: 0;
  padding: 0 10px 5px 10px;
}
.boxRegion_list:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.boxRegion_item {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
}
.boxRegion_link {
  display: block;
  color: #fff;
}
.boxRegion_hr {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  height: 1px;
  background: #a1a9b3;
  clear: both;
  list-style: none;
}
.art-list:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.art-cover {
  position: relative;
  top: -1px;
}
.art-cover a {
  color: #fff;
  text-decoration: none;
}
.art-cover_top {
  padding: 0 10px;
  height: 39px;
  background: #e60000;
  border-top: 1px solid #cf0000;
  color: #fff;
  font-size: 24px;
  line-height: 39px;
  text-transform: uppercase;
}
.art-cover_top_text {
  float: left;
}
.art-cover_top_time {
  float: right;
}
.art-cover_photo img {
  width: 100%;
}
.art-cover_title {
  padding: 15px 10px;
  background: #40454c;
  color: #fff;
  font-size: 28px;
}
.art-cover_short-text {
  display: block;
  padding: 15px 10px;
  background: #545d66;
  color: #fff;
  font-size: 18px;
}
.art-cover_short-text p {
  margin: 0 0 5px 0;
}
.art-cover_meta-info {
  color: #abb2bc;
}
.artList_see-also .artBox p {
  display: none;
}
.subsection-title {
  margin: 0 0 15px 0;
  padding: 25px 0 10px 0;
  border-bottom: 1px solid #78838f;
  color: #40454c;
  font-size: 30px;
  text-transform: uppercase;
}
.subsection-title_wr {
  padding: 0 10px;
  clear: both;
}
.subsection-title a {
  color: #40454c;
  text-decoration: none;
}
.artBox {
  margin: 0 0 15px 0;
  padding: 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.artBox:last-child .artBox_container {
  border-bottom: none;
}
.artBox_container {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
  text-decoration: none;
}
.artBox_title {
  margin: 0 0 5px 0;
  color: #1362cf;
  font-size: 26px;
}
.artBox_info {
  float: left;
  position: relative;
  margin: 0 25px 0 0;
  color: #78838f;
  font-size: 16px;
}
.artBox_info_photo {
  padding: 0 0 0 25px;
}
.artBox_info_photo:before {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 12px;
  width: 16px;
  background: url("../img/main_sprite.png") 0 0;
  content: " ";
}
.artBox_info_video {
  padding: 0 0 0 25px;
}
.artBox_info_video:before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  height: 12px;
  width: 16px;
  background: url("../img/main_sprite.png") -17px 0;
  content: " ";
}
.artBox_info_wr {
  display: block;
}
.artBox_info_wr:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.artBox p {
  margin: 0 0 10px 0;
}
.photo-of-the-day-title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 10px;
  height: 40px;
  background: #e60000;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
}
.photo-of-the-day-title_wr {
  position: relative;
  top: 20px;
  clear: both;
  z-index: 10;
}
.photoGallery {
  position: relative;
  margin: 0;
  padding: 0;
}
.photoGallery_item {
  display: block;
  background: #40454c;
  color: #fff;
}
.photoGallery_text {
  padding: 10px 10px;
}
.photoGallery_photo {
  width: 100%;
}
.photoGallery_meta-info {
  padding: 0 0 3px 0;
  color: #78838f;
  font-size: 16px;
}
.photoGallery_meta-info:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.photoGallery_time {
  float: left;
  color: #78838f;
}
.photoGallery_all {
  float: right;
  color: #78838f;
}
.photoGallery p {
  margin: 0 0 10px 0;
}
.photosSection {
  padding: 20px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.photosSection:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.photosSection_photo-link {
  float: left;
  margin: 0 20px 0 0;
  width: 140px;
}
.photosSection_content {
  overflow: hidden;
}
.person {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c7c7c7;
}
.person:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.person_link,
.person_link_avatar {
  text-decoration: none;
}
.person_face {
  float: left;
  margin: 0 15px 0 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  max-width: 100px;
}
.person_info {
  display: block;
  overflow: hidden;
}
.person_post {
  display: block;
  color: #40454c;
}
.person_desc {
  display: block;
  color: #78838f;
  font-size: 12px;
  font-weight: normal;
  word-wrap: break-word;
}
.person_duties {
  display: block;
  color: #c7c7c7;
  font-size: 0.8em;
}
.boxColumnist {
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.boxColumnist_link {
  display: block;
  text-decoration: none;
}
.boxColumnist_title {
  margin: 0 0 15px 0;
  color: #1362cf;
  font-size: 1.2em;
}
.boxColumnist_text {
  color: #40454c;
  font-size: 0.8em;
}
.news24 {
  padding: 0 10px;
}
.news24_link {
  color: #000;
  text-decoration: none;
}
.news24_box {
  display: block;
  position: relative;
  margin: 0 0 15px 70px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news24_title {
  color: #1362cf;
  font-size: 26px;
}
.news24_time {
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  left: -70px;
  font-size: 21px;
  font-style: italic;
}
.mainText {
  padding: 0 10px 10px 10px;
}
.mainText:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.main-article {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.main-article:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.main-article_header {
  margin: 0 0 10px 0;
  padding: 12px 10px;
}
.main-article_header .person {
  padding: 0;
  color: #40454c;
}
.main-article_header .person a {
  color: #40454c;
  text-decoration: none;
}
.main-article_title {
  margin: 0 0 10px 0;
  color: #1362cf;
  font-size: 26px;
}
.main-article_authors {
  margin: 0 0 5px 0;
}
.main-article_meta-info {
  display: block;
  margin: 0 0 20px 0;
  color: #78838f;
}
.main-article_meta-info:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.main-article_time {
  float: left;
  margin: 0 25px 0 0;
}
.main-article_comments {
  float: left;
  position: relative;
  padding: 0 0 0 23px;
}
.main-article_comments:before {
  display: block;
  position: absolute;
  height: 12px;
  width: 14px;
  top: 2px;
  left: 0;
  background: url("../img/main_sprite.png") -34px 0;
  content: " ";
}
.main-article_main-text {
  padding: 0 10px 10px 10px;
}
.main-article p {
  margin: 0 0 20px 0;
}
.main-article .coverImg {
  margin: 0 0 20px 0;
}
.main-article .audio {
  margin: 0 0 20px;
}
.main-article .coverImg img {
  width: 100%;
}
.main-article .coverImg .title {
  margin: 0 0 15px 0;
}
.main-article .coverImg.video {
  margin-bottom: 25px;
}
.main-article .person {
  display: inline;
  border-bottom: none;
  font-weight: bold;
}
.main-article .person:after {
  display: none;
}
.comments_pagination {
  padding: 10px 0;
  text-align: center;
}
.comments_pagination_btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 4px;
  padding: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #989898;
  cursor: pointer;
  line-height: 0.6;
}
.comments_pagination_btn.current {
  border: 1px solid #a1a9b3;
  color: #40454c;
  cursor: default;
}
.comments_up-btn {
  display: block;
  margin: 0 10px 15px 10px;
  height: 40px;
  border: 1px solid #a1a9b3;
  color: #40454c;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}
.boxComment {
  margin: 0 10px 15px 10px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.boxComment:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.boxComment_body {
  font-size: 14px;
  overflow: hidden;
}
.boxComment_user-name {
  display: block;
  color: #1362cf;
  font-size: 22px;
  line-height: 1;
}
.boxComment_date {
  display: block;
  margin: 5px 0 8px 0;
  color: #989898;
  font-size: 14px;
}
.boxComment .avatar_default,
.boxComment .avatar {
  float: left;
  margin: 3px 15px 0 0;
  width: 50px;
}
.boxComment .avatar_default + .avatar_default,
.boxComment .avatar + .avatar_default {
  display: none;
}
.subComment {
  display: none;
  padding: 0 0 0 60px;
}
.subComment .boxComment {
  margin: 0;
  border-bottom: 0;
  font-size: 14px;
}
.coverImg {
  display: block;
  position: relative;
}
.coverImg_info {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #979797;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.coverImg_main .coverImg_info {
  padding: 18px 10px;
}
.coverImg_desc {
  display: block;
}
.coverImg_auth {
  display: block;
  font-weight: bold;
}
.coverImg img {
  display: block;
  position: relative;
  width: 100%;
}
.coverImg .person {
  display: inline;
  color: #979797;
}
.coverImg .person a {
  color: #979797;
}
.answer_btns {
  padding-top: 12px;
}
.btn_comments {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 10px 0 0;
  padding: 0 12px;
  border: 1px solid #a1a9b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 35px;
}
.gray_button {
  display: block;
  height: 35px;
  border: 1px solid #a1a9b3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
}
.red {
  color: #e60000;
}
.padding-on-the-sides {
  padding-left: 10px;
  padding-right: 10px;
}
.photo-disable .person {
  padding: 0;
  border-bottom: none;
}
.photo-disable .person_face {
  display: none;
}
.txt_up {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.blue {
  color: #1362cf;
}
.lazy {
  max-width: 100%;
}
.page-footer {
  padding: 20px 10px;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  color: #b6bdc5;
  clear: both;
  font-size: 20px;
}
.page-footer p {
  margin: 0 0 5px 0;
}
.w100 {
  width: 100%;
}
.rubrics {
  position: relative;
  background: #43474d;
}
.rubrics:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.rubrics_list {
  position: relative;
  margin: 0;
  padding: 0 0 15px 0;
}
.rubrics_list:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.rubrics_item {
  float: left;
  padding: 10px 10px;
  width: 50%;
  min-width: 240px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  font-size: 21px;
  line-height: 1;
}
.rubrics_link {
  color: #fff;
  text-decoration: none;
}
.rubrics h2 {
  margin: 0;
  padding: 10px 10px;
  color: #78838f;
  clear: both;
  font-size: 16px;
  text-transform: uppercase;
}
.hotTopics,
.rapidShift {
  float: left;
  margin: 0;
  padding: 30px 10px;
  width: 50%;
  min-width: 210px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  line-height: 1;
}
.hotTopics:after,
.rapidShift:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.hotTopics_item,
.rapidShift_item {
  padding: 10px 0;
}
.userInfo {
  margin: 0;
  padding: 25px 10px;
  background: #43474d;
  font-weight: bold;
}
.minTools {
  margin: 0;
  padding: 15px 10px;
}
.fullversion {
  display: block;
  padding: 25px 10px;
}
.fullversion:before {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 15px 0 0;
  height: 27px;
  width: 27px;
  background: url("../img/main_sprite.png") -49px 0;
  content: " ";
  vertical-align: top;
}
.cope {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0.5em 0.05em #e5e5e5;
  margin-bottom: 20px;
  overflow: hidden;
}
.cope_header {
  padding: 10px 15px;
  background: #e4f0f4;
  font-size: 20px;
}
.cope_header:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.cope_date {
  float: left;
}
.cope_tw-link {
  float: right;
  color: #1362cf;
  text-decoration: none;
}
.cope_author {
  margin: 0 0 15px 0;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.cope_author:after {
  display: block;
  content: ".";
  height: 0;
  overflow: hidden;
  clear: both;
}
.cope_photo {
  display: block;
  margin: 0 0 15px 0;
}
.cope_photo_link {
  display: block;
  color: #78838f;
  text-decoration: none;
}
.external-video {
  position: relative;
}
/*
 * 	Core Carousel CSS File
 */
/* clearfix */
.mew-carousel .mew-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.mew-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.mew-carousel .mew-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.mew-carousel .mew-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.mew-carousel .mew-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.mew-carousel .mew-item {
  float: left;
}
.mew-controls .mew-page,
.mew-controls .mew-buttons div {
  cursor: pointer;
}
.mew-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.mew-carousel .mew-wrapper,
.mew-carousel .mew-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.mew-theme .mew-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.mew-theme .mew-controls .mew-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #9f9f9f;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.mew-theme .mew-controls.clickable .mew-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.mew-theme .mew-controls .mew-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.mew-theme .mew-controls .mew-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #9f9f9f;
}
.mew-theme .mew-controls .mew-page.active span,
.mew-theme .mew-controls.clickable .mew-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.mew-theme .mew-controls .mew-page span.mew-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media screen and (max-width: 500px) {
  body .page-header_logo-container {
    background: url(//s12.stc.yc.kpcdn.net/share/i/aqua/617ea7e2d942a3ca06dd71eca858d25e.png)
      5px center no-repeat;
    background-size: auto 32px;
  }
}

@media screen and (max-width: 480px) {
  .art-cover_top {
    font-size: 20px;
  }
  .boxRegion_link {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 640px) {
  .rubrics:before {
    display: block;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    width: 1px;
    background: #434a52;
    content: " ";
  }
}

/* 404 */
.errorPage {
  position: relative;
  margin: 70px 0 0;
  padding: 80px 0 0;
}
.errorPage:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50px;
  background: url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4A4DD75E/adaptive/img/icons/404s.svg")
    50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.errorPage .main-column-content {
  margin-bottom: 15px;
}
.errorPage .errorPage-title {
  margin-bottom: 35px;
  font-family: "TT Prosto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.errorPage .subtitle {
  margin: 0 10px 20px;
  padding: 30px 0 15px;
  border-bottom: 1px solid #d2d2d2;
  font-family: Helvetica, sans-serif;
  font-size: 23px;
  color: #40454c;
}

.todo-list {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.todo-item {
  margin: -1px 0 0;
  padding: 30px 10px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.todo-link {
  display: block;
  position: relative;
  padding-left: 35px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #565d66;
}
.todo-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 18px;
  margin-top: -9px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
}
.todo-link.todo--homepage:before {
  background-image: url(../img/icons/home.svg);
}
.todo-link.todo--feedback:before {
  background-image: url(../img/icons/help.svg);
}

.errorPage h2.todo-title {
  margin: 0 0 19px;
  padding: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.errorPage .socialTitle {
  margin: 0 0 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
}

.errorPage .socialGroup {
  background: transparent;
  list-style: none;
  margin: 0;
  padding: 0 0 10px;
  font-size: 0;
}

.errorPage .socialGroup li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px;
  font-size: 18px;
}

.errorPage .socialGroup .ico {
  display: block;
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  margin: 0 1em 22px 0;
  border: 1px solid #9b9b9b;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
}
.errorPage .telegramImg {
  background-image: url(../img/icons/telegram.svg);
}
.errorPage .mmImg {
  background-image: url(../img/icons/mm.svg);
}
.errorPage .stImg {
  background-image: url(../img/icons/instagram_ico.svg);
}
.errorPage .gpImg {
  background-image: url(../img/icons/gp.svg);
}
.errorPage .fbImg {
  background-image: url(../img/icons/fb.svg);
}
.errorPage .odImg {
  background-image: url(../img/icons/ok.svg);
}
.errorPage .twImg {
  background-image: url(../img/icons/tw.svg);
}
.errorPage .vkImg {
  background-image: url(../img/icons/vk.svg);
}
.errorPage .rsImg {
  background-image: url(../img/icons/rss.svg);
}
.errorPage .vbImg {
  background-image: url(../img/icons/viber.svg);
}

.page-footer P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #9b9b9b;
}

/***social icons***/
.errorPage .mmImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B31EE2F/lite/img/icons/mm.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .stImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B2A5651/lite/img/icons/instagram_ico.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .gpImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B30D72E/lite/img/icons/gp.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .fbImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4A4F9B0B/lite/img/icons/fb.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .odImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4A50A758/lite/img/icons/ok.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .twImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B2C72E4/adaptive/img/icons/tw.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .vkImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B2B7DFA/lite/img/icons/vk.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage.rsImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B2484D8/lite/img/svg/menu-rss.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}
.errorPage .vbImg {
  background: transparent
    url("//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4B33408A/lite/img/icons/viber.svg")
    no-repeat 0 0;
  background-size: contain;
  display: inline-block;
}

/******/
.main-article_breadcrumbs a {
  margin-right: 10px;
  display: inline-block;
}
.art-cover {
  margin-bottom: 20px;
}
.hotTopics a {
  border-left: 4px solid #a3a9b3;
  padding-left: 5px;
}
.hotTopics .pink {
  border-left: 4px solid #e752b8;
}
.hotTopics .blue {
  border-left: 4px solid #00769d;
}
.hotTopics .red {
  border-left: 4px solid #bf1c0b;
}
.hotTopics .orange {
  border-left: 4px solid #ff580e;
}
.hotTopics .black {
  border-left: 4px solid #40454c;
}
.hotTopics .yellow {
  border-left: 4px solid #eca60f;
}
.hotTopics .light-blue {
  border-left: 4px solid #0061e5;
}
.hotTopics .green {
  border-left: 4px solid #197b30;
}
.hotTopics .purple {
  border-left: 4px solid #7100e5;
}
.hotTopics .grey {
  border-left: 4px solid #989898;
}
.hotTopics .purple {
  border-left: 4px solid #7100e5;
}
.hotTopics .purple {
  border-left: 4px solid #009a91;
}

.footer {
  color: #a3a9b3;
  font-size: 0.8em;
  padding: 0 10px 5px 10px;
}

input#menu {
  opacity: 0;
  position: absolute;
}
input#menu:checked + .mainMenu {
  display: block;
  z-index: 1000;
}

/*****Поиск********/
.searchImg {
  display: inline-block;
  float: right;
  height: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin-right: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 62px;
  cursor: pointer;
}

.searchImg > i {
  background: transparent
    url("//s15.stc.yc.kpcdn.net/share/i/aqua/01824c97d0f7c09a676324629044003a")
    no-repeat center bottom;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.searchImg.active > i {
  background: transparent
    url("//s15.stc.yc.kpcdn.net/share/i/cyan/dbce9c3bd207e839d9ac40af048f6020")
    no-repeat center 24px;
  opacity: 0.9;
  background-size: 33px auto;
}

.searchImg:after {
  content: "поиск";
  font-family: "Open Sans Semibold", Arial, sans-serif;
  font-weight: 600;
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0;
}
.searchImg.active {
  background: #f0f0f0;
}

.searchBlock {
  display: none;
}

.searchBlock.active {
  display: block;
  top: 88px;
  background: #f0f0f0;
  padding: 10px;
  left: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e1e3e6;
  height: 60px;
}

.formSearch {
  height: 100%;
}

/**********************/

.searchPopap {
  display: none;
  position: fixed;
  top: 148px;
  display: none;
  left: 0;
  bottom: 0;
}

.searchPopap.active {
  display: block;
  background: #ffffff;
  z-index: 70;
  width: 100%;
}

.searchPopap .searchTitle {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}

.searchPopap .container {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.all_search-inp {
  height: 100%;
}

.all_search-inp .inp_text {
  border: none;
  width: 100%;
  padding: 12px 58px 9px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff !important;
  font-size: 14px;
  height: 100%;
}

.all_search-inp .inp_subm {
  background: transparent
    url(//s12.stc.yc.kpcdn.net/share/i/aqua/027457f632f6faf7c8c0fdb9fa862b75)
    no-repeat center center;
  background-size: auto 20px;
  width: 35px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 20;
  border: none;
}

.bodySearch {
  position: absolute;
  top: 66px;
  bottom: 0;
  left: 0;
  right: 0;
}

/****Панорама*****/
.panoramaPreview .title {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 15px 0 0 0;
  padding: 0;
}

.panoramaPreview .desc {
  font-family: OpenSans;
  font-size: 12px;
  color: #505050;
  letter-spacing: 0;
  margin: 4px 0 0 0;
  padding: 0;
}

.panoramaPreview .headPanorama {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

.panoramaPreviewImage .buttonpopap {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3)
    url("//s12.stc.yc.kpcdn.net/share/i/ivory/c300e1f368680f4687e2ea03c618c52c")
    no-repeat center center;
  background-size: 53px auto;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  text-indent: -10000px;
}

.gigapanPopap.active {
  opacity: 1;
  top: 0;
}

.gigapanPopap {
  position: fixed;
  z-index: 2000;
  padding: 0;
  margin: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  display: block;
  opacity: 1;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -ms-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}

.gigapanPopap.active .shadow {
  display: none;
}

.gigapanPopap .container {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100%;
}

.gigapanPopap .close {
  position: absolute;
  right: 20px;
  top: 0;
  background: transparent;
  z-index: 200;
  color: #40454c;
  opacity: 1;
  width: 200px;
  border: none;
  background: transparent
    url(//s01.stc.yc.kpcdn.net/s0/v-0005D1CC4A3C23FF/adaptive/img/icons/close_menu.svg)
    no-repeat center right;
  cursor: pointer;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  height: 79px;
  line-height: 80px;
  display: block;
  text-align: right;
  padding-right: 30px;
}

.panoramaPreviewImage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.pos_a {
  position: absolute;
}
.vh {
  visibility: hidden;
}
.oh {
  overflow: hidden;
}

.m0 {
  margin: 0 !important;
}
.mb_1 {
  margin: 0 0 1em 0 !important;
}

.bb_non {
  border-bottom: none !important;
}
.brt_CCCCCC {
  border-top: 2px solid #cccccc;
}
.brb_CCCCCC {
  border-bottom: 2px solid #cccccc;
}

.mb15px {
  margin-bottom: 15px;
}

.w100 {
  width: 100%;
}

.pe_non {
  pointer-events: none;
}

.db {
  display: block;
}

/*****/
.c_78838f {
  color: #78838f;
}
.c_565D66 {
  color: #565d66;
}
.c_40454c {
  color: #40454c;
}
.c_000 {
  color: #000000;
}
.c_0f6bc1 {
  color: #0f6bc1;
}
.c_fff {
  color: #ffffff;
}
.c_inherit {
  color: inherit;
}

.bg_f5f5f5 {
  background: #f5f5f5;
}

.txt_up {
  text-transform: uppercase;
}
.txt_cup {
  text-transform: capitalize;
}
.fw_bold {
  font-weight: bold;
}

h2.title {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  font-family: Verdana, Arial, sans-serif;
  background: none repeat scroll 0% 0% #f4f4f4;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}

h2.subtitle {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25em;
  font-family: "Open Sans Condensed", Verdana, sans-serif;
  border-bottom: 2px solid #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
}

.informHeadText {
  font-size: 8px;
  color: #445c69;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  display: block;
  background: #e6edf1;
  padding: 7px 10px 5px 10px;
  line-height: 13px;
  text-align: center;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}

.yellowTagLink {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  background: #ffd61f;
  line-height: 22px;
  height: 20px;
  padding: 0 8px;
  color: #000;
  border-radius: 5px;
  overflow: hidden;
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 8px;
  text-decoration: none;
}

.yellowTagLink:hover {
  opacity: 0.8;
}

/******countryMark******/

.countryMark {
  font-size: 13px;
  color: #9b9b9b;
  white-space: nowrap;
  height: 17px;
  line-height: 17px;
  letter-spacing: 0;
  padding-right: 45px;
  display: inline-block;
  margin-bottom: 20px;
}
.countryMark.by {
  background: transparent
    url("//s12.stc.yc.kpcdn.net/share/i/beige/4cfb1e73d019b011ac80172e9a6bf303.png")
    no-repeat right center;
  background-size: 30px auto;
}
.article .countryMark {
  margin-right: 20px;
}

/******authorSection******/

.authorSectionWrapper {
  background-color: #d4d9dc;
}

.authorSectionInner {
  background-color: white;
  margin: 10px;
}

.authorAvatar {
  margin-right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.authorNameWrap {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}

.authorJob {
  font-size: 17px;
  line-height: 23px;
}

.firstLetter {
  width: 100px;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  text-transform: uppercase;
}

.listContainer {
  width: 100%;
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  margin-top: 25px;
}

.arrowTopContainer {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid gray;
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: white;
}

.arrowTop {
  height: 30px;
  width: 30px;
  padding: 10px;
}

.delimiter {
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #d4d9dc;
}

.listWrapper {
  padding: 20px 30px;
}

.filterLetter {
  font-size: 19px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 6px;
}

.filterContainer {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 15px;
}

.filterTitle {
  font-size: 23px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  background-color: #1362cf;
  text-align: center;
  padding: 8px 15px;
  display: block;
}

.authorSocialBtn {
  border: 1px solid #d4d9dc;
  border-radius: 50px;
  display: inline-block;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  padding-top: 2px;
}

.authorSocialBtn:first-child {
  margin-left: 0px;
}

.authorSocialBtnContainer {
  margin-left: 15px;
  display: inline-block;
}

.authorAvatarContainer {
  vertical-align: top;
}

.emptyAuthorAvatarPlaceholder {
  width: 120px;
  height: 100px;
}

@media (max-width: 767px) {
  .authorAvatar {
    margin-right: 10px;
    width: 55px;
    height: 55px;
  }

  .authorNameWrap {
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
  }

  .authorJob {
    font-size: 16px;
    line-height: 19px;
  }

  .firstLetter {
    width: 35px;
    font-size: 28px;
    line-height: 34px;
  }

  .listContainer {
    padding-left: 35px;
  }

  .authorSocialBtnContainer {
    display: block;
    margin: 10px 0;
  }

  .filterLetter {
    padding: 3px 14px;
  }

  .filterContainer {
    height: 32px;
    margin-right: 0px;
  }

  .emptyAuthorAvatarPlaceholder {
    width: 65px;
    height: 100px;
  }
}
