html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  /*box-sizing: inherit;*/
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

html, body {
  min-height: 100%;
  background-color: #e7e7e7;
  font-family: 'Roboto', 'sans-serif';
  font-style: normal;
  font-weight: 400;
  /*padding-top: 0 !important;*/
  background-image: none !important;
}

html.max-height {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  max-width: 970px;
}

a, a:hover {
  text-decoration: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a:not([href]) {
  text-decoration: none !important;
  cursor: default;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.longread-wrapper {
  margin: 0 auto;
  width: 1232px;
  padding: 0 31px;
  box-sizing: border-box;
  display: block;
}

.longread-main {
  position: relative;
  margin: 0 auto;
  padding: 100px 100px;
  background-color: #ffffff;
}

.longread-main .longread-clear {
  clear: both;
  height: 0;
  width: 100%;
}

.longread-main a:not(.longread-links-photo-wrapper, .longread-document, .longread-links-news-title, .match-header a) {
  color: inherit;
  font-weight: 500;
  border-bottom: 2px solid #f9653e;
}

.longread-main a.link-ellipsis:not(.longread-links-photo-wrapper, .longread-document, .longread-links-news-title, .match-header a) {
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -10px;
  white-space: nowrap;
}

.longread-main p {
  padding: 0 70px;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
}

/* Блок "Шапка" */

.longread-top {
  position: relative;
  z-index: 4;
  min-width: 1232px;
  height: calc(100vw / (1920 / 800));
  margin: 0 auto;
  background: #000000 center no-repeat;
  background-size: 100% 100%;
  /*box-shadow: 0 0 0 616px rgba(0, 0, 0, 0.2) inset;*/
}

.longread-top-wrapper {
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 4%, rgba(0, 0, 0, 0));
}

.longread-top-content {
  display: flex;
  align-items: flex-end;
  width: 1170px;
  height: calc(100vw / (1920 / 800));
  margin: 0 auto;
  padding: 0 20px 25px 20px;
}

.longread-top-content-left {
  width: 65%;
}

.longread-top-title {
  padding: 0 0 20px 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  color: #ffffff;
}

.longread-top-text {
  padding: 0 0 20px 0;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}

.longread-top-tags {
  display: flex;
  height: 24px;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 0 20px 0;
  list-style: none;
}

.longread-top-tag {
  height: 22px;
  margin: 0 5px 10px 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.longread-top-tag a {
  font-size: 12px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

.longread-top-info {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.longread-top-date {
  padding: 0 10px;
}

.longread-top-reading-time {
  position: relative;
  padding: 0 10px;
}

.longread-top-reading-time:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
}

.longread-top-content-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.longread-top-author {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.longread-top-author-photo {
  margin: 0 0 10px 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.longread-top-author-text {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
}

.longread-top-author-name {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

.longread-socials-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 65px 0 0 0;
}

.longread-socials-item {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-left: 20px;
  background-color: #828282;
}

.longread-socials-item-link {
  display: block;
  width: 100%;
  height: 100%;
}

/* Первая буква в тексте */
.longread-letter-char {
  float: left;
  position: relative;
  margin: 0 25px 0 70px;
  font-family: 'Roboto', 'sans-serif';
  font-size: 120px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}

.longread-letter-char::before {
  content: '';
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c2cdd9;
}

.longread-block-left {
  float: left;
  margin: 20px 45px 20px 0;
}

.longread-block-right {
  float: right;
  margin: 20px 0 20px 45px;
}

.longread-block-left-with-margin {
  margin: 20px 45px 20px 70px;
}

.longread-block-right-with-margin {
  margin: 20px 70px 20px 45px;
}

/* Блок "Цитата" */

.longread-blockquote {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.quote {
  width: 30px;
  height: 30px;
  font-size: 60px;
  line-height: 0;
  color: #5c96de;
}

.quote-open {
  vertical-align: -20px;
  margin-right: 10px;
}

.quote-close {
  vertical-align: -35px;
  margin-left: 10px;
}

.longread-blockquote-wrapper {
  position: relative;
  width: 400px;
  height: auto;
  background-color: #f3f5f7;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
  color: #000000;
  quotes: "\00ab" "\00bb";
}

.longread-blockquote-wrapper:before,
.longread-blockquote-wrapper:after {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  font-size: 60px;
  line-height: 0;
  color: #5c96de;
  quotes: "\201c" "\201d";
}

.longread-blockquote-wrapper:before {
  content: open-quote;
  vertical-align: -20px;
}

.longread-blockquote-wrapper:after {
  content: close-quote;
  vertical-align: -35px;
  margin-left: 10px;
}

.longread-blockquote-wrapper-right {
  float: right;
  padding: 35px 30px 10px 0;
  margin: 20px 0 20px 45px;
  padding-left: 30px;
}

.longread-blockquote-wrapper-left {
  float: left;
  padding: 35px 30px 10px 30px;
  margin: 20px 45px 20px 0;
  text-align: right;
}

/* Блок соц. сетей в цитате */

.longread-blockquote .longread-socials-small {
  margin: 0 -10px 0 0;
}

.longread-blockquote .longread-socials-small:hover .longread-socials-small-list {
  box-shadow: none;
}

.longread-blockquote .longread-socials-small:hover .longread-share-trigger {
  box-shadow: none;
}

/* Блок "Фото" */

.longread-photo {
  width: 100%;
  padding: 0 0 40px 0;
  position: relative;
}

.longread-photo p {
  padding: 0;
  position: absolute;
  width: 100%;
  padding-top: 5px;
  font-size: 11px;
  line-height: 17px;
  color: #6d6d6d;
  max-width: 100%;
}

/* Блок "Новость" */

.longread-post-wrapper {
  position: relative;
  height: auto;
}

.longread-post-wrapper-right {
  float: right;
  margin: 20px 0 20px 45px;
}

.longread-post-wrapper-left {
  float: left;
  margin: 20px 45px 20px 0;
}

/* Блок "справка" */

.longread-info-block {
  display: flex;
  width: 520px;
  padding: 35px;
  background-color: #f7f4e9;
}

.longread-info-block-photo {
  flex-shrink: 0;
  width: 125px;
  height: 160px;
}

.longread-info-block-content {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 30px;
}

.longread-info-block-top {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.34);
}

.longread-info-block-title {
  position: relative;
  padding: 15px 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 900;
}

.longread-info-block-title:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #5c96de;
}

.longread-info-block-text {
  color: #6d6d6d;
}

/* Блок текста с мячом */

.longread-ballphrase {
  position: relative;
  width: 100%;
  text-align: center;
}

.longread-ballphrase .longread-ballphrase-text {
  position: relative;
  width: 460px;
  margin: 65px auto 60px auto;
  padding: 35px 0;
  font-size: 34px;
  line-height: 42px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

.longread-ballphrase-text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -23px;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  background: url('../css/img/longread/ballphrase-icon.svg') no-repeat center;
}

.longread-ballphrase-text:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 3px;
  background-color: #000000;
}

.longread-ballphrase:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -160px;
  width: 110px;
  height: 3px;
  background-color: #000000;
}

.longread-ballphrase:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -160px;
  width: 110px;
  height: 3px;
  background-color: #000000;
}

/* Блок "Реклама" */

.longread-advertising-top {
  font-size: 10px;
  line-height: 20px;
  padding: 0 0 0 10px;
  font-weight: 500;
  color: #9b9c9d;
  background-color: #f3f5f7;
  text-transform: uppercase;
}

/* Блок "Магазин РФС" */

.longread-rfsshop {
  width: 266px;
  height: 416px;
  padding: 0 35px;
  background: url('../css/img/longread/rfs-shop-background.png') center no-repeat;
}

.longread-rfsshop-photo {
  width: 195px;
  height: 245px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 6px 6px rgba(36, 72, 93, 0.2);
}

.longread-rfsshop-top {
  display: block;
  font-size: 16px;
  line-height: 46px;
  font-weight: 900;
  color: #3172c2;
  text-transform: uppercase;
}

.longread-rfsshop-text {
  padding: 15px 0;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.longread-rfsshop-price {
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
}

/* Блок "Поделиться, маленькие иконки соц. сетей" */

.longread-socials-small {
  flex-shrink: 0;
  width: 42px;
  height: 37px;
  position: relative;
  z-index: 1;
}

/*.longread-socials-small:hover {
  width: auto !important;
}*/

.longread-socials-small:hover .longread-socials-small-list {
  transform: translateX(-100%);
  box-shadow: -1px 1px 0 1px #e1e1e1;
}

.longread-socials-small:hover .longread-socials-small-item {
  transition: background-color 350ms ease-out;
  background-color: #828282;
}

.longread-socials-small:hover .longread-share-trigger {
  box-shadow: 1px 1px 0 1px #e1e1e1;
}

.longread-socials-small:hover .longread-share-trigger:before {
  background-image: url("../css/img/longread/share-icon-dark.svg");
}

.longread-share-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.longread-share-trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 50%;
  margin-right: -12px;
  width: 25px;
  height: 25px;
  background-image: url("../css/img/longread/share-icon.svg");
}

.longread-socials-small-list {
  position: absolute;
  top: 0;
  right: -89px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  height: 37px;
  padding: 0 3px 0 0;
  transition: transform 350ms ease-out;
  z-index: 1;
  transform: translateX(-71%);
}

.longread-socials-small-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 10px;
  /*transition: background-color 350ms ease-out;*/
}

