<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/components/meshgroup/tv/templates/.default/style.css?174732120210806*/
@media (min-width: 768px) {
  .wrapper {
    margin-top: 40px;
  }

  .navbar-second {
    margin-top: 40px;
  }
}

header &gt; nav {
  margin-top: 32px;
}

.bristol-tv {
  position: fixed;
  top: -97%;
  top: calc(-100vh + 32px);
  z-index: -1;
  height: 100vh;
  width: 100%;
  transition: top .3s ease;
  z-index: 1100;
}

@media (max-width: 767px) {
  .bristol-tv {
    /*top: 100vh;*/
  }
}

.bristol-tv.opened {
  top: 0;
}

.bristol-tv .RYPP {
  display: none;
}

.bristol-tv.opened .RYPP {
  display: block;
}

.bristol-tv .bristol-tv-bottom-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 32px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bristol-tv .bristol-tv-bottom-panel {
    /*display: none;*/
  }

  .bristol-tv.opened .bristol-tv-bottom-panel {
    display: block;
    position: fixed;
    bottom: 0;
  }
}

.bristol-tv.opened .bristol-tv-bottom-panel {
  cursor: default;
}

.bristol-tv .bristol-tv-bottom-panel .row &gt; div:first-child {
  overflow: hidden;
}

.bristol-tv .bristol-tv-bottom-panel .row &gt; div:last-child {
  text-align: right;
}

.bristol-tv .bristol-tv-bottom-panel .row &gt; div &gt; * {
  vertical-align: middle;
}

.bristol-tv .bristol-tv-bottom-panel .text {
  font-family: SegoeUILight;
  font-weight: bold;
  color: #7c7c7c;
}

.bristol-tv.opened .bristol-tv-bottom-panel:hover .text.sliding-text {
  transform: initial;
}

.bristol-tv.opened .bristol-tv-bottom-panel .text.sliding-text .first span:first-child {
  display: none;
}

.bristol-tv .bristol-tv-bottom-panel .text.sliding-text {
  display: inline-block;
  transition: transform .3s ease;
  position: relative;
}

.bristol-tv .bristol-tv-bottom-panel .text.sliding-text .second {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 32px;
  white-space: nowrap;
}

.bristol-tv:not(.opened) .bristol-tv-bottom-panel:hover .text.sliding-text {
  transform: translateY(-32px);
}

.bristol-tv .bristol-tv-bottom-panel .text span {
  color: #D77049;
}

.bristol-tv .bristol-tv-bottom-panel .row &gt; div:first-child .text {
  color: #c9c9c9;
  line-height: 32px;
  text-transform: uppercase;
}

/* Bottom panel progressbar */
.bristol-tv .bristol-tv-bottom-panel .progressbar {
  display: none;
}

.bristol-tv.opened .bristol-tv-bottom-panel .progressbar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  transform: translateY(-100%);
  transition: height .3s ease;
  background-color: #c9c9c9;
  cursor: pointer;
  width: 100%;
}

.bristol-tv.opened .bristol-tv-bottom-panel:hover .progressbar {
  height: 10px;
}

.bristol-tv.opened .bristol-tv-bottom-panel .progressbar .fill {
  height: inherit;
  transition: width .5s ease;
  cursor: inherit;
  position: absolute;
  width: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #D77049;
  will-change: width;
}

.RYPP .RYPP-playlist {
  left: 0;
  right: auto;
  z-index: 10;
  width: 400px;
  background: rgba(34, 34, 34, .7);
  transform: translateX(0);
  transition: transform .2s ease-in-out;
}

.RYPP .RYPP-playlist.closed {
  margin: 0;
  transform: translateX(-100%);
}

.bristol-tv .close-tv, .RYPP .RYPP-playlist .close-playlist {
  display: block;
  position: absolute;
  top: 30px;
  right: 17px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: #D77049;
  cursor: pointer;
  font-size: 2em;
  outline: none;
}

@media (max-width: 767px) {
  .bristol-tv .close-tv, .RYPP .RYPP-playlist .close-playlist {
    right: 10px;
  }
}

