@font-face {
  font-family: 'museo_sans_cyrl_300';
  src: url('../fonts/museosanscyrl/museosanscyrl-300.eot');
  src: url('../fonts/museosanscyrl/museosanscyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl/museosanscyrl-300.woff2') format('woff2'), url('../fonts/museosanscyrl/museosanscyrl-300.woff') format('woff'), url('../fonts/museosanscyrl/museosanscyrl-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'museo_sans_cyrl_500';
  src: url('../fonts/museosanscyrl/museosanscyrl-500.eot');
  src: url('../fonts/museosanscyrl/museosanscyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl/museosanscyrl-500.woff2') format('woff2'), url('../fonts/museosanscyrl/museosanscyrl-500.woff') format('woff'), url('../fonts/museosanscyrl/museosanscyrl-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'museo_sans_cyrl_900';
  src: url('../fonts/museosanscyrl/museosanscyrl-900.eot');
  src: url('../fonts/museosanscyrl/museosanscyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/museosanscyrl/museosanscyrl-900.woff2') format('woff2'), url('../fonts/museosanscyrl/museosanscyrl-900.woff') format('woff'), url('../fonts/museosanscyrl/museosanscyrl-900.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vkontakte:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-tamtam {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 44.7 50" xml:space="preserve"><path d="M17.9 44.9l-6.6 4.5c-0.7 0.5-1.2 0.2-1.2-0.6l0-7.1c-5.9-4-9.8-10.8-9.8-18.6 0-12.4 9.8-22.4 22-22.4 12.2 0 22.1 10 22.1 22.3 0 12.4-9.8 22.4-22 22.4C20.9 45.3 19.4 45.2 17.9 44.9M32.5 23.6l-20.2 0c0 5.6 4.5 10.2 10.1 10.2S32.5 29.3 32.5 23.6"/></svg>') center no-repeat;
  background-size: auto 100%;
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.fa-tamtam path {
  fill: red;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.social-grid__item {
  min-height: 300px;
}
@media (max-width: 679px) {
  .social-grid__item {
    margin-bottom: 20px;
    min-height: auto;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin-bottom: 210px;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-moz-keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes blink {
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.opacity_blink {
  -webkit-animation: blink 1.5s linear infinite;
  -moz-animation: blink 1.5s linear infinite;
  animation: blink 1.5s linear infinite;
}
.online_video {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c00;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  text-indent: 30px;
  font-size: 12px;
  white-space: nowrap;
  line-height: 20px;
}
#modal_signin {
  z-index: 1100;
}
/**
 * Верхний баннера
 */
.promo_top_banner {
  text-align: center;
  background-color: #094994;
}
.promo_top_banner__inner {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.promo_top_banner__inner > div > div {
  padding: 20px;
}
/**
 * Цитата
 */
.blockquote {
  border: 0;
  padding: 0 0 0 60px;
  position: relative;
}
.blockquote__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  float: left;
}
.blockquote__img {
  display: none;
}
.blockquote > p {
  font-size: 26px;
  line-height: 30px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.blockquote:before {
  content: '«';
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 64px;
  color: #094994;
  position: absolute;
  left: 0;
  top: -30px;
}
.blockquote__footer {
  line-height: 70px;
}
.blockquote__footer:before {
  display: none;
}
.blockquote__footer cite {
  font-style: normal;
  color: #333;
}
.label {
  display: inline-block;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: normal;
  border-radius: 1em;
  line-height: 1;
  padding: 0.25em 0.33333333em;
}
.label-default {
  background-color: transparent;
  border: 1px solid #fff;
}
.label-teamrussia {
  background-image: -webkit-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: -o-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: linear-gradient(to right, #e53229 0%, #094994 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe53229', endColorstr='#ff094994', GradientType=1);
  color: #fff;
  text-decoration: none;
}
.label-muted {
  color: #ccc;
  border: 1px solid #ccc;
  padding-left: 12px;
  padding-right: 12px;
}
.title_size_3 {
  font-size: 22px;
}
.loading {
  opacity: .7;
  background-image: -webkit-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(135deg, transparent 25%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.25) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25));
  background-size: 36px 36px;
  -webkit-animation: loading 2s linear infinite forwards;
  -moz-animation: loading 2s linear infinite forwards;
  animation: loading 2s linear infinite forwards;
}
h2,
.h2 {
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -1px;
  position: relative;
}
h2 .btn,
.h2 .btn {
  font-weight: normal;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  position: relative;
  top: -5px;
  vertical-align: baseline;
}
h2 .btn.btn-link,
.h2 .btn.btn-link {
  color: #333;
}
h2 .btn:first-child,
.h2 .btn:first-child {
  margin-left: 15px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
h3,
.h3 {
  margin-bottom: 20px;
}
h5,
.h5 {
  font-weight: normal;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 18px;
}
h5 .btn,
.h5 .btn {
  vertical-align: baseline;
}
.half {
  width: 50%;
}
.nav > li > a {
  color: #fff;
}
.nav > li > a:hover {
  color: #e6e6e6;
  background-color: transparent;
}
textarea.form-control {
  border-radius: 10px;
}
.site-logo,
.woocommerce .site-logo {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -140px;
}
.site-logo__img,
.woocommerce .site-logo__img {
  height: 80px !important;
}
@media (max-width: 999px) {
  .site-logo,
  .woocommerce .site-logo {
    margin-left: -122px;
  }
  .site-logo__img,
  .woocommerce .site-logo__img {
    height: 70px !important;
  }
}
@media (max-width: 679px) {
  .site-logo__img,
  .woocommerce .site-logo__img {
    height: 70px !important;
  }
}
.breadcrumbsholder {
  min-height: 0;
}
.breadcrumbs {
  font-size: 14px;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  color: #999;
  padding-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs__item_shorted {
  font-size: 0;
}
.breadcrumbs__item_shorted:before {
  content: '...';
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs__item_shorted:hover {
  font-size: inherit;
}
.breadcrumbs__item_shorted:hover:before {
  display: none;
}
@media (max-width: 679px) {
  .breadcrumbs {
    max-width: 360px;
  }
}
.breadcrumbs a {
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.tax-sport .breadcrumbs {
  margin-left: 20px;
}
.tax-event_category .breadcrumbs,
.single-event .breadcrumbs {
  margin-bottom: 20px;
}
.single-game .breadcrumbs,
.tax-sport .breadcrumbs,
.single-magazine .breadcrumbs,
.single-news .breadcrumbs,
.page-id-30 .breadcrumbs {
  margin-bottom: -30px;
  position: absolute;
  z-index: 2;
  color: #fff;
}
.single-game .breadcrumbs a,
.tax-sport .breadcrumbs a,
.single-magazine .breadcrumbs a,
.single-news .breadcrumbs a,
.page-id-30 .breadcrumbs a {
  color: #fff;
}
.term-letnie-vidy-sporta .breadcrumbs,
.term-zimnie-vidy-sporta .breadcrumbs {
  position: relative;
  margin: 0;
  color: #888;
}
.term-letnie-vidy-sporta .breadcrumbs a,
.term-zimnie-vidy-sporta .breadcrumbs a {
  color: #888;
}
.single-sportsman .breadcrumbs {
  margin-top: 0px;
  z-index: 30;
  position: absolute;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 0 4px;
}
.single-sportsman .breadcrumbs a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 0 4px;
}
@media (max-width: 679px) {
  .single-sportsman .breadcrumbs {
    display: none;
  }
}
@media (max-width: 679px) {
  .single-video .breadcrumbs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.ocr_grid_content .breadcrumbs {
  color: #999;
}
.ocr_grid_content .breadcrumbs a {
  color: #999;
}
.ocr_header_post .breadcrumbs {
  font-size: 14px;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  color: #fff;
}
.ocr_header_post .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.ocr_header_post .breadcrumbs a:hover {
  text-decoration: underline;
}
.gameslide {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 60px;
}
.gameslide.swiper-button-prev {
  left: 20px;
  top: 250px;
  background-size: 20%;
  z-index: 2;
}
.gameslide.swiper-button-next {
  right: 20px;
  top: 250px;
  background-size: 20%;
  z-index: 2;
}
.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.single-game .facts h2 {
  font-size: 26px;
}
.sportsman_hidemore {
  display: none;
}
.sportsman_showall a {
  color: #094994;
  border-bottom: 1px dashed;
}
.sportsman_showall a:hover {
  color: #e53229;
}
.post_author_separator {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  width: 2px;
  background-color: #fff;
  height: 15px;
}
.games_list {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.games_list li {
  display: inline-block;
  list-style: none;
}
.games_list li a {
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 20px;
}
.games_list li.active a {
  background-color: #094994;
}
.btn-sm {
  border-radius: 15px;
  padding: 3px 14px;
  font-size: 16px;
}
.popover {
  color: #fff;
}
.popover-content {
  font-size: 14px;
  padding: 10px 26px 10px 16px;
}
.leave-feedback {
  width: 40px;
  height: 160px;
  border-radius: 10px 0 0 10px;
  color: #fff;
  background-color: #094994;
  position: fixed;
  right: 0px;
  bottom: 120px;
  z-index: 900;
}
.leave-feedback__text {
  color: #fff;
  text-align: center;
  width: 160px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 9px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  left: -60px;
  top: 60px;
  position: absolute;
}
.leave-feedback_hidden {
  display: none;
}
.header {
  background-image: -webkit-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: -o-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: linear-gradient(to right, #094994 0%, #e53229 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff094994', endColorstr='#ffe53229', GradientType=1);
  height: 120px;
  line-height: 110px;
  position: relative;
  background-size: cover;
}
.header:before {
  background-image: url("../images/background.jpg");
  background-position: center;
  background-repeat: repeat-y;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
@media (max-width: 679px) {
  .header:before {
    width: 100vw;
  }
}
.header__logo {
  height: 80px !important;
}
#modal_search .modal-dialog {
  margin-top: 20%;
}
#modal_search .modal-content {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
#modal_search .modal-content .modal-header {
  padding: 0 15px 0 0;
  border: 0;
}
#modal_search .modal-content .modal-header .close {
  color: #ccc;
  opacity: 0.5;
}
.text-white {
  color: #fff;
}
.text-white.new_videos {
  margin-bottom: 10px;
}
.input-group_search {
  line-height: 22px;
  padding-top: 30px;
}
.input-group-lg .form-control_search {
  background-color: transparent;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  border-right: 0;
}
.input-group-lg .input-group-btn .btn_search {
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
  background-color: transparent;
  color: #fff;
  border-color: #ccc;
  border-left: 0;
}
.brand-icons__item {
  color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.brand-icons .fa-odnoklassniki {
  text-shadow: -1px 0px 0px #fff;
}
@media (max-width: 679px) {
  .brand-icons .fa-odnoklassniki {
    text-shadow: -1px 0px 0px #333;
  }
}
.menu_cart_data {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  text-align: center;
}
@media (max-width: 1000px) {
  .menu_cart_data {
    text-align: left;
    top: 10px;
    left: 100px;
    right: auto;
  }
}
.videoModal .modal-content {
  position: relative;
}
.videoModal .modal-footer {
  border-top: 0px;
}
.videoModal__close {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  left: auto;
  border: 0px;
  color: #fff;
}
.videoModal__close .text {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  float: left;
}
.videoModal__close span {
  display: inline-block;
  font-size: 32px;
  color: #e53229;
  margin-left: 5px;
  line-height: 32px;
}
.video_comments h3 {
  color: #fff;
  margin-top: 0px;
}
.video_comments .comments_news {
  padding-left: 0px;
  padding-right: 0px;
}
.video-card {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  background-color: #12191f;
}
.video-card h2 {
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 679px) {
  .video-card h2 {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media (max-width: 679px) {
  .video-card {
    padding-top: 0;
  }
}
.video-card .swiper-container div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.video-card__corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url("../images/novelty-corner.png");
  background-size: 60px 60px;
}
.video-card__item {
  display: block;
  color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #094994;
  width: 100%;
  height: 225px;
  position: relative;
}
.video-card__item_lg {
  height: 450px;
}
.video-card__item_top {
  border: 10px solid #12191f;
  border-radius: 20px;
}
@media (max-width: 679px) {
  .video-card__item_top {
    border: 0;
    border-radius: 0 !important;
    width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.video-card__item_coverflow {
  height: 163px;
  border-radius: 10px;
}
.video-card__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.video-card__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*#gradient > .vertical-three-colors(rgba(0, 0, 0, 0.5); rgba(0, 0, 0, 0.1); 50%; rgba(0, 0, 0, 0.5));*/
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
}
.video-card__link:hover {
  color: #e6e6e6;
}
.video-card__link_top:before {
  border-radius: 10px;
}
@media (max-width: 679px) {
  .video-card__link_top:before {
    border-radius: 0;
  }
}
.video-card__footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 20;
}
.video-card__play {
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-left: 2px;
}
.video-card__play_coverflow {
  bottom: 90px;
  left: 50%;
  margin-left: -30px;
}
.video-card__edit {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  background-color: #333;
  font-size: 14px;
  color: #fff !important;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 20;
}
.video-card__title {
  line-height: 18px;
  margin-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 0 4px;
}
.video-card__title_lg {
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
}
.video-card__title_coverflow {
  text-align: center;
  margin-bottom: 0;
}
.video-card__tag {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 14px;
  color: #fff !important;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 100;
}
.video-card__tag:hover:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  left: 0px;
  top: 0px;
}
.video-card__tag_achievement {
  left: 194px;
  border: none;
  background-image: -webkit-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: -o-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: linear-gradient(to right, #e53229 0%, #094994 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe53229', endColorstr='#ff094994', GradientType=1);
}
.video-card__tag_coverflow {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.video-card__tag_coverflow_active {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.video-card_coverflow {
  background-image: -webkit-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: -o-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: linear-gradient(to right, #094994 0%, #e53229 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff094994', endColorstr='#ffe53229', GradientType=1);
  background-image: url("../images/background__coverflow.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}
.video-card_coverflow .swiper-slide {
  width: 290px;
  height: 163px;
  background-position: center center;
  background-size: cover;
}
.video-card .swiper-container {
  padding-bottom: 30px;
}
@media (max-width: 679px) {
  .video-card .swiper-pagination {
    bottom: 5px;
  }
}
.video-card__button {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
  width: 200px;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.video-card__button_prev {
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=1);
}
.video-card__button_next {
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=1);
}
.video-card .swiper-button-prev,
.video-card .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 30% 30%;
  background-position: center;
  margin-top: -30px;
  pointer-events: auto;
}
.video-card .swiper-button-prev.swiper-button-disabled,
.video-card .swiper-button-next.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.video-card:hover .video-card__button {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.video-card .swiper-button-prev {
  left: 30px;
}
.video-card .swiper-button-next {
  right: 30px;
}
.video-card .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  background-color: transparent;
}
.video-card .swiper-pagination-bullet-active {
  background-color: #fff;
}
.post {
  position: relative;
}
.post__item {
  display: block;
  height: 500px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #333333;
}
.post__cover {
  position: relative;
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.post__cover:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.post__cover:after {
  z-index: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.post__content {
  padding: 20px 20px 20px 20px;
}
.post__title {
  margin-top: 15px;
}
.post__tag {
  font-size: 12px;
  display: inline-block;
  padding: 0.25em 12px;
  line-height: 1;
  border-radius: 1em;
  color: #fff;
  z-index: 100;
  position: relative;
}
.post__tag:hover:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  left: 0px;
  top: 0px;
}
.post__date {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 17px;
  font-size: 15px;
  color: #ccc;
}
.post__actions {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  font-size: 12px;
}
.post__actions a {
  color: #ccc;
}
.large_block .post__content {
  position: absolute;
  bottom: 0px;
  z-index: 90;
}
.large_block .post__title {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  margin-top: 0px;
}
.large_block .post__cover:after {
  z-index: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
.large_block .post__tag {
  position: absolute;
  top: -20px;
}
@media (max-width: 679px) {
  .large_block .post__tag {
    top: 20px;
  }
}
.card {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.card_numbers {
  background-color: transparent;
}
.card__link {
  color: #333;
}
.card__img {
  border-radius: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.card__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.card__img:after {
  z-index: 9;
  border-radius: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
}
.card__img_left {
  width: 50%;
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card__img_left:before {
  padding-bottom: 0;
}
.card__img_left:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card__img_left + .card__block {
  width: 50%;
  float: right;
}
.card__img_top {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.card__img_thisday {
  border-radius: 0;
}
.card__img_thisday:before {
  padding-top: 240px;
  padding-bottom: 0;
}
.card__img_numbers:before {
  padding-top: 240px;
}
.card__img_numbers:after {
  display: none;
}
.card__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  bottom: -10px;
  background: #ccc;
  z-index: 10;
}
.card__name {
  color: #fff;
  position: absolute;
  left: 110px;
  bottom: -10px;
  height: 80px;
  padding-top: 24px;
  font-size: 14px;
  line-height: 16px;
  z-index: 10;
}
.card__block {
  position: relative;
}
.card__block:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.card__block_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  z-index: 11;
}
.card__block_numbers {
  background-color: transparent;
}
.card__block_numbers .card__content {
  padding-left: 0;
  padding-right: 0;
}
.card__content {
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card__title {
  margin-bottom: 15px;
}
.card__title_overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  line-height: 18px;
  margin: 0;
}
.card__title_shop {
  left: 10px;
  bottom: 10px;
}
.card__title_news {
  bottom: 20px;
  font-size: 26px;
  line-height: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.card__subtitle {
  font-weight: 900;
  font-size: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.card__tag {
  color: #ccc;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 0 12px;
  height: 20px;
  line-height: 20px;
  z-index: 100;
}
.card__tag:hover:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  left: 0px;
  top: 0px;
}
.card__date {
  font-size: 14px;
  color: #ccc;
  bottom: 20px;
  position: absolute;
  display: none;
}
.card__day {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
}
.card__month {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
  vertical-align: top;
}
.card__action {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
}
.card__action a {
  color: #ccc;
  font-size: 12px;
}
.card__action_numbers {
  left: 0;
  right: auto;
}
.card_table {
  display: table;
}
.card_table .card__img {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.card_table .card__img:after {
  display: none;
}
.card_table .card__block {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.facts-block {
  margin-bottom: 20px;
}
.nomargin {
  margin-top: 0px;
  margin-bottom: 0px;
}
.command-block .card__img:before {
  padding-top: 70%;
}
.command-block .card__block:before {
  padding-top: 70%;
}
.timeline {
  background: url("../images/timeline__tile.png") repeat-x 0 26px;
  height: 40px;
  display: flex;
  width: calc(100% + 1px);
  justify-content: space-between;
}
.timeline__item {
  color: #333;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  /*&:first-child {
			text-align: left;
			padding-left: 22px;
		}

		&:last-child {
			text-align: right;
			padding-right: 22px;
		}*/
}
.timeline__item:focus {
  outline: none;
}
.timeline__item:hover .timeline__point {
  background-color: #004a99;
  box-shadow: 0 0 0 3px #004a99;
  border-color: #fff;
}
.timeline__item + .popover {
  width: 276px;
}
.timeline__item + .popover .popover-title {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  font-size: 14px;
}
.timeline__item + .popover .popover-content {
  padding-bottom: 35px;
}
.timeline__item + .popover .popover-content .close {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #fff;
  opacity: .7;
  text-shadow: none;
  line-height: 1;
}
.timeline__refresh {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.timeline__refresh:hover,
.timeline__refresh:focus {
  color: #fff;
  text-decoration: underline;
}
.timeline__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  content: '&times;';
}
.timeline__label {
  font-size: 14px;
}
.timeline__refresh {
  color: #fff;
}
.timeline__refresh:hover,
.timeline__refresh:focus {
  color: #dd002e;
}
.timeline__point {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #cdcdcd;
  border: 3px solid transparent;
  display: inline-block;
}
.twitter-block {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
}
.twitter-block__item {
  padding-top: 20px;
}
.twitter-block__name {
  color: #333;
  display: block;
  font-weight: 700;
}
.twitter-block__name .fa {
  color: #1da1f3;
}
.twitter-block__slug {
  color: #ccc;
  display: block;
  margin-bottom: 15px;
  padding-left: 19px;
}
.twitter-block__text {
  display: block;
  color: #333;
  padding-left: 19px;
}
.partners-block {
  padding-top: 20px;
  padding-bottom: 30px;
}
.partners-block .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.partners {
  margin-bottom: 40px;
}
.partners #partners-category_partnery-okr {
  float: left;
}
.partners__title {
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 23px;
  line-height: 26px;
}
.partners__cell {
  margin-bottom: 40px;
  margin-right: 40px;
  float: left;
  width: 140px;
  height: 45px;
  text-align: center;
}
.partners__link {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.partners__img {
  opacity: 0;
}
.footer {
  background: #094994 url("../images/background.jpg") center repeat-y;
  background-size: cover;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 147px;
}
@media (max-width: 679px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 679px) {
  .footer__copyright {
    text-align: center;
  }
}
/**

CONTENT

 */
article {
  position: relative;
}
.vc_row {
  margin: 0px !important;
  padding: 0px !important;
}
.vc_row .vc_column_container .vc_column-inner {
  margin: 0px !important;
  padding: 0px !important;
}
.griddata {
  margin-left: -20px;
  margin-right: 0px;
}
.archive_sportsman_grid > .griddata {
  margin-left: -10px;
  margin-right: -10px;
}
.archive_sportsman_grid.loading {
  background: none;
  background-image: none;
}
.linked_posts_holder {
  padding: 0px 10px;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 0px;
}
.linked_posts_holder:after {
  content: ' ';
  display: block;
  clear: both;
}
.linked_posts_header {
  border-top: 3px solid #094994;
  line-height: 40px;
  background-color: #efefef;
  padding-left: 10px;
  width: calc(100% + 10px);
  font-weight: bold;
}
.linked_post_block {
  display: inline-block;
  width: calc(50% - 20px);
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  height: 90px;
  overflow: hidden;
  color: #111 !important;
  text-decoration: none;
}
.linked_post_block .linked_picture {
  width: 90px;
  height: 90px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.linked_post_block .center_text_holder {
  display: table;
  height: 90px;
  overflow: hidden;
  padding-right: 15px;
}
.linked_post_block .center_text_holder .cetner_text_text {
  display: table-cell;
  vertical-align: top;
}
.linked_post_block:hover {
  color: #ff0054 !important;
  text-decoration: none !important;
}
.sportsman_photo_copyright {
  position: absolute;
  margin-top: 5px;
  font-size: 13px;
  color: #ccc;
}
.ocr_mb_bottom {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.content_holder h1 {
  font-size: 38px;
  line-height: 38px;
}
.content_holder h2 {
  font-size: 38px;
  line-height: 38px;
}
.content_holder h3 {
  font-size: 26px;
  line-height: 26px;
}
.ocr_header_post {
  width: 100%;
  height: 580px;
  color: #fff;
}
.ocr_header_post.person {
  max-width: 640px;
  margin-left: 0px;
  margin-right: auto;
  border-radius: 15px 15px 15px 15px;
  display: inline-block;
  margin-top: 15px;
}
.ocr_header_post.person .tag_holder {
  margin-top: -290px;
  position: absolute;
}
.ocr_header_post.person .content_holder .social_holder {
  margin-left: -5px;
}
.ocr_header_post.person .content_holder .post_stats_holder {
  bottom: 20px;
}
.ocr_header_post.person .content_holder .post_header_medals {
  margin-top: 0px;
}
.ocr_header_post .content_holder {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 580px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.ocr_header_post .content_holder .post_share_holder {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.ocr_header_post .content_holder .post_share_holder span {
  background: #dd002e;
  background: linear-gradient(to right, #dd002e 0%, #094994 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 2px 10px;
}
.ocr_header_post .content_holder .tag_holder a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.ocr_header_post .content_holder .tag_holder a:hover {
  background-color: #e53229;
}
.ocr_header_post .content_holder .post_stats_holder {
  position: absolute;
  bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.ocr_header_post .content_holder .post_stats_holder .post_stats_logo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #fff;
}
.ocr_header_post .content_holder .post_stats_holder .post_date {
  font-size: 16px;
  display: inline-block;
}
.ocr_header_post .content_holder .post_stats_holder .post_date b {
  color: #fff;
  font-size: 26px;
  width: 50px;
  line-height: 50px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 6px;
}
.ocr_post_content {
  display: flex;
  border-radius: 15px 15px 0px 0px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  margin-top: -20px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.ocr_post_content .container {
  padding-left: 20px;
  padding-right: 20px;
}
.ocr_post_content .container h3 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.ocr_post_content.readmore {
  background-color: transparent;
}
.ocr_post_content.readmore .container {
  padding-left: 10px;
  padding-right: 10px;
}
.ocr_post_content .ocr_post_fulltext {
  padding-left: 20px;
  padding-right: 20px;
}
.ocr_content,
.ocr_person_content {
  flex: 1;
}
.ocr_content h1,
.ocr_person_content h1 {
  font-size: 38px;
  line-height: 38px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ocr_content h2,
.ocr_person_content h2 {
  font-size: 26px;
  line-height: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.ocr_content h3,
.ocr_person_content h3 {
  color: #333;
  font-size: 26px;
  line-height: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: -10px;
}
.ocr_content dt,
.ocr_person_content dt {
  font-weight: 300;
}
.ocr_sidebar {
  max-width: 300px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ocr_sidebar .sidebar_fluid {
  flex: 1;
}
.ocr_sidebar .sidebar_static {
  padding-top: 20px;
}
.ocr_sidebar .stickybanner {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}
.ocr_sidebar .stickybanner:before,
.ocr_sidebar .stickybanner:after {
  content: '';
  display: table;
}
.bottom_sticky_block_sportsman {
  width: 320px;
  margin-left: -10px;
  padding-left: 20px;
  bottom: -20px;
}
.bottom_sticky_block_sportsman h2 {
  margin-top: 0px;
  font-size: 26px;
  padding-left: 10px;
}
.testBanner {
  flex: 1;
  max-width: 300px;
  background: #0979c4;
  background: linear-gradient(to right, #0979c4 0%, #094994 100%);
  color: #fff;
  text-align: center;
  padding-top: 240px;
  height: 500px;
}
.ocr_grid_block {
  max-width: 960px;
  padding-left: 20px;
  padding-bottom: 30px;
  position: relative;
}
.ocr_person_content,
.ocr_grid_content {
  max-width: 1300px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
}
.ocr_person_content:after,
.ocr_grid_content:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_person_content {
  margin-top: 30px;
}
.ocr_person_content h3 {
  margin-bottom: 30px;
}
.ocr_load_content.loading {
  opacity: 0.5;
}
.js-data.loading {
  opacity: 0.5;
  background: none;
  background-color: transparent;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.ocr_grid_content {
  padding-bottom: 0px;
}
.ocr_grid_content h2,
.ocr_grid_content h3 {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.ocr_grid_content h3 {
  font-size: 26px;
}
.ocr_grid_content h3 .category_link {
  color: #fff;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
  background-color: #094994;
  display: inline-block;
  border-radius: 20px;
  margin-left: 0px;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 16px;
}
.ocr_grid_content h3 .category_link:hover {
  background-color: #063164;
}
.ocr_grid_content__wide_header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ocr_grid_content__wide_header h2 {
  color: #fff;
  margin: 0px;
  font-size: 28px;
}
.ocr_grid_content__wide_header img {
  width: 180px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.ocr_grid_content__wide_header a {
  border-bottom: 2px dashed #fff;
  display: inline-block;
}
.videocategory_line:before {
  content: ' ';
  position: absolute;
  display: block;
  height: 1px;
  right: 20px;
  top: 16px;
  width: calc(100% - 50px);
  background: linear-gradient(to right, #094994, #e53229);
}
.videocategory_line .text-white {
  display: inline-block;
  background-color: #12191f;
  position: relative;
  padding-right: 10px;
}
.ocr_person_data {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.ocr_person_data.nobg {
  background-color: transparent;
}
.ocr_person_data.nopad {
  padding-bottom: 0px;
}
.ocr_person_data.full {
  padding-left: 20px;
  padding-right: 20px;
}
.ocr_person_data:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_game_data {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  background-color: #fff;
}
.ocr_game_data.nobg {
  background-color: transparent;
}
.ocr_game_data.nopad {
  padding-bottom: 0px;
}
.ocr_game_data.full {
  padding-left: 0px;
  padding-right: 0px;
}
.ocr_game_data:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_game_medalists {
  width: calc(100% - 320px);
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.ocr_game_medals {
  width: 300px;
  display: inline-block;
  float: left;
}
.ocr_person_medals {
  width: calc(100% - 320px);
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.ocr_person_medals h3 {
  margin-bottom: 5px;
}
.ocr_person_medals .medals_content {
  padding-top: 0px;
}
.ocr_person_bio {
  width: 300px;
  display: inline-block;
  margin-bottom: 20px;
  float: none;
}
.ocr_person_bio__content {
  padding-top: 0px;
}
.ocr_person_bio__birth {
  color: #094994;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
  padding-bottom: 33px;
  margin-bottom: 20px;
}
.ocr_person_bio__birth .sign_container {
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-top: 3px;
  color: #094994;
  padding: 2px;
  border: 2px solid #094994;
  border-radius: 50%;
  margin-bottom: -6px;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 4px;
}
.ocr_person_bio__birth .sign_container svg {
  width: 28px;
  height: 28px;
  padding: 0px;
  fill: currentColor;
}
.ocr_person_news {
  display: block;
  margin-bottom: 20px;
}
.block_federation {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.block_federation .federation {
  margin-bottom: 10px;
  width: calc(100% + 20px);
}
.medals_table {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.medals_table li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.medals_table li:first-of-type {
  font-weight: bold;
  padding-top: 10px;
}
.medals_table li:first-of-type i {
  display: block;
  position: absolute;
  left: -2px;
  top: -16px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.medals_table li:first-of-type i.gold {
  background-color: #fe3;
}
.medals_table li:first-of-type i.silver {
  background-color: #ccc;
}
.medals_table li:first-of-type i.bronze {
  background-color: #c83;
}
.medals_table__place {
  color: #999;
  display: inline-block;
  width: 17px;
}
.medals_table__name {
  display: inline-block;
  width: calc(100% - 140px);
}
.medals_table__name-bold {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.medals_table__count {
  display: inline-block;
  width: 35px;
  position: relative;
}
.medals_list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.medals_list li {
  vertical-align: middle;
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
}
.medals_list li > div {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #999;
  font-size: 14px;
  margin-right: 5px;
}
.medals_list li > div.gold {
  border: 4px solid #fff333;
}
.medals_list li > div.gold.olympic {
  background-color: #fff333;
}
.medals_list li > div.silver {
  border: 4px solid #ccc;
}
.medals_list li > div.silver.olympic {
  background-color: #ccc;
}
.medals_list li > div.bronze {
  border: 4px solid #e4c9b2;
}
.medals_list li > div.bronze.olympic {
  background-color: #e4c9b2;
}
.medals_list li:nth-child(1) {
  width: 12%;
}
.medals_list li:nth-child(2) {
  width: 22%;
}
.medals_list li:nth-child(3) {
  width: 23%;
}
.medals_list li:nth-child(4) {
  width: 22%;
}
.medals_list li:nth-child(5) {
  width: 21%;
}
.medals_list.medals_header {
  color: #666;
}
.medals_list .olympic {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAhCAYAAABpwa0hAAAACXBIWXMAAAsTAAALEwEAmpwYAAA4JGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTctMTItMTdUMjM6MTI6MzgrMDM6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNy0xMi0xN1QyMzoxMzoyMCswMzowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTctMTItMTdUMjM6MTM6MjArMDM6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MzcxYzcxYzItNDRkYi0yNDQyLTliNzctZTAwODMyOGYyODBjPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjM3MWM3MWMyLTQ0ZGItMjQ0Mi05Yjc3LWUwMDgzMjhmMjgwYzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjM3MWM3MWMyLTQ0ZGItMjQ0Mi05Yjc3LWUwMDgzMjhmMjgwYzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDozNzFjNzFjMi00NGRiLTI0NDItOWI3Ny1lMDA4MzI4ZjI4MGM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMTdUMjM6MTI6MzgrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOllSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NjQ8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MzM8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pozu0nIAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABbVJREFUeNq0mWlsVVUQx38tLUsrBVqRKhAwggFENo1ohaRCVMAFlIgBgyIaJIZIkGhQPhjcEBeMiKBfxCiIGAFxQZQlCooQrRGwglhEEYjsUJYiAn+/zDWT533v3XdvmeTk3Dln5n/nzTtnzsw9eZJIQ+2BYcBVQBfgAmAXUA2sB94D9pA7VQIDgcuBy4BGwFZgI7AaeD8GZgtgBHA10BVoC+wDfgaqgA/sHf8nSamthaQ3lJ3+lvSypLwQjLBWKWllBNyfJI2KiImk5yQdjYA7R1J5qn5eygqoABYC5cavBz4y7x0BSoHOwGCgh8lsBm4BtmX4hyYDTzv+XWAdsB04A7QBegJ3A8UmMxcYmQGztdnWy/hqYLH1B4ASoANwE9DXZA4BdwLLw1ZAb+etGkm3ZvH8cEl7Tf6IpDZp5J5xuPMldcmAWSbpWSe/LIPcHpOplXRPFlsHSKp2uP2CuUCgRNIxm1wnqSji8mspaYfpbQuZv8G9dEoOy/oOp/dUyPwGm9snqW1EzAaSVpneabP9PwfMsYmdkgpzMBRJrST9Y/qPpcwFe/P1HDGRdK9zwsVufGya8aitxnQXBQ7o6AArYwBiSzCgpjY2zvgdMTGR9IlhLDS+QFKdjU2IidnT2dodSZON+SaBoUjaZTiDjN9s/NgEmFc4Yz1/MKGtywxnar6d8wCLSEZLrb/W+k7Wr0iAWQXU2nOxO3k+T2jrEut757tjZHNC0K+t72pHFMAJ4LeEuFXWD7GjEuC7hJibrL8k387g4IxMQoEDT7ux/cDZhLi7rS+3rBHgj3rCLM13P7w4IWiQPDUDutnzeSSnEreaAmc2TohZav0xXHo6JmZAaSVpoguCqfSKpO4xcJtLGi3pkEt4Ttrzessx4gbBkUHOg6TnU46aXNo4qwlS6VQaR0TNMR62SJ+N1kjqG8Put0x/NpKuMeZshnQ2rM13hux1z50kFacpqKoltc6AWSRpuZM/Y/0vkvpLui2NI3LJCVq4lXR9MLjWBtZGBPnQ5OskjXD67ziZxik1wFqXbTYNwSyQtNFkfpU0S9Jx4yuc3Ks29pekee4dj0e0PXDwJp8K+2xwVhaACSa3W1I7SY863eIU2Uds/EdJAyUtMX5lCO4im/tSUi9Ji43/NEWu0G27lyTd7+qYiiy2v+Bs7eEdgKQH3OQCSReGABTb/EkrUqY5nXRB6Qub/91qgsPG3+hkrnNbaYqk1cb/KalRCGaFe++brsjZk8aG8yW97XQmplaDQRvvhOokzZA0xCqnJi5g1lkJHNDQLJ5fEhIgfzCHNpFU5SK9/zCSKV4MShMPxhhmmaSbJU1PwZ3kccKA+0n6PgT4eMjYakndIu69CZJOpOjXueXraXrEE6OTW2HZbN1k25BsDgjaMElL3ZL19HGEDyZhrdz+gUMhmEfsE1ucnGGQqxw9HTUHjUinGwW8SFIHlzzsTliJYftWkh60/Rgl+EZpwfYabIG9OJtOQYS08QRQ4/Lw2npIb4+7+iFIwQ/WA24tUGYF1M4oCvkxcvJW9WBomcvpm9lz04SYBQ6jNKpSLg6osb45cFFCY6+0fqvdNQRldBJqCzTMtVrMxQH7XMk7KoGhPYCO9rzNXVj0SbgKhlu/wT7hR6Mcg8xoCzKH6+Fz1GI3tsVldnFx9xvG6Fz0cn1JA5cAzY1h5KjUVNTaUDfeOQbuTJdXNDyXDsCqsoCm5aB3u9N7MWR+TYxv/Uh6yOEOzvX3xF1uT7iXzrOMLFP5+aSTXx7htudghPS6yO4FA5oZ57fkZbgdzkaTgKmOnwt8axH4lJ0UvSxglrg7wbsyYLYDPrP7R4BVwAK7OT5gR117uwUe4z7DzQDGx/oVCTOvPla+ZqMtku6LiFko6TVFo5pMae65XgGe+gMD7M6/NVDo7ue/sn8+V7rUbosr7bml3SRvtxWxApid1PB/BwBECMVKhWJpGgAAAABJRU5ErkJggg==');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.medals_hide {
  display: none;
}
.medals_showmore {
  line-height: 40px;
  padding-top: 10px;
  margin-bottom: -20px;
}
.medals_showmore.medals_hide {
  display: block;
}
.moretick {
  font-weight: bold;
  transform: rotateZ(-90deg);
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
}
.shareButtons {
  position: relative;
  color: #fff;
}
.shareButtons__trigger {
  color: #fff;
}
.shareButtons__trigger:hover {
  color: #fff;
  text-decoration: underline;
}
.shareButtons__trigger:focus {
  color: #fff;
  text-decoration: underline;
}
.shareButtons__trigger:active {
  color: #fff;
  text-decoration: underline;
}
.shareButtons__buttons {
  display: none;
  background-color: #fff;
  position: absolute;
  padding: 5px 5px;
  border-radius: 10px;
  top: -40px;
  right: 0px;
  width: 90px;
  text-align: center;
}
.shareButtons__buttons:after {
  content: ' ';
  position: absolute;
  display: block;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
.shareButtons__button {
  color: #111;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.shareButtons__button:hover {
  color: #094994;
}
.ocr_person_photo {
  width: calc(50% - 10px);
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.ocr_person_photo .photo_content {
  padding-top: 20px;
}
.ocr_person_faq {
  width: 100%;
  display: inline-block;
  float: left;
  margin-left: 0px;
}
.ocr_person_faq .faq_content {
  padding-top: 0px;
}
.ocr_person_faq .faq_content .row {
  margin-left: 0px;
  margin-right: 0px;
}
.ocr_person_faq .faq_content .row:nth-of-type(2) {
  margin-left: -10px;
}
.ocr_person_videos .videos_content {
  padding-top: 0px;
}
.ocr_person_videos .videos_content .swiper-slide,
.ocr_person_videos .videos_content .swiper-wrapper {
  height: 230px;
}
.ocr_person_videos .videos_content .swiper-container {
  height: 240px !important;
}
.sportsman_video_grid_item {
  margin-bottom: 20px;
  border-radius: 10px;
}
.sportsman_video_grid_item .video-card__item {
  border-radius: 10px;
}
.sportsman_video_grid_item .video-card__link:before {
  border-radius: 10px;
}
.ocr_person_merch h3 {
  margin-bottom: 20px;
}
.ocr_filter_logo {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.ocr_filter_logo .logo_text {
  display: inline-block;
  float: left;
  color: #fff;
}
.ocr_filter_logo .logo_img {
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 7px;
}
.ocr_filter_logo:after {
  content: ' ';
  display: block;
  clear: both;
}
.home .ocr_filter_logo {
  margin-bottom: 0px;
}
.filter_sportsman {
  margin-left: -12px;
  margin-right: -10px;
}
.filter_sportsman .filter_sport .dropdown-toggle {
  border-color: #fff;
  color: #12191f;
  background-color: #fff;
}
.filter_sportsman .filter_sport .params-filter__element {
  margin-left: 0px;
}
.logo_img_moc {
  height: 50px;
  margin-top: -20px;
  margin-left: 230px;
  margin-bottom: 20px;
  float: right;
  display: inline-block;
}
.sport_medalsbysport {
  padding: 0px;
  margin: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.sport_medalsbysport li {
  list-style: none;
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sport_medalsbysport li:after {
  content: ' ';
  display: block;
  clear: both;
}
.sport_medalsbysport__name {
  font-weight: bold;
  display: block;
}
.sport_medalsbysport__medals_count {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.sport_medalsbysport__medals_count:nth-of-type(1) {
  border: 4px solid #fff333;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sport_medalsbysport__medals_count:nth-of-type(2) {
  border: 4px solid #ccc;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sport_medalsbysport__medals_count:nth-of-type(3) {
  border: 4px solid #e4c9b2;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sport_medalsbysport:after {
  content: ' ';
  display: block;
  clear: both;
}
.video_wide_block {
  margin-bottom: 20px;
}
.video_page_frame {
  height: 40vw;
}
.video_contenttext {
  padding-top: 20px;
}
.video-modal .video_contenttext, .video-modal .single-video__title {
    color: #fff;
}
.video_contenttext .dropdown_share {
  display: block;
  text-align: right;
  margin-top: -15px;
  margin-bottom: 30px;
}
/* todo: когда поставим баннеры вернуть
.video_block_media {
	iframe {
		width: calc(~"100% - 320px");
		display: inline-block;
	}
	.stickybanner {
		display: inline-block;
		float: right;
	}
	&:after {
		content: ' ';
		display: block;
		clear: both;
	}
}*/
.title__beforegrid {
  margin-bottom: -20px !important;
}
.params-filter {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
}
.params-filter__fixed {
  display: block;
}
.params-filter__wide {
  display: inline-block;
  margin-left: -12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.params-filter__wide:after {
  content: ' ';
  display: block;
  clear: both;
}
.params-filter__textlinkline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.params-filter__select {
  border-radius: 20px;
  height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.params-filter__select select {
  height: 30px;
  border: 1px solid #fff;
}
.params-filter__input {
  border-radius: 20px;
  height: 30px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
.params-filter__input input {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 300px;
  padding-left: 10px;
  height: 30px;
  line-height: 28px;
}
.params-filter__button {
  border: 0px;
  display: inline-block;
  width: 80px;
  margin-left: -80px;
  text-align: center;
  position: absolute;
  line-height: 30px;
  border-radius: 0 20px 20px 0;
}
.params-filter__link {
  line-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 4px 12px;
  border-radius: 24px;
  white-space: nowrap;
  color: #fff;
  margin-right: 10px;
  position: relative;
}
.params-filter__link.selected {
  border: 1px solid #ffffff;
  padding-right: 30px;
}
.params-filter__link.selected:after {
  content: '×';
  position: absolute;
  right: 12px;
  color: #fff;
  top: -4px;
}
.params-filter__link:hover {
  color: #fff;
  border: 1px solid #ffffff;
}
.params-filter__link:active {
  color: #fff;
}
.params-filter__link:focus {
  color: #fff;
}
.params-filter__error {
  border-color: #c22;
}
.params-filter__element {
  padding-left: 22px;
}
.params-filter__element .dropdown-toggle {
  border-color: #fff;
  color: #fff;
  background-color: #12191f;
}
.params-filter__element .filter_name {
  border-color: #fff;
  box-shadow: none;
}
.params-filter__element .search_by_name {
  background-color: #fff;
  color: #094994;
  border-color: #fff;
}
.params-filter__element label {
  margin-left: 5px;
  margin-top: 11px;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
.params-filter:after {
  content: ' ';
  display: block;
  clear: both;
}
.related_videos_grid {
  margin-left: -10px;
  margin-right: -10px;
}
.filter_videos .params-filter__fixed {
  display: inline-block;
  float: left;
}
.videofilter_top {
  display: inline-block;
}
.videofilter_top .params-filter__element {
  display: inline-block;
  float: left;
}
.videofilter_top__showall {
  line-height: 36px;
  color: #fff;
  border-bottom: 1px dashed #ffffff;
  padding: 4px 0px;
  border-radius: 0px;
  white-space: nowrap;
  margin-right: 10px;
  position: relative;
}
.videofilter_top__showall:after {
  content: ' ';
  background: url('/wp-content/themes/teamrussia/images/btn-play.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 320%;
  width: 10px;
  height: 10px;
  position: absolute;
  color: #fff;
  top: 10px;
  right: -14px;
  font-size: 12px;
  transform: rotate(90deg);
}
.videofilter_top__showall.selected {
  color: #fff;
  border-bottom: 1px dashed #ffffff;
}
.videofilter_top__showall.selected:after {
  color: #fff;
  transform: rotate(-90deg);
}
.videofilter_top__showall:hover {
  color: #fff;
  border-bottom: 1px dashed #ffffff;
}
.videofilter_top__showall:hover:after {
  color: #fff;
}
.videofilter_top__showall:active {
  color: #fff;
}
.videofilter_top__showall:active:after {
  color: #fff;
}
.videofilter_top__showall:focus {
  color: #fff;
}
.videofilter_top__showall:focus:after {
  color: #fff;
}
.videofilter_videocategories {
  display: none;
}
#my_subscriptions + label {
  position: relative;
  padding-left: 6px;
}
#my_subscriptions + label:after {
  content: ' ';
  height: 36px;
  width: 1px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -16px;
}
#my_subscriptions + label:before {
  position: absolute;
  content: ' ';
  display: block;
  left: -24px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKtWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZnUFPpHsb/55z0QktAOqF3pFfpNRTp1UZIgARCjCFBRVRUxBVcCyoiWFERRMG1AGLHggURsGBfkEVFWRcLNlTuB5aw987cD3fm/mfOnN88877P+7znfHkAaF0csViIKgHkiKSSmGA/VlJyCovYDwTQBiooghaHmyv2jYoKBwCYfP9jEIBP9wEBALhjzRGLhfC/jTIvPZcLgEQBQBovl5sDgJwAQJq4YokUABMCgOFCqVgKgG0EAKYkKTkFANsPAMzMCW4BAGbaBHcAAFMSF+MPgPUBkGgcjiQTgDoMAKw8bqYUgEYDAFsRTyACoM0AAC8un8MDoBUAgFVOznweAK0WAMzS/uGT+W+eaXJPDidTzhN3AQAAUoAgVyzkLIb/9+QIZZNnGAAAjS8JiQEABQCkNnt+mJxFaTMjJ1nAA5hkviwkfpK5uf4pk8zjBIRNsiw73neSOZKpvQIpO26SJfNj5P4i4cxwuX86W87puYGxk5whCGJPcj4/LnGS8wQJMyc5Nzs2bGqNv1yXyGLkmTMkQfI75uROZeNyps6S8uNCpjIkyfPw0gMC5booXr5eLPWTe4qFUVP5hcFyPTcvVr5XKomT61mc0Kgpnyj594EEsAdbcIYQiIZwAGn6IikAgP988WKJIJMvZfmKxcJ0FlvEtbFi2dvauQAkJaewJn7thweAAACiRprS+KcBnPgAqMeUli4GOHUdQOHqlGZWD6B0G6DNiiuT5E1oOAAAPFBAEZigAbpgCGZgDfbgDB7gA4EQCpEQB8kwF7jAhxyQwEIogBVQDKWwEbZCJeyGfVALR+AYNMMZuAhX4SZ0wT14DH0wCG9gBD7BGIIgRISOMBANRA8xRiwRe8QV8UICkXAkBklGUpFMRITIkAJkFVKKlCGVyF6kDvkNOYVcRK4j3chDpB8ZQt4j31AMpaFMVAc1QaejrqgvGobGoXPQTHQBmo8WoevRCrQaPYw2oRfRm+g9tA99g45igFExNUwfs8ZcMX8sEkvBMjAJtgwrwcqxaqwBa8XasTtYHzaMfcURcAwcC2eN88CF4OJxXNwC3DLcOlwlrhbXhLuMu4Prx43gfuLpeG28Jd4dz8Yn4TPxC/HF+HJ8Df4k/gr+Hn4Q/4lAIKgRTAkuhBBCMiGLsISwjrCT0Ei4QOgmDBBGiUSiBtGS6EmMJHKIUmIxcTvxMPE8sYc4SPxCopL0SPakIFIKSURaSSonHSKdI/WQXpLGyEpkY7I7OZLMIy8mbyDvJ7eSb5MHyWMUZYopxZMSR8mirKBUUBooVyhPKB+oVKoB1Y0aTRVQC6kV1KPUa9R+6leaCs2C5k+bTZPR1tMO0i7QHtI+0Ol0E7oPPYUupa+n19Ev0Z/RvygwFGwU2Ao8heUKVQpNCj0KbxXJisaKvopzFfMVyxWPK95WHFYiK5ko+StxlJYpVSmdUupVGlVmKNspRyrnKK9TPqR8XfmVClHFRCVQhadSpLJP5ZLKAANjGDL8GVzGKsZ+xhXGIJPANGWymVnMUuYRZidzRFVF1VE1QXWRapXqWdU+NUzNRI2tJlTboHZM7b7at2k603ynpU9bO61hWs+0z+pa6j7q6eol6o3q99S/abA0AjWyNTZpNGs81cRpWmhGay7U3KV5RXNYi6nlocXVKtE6pvVIG9W20I7RXqK9T7tDe1RHVydYR6yzXeeSzrCumq6PbpbuFt1zukN6DD0vPYHeFr3zeq9ZqixflpBVwbrMGtHX1g/Rl+nv1e/UHzMwNYg3WGnQaPDUkGLoaphhuMWwzXDESM8owqjAqN7okTHZ2NWYb7zNuN34s4mpSaLJGpNmk1em6qZs03zTetMnZnQzb7MFZtVmd80J5q7m2eY7zbssUAsnC75FlcVtS9TS2VJgudOy2wpv5WYlsqq26rWmWfta51nXW/fbqNmE26y0abZ5O91oesr0TdPbp/+0dbIV2u63fWynYhdqt9Ku1e69vYU9177K/q4D3SHIYblDi8M7R0vHdMddjg+cGE4RTmuc2px+OLs4S5wbnIdcjFxSXXa49LoyXaNc17lec8O7+bktdzvj9tXd2V3qfsz9Lw9rj2yPQx6vZpjOSJ+xf8aAp4Enx3OvZ58XyyvVa49Xn7e+N8e72vu5j6EPz6fG56WvuW+W72Hft362fhK/k36f/d39l/pfCMACggNKAjoDVQLjAysDnwUZBGUG1QeNBDsFLwm+EIIPCQvZFNLL1mFz2XXskVCX0KWhl8NoYbFhlWHPwy3CJeGtEWhEaMTmiCczjWeKZjZHQiQ7cnPk0yjTqAVRp6MJ0VHRVdEvYuxiCmLaYxmx82IPxX6K84vbEPc43ixeFt+WoJgwO6Eu4XNiQGJZYl/S9KSlSTeTNZMFyS0pxJSElJqU0VmBs7bOGpztNLt49v05pnMWzbk+V3OucO7ZeYrzOPOOp+JTE1MPpX7nRHKqOaNp7LQdaSNcf+427hueD28LbyjdM70s/WWGZ0ZZxqtMz8zNmUN8b345f1jgL6gUvMsKydqd9Tk7Mvtg9rgwUdiYQ8pJzTklUhFliy7P152/aH632FJcLO5b4L5g64IRSZikJhfJnZPbImVKxdIOmZlstaw/zyuvKu/LwoSFxxcpLxIt6lhssXjt4pf5QfkHluCWcJe0FegXrCjoX+q7dO8yZFnasrblhsuLlg8WBhfWrqCsyF5xa6XtyrKVH1clrmot0ikqLBpYHby6vlihWFLcu8Zjze5fcL8Ifulc67B2+9qfJbySG6W2peWl39dx19341e7Xil/H12es79zgvGHXRsJG0cb7m7w31ZYpl+WXDWyO2Ny0hbWlZMvHrfO2Xi93LN+9jbJNtq2vIryiZbvR9o3bv1fyK+9V+VU17tDesXbH5528nT27fHY17NbZXbr72x7Bngd7g/c2VZtUl+8j7Mvb92J/wv72A64H6mo0a0prfhwUHeyrjam9XOdSV3dI+9CGerReVj90ePbhriMBR1oarBv2Nqo1lh6Fo7Kjr39L/e3+sbBjbcddjzecMD6x4yTjZEkT0rS4aaSZ39zXktzSfSr0VFurR+vJ0zanD57RP1N1VvXshnOUc0Xnxs/nnx+9IL4wfDHz4kDbvLbHl5Iu3b0cfbnzStiVa1eDrl5q920/f83z2pnr7tdP3XC90XzT+WZTh1PHyVtOt052Onc23Xa53dLl1tXaPaP7XI93z8U7AXeu3mXfvXlv5r3u+/H3H/TO7u17wHvw6qHw4btHeY/GHhc+wT8pear0tPyZ9rPq381/b+xz7jvbH9Df8Tz2+eMB7sCbP3L/+D5Y9IL+ovyl3su6V/avzgwFDXW9nvV68I34zdhw8Z/Kf+54a/b2xF8+f3WMJI0MvpO8G3+/7oPGh4MfHT+2jUaNPvuU82nsc8kXjS+1X12/tn9L/PZybOF34veKH+Y/Wn+G/XwynjM+LuZIOAAAgAEAmpEB8P4gAD0ZgNEFQFGY6MZ/d3pkqt3/N57ozwAA4AxwoBAg3gcg2gdgDwCYFgIoFgJE+QDE+QDq4CB//p7cDAf7CS9qMwC+fHz8QyIA0RzgR+/4+Fjz+PiPGgDsEcCFTxOdHAAAJwHAHONsb/3ZE9G19j+78b8AAdMEjQnUlMMAADr5aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEyLTA1VDE3OjM3OjEyKzAzOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMi0wNVQxNzozNzoxMiswMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTItMDVUMTc6Mzc6MTIrMDM6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmY2MGQwNDQxLWE0NzctNDY1My04NGZmLTA3NDk0ODM4YzU3NTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmU0ZmQwNGFkLTE5ZDgtMTE3Yi05YzlmLTk4NGIyNDNmNGIyYzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjdiOTdlMzNiLWYyZjctNGEyNy1iYjcwLTAxY2U5MTY4NWFmNTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo3Yjk3ZTMzYi1mMmY3LTRhMjctYmI3MC0wMWNlOTE2ODVhZjU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMDVUMTc6Mzc6MTIrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpmNjBkMDQ0MS1hNDc3LTQ2NTMtODRmZi0wNzQ5NDgzOGM1NzU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMDVUMTc6Mzc6MTIrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6YWU1YTE5MGItNWFiNC00NTJmLTk2NDMtYzE5MDc5ZGI1NGM4PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5EaXNwbGF5PC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjQwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7X1/6vAAAAIGNIUk0AAG4nAABzrwAA+d8AAIJhAAB4lwAA7+gAADLnAAAT7rbTwbcAAAE3SURBVHja7Nm/LkRBFAfgzyxX4wH8KxV6FJ5BQ7Ik3oGCwsYLSNgEBU9xs6x4DSJRb0k8AA0iUdzZZHE7ZKeYXzLJ5OZM8mWSe4ozI+Mrx2pSYDWuZUzHb3+ZFzzgDpe4wtv3otGag2s4wpz/zQTm49pEDy1cDBaFgX0Dh7Hgv3F1mUMnGhp1N3iAPcNP39AavMFmIrhBZLMPLHAivZyiCFjHbILAGWyE2EpSzWrAUsLAxYDJhIFTAeMJA4sg8WRgBmZgBmZgBmZgBmZgBmbgb4HPCfveAp4SBj4F3CcMvAnoJgzsBpSqSWdqeUQZVGPX3QSBO3jtt5kS7YRw7Wj60gf3cZYA7jxafjTqD2yrJpu9IcB6qlnlVrSgfsrfwXUsXsOCapg49seg9/gj3KqeIUo1zxCfAwBeWTI67P50wQAAAABJRU5ErkJggg==');
  background-size: cover;
}
#my_subscriptions:checked + label {
  position: relative;
}
#my_subscriptions:checked + label:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKtWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZnUFPpHsb/55z0QktAOqF3pFfpNRTp1UZIgARCjCFBRVRUxBVcCyoiWFERRMG1AGLHggURsGBfkEVFWRcLNlTuB5aw987cD3fm/mfOnN88877P+7znfHkAaF0csViIKgHkiKSSmGA/VlJyCovYDwTQBiooghaHmyv2jYoKBwCYfP9jEIBP9wEBALhjzRGLhfC/jTIvPZcLgEQBQBovl5sDgJwAQJq4YokUABMCgOFCqVgKgG0EAKYkKTkFANsPAMzMCW4BAGbaBHcAAFMSF+MPgPUBkGgcjiQTgDoMAKw8bqYUgEYDAFsRTyACoM0AAC8un8MDoBUAgFVOznweAK0WAMzS/uGT+W+eaXJPDidTzhN3AQAAUoAgVyzkLIb/9+QIZZNnGAAAjS8JiQEABQCkNnt+mJxFaTMjJ1nAA5hkviwkfpK5uf4pk8zjBIRNsiw73neSOZKpvQIpO26SJfNj5P4i4cxwuX86W87puYGxk5whCGJPcj4/LnGS8wQJMyc5Nzs2bGqNv1yXyGLkmTMkQfI75uROZeNyps6S8uNCpjIkyfPw0gMC5booXr5eLPWTe4qFUVP5hcFyPTcvVr5XKomT61mc0Kgpnyj594EEsAdbcIYQiIZwAGn6IikAgP988WKJIJMvZfmKxcJ0FlvEtbFi2dvauQAkJaewJn7thweAAACiRprS+KcBnPgAqMeUli4GOHUdQOHqlGZWD6B0G6DNiiuT5E1oOAAAPFBAEZigAbpgCGZgDfbgDB7gA4EQCpEQB8kwF7jAhxyQwEIogBVQDKWwEbZCJeyGfVALR+AYNMMZuAhX4SZ0wT14DH0wCG9gBD7BGIIgRISOMBANRA8xRiwRe8QV8UICkXAkBklGUpFMRITIkAJkFVKKlCGVyF6kDvkNOYVcRK4j3chDpB8ZQt4j31AMpaFMVAc1QaejrqgvGobGoXPQTHQBmo8WoevRCrQaPYw2oRfRm+g9tA99g45igFExNUwfs8ZcMX8sEkvBMjAJtgwrwcqxaqwBa8XasTtYHzaMfcURcAwcC2eN88CF4OJxXNwC3DLcOlwlrhbXhLuMu4Prx43gfuLpeG28Jd4dz8Yn4TPxC/HF+HJ8Df4k/gr+Hn4Q/4lAIKgRTAkuhBBCMiGLsISwjrCT0Ei4QOgmDBBGiUSiBtGS6EmMJHKIUmIxcTvxMPE8sYc4SPxCopL0SPakIFIKSURaSSonHSKdI/WQXpLGyEpkY7I7OZLMIy8mbyDvJ7eSb5MHyWMUZYopxZMSR8mirKBUUBooVyhPKB+oVKoB1Y0aTRVQC6kV1KPUa9R+6leaCs2C5k+bTZPR1tMO0i7QHtI+0Ol0E7oPPYUupa+n19Ev0Z/RvygwFGwU2Ao8heUKVQpNCj0KbxXJisaKvopzFfMVyxWPK95WHFYiK5ko+StxlJYpVSmdUupVGlVmKNspRyrnKK9TPqR8XfmVClHFRCVQhadSpLJP5ZLKAANjGDL8GVzGKsZ+xhXGIJPANGWymVnMUuYRZidzRFVF1VE1QXWRapXqWdU+NUzNRI2tJlTboHZM7b7at2k603ynpU9bO61hWs+0z+pa6j7q6eol6o3q99S/abA0AjWyNTZpNGs81cRpWmhGay7U3KV5RXNYi6nlocXVKtE6pvVIG9W20I7RXqK9T7tDe1RHVydYR6yzXeeSzrCumq6PbpbuFt1zukN6DD0vPYHeFr3zeq9ZqixflpBVwbrMGtHX1g/Rl+nv1e/UHzMwNYg3WGnQaPDUkGLoaphhuMWwzXDESM8owqjAqN7okTHZ2NWYb7zNuN34s4mpSaLJGpNmk1em6qZs03zTetMnZnQzb7MFZtVmd80J5q7m2eY7zbssUAsnC75FlcVtS9TS2VJgudOy2wpv5WYlsqq26rWmWfta51nXW/fbqNmE26y0abZ5O91oesr0TdPbp/+0dbIV2u63fWynYhdqt9Ku1e69vYU9177K/q4D3SHIYblDi8M7R0vHdMddjg+cGE4RTmuc2px+OLs4S5wbnIdcjFxSXXa49LoyXaNc17lec8O7+bktdzvj9tXd2V3qfsz9Lw9rj2yPQx6vZpjOSJ+xf8aAp4Enx3OvZ58XyyvVa49Xn7e+N8e72vu5j6EPz6fG56WvuW+W72Hft362fhK/k36f/d39l/pfCMACggNKAjoDVQLjAysDnwUZBGUG1QeNBDsFLwm+EIIPCQvZFNLL1mFz2XXskVCX0KWhl8NoYbFhlWHPwy3CJeGtEWhEaMTmiCczjWeKZjZHQiQ7cnPk0yjTqAVRp6MJ0VHRVdEvYuxiCmLaYxmx82IPxX6K84vbEPc43ixeFt+WoJgwO6Eu4XNiQGJZYl/S9KSlSTeTNZMFyS0pxJSElJqU0VmBs7bOGpztNLt49v05pnMWzbk+V3OucO7ZeYrzOPOOp+JTE1MPpX7nRHKqOaNp7LQdaSNcf+427hueD28LbyjdM70s/WWGZ0ZZxqtMz8zNmUN8b345f1jgL6gUvMsKydqd9Tk7Mvtg9rgwUdiYQ8pJzTklUhFliy7P152/aH632FJcLO5b4L5g64IRSZikJhfJnZPbImVKxdIOmZlstaw/zyuvKu/LwoSFxxcpLxIt6lhssXjt4pf5QfkHluCWcJe0FegXrCjoX+q7dO8yZFnasrblhsuLlg8WBhfWrqCsyF5xa6XtyrKVH1clrmot0ikqLBpYHby6vlihWFLcu8Zjze5fcL8Ifulc67B2+9qfJbySG6W2peWl39dx19341e7Xil/H12es79zgvGHXRsJG0cb7m7w31ZYpl+WXDWyO2Ny0hbWlZMvHrfO2Xi93LN+9jbJNtq2vIryiZbvR9o3bv1fyK+9V+VU17tDesXbH5528nT27fHY17NbZXbr72x7Bngd7g/c2VZtUl+8j7Mvb92J/wv72A64H6mo0a0prfhwUHeyrjam9XOdSV3dI+9CGerReVj90ePbhriMBR1oarBv2Nqo1lh6Fo7Kjr39L/e3+sbBjbcddjzecMD6x4yTjZEkT0rS4aaSZ39zXktzSfSr0VFurR+vJ0zanD57RP1N1VvXshnOUc0Xnxs/nnx+9IL4wfDHz4kDbvLbHl5Iu3b0cfbnzStiVa1eDrl5q920/f83z2pnr7tdP3XC90XzT+WZTh1PHyVtOt052Onc23Xa53dLl1tXaPaP7XI93z8U7AXeu3mXfvXlv5r3u+/H3H/TO7u17wHvw6qHw4btHeY/GHhc+wT8pear0tPyZ9rPq381/b+xz7jvbH9Df8Tz2+eMB7sCbP3L/+D5Y9IL+ovyl3su6V/avzgwFDXW9nvV68I34zdhw8Z/Kf+54a/b2xF8+f3WMJI0MvpO8G3+/7oPGh4MfHT+2jUaNPvuU82nsc8kXjS+1X12/tn9L/PZybOF34veKH+Y/Wn+G/XwynjM+LuZIOAAAgAEAmpEB8P4gAD0ZgNEFQFGY6MZ/d3pkqt3/N57ozwAA4AxwoBAg3gcg2gdgDwCYFgIoFgJE+QDE+QDq4CB//p7cDAf7CS9qMwC+fHz8QyIA0RzgR+/4+Fjz+PiPGgDsEcCFTxOdHAAAJwHAHONsb/3ZE9G19j+78b8AAdMEjQnUlMMAADr5aVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAyMSA3OS4xNTU3NzIsIDIwMTQvMDEvMTMtMTk6NDQ6MDAgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEyLTA1VDE3OjM2OjQ5KzAzOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMi0wNVQxNzozNjo0OSswMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTItMDVUMTc6MzY6NDkrMDM6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOjUwNzUyMjJkLWY4ZGQtNDFmZS1iMDQ5LTE3ZDY1ZGZhMGU5OTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmQ1MTAyMTU3LTE5ZDgtMTE3Yi05YzlmLTk4NGIyNDNmNGIyYzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjUzYjJiODJlLTczM2QtNGRhMS1hNmMzLWZiZGUyMzQzYmM0NjwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1M2IyYjgyZS03MzNkLTRkYTEtYTZjMy1mYmRlMjM0M2JjNDY8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMDVUMTc6MzY6NDkrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1MDc1MjIyZC1mOGRkLTQxZmUtYjA0OS0xN2Q2NWRmYTBlOTk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTItMDVUMTc6MzY6NDkrMDM6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgICAgIDxyZGY6QmFnPgogICAgICAgICAgICAgICA8cmRmOmxpPnhtcC5kaWQ6YWU1YTE5MGItNWFiNC00NTJmLTk2NDMtYzE5MDc5ZGI1NGM4PC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOkJhZz4KICAgICAgICAgPC9waG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5EaXNwbGF5PC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjQwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjQwPC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz7B9sJPAAAAIGNIUk0AAG4nAABzrwAA+d8AAIJhAAB4lwAA7+gAADLnAAAT7rbTwbcAAAL/SURBVHjazJlbSBRRGMd/M6srUVKokGaQiJkPFmFWWIkPJT4YpmWS0k2SilgVhVWSetG01qVNajWhNaqHHtq8hL5UZD1VRFEJPkQWPRhiF+wiirvu2sOOtba32XVd5w8DM+d855zf+ebMN2e+ESJyDbiRGsiXjgxglVQWTI0Dw8BroBu4B1j+Nwpz07AAaAaSWFgtA1KkoxgYAmqBLmcj0elcBegkg4WGc6ckoFNiULnzYBNQw+JrlqHW2YOFCoFzhiycBVQDl1CeWgC1COwHVisQMB4oEqVQolTli8BmBQOmi0CsggHjRCBCwYBqMWRD2afZEW/FdCKN5gPrSFw6LquZEJFrmAkFnDYnnobKkjnFKfvO8mkqymvTEHhwhoPpkS5wAHpNns/WCwtot1KeFY2p/qTb6rTUtcEFFOzTbIyFgrQYVqp9r6GybVHotUc81vc/e+OzjzDZcNMTtB3fSuneXX/LSmqv0DVoBQSX21q0QY3xTJnnzeDEJDXtD0GMCY4HsxLD58AB3NaVk51gc7HNTrBxq0njtb+MoxcY8wHnF2Be5nq35b1GLbuT/11vj5uk16j12teWQ/W8n1gha1zZgF/HPK+5u4Yqdq6xkrr8F4+u1XntJ7O0kYGxSPnrXm4cjJ75xnDfOQRBCPihzqu4yIOP/gUO2dbfhRiyjp0PGK645rLfcH6HmRdflrCn0uD3IKcaTHQPWgOamN9Tuv9BoLC6Rbb94bpWrj//CYIYGkCAvnd2NI0dsjx3Z8ASMFzgrzpBwPT0B9XNNz2aVOluODw3TwU+NUGk7fEo+o5ulyqdqYurT0bn5bngbbdsFnKS1VSUZBMepqLd3E/X23FQBSdTEpr94KLc4hAC/lYwn0UERhQMOCICAwoGfCkCPQoG7BEBM45Mp9L0GTCLONKu1QoErAKmZsOMGdArCE4vMc2Jg6cBowLgWiUWl0BtA8pxZDaHFgFsCEeuUiOxePzs7AR6JeMCYBOOZGJ4kIGs0oPwCsdvCDNufkP8GQBvocCPGhKjtgAAAABJRU5ErkJggg==');
  background-size: cover;
}
.letter-filter {
  margin-bottom: 20px;
}
.letter-filter .nav li a {
  padding-left: 10px;
  padding-right: 10px;
  color: #111;
}
.letter-filter .nav li.active a {
  color: #fff;
}
.letter-filter__link {
  border-radius: 20px !important;
}
.sport_people {
  list-style: none;
  padding: 0px;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.sport_people li {
  display: inline-block;
  width: 300px;
  height: 80px;
  margin-bottom: 30px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.sport_people__avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  float: left;
}
.sport_people__name {
  padding-top: 20px;
}
.sport_people__icon {
  color: #fff;
  font-size: 24px;
  line-height: 78px;
  left: 0px;
  width: 80px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  position: absolute;
  text-align: center;
}
.sport_people:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_post_announce {
  letter-spacing: -0.2px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #999;
}
.ocr_post_share ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ocr_post_share ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.ocr_post_share ul li a {
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 140px;
  padding-left: 15px;
  border-radius: 8px;
  display: inline-block;
  box-sizing: border-box;
}
.ocr_post_share ul li a.share_facebook {
  background-color: #4c68b3;
}
.ocr_post_share ul li a.share_vk {
  background-color: #426b9a;
}
.ocr_post_share ul li a.share_twitter {
  background-color: #02abed;
}
.ocr_post_share ul li a.share_odnoklassniki {
  background-color: #f07e00;
}
.ocr_post_share ul li a:hover {
  text-decoration: none;
  background-color: #e53229;
}
.ocr_post_text h2 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.ocr_post_text .instagram-media {
  margin: 0px auto !important;
}
.ocr_post_text iframe {
  width: 100%;
}
.ocr_post_text .embed-container {
  position: relative;
  padding-bottom: 105%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ocr_post_text .embed-container iframe,
.ocr_post_text .embed-container object,
.ocr_post_text .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ocr_post_text > a {
  background-color: #ecf8ff;
}
.ocr_post_gallery {
  margin-left: -20px;
  width: calc(100% + 20px);
  max-width: 980px;
}
.ocr_post_gallery > img {
  width: 100%;
  margin: 0px auto;
  display: block;
}
.ocr_post_gallery .swiper-container {
  transition: all 300ms linear;
}
.ocr_post_gallery .swiper-button-next,
.ocr_post_gallery .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-size: 30% 30%;
  background-position: center center;
}
.ocr_post_gallery .swiper-button-next {
  right: 20px;
}
.ocr_post_gallery .swiper-button-prev {
  left: 20px;
}
.ocr_post_gallery .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ocr_post_gallery .swiper-slide img {
  max-width: 100%;
  max-height: 900px;
  margin: 0px auto;
  display: block;
}
.ocr_post_gallery .swiper-pagination {
  text-align: left;
  padding-left: 20px;
  margin-top: 40px;
}
.comments_news {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments_news .comments_holder {
  position: relative;
}
.comments_news .comments_holder li.comment {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 15px;
}
.comments_news .comments_holder li.comment .fn {
  color: #094994;
}
.comments_news .comments_holder h3 {
  margin-bottom: 0px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.comments_news .comments_holder .comment-reply-title {
  display: none;
}
.comments_news .comments_holder .logged-in-as {
  display: none;
}
.comments_news .comments_holder #comments {
  display: none;
}
.comments_news .comments_holder .comment-respond {
  width: 100%;
}
.comments_news .comments_holder .comment-form-comment {
  width: 100%;
}
.comments_news .comments_holder .comment-form-comment label {
  display: none;
}
.comments_news .comments_holder .comment-form-comment textarea {
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.comments_news .comments_holder .comment-form-comment textarea::placeholder {
  color: #111;
  opacity: 1;
}
.comments_news .comments_holder .comment-form-comment {
  margin-bottom: 0px;
}
.comments_news .comments_holder__form {
  position: relative;
}
.comments_news .comments_holder__form .form-submit {
  box-sizing: border-box;
  display: block;
  top: -10px;
  left: 0px;
  margin: 0px;
  height: 30px;
  line-height: 28px;
  width: 300px;
  right: auto;
  position: relative;
  text-align: left;
}
.comments_news .comments_holder__form .form-submit .submit {
  background-color: #094994;
  border: 0;
  text-indent: 0px;
  text-align: center;
  width: 110px;
  height: 100%;
  color: #fff;
  right: auto;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 24px;
}
.sportsman_quote {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #054a97;
}
.sportsman_quote_src {
  color: #ccc;
  font-size: 13px;
  display: block;
}
.ocr_post_person_quote {
  padding-bottom: 30px;
  padding-left: 0px;
  color: #054a97;
  font-size: 26px;
  line-height: 30px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
  position: relative;
  /*&:before {
		content: '«';
		font-family: @font-family-bold;
		font-size: 64px;
		color: #054a97;
		position: absolute;
		left: 0px;
	}*/
}
.ocr_post_quote {
  padding-left: 80px;
  padding-right: 60px;
  color: #054a97;
  font-size: 26px;
  line-height: 30px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
  position: relative;
  /*
	&:after {
		content: ' ';
		display: block;
		width: 100%;
		left: 0px;
		position: absolute;
		height: 30px;
		bottom: -30px;
		background-color: #fff;
	}*/
}
.ocr_post_quote:before {
  content: '«';
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 64px;
  color: #054a97;
  position: absolute;
  left: 20px;
  top: 0px;
}
.ocr_post_quote:after {
  content: '»';
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 64px;
  color: #054a97;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.show_all_videos {
  overflow: hidden;
}
.show_all_videos h3 {
  margin-top: 0px;
}
.show_all_videos .ocr_grid_content__wide_header {
  padding-top: 15px;
}
.single-video .show_all_videos {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.single-video .show_all_videos .yarpp-related {
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}
.single-video__title {
  font-size: 26px;
  margin-bottom: 20px;
  width: calc(100% - 90px);
}
.post-type-archive-video .ocr_grid_content {
  padding-bottom: 10px;
}
.post-type-archive-video .params-filter {
  padding-left: 10px;
  padding-right: 10px;
}
.post-type-archive-video .video-card_coverflow {
  margin-bottom: 30px;
}
.post-type-archive-video .navigation.pagination .page-numbers {
  color: #fff;
}
.post-type-archive-video .navigation.pagination .page-numbers:hover {
  color: #fff;
}
.post-type-archive-video .navigation.pagination .page-numbers.current {
  color: #fff;
}
.post-type-archive-video .navigation.pagination .page-numbers.current:hover {
  color: #fff;
}
.ocr_about_textleft .ocr_texticon_text {
  padding-top: 10px;
  padding-right: 20px;
}
.vc_custom_1511265183737 {
  background-position: center center !important;
  height: 100px;
}
.vc_custom_1511265163177 {
  background-position: center center !important;
  height: 100px;
}
.ocr_about_content_text {
  width: calc(100% - 40px);
}
.ocr_about_top {
  margin-top: 20px;
}
.ocr_about_content {
  max-width: 1300px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.ocr_about_div {
  padding-top: 40px !important;
}
.ocr_about_div .ocr_about_content {
  margin-top: 20px;
  padding-left: 10px;
}
.ocr_about_container {
  max-width: 960px;
  color: #fff;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ocr_about_container .ocr_post_text {
  padding-bottom: 0px;
}
.ocr_about_container .ocr_grid_block {
  max-width: 100%;
  padding-left: 0px;
}
.ocr_about_container .ocr_grid_block h3 {
  color: #fff;
}
.ocr_about_container .ocr_grid_block .nchl_left_block_icon {
  padding-top: 20px;
  padding-right: 20px;
}
.ocr_about_container .ocr_grid_block .nchl_left_block_icon img {
  margin-bottom: 20px;
}
.ocr_about_container .ocr_grid_block .content_announce {
  padding-right: 20px;
}
.ocr_about_holder {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.ocr_texticon_icon {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 115px !important;
  height: 100px;
  border-right: 1px solid #ccc;
  display: inline-block;
  float: left;
}
.ocr_texticon_icon .vc_column-inner {
  height: 75px;
  width: 100%;
}
.ocr_texticon_text {
  margin-top: 40px;
  margin-bottom: 30px;
  width: calc(100% - 116px) !important;
  height: 100px;
  padding-top: 24px;
  display: inline-block;
}
.ocr_texticon_text .ocr_post_text {
  width: 100%;
}
.ocr_texticon_text h4 {
  font-size: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.comment-content {
  margin-top: 5px;
}
.ocr_quote_author .author_image {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.ocr_quote_author .author_name {
  margin-top: 10px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  color: #333;
  display: inline-block;
  float: left;
}
.ocr_quote_author:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_post_person {
  padding-top: 30px;
  padding-bottom: 60px;
}
.ocr_post_person .person_photo {
  width: 320px;
  height: 250px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 0px 15px 15px 0px;
  margin-left: -20px;
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.ocr_post_person .person_photo a {
  color: #eaeaea;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  display: inline-block;
}
.ocr_post_person .person_photo a:hover {
  text-decoration: none;
  background-color: #e53229;
}
.ocr_post_person .person_content {
  display: inline-block;
  float: left;
  width: calc(100% - 320px);
}
.ocr_post_person .person_content .person_medals {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 0px;
}
.ocr_post_person .person_content .person_medals li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #999;
  font-size: 14px;
  margin-right: 5px;
}
.ocr_post_person .person_content .person_medals li.gold {
  border: 4px solid #fff333;
}
.ocr_post_person .person_content .person_medals li.silver {
  border: 4px solid #ccc;
}
.ocr_post_person .person_content .person_medals li.bronze {
  border: 4px solid #e4c9b2;
}
.ocr_post_person .person_content p {
  color: #999;
  font-size: 16px;
  margin-bottom: 0px;
}
.ocr_post_person .person_content h3 {
  margin-bottom: 20px;
}
.ocr_post_person:after {
  content: ' ';
  display: block;
  clear: both;
}
.ocr_post_person .linetop {
  content: ' ';
  display: block;
  clear: both;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  top: 0px;
}
.ocr_post_person .linebottom {
  content: ' ';
  display: block;
  clear: both;
  position: absolute;
  width: calc(100% - 40px);
  border-bottom: 1px solid #ebebeb;
  bottom: 30px;
}
.ocr_post_googlemap {
  margin-left: -20px;
  width: calc(100% + 20px);
  max-width: 980px;
}
.ocr_post_qa .author_image {
  margin-top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  margin-left: -60px;
}
.ocr_post_qa .question {
  color: #999;
  padding-left: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ocr_post_qa .answer {
  padding-left: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}
.post-type-archive-video,
.single-video {
  background-color: #12191f;
}
.simple_select {
  background-color: #12191f;
}
.modal-body #bscontent {
  max-width: 100%;
}
.modal-body #bscontent .container {
  width: auto;
}
.video-modal {
  width: 100%;
  max-width: 1300px;
}
.comments_holder {
  position: relative;
}
.comments_holder h3 {
  margin-bottom: 0px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.comments_holder .comment-reply-title {
  display: none;
}
.comments_holder .logged-in-as {
  display: none;
}
.comments_holder #comments {
  display: none;
}
.comments_holder .comment-respond {
  width: 100%;
}
.comments_holder .comment-form-comment {
  width: 100%;
}
.comments_holder .comment-form-comment label {
  display: none;
}
.comments_holder .comment-form-comment textarea {
  width: 100%;
  box-sizing: border-box;
  height: 90px;
  line-height: 28px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.comments_holder .comment-form-comment textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.comments_holder .comment-form-comment {
  margin-bottom: 0px;
}
.comments_holder__form {
  position: relative;
}
.comments_holder__form .form-submit {
  position: absolute;
  box-sizing: border-box;
  right: 0px;
  top: 11px;
  margin: 0px;
  height: 30px;
  line-height: 28px;
  width: 40px;
  display: block;
}
.comments_holder__form .form-submit .submit {
  background-color: rgba(255, 0, 255, 0);
  border: 0;
  text-indent: -1000px;
  bottom: 0px;
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDRBMDE2RjE5MzE5MTFFN0EyODRDRjdFMjFBNDk0QzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDRBMDE2RjA5MzE5MTFFN0EyODRDRjdFMjFBNDk0QzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmYmVhOWZkMi05MzE4LTExZTctYTBlNi1hZWQyMDk3MjMyNjkiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmYmVhOWZkMi05MzE4LTExZTctYTBlNi1hZWQyMDk3MjMyNjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WvI9lAAAByklEQVR42pxTXWtTQRA9N5igYkoMRpvcmloKVUyIgvpgKZVCUFKkCv4BHwRBocWPQvChiH9BQYSCYkEEBWuhftBSqRJ9KPgDRG1rTHLbWlQISnL37nHu1hcpocRZhp3dZc6ePTOL8cmXvDSc5770AYqhWceP6m+6ElWcZd4evc9s7lRTQCiVHWqtJfZkaCrtcbbwlheGLrO9K70hGMrLq/TTjXkCUBc+suFjFr86vHnrDvuyuYZAWCgtseaZXMPCMFF1Kre2ttbKxK9mpnn23Hl27t3/D5jV3XeCidadaLMTSNg2bPE2O45YLIZIyzaEw2Fs3bwFgQDEAlhYLOLho8d4/mIKHz5+hmVoNLBj2X52duxBJpNBb08P0qkuBEMhaDmr/lIYuX4D1pHuXsZbdyGZTMrNu4VF3LDYsT2KSKQF0WgUwWBQfBMsCygWSxifmMSTpxP4NL8IzH+pUHlGNxFOmXcr0cCf/bWWua5qfFN4zYuDV9aJCefbd1MAU0pfw78V8EHLlRWO3hvj8dxA4yr4DeS63hqIuKs0382959DVPDOHjm7cB6s/qybRWVrh3bEHPHn6THOd+GxqlsPXRpg6ePi//sIfAQYAd5Imcv7rFw8AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: center bottom;
}
.commentlist {
  list-style: none;
  padding-left: 0px;
}
.commentlist .avatar {
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
.commentlist .comment-author:after {
  content: ' ';
  display: block;
  clear: both;
}
.commentlist .comment-metadata {
  display: none;
}
.commentlist .fn {
  display: inline-block;
  padding-top: 6px;
  float: left;
}
.commentlist .says {
  display: none;
}
.commentlist .reply {
  display: none;
}
.commentlist li {
  margin-bottom: 20px;
}
.ocr_grid_wide {
  width: 100%;
  background-color: #074a98;
  margin-bottom: 20px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.video-item-wide {
  /*
	&__tag {
		border: 1px solid #fff;
		border-radius: 10px;
		height: 20px;
		line-height: 20px;
		display: inline-block;
		font-size: 14px;
		color: #fff !important;
		padding: 0 10px;
		white-space: nowrap;
		margin-top: 20px;
		&_live {
			background-color: @brand-danger;
			border: none;
			left: 140px;
		}
		&_achievement {
			left: 194px;
			border: none;
			#gradient > .horizontal(@brand-danger; @brand-primary);
		}

		&_coverflow {
			top: 20px;
			left: 50%;
			transform: translateX(-50%);
		}
	}*/
}
.video-item-wide__link {
  width: 100%;
  height: 75%;
  color: #fff;
  display: block;
}
.video-item-wide__link:hover {
  color: #e6e6e6;
}
.video-item-wide__thumbnail {
  position: relative;
  padding-top: 70%;
  border-radius: 8px;
  margin-bottom: 20px;
}
.video-item-wide__play {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: -60px;
  margin-top: 0px;
  width: 40px;
  height: 40px;
  background: url("../images/btn-play.png");
  background-size: contain;
}
.video-item-wide__play_coverflow {
  bottom: 90px;
  left: 50%;
  margin-left: -30px;
}
.video-item-wide__title {
  line-height: 18px;
  word-wrap: break-word;
  position: absolute;
  bottom: 20px;
}
.video-item-wide__title_lg {
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
}
.video-item-wide__title_coverflow {
  text-align: center;
  bottom: 20px;
}
.video-item-wide__tag {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 14px;
  color: #fff !important;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 100;
}
.video-item-wide__tag:hover:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  left: 0px;
  top: 0px;
}
.video-item-wide__tag_achievement {
  left: 194px;
  border: none;
  background-image: -webkit-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: -o-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: linear-gradient(to right, #e53229 0%, #094994 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe53229', endColorstr='#ff094994', GradientType=1);
}
.video-item-wide__tag_coverflow {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.video-item-wide__tag_coverflow_active {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sportsman_header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: 560px;
}
.sportsman_header .sportsman_holder {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.sportsman_header .sportsman_holder h1 {
  padding-left: 20px;
}
.sportsman_header .sportsman_holder__photos {
  width: calc(100% - 540px);
  display: inline-block;
  float: left;
  background-color: rgba(255, 0, 255, 0);
}
.sportsman_header .sportsman_holder__photos .ocr_person_post_gallery {
  position: relative;
  margin-left: auto;
  width: 100%;
}
.sportsman_header .sportsman_holder__photos .ocr_person_post_gallery .sportsman_photo_slide {
  width: 100%;
  height: 560px;
  border-radius: 0px;
}
.sportsman_header .sportsman_holder__redline {
  height: 1px;
  width: 100%;
  background-color: #e53229;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sportsman_header .sportsman_holder__data {
  width: 300px;
  display: inline-block;
  float: left;
  margin-left: 90px;
  color: #fff;
  padding-top: 100px;
}
.sportsman_header .sportsman_holder__data .tag_holder a {
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 22px;
}
.sportsman_header .sportsman_holder__data .tag_holder a:hover {
  background-color: #e53229;
}
.sportsman_header .sportsman_holder__data h1 {
  padding-left: 0px;
}
.sportsman_header .sportsman_holder__data h1 span {
  font-size: 29px;
  display: block;
}
.sportsman_header .sportsman_holder__data h3 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
}
.sportsman_header .sportsman_holder__data:after {
  content: ' ';
  display: block;
  clear: both;
}
.sportsman_header .sportsman_holder__data .post_header_medals {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.sportsman_header .sportsman_holder__data .post_header_medals li {
  display: inline-block;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.sportsman_header .sportsman_holder__data .post_header_medals li:first-of-type {
  padding-right: 10px;
}
.sportsman_header .sportsman_holder__data .post_header_medals li.gold {
  border: 4px solid #fff333;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sportsman_header .sportsman_holder__data .post_header_medals li.silver {
  border: 4px solid #ccc;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sportsman_header .sportsman_holder__data .post_header_medals li.bronze {
  border: 4px solid #e4c9b2;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
}
.sportsman_header .sportsman_holder__data .post_header_medals:after {
  content: ' ';
  display: block;
  clear: both;
}
.sportsman_header .sportsman_holder__data .post_share_holder {
  position: absolute;
  bottom: 20px;
}
.sportsman_header .sportsman_holder:after {
  content: ' ';
  display: block;
  clear: both;
}
.sportsman_data_mobile {
  display: none;
}
.video-item {
  padding-top: 200px;
  /** Я ❤ бутстрап */
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
  /*
	&__tag {
		//border: 1px solid #fff;
		border-radius: 10px;
		height: 20px;
		line-height: 20px;
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 14px;
		color: #fff !important;
		padding: 0 10px;
		white-space: nowrap;
		background: @brand-primary;
		&:hover {
			background: darken(@brand-primary, 10%);
		}
		&_live {
			background-color: @brand-danger;
			border: none;
			left: 140px;
		}

		&_achievement {
			left: 194px;
			border: none;
			#gradient > .horizontal(@brand-danger; @brand-primary);
		}

		&_coverflow {
			top: 20px;
			left: 50%;
			transform: translateX(-50%);
		}
	}
	*/
}
.video-item__link {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  left: 0px;
  position: absolute;
  bottom: 0px;
}
.video-item__link:hover {
  color: #e6e6e6;
}
.video-item__play {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  top: -60px;
  margin-top: 0px;
  width: 40px;
  height: 40px;
  background: url("../images/btn-play.png");
  background-size: contain;
}
.video-item__play_coverflow {
  bottom: 90px;
  left: 50%;
  margin-left: -30px;
}
.video-item__title {
  left: 20px;
  right: 20px;
  bottom: 20px;
  line-height: 18px;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 0 4px;
}
.video-item__title_lg {
  font-size: 26px;
  font-weight: 900;
  line-height: 28px;
}
.video-item__title_coverflow {
  text-align: center;
  bottom: 20px;
}
.video-item__tag {
  border-radius: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-size: 14px;
  color: #fff !important;
  padding: 0 10px;
  white-space: nowrap;
  z-index: 100;
}
.video-item__tag:hover:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  left: 0px;
  top: 0px;
}
.video-item__tag_achievement {
  left: 194px;
  border: none;
  background-image: -webkit-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: -o-linear-gradient(left, #e53229 0%, #094994 100%);
  background-image: linear-gradient(to right, #e53229 0%, #094994 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe53229', endColorstr='#ff094994', GradientType=1);
}
.video-item__tag_coverflow {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.video-item__tag_coverflow_active {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.video-item__drag {
  background: url("../images/btn-drag.png");
  width: 209px;
  height: 209px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -105px;
  margin-top: -105px;
}
.video-item_coverflow {
  background-color: #111a20;
  padding-top: 30px;
  padding-bottom: 30px;
}
.video-item_coverflow .swiper-slide {
  width: 290px;
  height: 230px;
  background-position: center center;
  background-size: cover;
}
.nchl_content_text_field .video-item {
  padding-top: 350px;
  /** Я ❤ бутстрап */
  margin-bottom: 20px;
  position: relative;
  border-radius: 0px;
}
.nchl_content_text_field .video-card__title {
  left: 20px;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 0 4px;
}
.live_twitter_share {
  height: 16px;
  line-height: 16px;
  width: 16px;
  border: 0px;
  display: inline-block;
  box-sizing: border-box;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABmElEQVR42mNkoBAwUs8AJS1GhnvX/mNV1b8ulEFBw5bh07t7DMsmz2H4/OEHg7qBKMP8zucQA+JKNBmSKooYcn3SGS6f+IeiefezCQxCYvlIIg+A+D3D9XMxDDFm1yAGZLd4MsSXb2P4/XMHw/yONIY5LY/B4h5RogxNC58DWcxobnrBcHRbHEOh/26IAR7RIgz180AmcwPxD4avn1cyHNuxhYGD8zeDrc8GDC/duljHEG/WjAiDjBZdhpiSFiDLj6iQO7Ilg6EiZCbCAJ9EKYbSafeALHaiDFjWY8Ews/YkaixMOxjFoGEyAyjEi1/3/8cMBe4KDJeO/EM1ILZSgSGuehuQpYlX/52LuQyZ1lMw0wEITD+ey6Co0w4NTEzw989hhhJ3R4brp/5iN8DYlZmheEYCA7/oZCCPE9Xlf88wTMz1YNi95C2yMMSASUdNGWTUihlYWB2APHE0e78wvHo0mWFqQRPD+X0/0B2FcIGVPx+DsZsHg7SKHgM7Jx/Dz+8fGZ7eucRwfu9OhiPrPuEKEipmJjIBAIh6fRFeQG0TAAAAAElFTkSuQmCC');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 42px;
}
.liveblog-btn-small {
  border-radius: 18px;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 8px;
}
.liveblog-publish-btn {
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
  color: #fff;
  background-color: #094994;
}
.liveblog-pagination {
  padding-left: 20px;
  padding-right: 20px;
}
.liveblog-pagination-btn {
  background-color: #094994;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
}
.liveblog-pagination-btn:disabled {
  background-color: #ccc;
}
.liveblog-feed {
  padding-left: 20px;
  padding-right: 20px;
}
.liveblog-entry {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.liveblog-entry-content {
  padding-left: 0px;
}
.liveblog-entry-content img {
  max-width: 100%;
}
.liveblog-entry-tools {
  margin-left: 0px;
}
.liveblog-meta-author {
  display: none;
}
.liveblog-meta-time {
  color: #e53229;
  font-size: 14px;
}
.liveblog-meta-time span:first-of-type {
  display: none;
}
.more_today_news {
  margin-left: -10px;
  margin-right: -10px;
  padding: 0px;
  margin-top: 30px;
}
.more_today_news li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  width: 300px;
  height: 80px;
  color: #111;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
}
.more_today_news li .pdate {
  color: #e53229;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.more_today_news:after {
  content: ' ';
  display: block;
  clear: both;
}
.big .video-item {
  padding-top: 420px;
  /** Я ❤ бутстрап */
}
.big .video-item__title {
  font-size: 26px;
  line-height: 28px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.masonry__item.col-xs-4 .card__img:before {
  padding-top: 70.5%;
}
/**
 * Исаенко Алексей
 */
.carousel {
  height: 560px;
  margin-bottom: 30px;
  position: relative;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 560px;
}
.carousel-control.left {
  border-radius: 0 0 0 10px;
}
.carousel-control.right {
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50%;
    background: #fff;
    margin: -30px 0 0 0;
    left: 20px;
  }
  .carousel-control .glyphicon-chevron-left:before,
  .carousel-control .glyphicon-chevron-right:before,
  .carousel-control .icon-next:before,
  .carousel-control .icon-prev:before {
    vertical-align: middle;
    line-height: 60px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    right: 20px;
    left: auto;
  }
}
.title {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0 0 20px 0;
}
.title_size_2 {
  font-size: 26px;
}
.toppage-breadcrumbs {
  padding: 20px 0 12px 0;
}
.pagehead {
  background: transparent;
  position: relative;
}
.pagehead__breadcrumbs {
  position: absolute;
  z-index: 9;
  left: 20px;
  right: 20px;
  top: 0;
  font-size: 14px;
  color: #fff;
}
.pagehead__breadcrumbs a {
  color: #fff;
}
.pagehead__carousel {
  position: relative;
  margin-bottom: 20px;
}
.pagehead__carousel .swiper-container {
  border-radius: 0 0 10px 10px;
  min-height: 240px;
  background: #ccc;
}
.pagehead__carousel .swiper-container-rounded {
  border-radius: 10px;
}
.pagehead__carousel .swiper-container:before,
.pagehead__carousel .swiper-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}
.pagehead__carousel .swiper-container:after {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.pagehead__carousel .swiper-button-next,
.pagehead__carousel .swiper-button-prev {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: 20%;
  z-index: 9;
}
.pagehead__carousel .swiper-button-next {
  right: 20px;
}
.pagehead__carousel .swiper-button-prev {
  left: 20px;
}
.pagehead__data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  z-index: 2;
}
.pagehead__title-social {
  position: absolute;
  left: 0;
  bottom: 0;
}
.pagehead__icon {
  padding-bottom: 20px;
}
.pagehead__title {
  color: #fff;
  font-size: 2em;
  line-height: 1;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.pagehead__label {
  font-size: 14px;
  color: #fff;
  display: table;
}
.pagehead__slide {
  background: transparent;
}
.pagehead__image {
  height: 560px;
  background: #eee url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / cover no-repeat;
}
.pagehead__social-link {
  color: #fff;
}
.pagehead__sharing {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 14px;
}
.pagehead__rating {
  margin-bottom: 10px;
}
.pagehead__share {
  color: #fff;
  line-height: 1;
}
.info-block {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.post_sportsman {
  margin-left: 0px;
  padding: 0px;
  list-style: none;
}
.post_sportsman li {
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  height: 100px;
}
.post_sportsman__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.post_sportsman__name {
  color: #111;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
.post_sportsman__tag {
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: lowercase;
  border-radius: 10px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  display: inline-block;
  outline-offset: -2px;
}
.sportsman {
  display: table;
  width: 100%;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 30px;
}
.sportsman__photo {
  position: relative;
  display: block;
}
.sportsman__image {
  display: block;
  border-radius: 10px 10px 0 0;
  height: 240px;
  background: #ccc url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / cover no-repeat;
  position: relative;
}
.sportsman__image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}
.sportsman__rating {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
}
.sportsman__image_holder {
  max-width: 100%;
  height: auto;
  display: none;
}
.sportsman__data {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 12px 20px;
}
.sportsman__data:before,
.sportsman__data:after {
  content: '';
  clear: both;
  display: block;
}
.sportsman__term {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.sportsman__term:before,
.sportsman__term:after {
  content: '';
  clear: both;
  display: block;
}
.sportsman__term-icon {
  clear: both;
  width: 40px;
  height: 40px;
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / cover no-repeat;
  margin-bottom: 10px;
  border-radius: 0;
}
.sportsman__term-name {
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 13px;
  padding: 0 8px;
  margin-right: 5px;
  color: #fff;
}
.sportsman__term-name:empty {
  display: none;
}
.sportsman__term-season {
  float: left;
  color: #fff;
}
.sportsman__title {
  line-height: 1.2;
  margin-bottom: 10px;
  height: 2.4em;
  overflow: hidden;
  text-decoration: none;
  display: block;
  color: #111;
}
.sportsman__item {
  float: left;
  padding-right: 10px;
  font-size: 14px;
  color: #d2d2d2;
}
.sportsman__item-share {
  float: right;
  padding-right: 0;
}
.sportsman__share {
  color: #d2d2d2;
  font-size: 12px;
}
.sportsman__button {
  padding-top: 10px;
  clear: left;
}
.sport {
  display: table;
  width: 100%;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
}
.sport__link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.sport__content {
  position: relative;
  display: block;
}
.sport__image {
  display: block;
  border-radius: 10px;
  height: 240px;
  background: #ccc url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.sport__image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.sport__image_holder {
  max-width: 100%;
  height: auto;
  display: none;
}
.sport__data {
  padding: 12px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sport__data:before,
.sport__data:after {
  content: '';
  clear: both;
  display: block;
}
.sport__title {
  line-height: 1.2;
  margin-bottom: 0;
  overflow: hidden;
  color: #fff;
}
.sport__label {
  font-size: 14px;
  color: #fff;
}
.sport__icons {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
.sport__item {
  float: left;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
}
.sport__item-sportsman img {
  position: relative;
  top: -1px;
}
.sport__item-share {
  float: right;
  padding: 0;
}
.sport__share {
  color: #fff;
  padding: 0;
}
.federation {
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 30px;
}
.federation__photo {
  vertical-align: middle;
  height: 160px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.federation__image {
  display: block;
  border-radius: 0;
  width: auto;
  height: 160px;
  background: transparent url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / contain no-repeat;
  margin: auto;
}
.federation__image_holder {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  display: none;
}
.federation__data {
  display: block;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.federation__title {
  margin: 0 0 20px 0;
}
.federation__contacts {
  padding-top: 20px;
  color: #000;
}
.federation__contacts a {
  color: #000;
}
.federation__contacts > div:empty {
  display: none;
}
.federation__phones,
.federation__sites,
.federation__socials,
.federation__email {
  float: left;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
.federation__phones {
  padding-left: 0;
}
.federation__phone {
  color: #000;
}
.federation__socials {
  color: #000;
}
@media (min-width: 680px) {
  .federation {
    display: table;
    width: 100%;
  }
  .federation__photo,
  .federation__data {
    display: table-cell;
    float: none;
  }
  .federation__photo {
    margin-bottom: 0;
  }
  .federation__image {
    border-radius: 50%;
    width: 160px;
  }
}
@media (max-width: 1000px) {
  .federation__contacts > div:nth-child(3) {
    border-color: transparent;
  }
  .federation__contacts > div:nth-child(4) {
    padding-left: 0;
    width: 100%;
    border-color: transparent;
  }
}
.video-carousel {
  margin-bottom: 20px;
}
.video-carousel__image {
  height: 230px;
  border-radius: 10px;
  background: #ccc url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / cover no-repeat;
}
.video-carousel .video-card__link:before {
  border-radius: 10px;
}
.social {
  display: inline-block;
  line-height: 1;
}
.social__link {
  color: inherit;
  display: inline-block;
  margin-right: 10px;
}
.social__link svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  vertical-align: top;
}
.social__link-last,
.social__link:last-child {
  margin-right: 0;
  color: inherit;
}
.social__link:hover {
  color: inherit;
}
.social_vertical .social__link {
  display: block;
  margin: 0;
  text-align: center;
  padding: 10px;
  color: #333;
}
.social_vertical .social__link svg {
  fill: #333;
}
.social_vertical .social__link .fa {
  margin: 0;
}
.social_horizontal {
  white-space: nowrap;
}
.social_horizontal .social__link {
  margin: 0 10px 0 0;
  padding: 10px 0 10px 10px;
  color: #000;
}
.dropdown_share .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown_share .dropdown-menu:before,
.dropdown_share .dropdown-menu:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 100%;
  right: 10px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff;
  z-index: 1;
}
.dropdown_share .dropdown-menu:after {
  border-bottom-color: rgba(0, 0, 0, 0.175);
  z-index: 0;
  bottom: 0;
  top: -11px;
}
.dropdown_share > a:hover {
  color: #e53229;
}
.ocr-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.ocr-grid:before,
.ocr-grid:after {
  content: " ";
  display: table;
}
.ocr-grid:after {
  clear: both;
}
.ocr-grid h2 {
  font-size: 26px;
  margin: 0px;
}
.ocr-grid__item {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  width: 300px;
  height: 360px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.ocr-grid__photo {
  height: 240px;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.ocr-grid__sporticon {
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 40px;
  height: 40px;
}
.ocr-grid__sporttext {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.ocr-grid__sportname {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 13px;
  display: inline-block;
  padding: 0px 8px;
  margin-right: 5px;
}
.ocr-grid__content {
  padding: 15px 20px;
  position: relative;
}
.ocr-grid__panel {
  color: #ccc;
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  width: calc(100% - 40px);
  left: 20px;
}
.ocr-grid__views {
  display: inline-block;
  width: 60px;
  float: left;
}
.ocr-grid__plays {
  display: inline-block;
  width: 60px;
  float: left;
}
.ocr-grid__share {
  display: inline-block;
  float: right;
}
.ocr-grid__bonus {
  position: absolute;
  top: 10px;
  color: #fff;
  font-size: 13px;
  left: 10px;
}
.streamnopromo {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 57%;
  color: #fff;
  position: relative;
}
.streamnopromo h2 {
  font-size: 48px;
  margin-top: -30%;
}
.streamnopromo__timer {
  color: #fff;
  display: inline-block;
  text-align: center;
}
.streamnopromo__timer > div {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
}
.streamnopromo__timer div > span {
  font-size: 22px;
  line-height: 50px;
  color: #fff;
  border-radius: 12px;
  border: 1px solid;
  width: 50px;
  display: inline-block;
  box-sizing: border-box;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.streamnopromo__smalltext {
  padding-top: 5px;
  font-size: 12px;
}
.streamnopromo__timeleft {
  display: inline-block;
  max-width: 300px;
  width: 236px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  margin-top: 22%;
  top: 0px;
}
.streamnopromo__liveshield {
  color: #fff;
  border-radius: 20px;
  background-color: #e43229;
  font-size: 12px;
  padding: 3px 8px;
}
.streamnopromo__timetext {
  line-height: 30px;
  padding-bottom: 10px;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 205px;
  color: #fff;
  position: relative;
  border-radius: 12px;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__timeleft {
  display: none;
  max-width: 300px;
  width: 236px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  margin-top: 30px;
  top: 0px;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__countdown .streamnopromo__timeleft {
  margin-top: 4px;
  top: 0px;
  display: block;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__countdown .streamnopromo__liveshield {
  display: none;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__countdown .streamnopromo__timetext {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__countdown .streamnopromo__stream_timer > div {
  margin-left: 4px;
  width: 40px;
  text-align: center;
  margin-right: 4px;
}
.video-card__item:not(.video-card__item_lg) .streamnopromo__countdown .streamnopromo__stream_timer div > span {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  border-radius: 8px;
  border: 1px solid;
  width: 32px;
  display: inline-block;
  box-sizing: border-box;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.video-card__item_lg .streamnopromo {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 430px;
  color: #fff;
  position: relative;
  border-radius: 12px;
}
.video-card__item_lg .streamnopromo .timeleft {
  display: inline-block;
  max-width: 300px;
  width: 236px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -118px;
  margin-top: 18%;
  top: 0px;
}
.event-item {
  display: block;
  color: #333;
  border-radius: 10px;
  background: #fff url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / contain no-repeat;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  height: 240px;
  font-size: 12px;
}
.event-item:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%);
}
.event-item:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
}
.event-item:hover:before {
  opacity: 0.8;
}
.event-item:hover:after {
  opacity: 0.8;
}
.event-item__day {
  position: absolute;
  z-index: 20;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 28px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #fff;
  top: 20px;
  left: 20px;
}
.event-item__month {
  position: absolute;
  z-index: 20;
  left: 80px;
  top: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.event-item__title {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  color: #fff;
  left: 20px;
  font-size: 16px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.event-item__title span {
  font-size: 16px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
}
.eventcategory-item {
  border-radius: 10px;
  background: #fff url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / contain no-repeat;
  margin-bottom: 20px;
  position: relative;
  height: 240px;
}
.eventcategory-item__data {
  height: 240px;
  padding: 20px;
}
.eventcategory-item__image {
  height: 240px;
  border-radius: 0px 10px 10px 0px;
}
.eventcategory-item__logo {
  height: 120px;
  width: 100%;
}
.eventcategory-item__title {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  color: #333333;
  left: 20px;
  font-size: 26px;
  line-height: 32px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  width: calc(100% - 40px);
}
.eventcategory-item__title span {
  font-size: 16px;
  font-family: 'museo_sans_cyrl_300', Arial, Helvetica, sans-serif;
}
.eventcategory-item__description {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 0px 10px 10px 0px;
  color: #111;
  height: 200px;
}
.page-title {
  display: table;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 100%;
}
.page-title:before,
.page-title:after {
  content: '';
  clear: both;
  display: block;
}
.page-title__text {
  display: table-cell;
  margin: 0;
  padding: 0 30px 0 0;
  vertical-align: inherit;
  line-height: 1;
  font-size: 41px;
  font-weight: 500;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.page-title__text-thin {
  width: 10%;
  white-space: nowrap;
}
.page-title__middle {
  display: table-cell;
  vertical-align: middle;
}
.page-title__buttons {
  display: table-cell;
  vertical-align: inherit;
  text-align: right;
}
.page-title__buttons-thin {
  width: 10%;
}
.page-title__buttons .btn {
  padding: 3px 9px;
  margin-top: -8px;
}
@media (max-width: 679px) {
  .page-title__buttons {
    text-align: left;
  }
}
.page-title__button {
  float: left;
}
.woocommerce-page .page-title {
  margin-top: 20px;
}
.container .navbar-collapse.navbar__primary {
  z-index: 980 !important;
}
.navigation.pagination {
  margin-bottom: 20px;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  color: #333333;
  border: 1px solid transparent;
  border-radius: 50%;
}
.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.prev {
  border-color: #ccc;
  color: #ccc;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  border-color: #094994;
  color: #333333;
}
.navigation.pagination + .btn {
  position: relative;
  top: -4px;
  margin-left: 10px;
}
.ocr_bonus {
  background: #dd002e;
  background: linear-gradient(to right, #dd002e 0%, #094994 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 2px 10px;
}
.showcase {
  display: block;
  color: #333;
  border-radius: 10px;
  background: #fff url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') 50% 50% / contain no-repeat;
  margin-bottom: 20px;
  line-height: 1.2;
  position: relative;
  padding: 100% 0 0 0;
  font-size: 16px;
}
.showcase__header {
  color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 2;
  opacity: 0;
  transition: all 200ms;
  background: rgba(255, 255, 255, 0.6);
}
.showcase:hover .showcase__header {
  opacity: 1;
}
.showcase:hover .showcase__percent {
  opacity: 0;
}
.showcase__title {
  font-size: inherit;
  font-weight: 500;
  font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
.showcase__price {
  font-size: inherit;
  font-weight: 900;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.showcase__price ins {
  text-decoration: none;
}
.showcase__percent {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: inherit;
}
.showcase__percent .label {
  font-size: 14px;
  padding: 3px 8px;
  text-transform: lowercase;
}
.showcase__percent:empty {
  display: none;
}
.shop-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-menu__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  font-size: 16px;
}
.shop-menu__item {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}
.shop-menu__caption {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.shop-menu__link {
  font-size: inherit;
}
.product-single {
  font-size: inherit;
}
.product-single__title {
  font-size: 1.5em;
  margin-bottom: 7px;
}
.product-single__price {
  display: table;
}
.product-single__regular-price,
.product-single__sale-price,
.product-single__discount {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.product-single__regular-price {
  font-size: 1.8em;
  font-weight: 700;
  color: #ccc;
  text-decoration: line-through;
}
.product-single__regular-price:empty {
  display: none;
}
.product-single__price-cell {
  font-size: 1.8em;
  font-weight: 700;
}
.product-single__price-cell p {
  margin: 0;
}
.product-single__discount .label {
  padding: 2px 8px;
}
.product-single__add_to_cart {
  float: left;
  padding: 3px 10px 3px 0;
}
.product-single__add_to_cart .quantity {
  display: none !important;
}
.product-single__add_to_cart .variations,
.product-single__add_to_cart .single_variation_wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-single__add_to_cart .woocommerce-variation,
.product-single__add_to_cart .woocommerce-variation-add-to-cart {
  display: block;
  float: left;
}
.product-single__meta {
  padding: 20px 0;
  margin-top: 4px;
}
.product-single__share {
  float: left;
  color: #aaa;
  margin-left: 20px;
}
.product-single__description {
  clear: both;
  padding: 20px 0;
}
/* WooCommerce Стили */
.variations__value,
.variations__reset {
  float: left;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 1.5em;
  background: transparent;
  border: none;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  left: 0;
}
.woocommerce td.product-quantity .quantity {
  position: relative;
  line-height: 1;
  height: 1em;
}
.woocommerce td.product-quantity .quantity__change {
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #094994;
  border-color: #083d7c;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
											 supported by Chrome and Opera */
  cursor: pointer;
}
.woocommerce td.product-quantity .quantity__change:focus,
.woocommerce td.product-quantity .quantity__change.focus {
  color: #fff;
  background-color: #063164;
  border-color: #000204;
}
.woocommerce td.product-quantity .quantity__change:hover {
  color: #fff;
  background-color: #063164;
  border-color: #042142;
}
.woocommerce td.product-quantity .quantity__change:active,
.woocommerce td.product-quantity .quantity__change.active,
.open > .dropdown-toggle.woocommerce td.product-quantity .quantity__change {
  color: #fff;
  background-color: #063164;
  border-color: #042142;
}
.woocommerce td.product-quantity .quantity__change:active:hover,
.woocommerce td.product-quantity .quantity__change.active:hover,
.open > .dropdown-toggle.woocommerce td.product-quantity .quantity__change:hover,
.woocommerce td.product-quantity .quantity__change:active:focus,
.woocommerce td.product-quantity .quantity__change.active:focus,
.open > .dropdown-toggle.woocommerce td.product-quantity .quantity__change:focus,
.woocommerce td.product-quantity .quantity__change:active.focus,
.woocommerce td.product-quantity .quantity__change.active.focus,
.open > .dropdown-toggle.woocommerce td.product-quantity .quantity__change.focus {
  color: #fff;
  background-color: #042142;
  border-color: #000204;
}
.woocommerce td.product-quantity .quantity__change:active,
.woocommerce td.product-quantity .quantity__change.active,
.open > .dropdown-toggle.woocommerce td.product-quantity .quantity__change {
  background-image: none;
}
.woocommerce td.product-quantity .quantity__change.disabled:hover,
.woocommerce td.product-quantity .quantity__change[disabled]:hover,
fieldset[disabled] .woocommerce td.product-quantity .quantity__change:hover,
.woocommerce td.product-quantity .quantity__change.disabled:focus,
.woocommerce td.product-quantity .quantity__change[disabled]:focus,
fieldset[disabled] .woocommerce td.product-quantity .quantity__change:focus,
.woocommerce td.product-quantity .quantity__change.disabled.focus,
.woocommerce td.product-quantity .quantity__change[disabled].focus,
fieldset[disabled] .woocommerce td.product-quantity .quantity__change.focus {
  background-color: #094994;
  border-color: #083d7c;
}
.woocommerce td.product-quantity .quantity__change .badge {
  color: #094994;
  background-color: #fff;
}
.woocommerce td.product-quantity .quantity__change:before {
  content: '+';
  display: inline-block;
}
.woocommerce td.product-quantity .quantity__change_minus:before {
  content: '-';
  display: inline-block;
}
.woocommerce-cart-block {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
/* -- Страница корзины -- */
/* кружок удаления товара из корзины */
.woocommerce a.remove {
  color: #fff !important;
  background: #ccc;
  font-size: 1em;
}
.woocommerce table.shop_table .product-remove {
  text-align: right;
}
/* колонки в корзине */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-thumbnail {
  display: none;
}
/* первая и последнии строки не имеют обводки */
.woocommerce table.shop_table tbody tr:first-child td {
  border-top-color: transparent;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 6px 0;
}
.woocommerce table.shop_table td a {
  color: #000;
}
.woocommerce table.shop_table tbody tr:last-child td {
  border-bottom-color: transparent;
}
.woocommerce .quantity .qty {
  border: none;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  line-height: inherit;
}
.woocommerce table.shop_table {
  border: none;
}
.select2-container--default .select2-selection--single {
  border-radius: 24px;
  padding: 3px 0;
  height: 36px;
}
.woocommerce form .form-row {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 60px;
  position: relative;
}
.woocommerce form .form-row label {
  line-height: 60px;
  margin: 0;
  position: absolute;
  top: 0;
  font-weight: normal;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: transparent;
  box-shadow: none;
}
.woocommerce form .form-row .required {
  text-decoration: none;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.dropdown_context {
  z-index: 9;
  display: inline-block;
}
.dropdown_context .dropdown-menu {
  min-width: 0;
}
.header-icons {
  display: table;
  vertical-align: middle;
  height: 120px;
}
.header-icons__cell {
  line-height: 1;
  vertical-align: middle;
  display: table-cell;
}
.twitter-feed .ctf-item {
  border: none !important;
  float: left;
}
@media (min-width: 360px) {
  .twitter-feed .ctf-item {
    width: 100%;
    min-height: inherit;
  }
}
@media (min-width: 680px) {
  .twitter-feed .ctf-item {
    width: 50%;
    min-height: 190px;
  }
}
@media (min-width: 1000px) {
  .twitter-feed .ctf-item {
    width: 33.33333333%;
    min-height: 190px;
  }
  .twitter-feed .ctf-item:last-child {
    display: none;
  }
}
@media (min-width: 1300px) {
  .twitter-feed .ctf-item {
    width: 25%;
    min-height: 190px;
  }
  .twitter-feed .ctf-item:last-child {
    display: block;
  }
}
.twitter-feed .ctf-author-box {
  position: relative;
}
.twitter-feed .ctf-author-box:before {
  content: "\f099";
  color: #1da1f3;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.twitter-feed .ctf-verified {
  display: none !important;
}
.twitter-feed .ctf-author-screenname {
  display: block !important;
  color: #ccc !important;
  padding-left: 15px;
  font-size: 16px !important;
  margin-bottom: 15px !important;
}
.twitter-feed .ctf-screename-sep {
  display: none !important;
}
.twitter-feed .ctf-tweet-content {
  padding-left: 15px;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper {
  border: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  float: left;
  width: auto;
  position: relative;
}
@media (min-width: 360px) {
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper {
    width: 100% !important;
    min-height: inherit;
  }
}
@media (min-width: 680px) {
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper {
    width: 50% !important;
    min-height: 350px;
  }
}
@media (min-width: 1000px) {
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper {
    width: 33.33333333% !important;
    min-height: 350px;
  }
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper:last-child {
    display: none;
  }
}
@media (min-width: 1300px) {
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper {
    width: 25% !important;
    min-height: 350px;
  }
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper:last-child {
    display: block;
  }
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-screen-name {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-screen-name:before {
  content: "\f099";
  color: #1da1f3;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 3px;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-screen-name > a {
  color: #ccc;
  font-size: 16px !important;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-tweet-time {
  display: none;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-tweet-text {
  font-size: 16px;
  overflow: hidden;
  max-height: 74px;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-tweet-actions {
  display: none;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-show-media-button {
  display: none !important;
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-media-wrapper {
  display: block !important;
  max-height: 200px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media (max-width: 679px) {
  .atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-media-wrapper {
    display: none !important;
  }
}
.atf-object.atf-skin-simplistic .atf-tweet-wrapper .atf-media-wrapper img {
  border: 0px;
  object-fit: cover;
  object-position: 50% 0;
  width: 305px;
  height: 305px;
  display: block;
}
.fact {
  position: relative;
  color: #fff;
  height: 240px;
  cursor: pointer;
}
.facts {
  background: url("../images/background.jpg") 50% 73px no-repeat;
  background-size: cover;
}
@media (max-width: 679px) {
  .fact {
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
    height: auto;
  }
}
@media (max-width: 679px) {
  .fact_current {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.fact__cover {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
.fact__content {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  /*z-index: 2;*/
}
@media (max-width: 679px) {
  .fact__content {
    padding-bottom: 40px;
  }
}
.fact__content_current {
  padding-left: 20px;
  padding-right: 20px;
}
.fact__title {
  font-weight: 900;
  font-size: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fact__description {
  overflow: hidden;
  max-height: 114px;
}
.fact__description_current {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.fact__day {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
}
.fact__month {
  display: inline-block;
  line-height: 50px;
  margin-left: 10px;
  vertical-align: top;
}
.fact__action {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 12px;
}
.fact__action a {
  color: #ccc;
}
.fact__action a .fa {
  margin-right: 7px;
}
.fact__action_current {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
}
.comment {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 9px;
}
.single-sportsman .comment {
  min-height: 240px;
}
.comment__avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.comment__answer {
  color: #aaa;
  padding-left: 60px;
  padding-top: 10px;
  position: relative;
  min-height: 40px;
}
.author__line {
  height: 1px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: -o-linear-gradient(left, #094994 0%, #e53229 100%);
  background-image: linear-gradient(to right, #094994 0%, #e53229 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff094994', endColorstr='#ffe53229', GradientType=1);
}
.author__address {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px;
}
.subscribe-form {
  background: url('../images/subscribe__bg.png') no-repeat 50% 0;
  background-size: cover;
  height: 285px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
}
.subscribe-form label {
  display: none;
}
.subscribe-form__title {
  line-height: 50px;
  margin-bottom: 25px;
}
.subscribe-form__description {
  color: #333;
  margin-bottom: 20px;
}
.profile-nav__toggler {
  cursor: pointer;
}
.profile-nav__toggler > span {
  float: left;
}
.profile-nav .dropdown-menu {
  margin-top: -40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  padding: 0px 14px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #094994;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--remove-account a {
  color: #e53229;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--remove-account.is-active a {
  background-color: #e53229;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .edit-account__name {
  padding-left: 110px;
}
.woocommerce-account .edit-account__avatar {
  position: absolute;
  left: 10px;
  top: 0;
}
.woocommerce-account .label-info {
  padding-left: 12px;
  padding-right: 12px;
  background-color: #e0e8f3;
  color: #094994;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.woocommerce-account .label-info > span {
  margin-left: 10px;
}
/**
 * Просмотр списка заказов
 */
.woocommerce-orders .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 14px 20px 14px 20px;
  border-radius: 10px;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table {
  margin-bottom: 0 !important;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header {
  font-size: 16px;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell {
  border-top-color: #ccc !important;
  font-size: 16px;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  display: none;
}
/**
 * Просмотр заказа
 */
.woocommerce-view-order .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
/**
 * Страница редактирования адреса
 */
.woocommerce-edit-address .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 679px) {
  .blockMsg {
    left: 0 !important;
    width: 100vw !important;
  }
}
/**
 * Окно приветствия
 */
#modal_hello {
  color: #fff;
}
#modal_hello .close {
  color: #fff;
  opacity: 1;
}
#modal_hello .modal-dialog {
  width: 600px;
}
@media (max-width: 679px) {
  #modal_hello .modal-dialog {
    width: 100vw;
    margin: 0;
  }
}
#modal_hello .modal-content {
  background: #094994 url("../images/modal-hello__bg.jpg") no-repeat;
  background-size: cover;
  width: 600px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}
@media (max-width: 679px) {
  #modal_hello .modal-content {
    width: 100vw;
    border-radius: 0;
  }
}
#modal_hello .modal-header {
  border: 0;
}
#modal_hello .modal-body {
  padding: 20px 30px 50px 30px;
}
#modal_hello .modal-body h1 {
  margin-bottom: 50px;
}
#modal_hello .modal-body big {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 22px;
}
@media (max-width: 679px) {
  #modal_hello .modal-body {
    padding: 20px;
  }
  #modal_hello .modal-body h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.photo__item {
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 10px;
}
.photo__item:active,
.photo__item:focus {
  box-shadow: 0 0 10px 0 #094994;
}
.photo__link {
  display: block;
  position: relative;
}
.photo__link:after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.photo__image {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-archive {
  padding-top: 10px;
}
.pswp__caption__center {
  text-align: center !important;
}
.gallery-category__item {
  background-color: #fff;
  height: 240px;
  border-radius: 10px;
  position: relative;
  display: block;
  color: #333;
  margin-bottom: 20px;
}
.gallery-category__item:focus {
  box-shadow: 0 0 10px 0 #094994;
  outline: none;
}
.gallery-category__content {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.gallery-category__name {
  font-size: 26px;
  line-height: 32px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.gallery-category__cover {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center top;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 679px) {
  .gallery-category__item {
    height: auto;
  }
  .gallery-category__content {
    width: 100%;
    height: auto;
    position: static;
  }
  .gallery-category__cover {
    width: 100%;
    height: calc(100vw - 20px);
    position: static;
    border-radius: 0 0 10px 10px;
  }
}
.birthday {
  min-height: 370px;
  background: #094994 url("../images/teammember_BG.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}
.birthday__cover {
  min-height: 370px;
  background-color: #707072;
  background-size: cover;
  background-position: center top;
}
.birthday__content {
  padding: 60px 50px 0 50px;
  position: relative;
}
@media (max-width: 679px) {
  .birthday__content {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
  }
}
@media (max-width: 999px) {
  .birthday__content {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
  }
}
.birthday__icon {
  background: url("../images/cake.png");
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: -45px;
}
@media (max-width: 679px) {
  .birthday__icon {
    left: 35px;
    top: -40px;
  }
}
@media (max-width: 999px) {
  .birthday__icon {
    left: 35px;
    top: -40px;
  }
}
.birthday__name {
  line-height: 1.1;
  font-size: 30px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.birthday__name span {
  display: block;
}
.birthday__name span:first-child {
  font-size: 40px;
}
.birthday__sport {
  border: 1px solid #fff;
  color: #fff;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 22px;
  display: inline-block;
  margin-bottom: 20px;
}
.birthday__sport:hover {
  background-color: #e53229;
  color: #fff;
}
.birthday__cite {
  border-top: 1px solid #e53229;
  padding-top: 25px;
  font-size: 20px;
}
.hero {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center top;
  background-color: #094994;
}
@media all and (min-width:1300px){
	.slick-slide{
		height: 500px !important;
	}
}

.hero__link {
  display: block;
  text-decoration: none;
  color: #fff;
}
.hero_birthday {
  background-image: url("../images/teammember_BG.jpg");
}
.hero_stream {
  height: 720px;
}
.hero:hover a {
  opacity: 0.9;
}
.hero:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero_noicon:after {
  display: none;
}
.hero__content {
  width: 500px;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 130px 0;
  left: 50%;
  margin-left: -250px;
  z-index: 2;
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero__content_birthday:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
@media (max-width: 679px) {
  .hero__content {
    width: 100vw;
    margin-left: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__icon {
  width: 70px;
  height: 70px;
  background: #fff url("../images/header/icons/article.png") no-repeat center / 70% 70%;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 4;
}
.hero__icon_attention {
  background-image: url("../images/header/icons/attention.png");
  background-size: 90% 90%;
}
.hero__icon_birthday {
  background-image: url("../images/header/icons/birthday.png");
}
.hero__icon_stream {
  background-image: url("../images/header/icons/stream.png");
}
.hero__title {
  font-size: 40px;
  color: #fff;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 4;
}
.hero__title:hover,
.hero__title:active,
.hero__title:focus {
  color: #fff;
}
.hero__excerpt {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 4;
}
.hero__tag {
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  background-color: #e53229;
  text-transform: lowercase;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 4;
}
.hero__tag:hover {
  color: #fff;
}
.hero__footer {
  height: 220px;
  background-color: #12191f;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #fff;
}
.hero__subtitle {
  font-size: 24px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.frontstreams {
  height: 200px;
  background: #12181d;
  background: linear-gradient(to bottom, #12181d 0%, #1e2831 100%);
  box-sizing: border-box;
  padding-top: 20px;
}
.frontstreams .arrprev {
  width: 13px;
  height: 23px;
  margin-right: 20px;
  margin-bottom: -3px;
  display: inline-block;
  cursor: pointer;
}
.frontstreams .arrnext {
  width: 13px;
  height: 23px;
  margin-left: 20px;
  margin-bottom: -3px;
  display: inline-block;
  cursor: pointer;
}
.frontstreams__title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.frontstreams__posts {
  width: 1260px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.frontstreams__posts a {
  color: #fff;
  text-decoration: none;
}
.frontstreams__posts .swiper-slide {
  width: 300px;
}
.frontstreams__posts .swiper-button-next {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.frontstreams__posts .swiper-button-prev {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.frontstreams__top {
  height: 50px;
}
.frontstreams__icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  border-radius: 6px;
  margin-right: 10px;
}
.frontstreams__date {
  display: inline-block;
  line-height: 40px;
}
.twitter-widget {
  height: 285px;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 1299px) {
  .ocr_person_colleagues {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ocr_person_colleagues h3 {
    margin-left: 10px;
  }
  .ocr_about_container {
    margin: 0px auto !important;
  }
  .videofilter_top {
    display: block;
    float: none;
  }
  .videofilter_top:before {
    content: ' ';
    display: block;
    clear: both;
  }
  .videofilter_top:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .videofilter_top .params-filter__element:nth-of-type(1) {
    padding-left: 0px;
  }
  .videofilter_top .params-filter__element:nth-of-type(1):before {
    content: ' ';
    display: block;
    clear: both;
  }
  .sportsman_header .sportsman_holder {
    max-width: 980px;
  }
  .sportsman_header .sportsman_holder__photos {
    width: calc(100% - 360px);
    display: inline-block;
    float: left;
  }
  .sportsman_header .sportsman_holder__redline {
    height: 1px;
    width: 100%;
    background-color: #e53229;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sportsman_header .sportsman_holder__data {
    width: 300px;
    margin-left: 60px;
  }
  .ocr_header_post .content_holder {
    max-width: 1000px;
  }
  .ocr_grid_block {
    max-width: 640px;
  }
  .ocr_post_content,
  .ocr_grid_content {
    max-width: 980px;
  }
  .ocr_post_gallery {
    max-width: 660px;
  }
  .ocr_post_googlemap {
    max-width: 660px;
  }
  .ocr_person_content {
    max-width: 960px;
  }
  .ocr_person_merch .col-md-4:nth-of-type(4) {
    display: none;
  }
  .adfox_grid_container {
    height: 520px;
  }
  .frontstreams__posts {
    width: 940px;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .command-block .col-md-4:last-child {
    display: none;
  }
}
@media (max-width: 999px) {
  body {
    margin-bottom: 250px;
  }
  /* todo: когда поставим баннеры вернуть
  .video_block_media {
    iframe {
      width: 100%;
      display: block;
    }
    .stickybanner {
      display: none;
    }
  }*/
  .ocr_about_container {
    margin: 0px auto !important;
    max-width: 660px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .linked_posts_header {
    border-top: 3px solid #094994;
    line-height: 40px;
    background-color: #efefef;
    padding-left: 10px;
    width: calc(100% - 10px);
    font-weight: bold;
  }
  .linked_post_block {
    display: inline-block;
    width: calc(50% - 20px);
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    height: 90px;
    overflow: hidden;
    color: #111 !important;
    text-decoration: none;
  }
  .linked_post_block .linked_picture {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .linked_post_block .center_text_holder {
    display: table;
    height: 90px;
    overflow: hidden;
    padding-right: 15px;
  }
  .linked_post_block .center_text_holder .cetner_text_text {
    display: table-cell;
    vertical-align: top;
  }
  .linked_post_block:hover {
    color: #ff0054 !important;
    text-decoration: none !important;
  }
  .ocr_about_div {
    padding-top: 40px !important;
  }
  .ocr_about_div .ocr_about_content {
    margin-top: 20px;
    padding-left: 0px;
  }
  .ocr_about_content_text {
    width: calc(100% - 40px);
  }
  .videofilter_top .params-filter__element:nth-of-type(1) {
    padding-left: 0px;
  }
  .videofilter_top .params-filter__element:nth-of-type(2):after {
    content: ' ';
    display: block;
    clear: both;
    margin-bottom: 20px;
  }
  .videofilter_top .params-filter__element:nth-of-type(3) {
    padding-left: 0px;
    float: left;
    display: inline-block !important;
  }
  .videofilter_top .params-filter__element:nth-of-type(4) {
    float: right;
  }
  .ocr_about_top {
    margin-top: 20px;
  }
  .ocr_game_medalists {
    width: 100%;
    display: block;
    margin-right: 0px;
    float: none;
  }
  .ocr_game_medals {
    width: 100%;
    display: block;
    float: none;
  }
  .ocr_texticon_text {
    padding-top: 0px;
  }
  .ocr_texticon_text h4 {
    margin: 0px;
    font-size: 22px;
  }
  .sportsman_header {
    height: 560px;
    margin-bottom: 300px;
  }
  .sportsman_header .sportsman_holder {
    max-width: 660px;
  }
  .sportsman_header .sportsman_holder__photos {
    width: 100%;
    display: block;
    float: none;
  }
  .sportsman_header .sportsman_holder__redline {
    height: 1px;
    width: 100%;
    background-color: #e53229;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sportsman_header .sportsman_holder__data {
    margin-top: 20px;
    margin-left: 20px;
    padding-top: 0px;
    color: #111;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 100;
  }
  .sportsman_header .sportsman_holder__data .tag_holder a {
    border: 1px solid #999;
    color: #999;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 22px;
  }
  .sportsman_header .sportsman_holder__data .tag_holder a:hover {
    background-color: #e53229;
    color: #fff;
    border-color: #fff;
  }
  .sportsman_header .sportsman_holder__data .post_share_holder {
    position: absolute;
    margin: 0px;
    right: 0px;
    top: -60px;
    z-index: 100;
    color: #fff;
  }
  .sportsman_header .sportsman_holder__data .post_header_medals li {
    color: #111;
  }
  .sportsman_data_mobile {
    display: block;
  }
  .ocr_person_medals {
    width: 100%;
    display: inline-block;
    float: none;
    margin-right: 0px;
  }
  .ocr_person_medals h3 {
    margin-bottom: 5px;
  }
  .ocr_person_medals .medals_content {
    padding-top: 0px;
  }
  .ocr_person_bio {
    width: 100%;
  }
  .video-item-wide__title {
    margin-top: 20px;
  }
  .ocr_header_post .content_holder {
    max-width: 660px;
  }
  .ocr_post_content,
  .ocr_grid_content {
    max-width: 660px;
  }
  .ocr_sidebar {
    display: none;
  }
  .ocr_grid_block {
    max-width: 660px;
  }
  .params-filter {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
  }
  .params-filter__fixed {
    display: block;
  }
  .params-filter__wide {
    display: block;
    letter-spacing: -1px;
    font-size: 15px;
  }
  .ocr_person_content {
    max-width: 660px;
  }
  .ocr_person_content_up {
    margin-top: -90px;
  }
  .ocr_person_medals {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ocr_person_medals .medals_list li > div {
    /*display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          text-align: center;
          line-height: 5px;
          color: #999999;
          font-size: 14px;
          margin-right: 5px;*/
  }
  .ocr_person_photo {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .ocr_person_faq {
    width: 100%;
    display: block;
    float: none;
  }
  .ocr_post_gallery {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
    max-width: 660px;
    padding-left: 0px;
  }
  .ocr_post_googlemap {
    width: 100%;
    display: block;
    float: none;
    margin-left: auto;
    max-width: 660px;
    padding-left: 0px;
  }
  .ocr_filter_logo {
    margin-bottom: 20px;
  }
  .ocr_post_qa {
    padding-right: 20px;
  }
  .ocr_post_text {
    padding-right: 20px;
  }
  .ocr_post_person {
    padding-right: 20px;
  }
  .ocr_post_quote {
    padding-right: 20px;
  }
  .ocr_person_merch .col-md-4:nth-of-type(4) {
    display: inline-block;
  }
  .page-title {
    display: block;
  }
  .page-title__text {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .page-title__text,
  .page-title__middle {
    display: block;
    width: auto;
  }
  .frontstreams__posts {
    width: 620px;
  }
}
/**
 * Стили для мобильных
 */
@media (max-width: 679px) {
  body {
    margin-bottom: 0;
  }
  .liveblog-pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
  .liveblog-pagination > div {
    display: block;
    flex: none;
    flex-basis: auto;
    flex-grow: initial;
    flex-shrink: initial;
  }
  .liveblog-pagination-pages {
    display: block;
    flex: none;
    flex-basis: auto;
    flex-grow: initial;
    flex-shrink: initial;
    white-space: nowrap;
  }
  .liveblog-pagination-btn {
    background-color: #094994;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 12px;
  }
  .liveblog-pagination-btn:disabled {
    background-color: #ccc;
  }
  .liveblog-pagination-first {
    display: none;
  }
  .liveblog-pagination-last {
    display: none;
  }
  .footer {
    position: static;
  }
  .video-item {
    padding-top: 57.5%;
  }
  .big .video-item {
    padding-top: 57.5%;
  }
  .logo_img_moc {
    margin-right: 10px;
  }
  .leave-feedback {
    display: none;
  }
  .post_author_separator {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    width: 2px;
    background-color: transparent;
    height: 3px;
  }
  #my_subscriptions + label {
    position: relative;
    padding-left: 6px;
  }
  #my_subscriptions + label:after {
    display: none;
  }
  #my_subscriptions + label:before {
    position: absolute;
    content: ' ';
    display: block;
    left: -24px;
    width: 20px;
    height: 20px;
    margin-top: -2px;
  }
  .adfox_grid_container > div > div > div {
    margin-left: auto;
    margin-right: auto;
    height: 520px;
  }
  .linked_post_block {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    height: 90px;
    overflow: hidden;
    color: #111 !important;
    text-decoration: none;
  }
  .linked_post_block .linked_picture {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .linked_post_block .center_text_holder {
    display: table;
    height: 90px;
    overflow: hidden;
    padding-right: 15px;
  }
  .linked_post_block .center_text_holder .cetner_text_text {
    display: table-cell;
    vertical-align: top;
  }
  .linked_post_block:hover {
    color: #ff0054 !important;
    text-decoration: none !important;
  }
  .big .video-item__title {
    font-size: 16px;
    line-height: 18px;
    font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
  }
  .modal-open {
    position: fixed;
  }
  .block_federation {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .block_federation .federation {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.block_federation {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .videofilter_top .params-filter__element {
    margin-bottom: 5px;
  }
  .videofilter_top .params-filter__element:nth-of-type(1) {
    padding-left: 0px;
  }
  .videofilter_top .params-filter__element:nth-of-type(2) {
    padding-left: 30px;
  }
  .videofilter_top .params-filter__element:nth-of-type(2):after {
    content: ' ';
    display: block;
    clear: both;
    margin-bottom: 0px;
  }
  .videofilter_top .params-filter__element:nth-of-type(3) {
    padding-left: 0px;
    float: left;
    display: inline-block !important;
  }
  .videofilter_top .params-filter__element:nth-of-type(3):after {
    content: ' ';
    display: block;
    clear: both;
  }
  .videofilter_top .params-filter__element:nth-of-type(4) {
    margin-top: 50px;
    padding-left: 0px;
    float: none;
    display: block;
  }
  .videofilter_top__showall {
    color: #fff;
    border-bottom: 1px dashed #ffffff;
    padding: 4px 0px;
    border-radius: 0px;
    white-space: nowrap;
    top: 10px;
    left: 200px;
    line-height: 18px;
    margin-right: 10px;
    position: absolute;
  }
  .sport_medalsbysport {
    padding: 0px;
    margin: 0px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sport_medalsbysport li {
    list-style: none;
    display: block;
    width: calc(100% - 20px);
  }
  .videofilter_videocategories .params-filter__link {
    padding: 3px 6px;
    margin-bottom: 2px;
    display: block;
    line-height: 22px;
    border-color: #12191f;
  }
  .videofilter_videocategories .params-filter__link.selected {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .videofilter_videocategories .params-filter__link:after {
    top: 3px;
  }
  .videocategory_line:before {
    display: none;
  }
  .sportsman_photo_slide {
    border-radius: 0px;
  }
  .comments_news {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comments_news .comments_holder {
    position: relative;
  }
  .comments_news .comments_holder .comment-form-comment {
    width: 100%;
  }
  .comments_news .comments_holder .comment-form-comment label {
    display: none;
  }
  .comments_news .comments_holder .comment-form-comment {
    margin-bottom: 0px;
  }
  .comments_news .comments_holder__form {
    position: relative;
  }
  .comments_news .commentlist {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .large_block .post__content {
    position: inherit;
    bottom: auto;
    z-index: 1;
  }
  .large_block .post__title {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: auto;
  }
  .large_block .post .label-muted {
    position: relative;
    top: auto;
  }
  .large_block .post__date {
    left: 20px;
    bottom: 17px;
  }
  .eventcategory-item {
    height: auto;
  }
  .eventcategory-item__data {
    height: auto;
    padding-bottom: 0px;
  }
  .eventcategory-item__image {
    border-radius: 0px;
  }
  .eventcategory-item__title {
    position: relative;
    z-index: 1;
    padding-top: 20px;
  }
  .eventcategory-item__logo {
    display: none;
  }
  .eventcategory-item__description {
    height: auto;
  }
  .eventcategory-item:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .post__tag {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 5;
  }
  .post__tag .label-muted {
    color: #fff;
    border-color: #fff;
  }
  .medals_table {
    margin-top: 30px;
  }
  .ocr_about_container {
    margin: 0px auto !important;
    max-width: 660px;
    padding-left: 20px !important;
    padding-right: 0px !important;
  }
  .sportsman_holder {
    max-width: 100%;
    margin-left: auto;
  }
  .sportsman_holder__data {
    width: calc(100% - 40px);
    float: none;
    display: block;
    margin-right: 0px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
  }
  .ocr_header_post.person {
    max-width: 100vw;
  }
  .row blockquote {
    margin-top: 20px;
  }
  .row blockquote p {
    font-size: 20px;
    line-height: 26px;
  }
  .page-title {
    display: block;
  }
  .page-title__text {
    display: block;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: normal;
    width: 100%;
  }
  .page-title__middle {
    display: block;
    padding-left: 10px;
  }
  .single-video .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-video__title {
    width: 100%;
    font-weight: 700;
    font-family: 'museo_sans_cyrl_500', Arial, Helvetica, sans-serif;
    font-size: 24px;
  }
  .single-video .header > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-video .navbar-header .navbar-toggle {
    margin-left: 0px;
  }
  .ocr_post_text .vc_embed-responsive-item {
    min-height: 200px !important;
  }
  .ocr_post_gallery .swiper-button-next,
  .ocr_post_gallery .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .ocr_post_gallery .swiper-pagination {
    bottom: 0px;
  }
  .post_stats_holder h1 {
    font-size: 26px;
    line-height: 26px;
  }
  .ocr_header_post .content_holder .post_stats_holder {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ocr_post_qa .answer {
    padding-left: 60px;
  }
  .ocr_post_announce,
  .ocr_post_quote {
    font-size: 20px;
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .ocr_post_announce:before,
  .ocr_post_quote:before {
    content: '«';
    font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
    font-size: 64px;
    color: #054a97;
    position: absolute;
    left: 20px;
    margin-left: 0px;
    right: auto;
    top: 0px;
  }
  .ocr_post_announce:after,
  .ocr_post_quote:after {
    content: '»';
    font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
    font-size: 64px;
    color: #054a97;
    position: absolute;
    left: 20px;
    margin-left: 0px;
    right: auto;
    bottom: 0px;
  }
  .ocr_load_content .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ocr_load_content .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .readmore .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.footer {
    margin-top: 20px;
  }
  .container-fluid .federation__photo {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fluid .federation__data {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ocr_person_medals .federation__photo {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ocr_person_medals .federation__data {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer__copyright {
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
  }
  .video-item-wide {
    margin-bottom: 20px;
  }
  .video-item-wide__title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .video-item-wide__thumbnail {
    position: relative;
    padding-top: 70%;
    border-radius: 8px;
  }
  .video-card__title_lg {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }
  .video-card .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ocr_grid_wide .mediadata-grid > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .shop-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shop-block .showcase-grid > .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container-fluid .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .brands-modile {
    padding: 20px 0;
  }
  .brands-modile .col-xs-6 > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .brands-modile .col-xs-6:last-child {
    border-left: 1px solid #e6e6e6;
  }
  .ocr_post_content,
  .ocr_grid_content {
    max-width: 100vw;
  }
  .ocr_post_content.readmore .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ocr_grid_block {
    max-width: calc(100vw - 20px);
  }
  .ocr_grid_block.ocr_post_text {
    max-width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_qa {
    max-width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_person {
    max-width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_quote {
    max-width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_googlemap {
    margin-left: 0;
    max-width: calc(100vw - 0px);
    width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_gallery {
    margin-left: 0;
    max-width: calc(100vw - 0px);
    width: calc(100vw - 0px);
  }
  .ocr_grid_block.ocr_post_person .person_photo {
    margin-left: -20px;
    max-width: calc(100vw - 0px);
    width: calc(100vw - 0px);
    border-radius: 0;
  }
  .ocr_person_content {
    max-width: 100vw;
  }
  .ocr_person_data {
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
    margin-left: -20px;
  }
  .ocr_person_data.full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ocr_person_faq {
    padding-left: 20px;
    padding-right: 0px;
    width: 100%;
    margin-left: -20px;
  }
  .ocr_person_faq h2 a.btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .ocr_person_post_gallery {
    margin-left: 0px;
  }
  .ocr_person_faq {
    padding-left: 0;
    margin-left: 0;
  }
  .ocr_post_person .person_photo {
    display: block;
    width: 100%;
    float: none;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ocr_post_person .person_content {
    display: block;
    width: 100%;
    float: none;
  }
  .ocr_post_gallery {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding-left: 0;
  }
  .ocr_post_googlemap {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding-left: 0;
  }
  .ocr-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ocr-grid:before,
  .ocr-grid:after {
    content: " ";
    display: table;
  }
  .ocr-grid:after {
    clear: both;
  }
  .ocr-grid h2 {
    font-size: 26px;
    margin: 0;
  }
  .ocr-grid__item {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    float: none;
    width: calc(100% - 20px);
  }
  .params-filter__element {
    margin-bottom: 20px;
  }
  .params-filter__element .dropdown-toggle {
    border-color: #fff;
  }
  .params-filter__textlink {
    display: none;
  }
  #vk_groups,
  #vkwidget1 {
    margin-left: auto;
    margin-right: auto;
  }
  .home .params-filter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home .swiper-slide .video-card__item {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    border-radius: 10px;
    height: 240px;
  }
  .home .swiper-slide .video-card__item_lg {
    height: 300px;
  }
  .home .command-block .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home .command-block .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home .swiper-slide .video-card__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .home .command-block .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home .command-block .container > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home .swiper-container-coverflow .swiper-slide {
    width: 270px;
    height: 152px;
  }
  .home .swiper-container-coverflow .swiper-slide .video-card {
    height: 152px;
  }
  .home .swiper-container-coverflow .swiper-slide .video-card__item {
    width: 270px;
    height: 152px;
    margin-left: 0;
    margin-right: 0;
  }
  .home .swiper-container-coverflow .swiper-slide-shadow-left {
    display: none;
  }
  .home .swiper-container-coverflow .swiper-slide-shadow-right {
    display: none;
  }
  .ocr_person_medals .medals_list {
    width: 100%;
  }
  .ocr_person_medals .medals_list li span {
    display: none;
  }
  .ocr_person_medals .medals_list li:nth-child(1) {
    width: 70px;
  }
  .ocr_person_medals .medals_list li:nth-child(2) {
    width: calc(100% - 150px);
  }
  .ocr_person_medals .medals_list li:nth-child(5) {
    width: 70px;
  }
  .ocr_person_medals .medals_list li:nth-of-type(3) {
    display: none;
  }
  .ocr_person_medals .medals_list li:nth-of-type(4) {
    display: none;
  }
  .single-sportsman .ocr_header_post .content_holder .post_share_holder {
    display: none;
  }
  .single-sportsman .ocr_post_gallery {
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
  }
  .ocr_person_videos {
    width: 100vw;
    margin-left: -20px;
  }
  .ocr_person_videos h3 {
    margin-left: 20px;
  }
  .ocr_person_videos .videos_content {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .video-card__title_coverflow {
    overflow: hidden;
    max-height: 55px;
  }
  .twitter-block .text-center {
    text-align: left;
  }
  .streamnopromo__countdown {
    padding-top: 240px !important;
  }
  .frontstreams {
    height: 450px;
  }
  .frontstreams .arrprev {
    margin-right: 5px;
  }
  .frontstreams .arrnext {
    margin-left: 5px;
  }
  .frontstreams__posts {
    width: calc(100% - 40px);
  }
  .frontstreams__posts .swiper-slide {
    width: 100%;
  }
  .frontstreams__post {
    margin-bottom: 20px;
  }
}
.navbar {
  border-radius: 0;
  /* --- ПЛАНШЕТЫ --- */
  /* --- МОБИЛЬНЫЕ УСТРОЙСТВА --- */
}
.navbar .container {
  position: relative;
}
.navbar-collapse {
  padding: 0;
  position: relative;
}
.navbar-default {
  border: 0;
}
.navbar-default .badge {
  background: #e53229;
  color: #fff;
}
@media (min-width: 1000px) {
  .navbar-default .badge {
    margin: auto;
    display: table;
  }
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  display: none;
}
.navbar-header .nav-pills {
  margin-right: 20px;
}
.navbar-header .nav-pills > li > a {
  color: #094994;
  line-height: 44px;
}
.navbar-toggle {
  float: left;
  margin-left: 10px;
  margin-right: 0;
}
.navbar-toggle__label {
  float: right;
  display: block;
  color: #094994;
  padding-left: 30px;
}
.navbar-toggle__label_right {
  line-height: 30px;
}
.navbar-toggle__avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  float: right;
  margin-left: 10px;
  margin-right: 5px;
}
.navbar-nav {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
  float: none;
}
.navbar-nav:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.navbar-nav > li {
  display: inline-block;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  vertical-align: top;
  float: none;
}
.navbar-nav > li > a {
  padding-left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 3px 0;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-parent > a {
  border-color: #e53229;
}
@media (max-width: 999px) {
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
.navbar-shop {
  min-height: 0;
  margin: 0;
  border: none;
}
.navbar-shop_burger {
  margin-left: 0;
  margin-right: 0;
  display: table;
  float: right;
}
.navbar-shop .badge {
  background: transparent;
  color: #999;
  font-weight: normal;
  font-size: inherit;
}
.navbar-shop .nav-stacked > li > ul {
  margin-bottom: 31px;
}
.navbar-shop .nav-stacked > li > ul li {
  display: block;
}
.navbar-shop .nav-stacked > li > ul li > a {
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 3px 0;
  padding-top: 4px;
  padding-bottom: 0;
  display: block;
}
.navbar-shop .nav-stacked > li > ul li.current-menu-item {
  border-color: #e53229;
}
.navbar-shop .nav-stacked > li > ul li.current-menu-parent > span {
  display: none;
}
@media (max-width: 999px) {
  .navbar-shop {
    position: absolute;
    z-index: 9;
    left: 10px;
    right: 10px;
  }
  .navbar-shop_burger {
    position: inherit;
    margin-top: -9px;
  }
  .navbar-shop .nav-stacked {
    background: #fff;
  }
}
@media (min-width: 1000px) {
  .navbar-shop .navbar-collapse {
    border-top: 1px solid #ccc;
    padding-top: 22px;
  }
}
@media (max-width: 999px) {
  .navbar-shop .navbar-toggle {
    display: inline-block;
    float: right;
  }
  .navbar-shop .navbar-toggle .icon-bar {
    background: #094994;
  }
  .navbar-shop .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: hidden !important;
  }
  .navbar-shop .navbar-collapse.collapse.in {
    display: block !important;
    overflow: visible !important;
    border-radius: 0 0 4px 4px;
    padding-bottom: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  .navbar-shop .nav-stacked > li > span {
    display: none;
  }
  .navbar-shop .nav-stacked > li > ul {
    margin-bottom: 0;
  }
  .navbar-shop .nav-stacked > li > ul li {
    border-top: 1px solid #ccc;
  }
  .navbar-shop .nav-stacked > li > ul li > a {
    border-width: 0 0 0 3px;
    padding-left: 17px;
  }
  .navbar-nav {
    text-align: left;
    text-justify: auto;
    text-align-last: start;
  }
  .navbar-nav:after {
    display: none;
  }
  .navbar-nav > li {
    display: block;
    border-top: 1px solid #e6e6e6;
  }
  .navbar-nav > li > a {
    border-width: 0 0 0 3px;
    padding-left: 27px;
  }
  .container > .navbar-header {
    float: none;
    margin-right: -10px;
    margin-left: -10px;
  }
  .container .navbar-collapse.navbar__primary {
    position: absolute;
    background-color: #ffffff;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 2px 2px 2px #e6e6e6;
    width: calc(100% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  .container .navbar-nav {
    margin-top: 0;
  }
  .navbar-toggle {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 999px) and (max-width: 680px) {
  .navbar-shop .nav-stacked {
    /*margin-left: -@navbar-padding-horizontal;
					margin-right: -@navbar-padding-horizontal;*/
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 679px) {
  .navbar-nav > li > a {
    padding-left: 27px;
  }
  .container .navbar-collapse.navbar__primary {
    width: calc(100% - 40px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggle {
    margin-left: 10px;
  }
  .navbar-toggle.pull-right {
    margin-left: 0;
  }
  .navbar-toggle__label_right {
    padding-left: 0;
  }
  .page-title .navbar-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .navbar-collapse.navbar__primary .navbar-nav {
    margin-top: 0;
  }
}
.page-id-760 .container_breadcrumbs,
.page-id-7403 .container_breadcrumbs {
  display: none;
}
.olympic-header {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 550px;
  margin-bottom: 10px;
  position: relative;
}
.olympic-header:before {
  display: none;
  content: ' ';
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  background-image: -webkit-linear-gradient(rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.5) 50%, #f4f4f4);
  background-image: -o-linear-gradient(rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.5) 50%, #f4f4f4);
  background-image: linear-gradient(rgba(244, 244, 244, 0), rgba(244, 244, 244, 0.5) 50%, #f4f4f4);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4f4f4', endColorstr='#fff4f4f4', GradientType=0);
  height: 250px;
}
.olympic-header__title {
  color: #333;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 36px;
  padding-top: 432px;
  padding-bottom: 15px;
}
@media (max-width: 679px) {
  .olympic-header__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.olympic-header__subtitle {
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 15px;
  padding-top: 10px;
}
@media (max-width: 679px) {
  .olympic-header__subtitle {
    padding-top: 0;
  }
}
.olympic-header__subtitle_calendar {
  text-align: center;
  border-top: 1px solid #333;
}
@media (max-width: 679px) {
  .olympic-header__subtitle_calendar {
    text-align: left;
    border-top: 0;
  }
}
.olympic-gallery {
  height: 400px;
  background: url("../images/olympic-gallery.png") no-repeat center;
  background-size: 100% 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 800px;
  margin-bottom: 30px;
}
@media (max-width: 679px) {
  .olympic-gallery {
    background-image: url("../images/olympic-gallery_mobile.png");
  }
}
.breaking-news {
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 5px 30px 20px;
}
@media (max-width: 679px) {
  .breaking-news {
    margin-bottom: 30px;
  }
}
.breaking-news .antiscroll-inner {
  height: 360px;
}
.breaking-news__item {
  color: #333;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  margin-right: 15px;
}
.breaking-news__item .fa {
  display: none;
}
.breaking-news__item:first-child {
  padding-top: 25px;
}
.breaking-news__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.breaking-news__item_breaking {
  font-weight: bold;
}
.breaking-news__item_breaking .fa {
  display: inline-block;
}
.breaking-news__item_exclusive .label-danger {
  display: inline-block !important;
}
.breaking-news__item_live {
  font-weight: bold;
  color: #e53229;
}
.breaking-news__time {
  font-weight: normal;
}
.breaking-news .label-danger {
  background-color: transparent;
  border: 1px solid #e53229;
  color: #e53229;
  text-transform: lowercase;
  font-size: 14px;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}
.medal-standings {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  position: relative;
}
.medal-standings .antiscroll-wrap {
  width: 100%;
}
.medal-standings .antiscroll-inner {
  height: 374px;
}
.medal-standings .antiscroll-scrollbar-vertical {
  z-index: 11;
}
.medal-standings__title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 95px;
}
.medal-standings__table {
  border: 0;
}
.medal-standings__col {
  border: 0;
  padding: 7px 4px;
}
.medal-standings__col_order {
  color: #ccc;
}
.medal-standings__row:first-child {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
}
.medal-standings__row:first-child .medal-standings__col_order {
  color: #333;
}
.medal-standings__row:first-child .medal {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
}
.medal-standings__row:first-child .medal_gold {
  border-color: #fdf82a;
}
.medal-standings__row:first-child .medal_silver {
  border-color: #ccc;
}
.medal-standings__row:first-child .medal_bronze {
  border-color: #e9c7ab;
}
.medal-standings__row .medal {
  text-align: center;
}
.compat-item .label {
  float: none !important;
  text-align: left !important;
  width: 100% !important;
}
.compat-item .field {
  float: none !important;
  width: 100% !important;
}
.term-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px 10px 5px;
  margin: 0 0 10px;
}
.preview-media {
  background-size: cover;
  width: 300px;
  height: 168px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  display: inline-block;
}
.olympic-calendar {
  position: relative;
  border-radius: 10px;
  height: 400px;
  background: url("../images/background.jpg") center center no-repeat;
}
@media (max-width: 679px) {
  .olympic-calendar {
    margin-bottom: 30px;
    height: 600px;
  }
}
.olympic-calendar__header {
  position: absolute;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 70px;
  left: 0;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.olympic-calendar__header_col {
  line-height: 70px;
}
.olympic-calendar__header:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 70px;
  margin-left: -6px;
}
.olympic-sportsman {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.olympic-sportsman__link {
  color: #fff;
  text-decoration: none;
}
.olympic-sportsman__thumbnail {
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
}
.olympic-sportsman__title {
  width: 140px;
  color: #fff;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.olympic-sportsman_1 .olympic-sportsman__thumbnail,
.olympic-sportsman_2 .olympic-sportsman__thumbnail,
.olympic-sportsman_3 .olympic-sportsman__thumbnail {
  width: 140px;
  height: 140px;
}
.olympic-sportsman_1 .olympic-sportsman__title,
.olympic-sportsman_2 .olympic-sportsman__title,
.olympic-sportsman_3 .olympic-sportsman__title {
  top: 160px;
}
.olympic-sportsman_4,
.olympic-sportsman_5,
.olympic-sportsman_6,
.olympic-sportsman_7,
.olympic-sportsman_8 {
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.olympic-sportsman_4 .olympic-sportsman__thumbnail,
.olympic-sportsman_5 .olympic-sportsman__thumbnail,
.olympic-sportsman_6 .olympic-sportsman__thumbnail,
.olympic-sportsman_7 .olympic-sportsman__thumbnail,
.olympic-sportsman_8 .olympic-sportsman__thumbnail {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.olympic-sportsman_4 .olympic-sportsman__title,
.olympic-sportsman_5 .olympic-sportsman__title,
.olympic-sportsman_6 .olympic-sportsman__title,
.olympic-sportsman_7 .olympic-sportsman__title,
.olympic-sportsman_8 .olympic-sportsman__title {
  position: static;
  line-height: 40px;
  width: auto;
  text-align: left;
}
.olympic-sportsman_256 {
  padding-top: 20px;
  margin: 0 5px;
  width: 140px;
}
.olympic-sportsman_256 .olympic-sportsman__thumbnail {
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}
.olympic-sportsman_256 .olympic-sportsman__title {
  top: 110px;
  width: 140px;
  white-space: inherit;
  line-height: 18px;
}
@media (max-width: 679px) {
  .olympic-sportsman {
    width: calc(100% - 40px) !important;
    float: none;
    padding: 0 20px !important;
    margin: 5px 0 !important;
  }
  .olympic-sportsman .olympic-sportsman__thumbnail {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 20px;
  }
  .olympic-sportsman .olympic-sportsman__title {
    position: static;
    line-height: 40px;
    width: auto;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#olympic-calendar__header_col {
  font-weight: bold;
}
.olympic-swiper__buttons {
  position: absolute;
  left: 50%;
  top: 0;
  width: 220px;
  height: 70px;
  line-height: 70px;
  margin-left: -110px;
  z-index: 3;
}
.olympic-swiper__prev,
.olympic-swiper__next {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 26px;
}
.olympic-swiper__prev.swiper-button-disabled,
.olympic-swiper__next.swiper-button-disabled {
  opacity: 0.3;
}
.olympic-swiper__pagination {
  position: absolute;
  z-index: 2;
}
.olympic-swiper__pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.olympic-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.olympic-swiper__item_outer {
  width: 100%;
  height: 400px;
  padding-top: 70px;
}
@media (max-width: 679px) {
  .olympic-swiper__item_outer {
    height: 600px;
  }
}
.olympic-swiper__item_inner {
  width: 100%;
  height: 330px;
}
@media (max-width: 679px) {
  .olympic-swiper__item_inner {
    height: 530px;
  }
}
.olympic-slide__header {
  position: relative;
  margin: 0 20px 20px 20px;
  padding: 0 60px 20px 60px;
  height: 80px;
  border-bottom: 1px solid #9c91ad;
  color: #fff;
}
@media (max-width: 679px) {
  .olympic-slide__header {
    padding-top: 20px;
    height: auto;
  }
  .olympic-slide__header [class^="col-"] {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.olympic-slide__header .text-left {
  align-items: center;
  display: flex;
  height: 80px;
}
@media (max-width: 679px) {
  .olympic-slide__header .text-left {
    display: block;
    height: auto;
  }
}
.olympic-slide__title {
  font-size: 26px;
  line-height: 26px;
  font-family: 'museo_sans_cyrl_900', Arial, Helvetica, sans-serif;
}
.olympic-slide__excerpt {
  line-height: 20px;
}
.olympic-slide__time {
  padding-top: 30px;
}
@media (max-width: 679px) {
  .olympic-slide__time {
    padding-top: 5px;
  }
}
.olympic-slide__prev,
.olympic-slide__next {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  top: 20px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}
.olympic-slide__prev.swiper-button-disabled,
.olympic-slide__next.swiper-button-disabled {
  opacity: 0.3;
}
.olympic-slide__prev {
  left: 20px;
}
.olympic-slide__next {
  right: 20px;
}
.olympic-command .nav-pills {
  margin-bottom: 20px;
}
.olympic-command .nav-pills__item_8,
.olympic-command .nav-pills__item_9,
.olympic-command .nav-pills__item_19,
.olympic-command .nav-pills__item_22,
.olympic-command .nav-pills__item_25,
.olympic-command .nav-pills__item_26,
.olympic-command .nav-pills__item_27,
.olympic-command .nav-pills__item_28,
.olympic-command .nav-pills__item_30 {
  display: none;
}
.olympic-command .nav-pills a {
  color: #333;
  padding: 3px 7px;
  text-transform: lowercase;
}
.olympic-command .bootstrap-select {
  margin-left: 20px !important;
  margin-top: 28px;
}
@media (max-width: 679px) {
  .olympic-command .bootstrap-select {
    margin-left: 0 !important;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.olympic-command .bootstrap-select .dropdown-toggle {
  border: 0;
  background-color: #fff;
  color: #333;
}
.support-words {
  padding-top: 100px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.support-words__avatar {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.support-words__name {
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 90px;
  height: 50px;
  overflow: hidden;
  line-height: 20px;
}
.support-words__sport .label-default {
  color: #ccc;
  border-color: #ccc;
  text-transform: lowercase;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  position: absolute;
  left: 90px;
  top: 56px;
}
.support-words__content {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  line-height: 18px;
}
.support-words__meta {
  color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.DraftEditor-root img,
.liveblog-preview img {
  max-width: 100%;
}
iframe.wp-embedded-content {
  width: 100%;
}
@media (max-width: 679px) {
  .olympic-photos .swiper-slide {
    width: 290px !important;
    height: 163px !important;
  }
  .olympic-photos .swiper-image {
    background-position: center top !important;
  }
}
.theme-18814 {
  max-width: 640px !important;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper h3.gform_title {
  font-size: 26px !important;
}
.gform_wrapper .gfield {
  margin-top: 25px !important;
}
.gform_wrapper .gfield.gfield_error .gfield_label {
  color: #fff !important;
}
.gform_wrapper .gfield_required {
  color: #fff !important;
}
.gform_wrapper .textarea,
.gform_wrapper input[type="text"] {
  border-radius: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border: 0;
  box-shadow: none !important;
  background-color: #fff;
  color: #333 !important;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #fff !important;
}
html.pum-open .pum-active {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}
html.pum-open .pum-active > * {
  -webkit-transform: translateZ(0px) !important;
}