.longread-socials-small-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.socials-icon-svg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.longread-socials-small:hover .socials-icon-svg-vk {
  fill: white;
}

/*.socials-icon-svg-vk {
  background-image: url('../img/socials-icon-svg-vk.svg')
}*/

/* Блок "Протокол матча" */

.longread-match-protocol {
  width: 870px;
  margin: 0 auto;
}

.longread-block-left .longread-match-protocol,
.longread-block-right .longread-match-protocol {
  height: 416px;
  zoom: 0.7;
}

.longread-match-protocol {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

/* Блок "Слайдер фото" */

.longread-slider {
  margin: 20px 0;
}

.longread-slider-top {
  display: flex;
  align-items: flex-end;
}

.longread-slider-top-wrapper {
  position: relative;
}

.longread-slider-arrow {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  cursor: pointer !important;
}

.longread-slider-arrow-back:before {
  display: block;
  padding: 15px 10px;
  content: "\f053";
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 19px;
  background-color: rgba(0, 0, 0, 0.3);
}

.longread-slider-arrow-forward {
  right: 0;
}

.longread-slider-arrow-forward:before {
  display: block;
  padding: 15px 10px;
  content: "\f054";
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 19px;
  background-color: rgba(0, 0, 0, 0.3);
}

.longread-slider-slides {
  width: 970px;
  height: 564px;
  overflow: hidden;
  list-style: none;
}

.longread-slider-slide {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
}

.longread .widget-insert-match .widget-match {
  padding: 24px 24px 14px;
  border-top: 1px solid #D1D1D2;
  border-bottom: 1px solid #D1D1D2;
}

.longread .widget-insert-match .widget-match.black {
  padding: 24px 24px 14px;
  border: none;
}

.longread-slider-slide img {
  height: 564px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.longread-slider .longread-blockquote-text {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.35);
}

.longread-slider .longread-blockquote {
  width: calc(100% - 200px);
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 100px;
}

/* Соц. сети в блоке слайдера */

.longread-slider .longread-socials-small-list {
  display: block;
  height: auto;
  width: 42px;
  right: 0;
  padding: 0 0 3px 0;
  transform: translateY(-71%);
}

.longread-slider .longread-socials-small-item {
  margin: 10px auto 0 auto;
}

.longread-slider .longread-socials-small:hover .longread-socials-small-list {
  transform: translateY(-100%);
  box-shadow: 1px -1px 0 1px #e1e1e1;
}

.longread-slider-bottom {
  display: flex;
  align-items: flex-start;
  margin: 15px 0 0 0;
}

.longread-slider-pagination {
  display: flex;
  min-width: 40px;
  margin: 0 10px 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #5c96de;
}

.longread-slider-pagination-current {
  position: relative;
  padding: 0 13px 0 0;
}

.longread-slider-pagination-current:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 6px;
  width: 1px;
  height: 11px;
  transform: skew(-25deg);
  background-color: #5c96de;
}