.bristol-tv .close-tv::before, .bristol-tv .close-tv::after,
.RYPP .RYPP-playlist .close-playlist::before, .RYPP .RYPP-playlist .close-playlist::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  width: 2px;
  height: 100%;
  background: #D77049;
  transform: rotate(-45deg);
}

.bristol-tv .close-tv::after, .RYPP .RYPP-playlist .close-playlist::after {
  transform: rotate(45deg);
}

.RYPP .RYPP-playlist header {
  background: #111;
}

.RYPP .RYPP-playlist .RYPP-items {
  font-size: .85em;
  top: 90px;
}

.RYPP .RYPP-video-player {
  max-height: 100vh;
}

.RYPP .info-container {
  position: absolute;
  top: 29px;
  left: 50px;
  z-index: 5;
  color: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.bristol-tv.opened .RYPP .info-container {
  opacity: 1;
}

.RYPP .info-container .info {
  display: inline-block;
  vertical-align: middle;
}

.RYPP .info-container .info .name {
  margin-left: 15px;
  font-size: 0.8em;
  text-shadow: 0 0 2px #000;
}

.RYPP .info-container .info .current {
  color: #D77049;
}

.RYPP .info-container .info .fa-angle-left,
.RYPP .info-container .info .fa-angle-right {
  color: #D77049;
  cursor: pointer;
  font-size: 1.3em;
}

.RYPP .info-container .open-playlist {
  border: 2px solid #D77049;
  color: #D77049;
  cursor: pointer;
  font-size: 1.5em;
  padding: 4px 5px 2px;
  vertical-align: middle;
}

.RYPP .RYPP-video {
  padding-top: 100vh;
  max-height: 100vh;
}

.bristol-tv .controls {
  display: inline-block;
}

.bristol-tv .controls .prev-video, .bristol-tv .controls .next-video {
  display: none;
}

.bristol-tv.opened .controls .prev-video, .bristol-tv.opened .controls .next-video {
  display: inline-block;
}

.bristol-tv .play {
  color: #D77049;
  cursor: pointer;
  margin: 0 5px 0 7px;
}

.bristol-tv .close {
  opacity: 0;
  visibility: hidden;
}

.bristol-tv.opened .bristol-tv-bottom-panel &gt; .close {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 32px;
  margin-left: 5px;
  color: #c9c9c9;
  font-size: 1.2rem;
  opacity: 1;
  outline: none;
  visibility: visible;
  transition: opacity .3s ease;
}

.bristol-tv.opened .bristol-tv-bottom-panel &gt; .close i {
  color: #D77049;
}

.RYPP .RYPP-video span.title {
  position: absolute;
  bottom: -100%;
  left: 90px;
  z-index: 5;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  transition: bottom .5s ease-in-out;
}
.RYPP .RYPP-video span.title .tv {
  color: #D77049;
}

.bristol-tv .bristol-tv-bottom-panel .prev-video, .bristol-tv .bristol-tv-bottom-panel .next-video {
  display: none;
}

.bristol-tv.opened .bristol-tv-bottom-panel .prev-video, .bristol-tv.opened .bristol-tv-bottom-panel .next-video {
  display: inline-block;
  font-size: 1.2em;
}

.bristol-tv .bristol-tv-bottom-panel .title {
  display: none;
}

@media (min-width: 768px) {
  .bristol-tv.opened .bristol-tv-bottom-panel .title {
    display: inline-block;
    color: #c9c9c9;
    margin-left: 20px;
  }
}

.bristol-tv.opened .bristol-tv-bottom-panel .title-link-block {
  float: right;
  line-height: 32px;
}

.bristol-tv .bristol-tv-bottom-panel .next-video-link {
  display: none;
}

.bristol-tv.opened .bristol-tv-bottom-panel .next-video-link {
  color: #D77049;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 767px) {
  .bristol-tv.opened .bristol-tv-bottom-panel .next-video-link {
    display: none;
  }
}

.bristol-tv .prev-video, .bristol-tv .next-video {
  color: #D77049;
  cursor: pointer;
  line-height: 32px;
}

.RYPP .RYPP-video .next-video {
  left: 142px;
}

/* Equalizer */
.btn--mute {
  height: 30px;
  padding: 10px 20px 0;
  margin: 0;
  overflow: visible;
}

@keyframes sound {
    0% {
        -webkit-transform: scale(1, 0.3);
        transform: scale(1, 0.3)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.btn--mute .eq {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 100%;
    margin-bottom: 15px;
    background: #D77049;
    -webkit-animation: sound 0ms linear infinite alternate;
    animation: sound 0ms linear infinite alternate;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.btn--mute.muted .eq {
  animation-duration: 0ms;
  -webkit-animation-duration: 0ms;
}

.btn--mute .eq--1 {
    left: 0;
    height: 5px;
    -webkit-animation-duration: 474ms;
    animation-duration: 474ms
}

.btn--mute .eq--2 {
    left: 4px;
    height: 10px;
    -webkit-animation-duration: 433ms;
    animation-duration: 433ms
}

.btn--mute .eq--3 {
    height: 8px;
    left: 8px;
    -webkit-animation-duration: 407ms;
    animation-duration: 407ms
}

.btn--mute .eq--4 {
    height: 3px;
    left: 12px;
    -webkit-animation-duration: 458ms;
    animation-duration: 458ms
}

@media (max-width: 767px) {
  .RYPP .info-container {
    top: 10px;
    left: 10px;
  }

  .RYPP .info-container .info {
    display: inline-block;
    width: auto;
  }

  .RYPP .info-container .info .name {
    display: inline-block;
    margin-left: 5px;
  }

  .RYPP .RYPP-playlist {
    max-width: 300px;
  }
}

/* Popup styles */
.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup {
  position: absolute;
  right: 0;
  top: 50px;
  width: 570px;
  background: #fff;
  box-shadow: -2px 1px 10px #C2C2C2;
  display: flex;
  padding: 25px;
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup::before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #fff;
  box-shadow: -6px -5px 13px -4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup .close {
  position: absolute;
  top: 4px;
  right: 12px;
  opacity: .2;
  visibility: visible;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup &gt; div {
  display: inline-block;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup .text {
  font-size: .9em;
  margin-left: 25px;
  text-align: left;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup .text h3 {
  margin-top: 0;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup .text h3 img {
  vertical-align: top;
}

.bristol-tv .bristol-tv-bottom-panel .bristol-tv-popup .text .divider {
  width: 30px;
  height: 1px;
  background: #7c7c7c;
  margin-bottom: 10px;
}

/* Added by Andchir */
.fpm-button-tv-stroika {
    position: absolute;
    left: 240px;
    top: 3px;
    height: 22px;
    /*width: 170px;*/
    background: #fff;
}

.ozon-link {
    position: absolute;
    left: 400px;
    height: 30px;
    /*width: 170px;*/
}

.fpm-button-tv-stroika img {
    width: auto;
    height: 22px;
}

.ozon-link img {
    width: auto;
    height: 30px;
}

.bristol-tv.opened .fpm-button-tv-stroika {
    display: none;
}

.bristol-tv.opened.playlist2 .fpm-button-tv-stroika {
    left: 0;
    display: block;
}
@media (max-width: 767px) {
    .fpm-button-tv-stroika {
		left: 41%;
	}
    .ozon-link {
        left: auto;
        right: 0;
	}
}
/* End */


/* Start:/local/components/meshgroup/tv/templates/.default/rypp.css?17473212022847*/
@charset "UTF-8";

.RYPP {
  width: 100%;
  position: relative;
  background: rgba(25, 25, 25, 0.7);
  overflow: hidden;
  color: #999;
}

.RYPP .RYPP-video {
  width: 100%;
  float: left;
  position: relative;
}

.RYPP .RYPP-video&gt;iframe {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.RYPP.r16-9 .RYPP-video {
  padding-top: 56.25%;
}

.RYPP.r4-3 .RYPP-video {
  padding-top: 75%;
}

.RYPP.r2-1 .RYPP-video {
  padding-top: 50%;
}

.RYPP .RYPP-items {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.RYPP .RYPP-playlist {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.RYPP .RYPP-playlist a {
  color: #999;
}

.RYPP .RYPP-playlist a:hover {
  color: #fff;
}

.RYPP .RYPP-playlist&gt;header {
  width: 100%;
  height: 90px;
  padding: 35px 0 0 24px;
  background: #222;
  z-index: 2;
}

.RYPP .RYPP-playlist&gt;header ._h1 {
  margin: 0 0 4px 0;
  padding: 0;
  font-family: SegoeUIBold;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}

.RYPP .RYPP-playlist&gt;header p {
  margin: 0;
  padding: 0;
}

.RYPP .RYPP-playlist ol {
  padding: 0 0 16px 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.RYPP .RYPP-playlist ol li {
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  padding: 12px 0 12px 12px;
}

.RYPP .RYPP-playlist ol li &gt; .image {
  position: relative;
  display: inline;
}

.RYPP .RYPP-playlist ol li &gt; .image img {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
}

.RYPP .RYPP-playlist ol li&gt;p {
  width: 76%;
  margin: 0;
  padding: 0 16px 0 0;
  float: right;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #cacaca;
}

.RYPP .RYPP-playlist ol li&gt;p&gt;small {
  margin: 0;
  padding: 0;
  color: #898989;
  font-size: 80%;
}

@media (min-width: 768px) {
  .RYPP .RYPP-playlist ol li:hover {
    background-color: #3a3a3a;
    cursor: pointer;
  }
}

.RYPP .RYPP-playlist ol li.selected {
  background-color: #3a3a3a;
  border-right: 3px solid #D77049;
  cursor: pointer;
}

.RYPP .RYPP-playlist ol li.selected&gt;p {
  color: #fff;
}

.RYPP .RYPP-playlist ol li.selected &gt; .image img {
  border: 2px solid #D77049;
}

.RYPP .RYPP-playlist ol li.selected &gt; .image:before {
  content: 'â–¶';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #D77049;
}

.RYPP-items::-webkit-scrollbar {
  width: 6px;
  background: #3a3a3a;
}

.RYPP-items::-webkit-scrollbar-thumb {
  background: #999;
}

@media only screen and (max-width: 639px) {
  .RYPP {
    padding-right: 0;
  }

  .RYPP .RYPP-playlist .RYPP-items {
    position: static;
    max-height: 350px;
    overflow: auto;
  }
}

/* End */


/* Start:/local/templates/fpmagazine/components/bitrix/news.list/file_list/style.css?1747321204150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/fpmagazine/components/bitrix/news.list/magazine_latest/style.css?1747321204203*/
div.news-list
{
	word-wrap: break-word;
	text-align: center;
}
div.news-list img.preview_picture
{
	margin: auto;
}
.news-date-time {
	color:#486DAA;
}

div.news-list .news-item {
	text-align: center;
}

/* End */


/* Start:/local/templates/fpmagazine/template_styles.css?1747321203359*/
@font-face {
	font-family: 'GothamPro';
	src: url('/local/templates/fpmagazine/fonts/GothamPro/GothamPro.eot?') format('eot'), 
	     url('/local/templates/fpmagazine/fonts/GothamPro/GothamPro.otf')  format('opentype'),
	     url('/local/templates/fpmagazine/fonts/GothamPro/GothamPro.woff') format('woff'), 
	     url('/local/templates/fpmagazine/fonts/GothamPro/GothamPro.ttf')  format('truetype'),
	     url('/local/templates/fpmagazine/fonts/GothamPro/GothamPro.svg#GothamPro') format('svg');
}

/* End */
/* /local/components/meshgroup/tv/templates/.default/style.css?174732120210806 */
/* /local/components/meshgroup/tv/templates/.default/rypp.css?17473212022847 */
/* /local/templates/fpmagazine/components/bitrix/news.list/file_list/style.css?1747321204150 */
/* /local/templates/fpmagazine/components/bitrix/news.list/magazine_latest/style.css?1747321204203 */
/* /local/templates/fpmagazine/template_styles.css?1747321203359 */
</pre></body></html>