.longread-slider p.longread-slider-description {
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  color: rgba(109, 109, 109, 0.6);
}

/* Блок "Ссылки по теме" */

.longread-links {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 25px 100px 100px 100px;
  background-color: #f3f3f3;
  box-sizing: border-box;
}

.longread-links-title {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 35px 0;
  font-weight: 700;
}

.longread-links-list {
  display: flex;
  list-style: none;
}

.longread-links-item {
  margin-right: 43px;
}

.longread-links-item:last-child {
  margin-right: 0;
}

.longread-links-date {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 25px;
  color: #767e85;
}

.longread-links-news-title {
  display: block;
  width: 210px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
}

/* Блок "Скролл" */

.longread-scroll {
  display: flex;
  position: sticky;
  z-index: 3;
  top: 0;
  left: 0;
  margin-top: -100px;
  width: 100%;
  height: 90px;
  background-color: #507093;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.longread-scroll-wrapper {
  position: relative;
}

.longread-scroll-left {
  position: relative;
  width: 30%;
  height: 100%;
  background-color: #fffffd;
  text-align: right;
}

.longread-scroll-left:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-right: 35px solid #507093;
}

.longread-scroll-rfs-logo {
  margin: 13px 60px 0 0;
}

.longread-scroll-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 0;
  width: 965px;
  height: 100%;
}

.longread-scroll-right .longread-socials-list {
  margin: 0;
}

.longread-scroll-right .longread-socials-item {
  background-color: #a8b8c9;
}

.longread-scroll-title {
  padding: 0 0 0 25px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
}

.longread-progress-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.longread-progress {
  width: 0%;
  float: left;
  height: 3px;
  z-index: 99;
  max-width: 100%;
  background-color: #fe4817;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* Виджеты Twitter и Instagram */

.longread-social-widget-cont twitterwidget {
  margin: auto;
}

.longread-social-widget iframe {
  max-width: 540px !important;
  width: calc(100% - 2px) !important;
  margin: auto !important;
}

/* Кастомное видео */
.widget-insert-videocustom {
  text-align: center;
}

@media (max-width: 480px) {
  iframe {
    max-width: 480px;
    max-height: 271px;
  }

  .imperavi-content iframe {
    max-height: none;
  }

  .longread-top {
    min-width: 480px;
    height: calc(100vw / (1920 / 800));
  }

  .longread-top-wrapper {
    height: calc(100vw / (1920 / 800));
  }

  .longread-top-content {
    width: 440px;
    height: calc(100vw / (1920 / 800));
  }

  .longread-wrapper {
    padding: 0;
    width: 480px;
  }

  .longread-top-title {
    width: 100%;
    font-size: 20px;
    line-height: 33px;
  }

  .longread-top-info {
    position: relative;
    z-index: 4;
    padding: 20px 20px;
    align-items: flex-start;
    color: #6d6d6d;
    justify-content: space-between;
    background-color: #ffffff;
  }

  .longread-top-date,
  .longread-top-reading-time {
    padding: 0;
  }

  .longread-top-date {
    margin-bottom: 5px;
  }

  .longread-top-author {
    flex-direction: row;
  }

  .longread-top-author-text {
    padding-right: 5px;
    font-size: 14px;
    color: #6d6d6d;
  }

  .longread-top-author-name {
    margin: 0;
    color: #6d6d6d;
    font-style: normal;
  }

  .longread-scroll {
    display: none;
  }

  .longread-main {
    padding: 0;
  }

  .longread-main p {
    padding: 8px 20px;
  }

  .longread-letter-char {
    margin: 0 15px 0 20px;
    font-size: 70px;
    line-height: 80px;
  }

  .longread-letter-char::before {
    top: 75px;
  }

  figure {
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .imperavi-content figcaption {
    margin: 4px 20px;
    font-size: 12px;
    font-style: italic;
  }

  .longread-blockquote-wrapper {
    width: 480px;
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .longread-ballphrase .longread-ballphrase-text {
    margin: 25px auto 20px auto;
    padding: 29px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .longread .ya-share2 {
    padding: 20px;
  }

  .longread .popular-news {
    margin-top: 0;
  }

  .longread-similar-news {
    margin: 15px 0;
    padding: 0 20px;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 66px;
    color: #3a3a3a;
  }

  .longread-block-left,
  .longread-block-right {
    float: none;
    margin: 0;
  }

  .longread-block-left .longread-match-protocol,
  .longread-block-right .longread-match-protocol,
  .longread-match-protocol {
    margin: 20px 0;
    width: 100%;
    height: auto;
    zoom: 1;
  }

  /* Слайдер */
  .longread-slider-slides {
    width: 480px;
    height: 279px;
  }

  .longread-slider-slide img {
    height: 279px;
  }

  .longread-slider .longread-blockquote {
    left: 50px;
    width: calc(100% - 50px * 2);
  }

  .longread-slider .longread-blockquote-text {
    padding: 14px;
  }

  .longread-slider .quote {
    font-size: 52px;
  }

  .longread-slider .quote-open {
    margin-right: 0;
  }

  .longread-slider .quote-close {
    margin-left: 0;
  }

  .longread-slider-pagination {
    font-size: 14px;
  }

  .longread-slider-bottom {
    margin: 15px 20px 0 20px;
  }

  .longread-slider p.longread-slider-description {
    font-size: 12px;
    line-height: 12px;
  }

  .longread-slider-pagination-current:after {
    bottom: 3px;
  }

  /* Документ */
  .longread-document-wrapper {
    width: 100%;
  }

  /* Новость */
  .longread-post-wrapper {
    float: none;
    width: 100%;
    margin: auto;
  }

  .longread-post-wrapper .longread-post-cont {
    width: 422px;
    margin: auto;
  }

  /* Справка */
  .longread-info-block {
    padding: 35px 20px;
  }

  .longread-info-block {
    width: 480px;
  }
}
