/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a {
  color: inherit;
}
a:hover {
  color: #d13b14;
}
input,
textarea {
  border-radius: 0;
  color: currentColor;
}
:focus {
  outline: 0;
}
::-moz-selection {
  background-color: #eb4f27;
}
::selection {
  background-color: #eb4f27;
}
body {
  position: relative;
  font-family: "Noto Serif", serif;
  line-height: 1.3333333333;
  color: #202020;
  font-size: 1.125rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 20px;
  margin: 0;
}
.global-overlay {
  display: none;
  position: fixed;
  z-index: 21;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.19;
}
.overflow-hidden {
  overflow: hidden;
}
.mobile-hidden {
  display: none;
}
.section {
  margin-top: 60px;
  padding-top: 1px;
}
.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading img {
  display: block;
  width: 100px;
}
.section-heading .show-more {
  margin-top: 5px;
  margin-left: 26px;
}
.text-center {
  text-align: center;
}
.section-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
  letter-spacing: 0.3px;
  line-height: 1.1666666667;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.section-title .gray {
  font-weight: 400;
  color: #7d8388;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../images/lines-dark.svg) no-repeat center/100%;
}
.section-title.big {
  padding-left: 0;
  font-size: 2.375rem;
  line-height: 1;
}
.section-title.big::before {
  display: none;
}
.img-wrapper {
  display: block;
}
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.object-fit {
  position: relative;
  overflow: hidden;
}
.object-fit img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999px;
  left: -9999px;
  margin: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-fit img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-text .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
.icon-circle {
  border-radius: 50%;
}
.icon-circle-small {
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  color: #eb4f27;
  font-weight: 700;
  text-decoration: none;
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.show-more .icon {
  width: 14px;
  margin-left: 6px;
  height: auto;
}
.quote-line {
  position: relative;
  height: 5px;
  margin-top: 21px;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
}
.quote-line::after,
.quote-line::before {
  content: "";
  position: absolute;
  top: -3px;
  height: 10px;
}
.quote-line::before {
  background-color: #fff;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
  width: 20px;
}
.quote-line::after {
  width: 13px;
  background: url(../images/lines-dark.svg) no-repeat center/100%;
}
.quote-right::before {
  right: -5px;
}
.quote-right::after {
  right: 0;
}
.quote-left::after,
.quote-left::before {
  top: -4px;
}
.quote-left::before {
  left: -5px;
}
.quote-left::after {
  left: 0;
}
.betmarket-bg.inner-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e1ff1c;
}
@media only screen and (min-width: 992px) {
  .mobile-hidden {
    display: block;
  }
  .desktop-hidden {
    display: none;
  }
}
.doc-ready a,
.doc-ready button {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.doc-ready .category::after,
.doc-ready .category::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.doc-ready .hidden-menu-wrapper {
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.big-inner-wrapper,
.inner-wrapper,
.main-article-content,
.small-inner-wrapper {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 15px;
}
.global-inner-wrapper {
  padding-top: 56px;
}
.red-section {
  background: url(../images/red-bg.png) no-repeat top 66px left -367px,
    -webkit-gradient(linear, left top, right top, from(#eb4f27), to(#d13b14));
  background: url(../images/red-bg.png) no-repeat top 66px left -367px,
    linear-gradient(to right, #eb4f27, #d13b14);
  background-size: 710px;
}
.dark-section {
  padding-top: 31px;
  padding-bottom: 58px;
  background-color: #1b4158;
  color: #fff;
}
.dark-section.above-footer {
  margin-top: 0;
}
@media only screen and (min-width: 576px) {
  .big-inner-wrapper,
  .inner-wrapper,
  .main-article-content,
  .small-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-inner-wrapper,
  .inner-wrapper,
  .main-article-content,
  .small-inner-wrapper {
    max-width: 576px;
  }
  .red-section {
    background-size: 100%;
    background: url(../images/red-bg.png) no-repeat top -100px left -340px,
      -webkit-gradient(linear, left top, right top, from(#eb4f27), to(#d13b14));
    background: url(../images/red-bg.png) no-repeat top -100px left -340px,
      linear-gradient(to right, #eb4f27, #d13b14);
  }
}
@media only screen and (min-width: 768px) {
  .big-inner-wrapper,
  .inner-wrapper,
  .main-article-content,
  .small-inner-wrapper {
    max-width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .inner-wrapper {
    max-width: 1350px;
  }
  .small-inner-wrapper {
    max-width: 1080px;
  }
  .big-inner-wrapper {
    max-width: 1410px;
  }
  .dark-section {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1120px) {
  .global-inner-wrapper {
    padding-top: 78px;
  }
}
@media only screen and (min-width: 1330px) {
  .global-inner-wrapper {
    padding-top: 100px;
  }
}
.main-layout:not(.bordered-layout) .main-column,
.main-layout:not(.bordered-layout) .side-column {
  padding-bottom: 20px;
}
.bordered-layout {
  margin-bottom: 80px;
}
.side-column .article-grid-section .article-block:first-child:last-child {
  grid-column: span 2;
}
.article-grid-section .article-block {
  margin-bottom: 1px;
}
.article-grid-section .big-article {
  margin-top: 40px;
}
.article-grid-section .big-article:first-child {
  margin-top: 0;
}
.article-grid-section .bordered-link {
  margin-left: 10px;
  margin-right: 10px;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 43px;
  margin-bottom: -58px;
}
.special-article-grid-section .article-block h2 {
  color: #1b4158;
}
@media only screen and (max-width: 575px) {
  .special-article-grid-section {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .side-column:first-child
    .banner-wrapper-small:first-child
    .banner[class*="-loaded"] {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) {
  .article-3-grid-section,
  .article-grid-section,
  .special-article-grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
  .article-3-grid-section {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .article-grid-section .big-article,
  .article-grid-section .big-img-article,
  .special-article-grid-section .big-article,
  .special-article-grid-section .big-img-article {
    grid-column: span 2;
    margin-bottom: 40px;
  }
  .article-grid-section .big-img-article,
  .special-article-grid-section .big-img-article {
    margin-top: 20px;
  }
  .article-grid-section .big-img-article:first-child,
  .special-article-grid-section .big-img-article:first-child {
    margin-top: 0;
  }
  .side-column .no-img-article {
    margin-right: 0;
  }
  .side-column .no-img-article .text-wrapper {
    padding-right: 0;
  }
  .special-article-grid-section {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .special-article-grid-section .banner-wrapper,
  .special-article-grid-section .section-title {
    grid-column: span 2;
  }
  .special-article-grid-section .article-block,
  .special-article-grid-section .banner-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .special-article-grid-section .big-article {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .special-article-grid-section .article-block:nth-of-type(2),
  .special-article-grid-section .article-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .special-article-grid-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .special-article-grid-section .article-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .special-article-grid-section .article-block:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .special-article-grid-section .article-block:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .special-article-grid-section .article-block:nth-of-type(n + 5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 0;
  }
  .special-article-grid-section .big-article {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-row: span 2;
    margin-bottom: 20px;
  }
  .article-3-grid-section {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .main-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .main-layout.bordered-layout {
    margin-bottom: 0;
  }
  .main-layout.bordered-layout .main-column {
    padding-right: 113px;
  }
  .main-layout.bordered-layout .side-column {
    position: relative;
  }
  .main-layout.bordered-layout .side-column::before {
    content: "";
    position: absolute;
    left: -71px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #dbdcdc;
  }
  .main-column,
  .side-column {
    padding-bottom: 140px;
  }
  .main-column {
    margin-top: 0;
    width: calc(100% - 328px);
  }
  .main-column:last-child .section:first-child {
    margin-top: 0;
  }
  .side-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
  }
  .side-column .article-grid-section {
    display: block;
  }
  .article-grid-section .bordered-link {
    margin-left: 24px;
    margin-right: 24px;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1120px) {
  .special-article-grid-section {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 40px;
  }
  .main-column {
    width: calc(100% - 447px);
  }
  .side-column {
    width: 417px;
  }
  .article-grid-section .big-img-article {
    margin-bottom: 34px;
    margin-top: 45px;
  }
  .article-3-grid-section {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.banner-wrapper .banner[class*="-loaded"] {
  margin-bottom: 40px;
}
.banner-wrapper-small .banner[class*="-loaded"] {
  margin-top: 60px;
}
.banner {
  margin: 0 auto;
}
.banner-margin .banner[class*="-loaded"] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.banner-wide {
  width: 300px;
  height: 100px;
  background-color: #1b4158;
}
.banner-small {
  width: 300px;
  height: 250px;
  background-color: #7d8388;
}
.banner-tall {
  width: 300px;
  height: 600px;
  background-color: #7d8388;
}
.banner-article {
  width: 100%;
  height: 300px;
  background-color: #7d8388;
}
.has-branding .article-header.hero-section {
  padding-bottom: 45px;
  background: 0 0;
}
.has-branding .article-header.hero-section h1 {
  padding-right: 0;
  color: #1b4158;
}
.has-branding .article-content {
  margin-top: 0;
}
.has-branding .for-branding {
  max-width: 1370px;
  margin: 88px auto 0;
  background: #fff;
}
.for-branding {
  position: relative;
  z-index: 2;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
}
.branding-wrapper {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  overflow: hidden;
  min-height: 800px;
}
.branding-wrapper > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.powered-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 0.875rem;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  font-family: Roboto, sans-serif;
}
.powered-by img {
  max-width: 140px;
  max-height: 41px;
  margin-left: 10px;
}
.demo-branding {
  display: none;
}
.demo-branding.branding-loaded {
  display: block;
}
@media only screen and (min-width: 992px) {
  .banner-wide {
    display: block;
    width: 970px;
    height: 200px;
    max-width: 100%;
  }
  .banner-margin .banner[class*="-loaded"] {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .has-branding .for-branding {
    margin-top: 247px;
  }
  .powered-by {
    padding-top: 0;
    font-size: 1rem;
    border-top: 0;
  }
}
.copy {
  margin-top: 5px;
  padding: 5px 8px;
  background-color: #eb4f27;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  border: none;
}
.copy:hover {
  background-color: #d13b14;
  color: #fff;
}
.btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px 7px;
  background-color: #eb4f27;
  color: #fff;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  border: 1px solid #eb4f27;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  outline: 0;
  text-transform: uppercase;
}
.btn input {
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.btn:hover {
  background-color: #d13b14;
  border-color: #d13b14;
  color: #fff;
}
.btn-invert {
  background-color: #fff;
  color: #eb4f27;
  border-radius: 5px;
}
.btn-dark {
  background-color: #1b4158;
}
.btn-load-more {
  margin-top: 21px;
}
@media only screen and (min-width: 768px) {
  .btn-load-more {
    margin-top: 25px;
  }
}
.check-btn,
.radio-btn {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.check-btn input,
.radio-btn input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -200%;
}
.check-btn .text,
.radio-btn .text {
  display: block;
  position: relative;
  z-index: 2;
}
.check-btn .box,
.radio-btn .box {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.check-btn a,
.radio-btn a {
  color: #eb4f27;
}
.check-btn input:checked ~ .box {
  background-color: #eb4f27;
  border-color: #eb4f27;
}
.check-btn input:checked ~ .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 10px;
  width: 5px;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.check-btn .box {
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.check-btn .text {
  padding-left: 20px;
}
.radio-btn {
  padding-left: 32px;
}
.radio-btn input:checked ~ .box::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #eb4f27;
}
.radio-btn .box {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.error,
.success {
  margin-top: 0;
  font-family: Roboto, sans-serif;
}
.error {
  color: #d13b14;
}
.success {
  color: #16c97d;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
  font-size: 1rem;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}
.form-group input,
.form-group select,
.form-group textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid #dbdcdc;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #1b4158;
}
.form-group input,
.form-group select {
  height: 40px;
}
.form-group input {
  padding-left: 15px;
}
.form-group select {
  cursor: pointer;
  padding-left: 4px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-weight: 400;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group textarea {
  height: 100px;
  padding: 10px;
  resize: none;
}
.form-group .error {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  color: #d13b14;
  text-align: left;
  font-size: 0.625rem;
}
.form-group.invalid input,
.form-group.invalid select {
  border-color: #d13b14;
}
fieldset {
  width: 100%;
  padding: 0;
  border: 0;
}
.label {
  margin-bottom: 10px;
  font-size: 1rem;
}
.article-block {
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.article-block h2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.article-block p {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #7d8388;
}
.article-block .category {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 100%;
  margin-bottom: 10px;
}
.article-block .img-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.article-block .img-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article-block .img-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.article-block .text-wrapper {
  position: relative;
  padding: 10px 10px 0 23px;
}
.article-block .date,
.article-block .paid-article {
  margin-top: 20px;
}
.article-block .date {
  display: block;
  font-size: 0.75rem;
  color: #7d8388;
}
.article-block .category-icon {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.article-block.big-article h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0;
}
.article-block.big-article .category {
  position: static;
}
.article-block.big-article .text-wrapper {
  padding: 20px 20px 50px;
}
.article-block.big-article .img-wrapper::before {
  display: none;
}
.big-article {
  position: relative;
  text-align: center;
}
.big-article h2 {
  color: #1b4158;
}
.big-article .category {
  display: block;
  margin-bottom: 14px;
}
.big-article .img-wrapper {
  padding-bottom: 60.25%;
}
.big-article .text-wrapper {
  position: relative;
  margin: -40px 14px 0;
  line-height: 1.1666666667;
  background-color: #ecf2f4;
  -webkit-box-shadow: 10px 10px 4px rgba(27, 65, 88, 0.13);
  box-shadow: 10px 10px 4px rgba(27, 65, 88, 0.13);
}
.big-article .text-wrapper::before {
  content: "";
  position: absolute;
  left: 17px;
  top: -24px;
  width: 40px;
  height: 47px;
  background: url(../images/lines.svg) no-repeat center/100%;
}
.gallery-article .img-wrapper:after,
.gallery-article .img-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.gallery-article .img-wrapper:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 195px 84px 0 0;
  border-color: rgba(27, 65, 88, 0.6) transparent transparent transparent;
}
.gallery-article .img-wrapper:after {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/icon_gallery_42px.svg) no-repeat center/100%;
}
.category,
.category-icon {
  font-size: 0.75rem;
  text-decoration: none;
  color: #1b4158;
  text-transform: uppercase;
}
.category-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.8125rem;
  font-family: "Roboto Condensed", sans-serif;
}
.category-icon .icon {
  width: 20px;
  height: auto;
  margin-right: 6px;
  margin-bottom: 3px;
}
.special-project {
  color: #eb4f27;
  text-transform: none;
}
.category {
  position: relative;
  color: #bbcace;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
.category::after,
.category::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/lines-dark.svg) no-repeat center/100%;
}
.category::before {
  left: -3px;
}
.category::after {
  right: -3px;
}
.bordered-link {
  display: block;
  padding-top: 19px;
  padding-bottom: 13px;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.3333333333;
  border-bottom: 1px solid #dbdcdc;
}
.bordered-link:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.no-img-article,
.read-more-list .sm-horizontal-article {
  position: relative;
}
.no-img-article .text-content::after,
.no-img-article .text-content::before,
.no-img-article .text-wrapper::after,
.no-img-article .text-wrapper::before,
.read-more-list .sm-horizontal-article .text-content::after,
.read-more-list .sm-horizontal-article .text-content::before,
.read-more-list .sm-horizontal-article .text-wrapper::after,
.read-more-list .sm-horizontal-article .text-wrapper::before {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 10px;
}
.no-img-article .text-content::before,
.no-img-article .text-wrapper::before,
.read-more-list .sm-horizontal-article .text-content::before,
.read-more-list .sm-horizontal-article .text-wrapper::before {
  right: -5px;
  background-color: #fff;
  -webkit-transform: skew(-18deg);
  transform: skew(-18deg);
  width: 18px;
}
.no-img-article .text-content::after,
.no-img-article .text-wrapper::after,
.read-more-list .sm-horizontal-article .text-content::after,
.read-more-list .sm-horizontal-article .text-wrapper::after {
  right: 0;
  width: 8px;
  background: url(../images/lines-dark.svg) no-repeat center/100%;
}
.no-img-article::before,
.read-more-list .sm-horizontal-article::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 10px;
  height: 5px;
  margin-top: 21px;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
}
.no-img-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  padding-top: 12px;
  text-decoration: none;
}
.no-img-article h3 {
  margin-bottom: 5px;
  line-height: 1.4444444444;
  font-size: 1.125rem;
  font-weight: 600;
}
.no-img-article h4 {
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 400;
}
.no-img-article small {
  display: block;
  margin-top: 13px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}
.no-img-article .text-content {
  width: 100%;
  padding-bottom: 23px;
}
.no-img-article:last-child {
  margin-bottom: 0;
}
.no-img-article.gray {
  margin-top: 20px;
  padding: 18px 16px 12px;
  background-color: #eee;
  border-radius: 16px;
}
.no-img-article.gray h3 {
  line-height: 1.3333333333;
}
.no-img-article.gray small {
  color: #7d8388;
}
.no-img-article.gray .text-content {
  padding-bottom: 0;
  border-bottom: none;
}
.no-img-article.gray .text-content::after,
.no-img-article.gray .text-content::before {
  display: none;
}
.no-img-article.gray::before {
  display: none;
}
.img-article {
  position: relative;
  overflow: hidden;
}
.img-article h2 {
  font-size: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.img-article .text-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 24px;
  max-height: 50%;
  padding: 5px 26px 0 26px;
  color: #fff;
}
.img-article .category-icon {
  color: #fff;
}
.img-article .img-wrapper {
  padding-bottom: 67.25%;
}
.img-article .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.img-article .date,
.img-article .paid-article {
  margin-top: 2px;
}
.img-article::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.horizontal-article p {
  display: none;
}
.article-text .sm-horizontal-article {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
}
.article-text .sm-horizontal-article h2 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  margin-top: 0;
  font-weight: 700;
}
.article-text .sm-horizontal-article .img-wrapper {
  width: 121px;
  margin-bottom: 0;
  height: auto;
}
.article-text .sm-horizontal-article .img-wrapper img {
  height: 100% !important;
}
.article-text .sm-horizontal-article .text-wrapper {
  width: calc(100% - 123px);
  padding-left: 24px;
}
.sm-horizontal-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Noto Serif", serif;
}
.sm-horizontal-article h2,
.sm-horizontal-article h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 400;
}
.sm-horizontal-article .desctiption {
  text-decoration: none;
  font-size: 0.75rem;
  color: #eb4f27;
}
.sm-horizontal-article .img-wrapper {
  width: 90px;
  height: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sm-horizontal-article .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sm-horizontal-article .text-wrapper {
  width: calc(100% - 90px);
  padding-left: 16px;
}
.sm-horizontal-article .category-icon {
  margin-bottom: 16px;
}
.accent-article {
  margin-top: 62px;
  text-align: center;
}
.accent-article h2 {
  max-width: 700px;
  margin: 23px auto;
  font-size: 1.5rem;
  line-height: 1.375;
}
@media only screen and (max-width: 575px) {
  .article-block:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) {
  .article-block {
    margin-left: 0;
    margin-right: 0;
  }
  .article-block h2 {
    font-size: 1rem;
  }
  .article-block .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .article-block .category {
    left: 10px;
  }
  .img-article h2 {
    font-size: 1rem;
  }
  .img-article .text-wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }
  .big-img-article h2 {
    font-size: 1.5rem;
  }
  .big-img-article .text-wrapper {
    bottom: 26px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .horizontal-article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dbdcdc;
  }
  .horizontal-article p {
    display: block;
    margin-top: 13px;
  }
  .horizontal-article .category {
    bottom: initial;
    top: 96px;
  }
  .horizontal-article .img-wrapper {
    width: 210px;
    padding-bottom: 118px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .horizontal-article .img-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .horizontal-article .text-wrapper {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 35px;
  }
  .horizontal-article .date,
  .horizontal-article .paid-article {
    margin-top: 4px;
  }
  .bordered-link:nth-last-child(2) {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .no-img-article.gray {
    position: relative;
  }
  .no-img-article.gray .btn {
    position: absolute;
    right: 16px;
    bottom: 12px;
  }
  .img-article .text-wrapper {
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .no-img-article.gray {
    margin-top: 25px;
    padding: 21px 20px 14px;
  }
  .no-img-article.gray h3 {
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: 1.16;
  }
  .no-img-article.gray h4 {
    margin-bottom: 16px;
  }
  .no-img-article.gray > .icon {
    width: 76px;
    height: 76px;
    margin-right: 31px;
  }
  .no-img-article.gray .btn {
    right: 20px;
    bottom: 14px;
  }
  .article-text .sm-horizontal-article {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article-text .sm-horizontal-article .img-wrapper {
    width: 180px;
  }
  .article-text .sm-horizontal-article .text-wrapper {
    width: calc(100% - 180px);
    padding-left: 18px;
  }
  .img-article .text-wrapper {
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bordered-link {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .article-block h2 {
    font-size: 1.25rem;
  }
  .article-block p {
    font-size: 1rem;
  }
  .article-block .category {
    left: 16px;
  }
  .article-block .text-wrapper {
    padding-top: 13px;
  }
  .article-block.big-article h2 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
  }
  .article-block.big-article p {
    margin-top: 27px;
    font-size: 1rem;
  }
  .big-article .text-wrapper {
    margin: -90px 24px 0;
    -webkit-box-shadow: 12px 12px 7px rgba(27, 65, 88, 0.13);
    box-shadow: 12px 12px 7px rgba(27, 65, 88, 0.13);
  }
  .big-article .text-wrapper::before {
    left: 32px;
    top: -30px;
    width: 48px;
    height: 58px;
  }
  .big-article .img-wrapper::after,
  .big-img-article .img-wrapper::after {
    top: 30px;
    left: 30px;
    width: 56px;
    height: 56px;
  }
  .img-article .text-wrapper {
    bottom: 26px;
    padding: 30px 24px 0;
  }
  .horizontal-article {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .horizontal-article h2 {
    font-size: 1.25rem;
  }
  .horizontal-article .text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .horizontal-article .img-wrapper {
    width: 375px;
    padding-bottom: 211px;
  }
  .horizontal-article .category {
    top: 175px;
  }
  .big-img-article h2 {
    font-size: 2.25rem;
  }
}
.arrow-next,
.arrow-prev {
  display: none;
}
@media only screen and (min-width: 992px) {
  .scroll-viewport {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .scroll-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scroll-content .inner-wrapper {
    max-width: initial;
    height: 100%;
    padding: 0;
  }
  .arrow-next,
  .arrow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    color: #1b4158;
  }
  .arrow-prev {
    left: 0;
  }
  .arrow-prev .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .arrow-next {
    display: block;
    right: 0;
  }
}
.article-socials {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-socials.hidden-mobile {
  display: none;
}
.share-item {
  width: 33.33333%;
  height: 36px;
  padding: 6px;
  text-align: center;
}
.viber-share {
  background-color: #7360f2;
}
.messenger-share {
  background-color: #00b2ff;
}
.facebook-share {
  background-color: #1877f2;
}
.facebook-with-count {
  display: none;
}
@media only screen and (min-width: 992px) {
  .article-socials {
    position: static;
    float: right;
  }
  .share-item {
    display: none;
  }
  .facebook-with-count {
    display: block;
  }
}
.hero-section {
  padding-top: 24px;
  padding-bottom: 37px;
  background: url(../images/article-bg.png) no-repeat bottom -100px right -100px,
    #ecf2f4;
}
.hero-section h1 {
  margin-bottom: 21px;
  padding-left: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2307692308;
  color: #202020;
}
.hero-section h1::before {
  display: none;
}
.hero-section h2 {
  font-weight: 700;
  font-size: 1.5rem;
}
.hero-section .category-icon {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .hero-section {
    padding-top: 38px;
    padding-bottom: 53px;
  }
  .hero-section h1 {
    padding-right: 115px;
    font-size: 2.375rem;
  }
  .hero-section .category-icon {
    margin-bottom: 30px;
  }
}
.show-items-wrapper {
  background-color: #1b4158;
}
.show-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-show-item,
.show-item {
  color: #fff;
}
.program-show-item h2,
.show-item h2 {
  font-size: 1.125rem;
}
.program-show-item h3,
.show-item h3 {
  font-size: 1rem;
}
.program-show-item p,
.show-item p {
  margin: 0;
  font-size: 0.875rem;
}
.program-show-item img,
.show-item img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.show-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 62%;
  margin-right: 5px;
  padding: 13px 15px 17px;
  border-right: 1px solid #435d6e;
}
.show-item h2 {
  margin-bottom: 10px;
}
.show-item h3 {
  margin-bottom: 5px;
}
.show-item img {
  display: none;
}
.show-item:first-child {
  padding-left: 0;
}
.live {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  padding: 7px 10px;
  background-color: #4a8ff5;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.live .circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #eb4f27;
  border: 2px solid #7aaffe;
  border-radius: 50%;
}
.flex-buttons .btn {
  margin-left: 0;
  margin-right: 10px;
}
.hosts a {
  display: inline;
  text-decoration: none;
  font-size: 0.875rem;
}
.hosts a:after {
  content: "|";
  display: inline;
  margin-left: 8px;
  margin-right: 4px;
  color: #fff;
}
.hosts a:last-child:after {
  display: none;
}
.timestamp {
  display: inline-block;
  margin-bottom: 11px;
  padding: 3px 7px;
  background-color: #292929;
  border-radius: 4px;
  font-size: 0.75rem;
}
.show-item-text,
.timestamp {
  position: relative;
  z-index: 2;
}
.program-show-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 363px;
  margin: 19px 0 0;
  padding: 20px 24px 15px;
  border-radius: 16px;
  overflow: hidden;
}
.program-show-item h2 {
  margin-bottom: 9px;
  font-size: 1.25rem;
}
.program-show-item h3 {
  margin-bottom: 17px;
}
.program-show-item .hosts {
  margin-bottom: 18px;
}
.program-show-item .hosts a {
  font-size: 1rem;
}
.program-show-item .hosts:last-child {
  margin-bottom: 0;
}
.program-show-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
}
@media only screen and (min-width: 576px) {
  .program-show-item {
    height: 416px;
  }
}
@media only screen and (min-width: 768px) {
  .program-show-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .program-show-item {
    width: 49%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .program-show-item .btn {
    padding-left: 5px;
  }
  .flex-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-buttons .btn {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .program-show-item h2,
  .show-item h2 {
    font-size: 1.5rem;
  }
  .program-show-item h3,
  .show-item h3 {
    font-size: 1.125rem;
  }
  .show-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #000;
  }
  .show-item h3 {
    margin-bottom: 0;
  }
  .show-item img {
    display: block;
  }
  .show-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#000),
      to(transparent)
    );
    background: linear-gradient(to top, #000, transparent);
  }
  .show-item:first-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .program-show-item {
    padding-left: 24px;
    padding-right: 24px;
  }
  .program-show-item .btn {
    padding-left: 10px;
  }
}
.poll-form {
  font-family: Roboto, sans-serif;
}
.poll-block {
  padding: 24px 8px 42px 26px;
  background-position: 84px -32px;
}
.poll-block h2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.375;
}
.poll-block .btn {
  margin: 0;
  margin-right: 30px;
  padding-left: 22px;
}
.poll-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}
.poll-buttons .results {
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  font-size: 0.75rem;
}
.poll-results {
  display: none;
}
.result-text {
  margin-bottom: 2px;
}
.result-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.result-progress-bar {
  width: calc(100% - 60px);
  background-color: #fff;
}
.result-progress-bar > div {
  background-color: #eb4f27;
  height: 16px;
  width: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.result-progress-percent {
  width: 60px;
  text-align: right;
  font-size: 0.875rem;
  padding: 2px;
}
@media only screen and (min-width: 1120px) {
  .poll-block h2 {
    margin-bottom: 23px;
  }
}
.page-header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  background-color: #1b4158;
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}
.page-header .inner-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header .search-wrapper {
  display: none;
}
.all-news {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.support-clubz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-clubz .btn {
  margin: 0;
  font-size: 0.75rem;
}
.hidden-menu .active,
.main-menu .active {
  color: #eb4f27;
}
.logo {
  position: relative;
  display: block;
  margin-left: -15px;
  height: 100%;
}
.logo img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 100%;
}
.logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.logo::before {
  left: -16px;
  right: -16px;
  background-color: #fff;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-options > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
}
.header-options > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  border: 1px solid #435d6e;
}
.hamburger-btn {
  width: 26px;
  cursor: pointer;
}
.top-menu {
  display: none;
}
.bottom-menu li {
  display: none;
}
.bottom-menu li.header-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 30px;
  border: 0;
  border: 1px solid #dbdcdc;
  font-weight: 700;
  color: #202020;
}
.search-form input[type="submit"] {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  border: 0;
  background: 0 0;
  cursor: pointer;
}
.search-form .icon-search {
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 14px;
  width: 20px;
  height: 19px;
  color: #1b4158;
}
.search-form.bigger {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-bottom: 34px;
}
.search-form.bigger .icon-search {
  top: 20px;
  right: 10px;
}
.search-results {
  font-weight: 400;
  font-size: 1.125rem;
  font-family: Roboto, sans-serif;
}
@media only screen and (min-width: 576px) {
  .logo {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .page-header {
    height: 78px;
  }
  .page-header .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo::before {
    left: -26px;
    right: -26px;
  }
  .all-news {
    display: none;
  }
  .search-wrapper {
    position: relative;
    float: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-form {
    display: none;
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: -4px;
    top: -4px;
    width: 287px;
  }
  .search-form input[type="text"] {
    height: 100%;
    padding-left: 35px;
    padding-right: 60px;
  }
  .search-form input[type="submit"] {
    width: 65px;
  }
  .search-form .icon-search {
    top: 4px;
    right: 10px;
    width: 26px;
    height: 26px;
  }
  .search-form.bigger {
    bottom: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .search-form.bigger input[type="text"] {
    height: 71px;
    padding-left: 22px;
    font-size: 1.5rem;
  }
  .close-search {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0;
    color: #1b4158;
  }
  .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .main-menu a {
    display: block;
    text-decoration: none;
  }
  .bottom-menu,
  .top-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .top-menu {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .top-menu li:not(.support-clubz) {
    margin-left: 24px;
    color: #bbcace;
    font-size: 0.75rem;
    font-family: Roboto, sans-serif;
  }
  .top-menu .support-clubz {
    padding-left: 24px;
    margin-left: 24px;
    font-size: 0.875rem;
    font-family: "Noto Serif", serif;
    border-left: 1px solid #435d6e;
  }
  .top-menu .support-clubz .btn {
    padding: 5px 18px;
    margin-left: 8px;
  }
  .header-options {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
  }
  .header-options > div {
    padding-left: 14px;
    padding-right: 14px;
  }
  .header-options > div:last-child {
    padding-right: 0;
  }
  .header-options::after {
    display: none;
  }
  .bottom-menu li,
  .header-right,
  .top-menu {
    display: block;
  }
  .header-right {
    width: calc(100% - 188px);
  }
  .bottom-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 700;
    border-top: 1px solid #435d6e;
  }
  .bottom-menu a {
    text-transform: uppercase;
  }
  .bottom-menu li {
    position: relative;
  }
  .bottom-menu li > a {
    padding: 5px 10px 0;
    white-space: nowrap;
  }
  .bottom-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    left: -4px;
    width: 10px;
    height: 9px;
    background: url(../images/lines.svg) no-repeat center/100%;
  }
  .bottom-menu li:first-child::after {
    display: none;
  }
}
@media only screen and (min-width: 1330px) {
  .page-header {
    height: 100px;
  }
  .logo::before {
    left: -32px;
    right: -32px;
  }
  .search-form {
    width: 424px;
  }
  .header-right {
    width: calc(100% - 240px);
  }
  .header-options {
    margin-left: 14px;
  }
  .header-options > div {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-menu {
    padding-bottom: 6px;
  }
  .bottom-menu {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 0.9375rem;
  }
  .bottom-menu li > a {
    padding-left: 16px;
    padding-right: 16px;
    letter-spacing: 0.2px;
  }
}
.hidden-menu-wrapper {
  position: fixed;
  z-index: 22;
  top: 0;
  bottom: 0;
  right: -382px;
  max-width: 90%;
  width: 296px;
  padding-top: 58px;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #1b4158;
  color: #fff;
  text-transform: uppercase;
}
.hidden-menu-wrapper ul {
  list-style: none;
}
.hidden-menu-wrapper li ul {
  margin-top: 10px;
}
.hidden-menu-wrapper li ul li {
  margin-bottom: 5px;
}
.hidden-menu-wrapper.is-open {
  right: 0;
}
.close-menu {
  position: absolute;
  right: 19px;
  top: 22px;
  width: 20px;
}
.close-menu .icon {
  color: #eb4f27;
}
.hidden-menu {
  height: 100vh;
  max-height: calc(100vh - 40px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
  overflow: scroll;
}
.hidden-menu a {
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.hidden-menu li {
  margin-bottom: 12px;
}
.sub-menu li {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .hidden-menu {
    margin-right: -16px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .hidden-menu li {
    margin-bottom: 19px;
  }
  .hidden-menu .search-form {
    display: none !important;
  }
  .hidden-menu-wrapper {
    overflow: hidden;
    width: 382px;
  }
}
.page-footer {
  clear: both;
  text-align: center;
  background-color: #1b4158;
  color: #fff;
  font-family: Roboto, sans-serif;
  border-top: 1px solid #435d6e;
}
.page-footer a {
  text-decoration: none;
  display: block;
}
.page-footer ul {
  list-style: none;
  padding: 0;
}
.page-footer li {
  display: inline-block;
}
.footer-top {
  padding-top: 22px;
}
.footer-big-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9375rem;
}
.footer-big-menu li {
  position: relative;
  margin-bottom: 10px;
}
.footer-big-menu li > a {
  padding: 5px 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer-big-menu li::after,
.footer-big-menu li::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 9px;
  background: url(../images/lines.svg) no-repeat center/100%;
}
.footer-big-menu li::before {
  left: -4px;
}
.footer-big-menu li::after {
  right: -6px;
}
.socials {
  margin-bottom: 22px;
}
.socials a {
  display: inline-block;
  margin: 0 10px;
}
.footer-additional-menu,
.footer-small-menu {
  font-size: 1rem;
}
.footer-small-menu {
  margin-bottom: 20px;
}
.footer-small-menu a {
  display: block;
  padding: 2px 8px;
}
.footer-additional-menu {
  margin-bottom: 24px;
}
.footer-additional-menu a {
  padding: 1px 22px;
}
.footer-bottom {
  padding: 26px 0 30px;
  border-top: 1px solid #435d6e;
  color: #bbcace;
  font-size: 0.75rem;
  line-height: 1.25;
}
.footer-bottom p {
  margin: 0;
}
.useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eee;
}
.useful-links a {
  text-decoration: none;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-big-menu li::after {
    display: none;
  }
  .footer-big-menu li:first-child::before {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .footer-top {
    overflow: hidden;
    padding-top: 24px;
  }
  .footer-menu-wrapper,
  .footer-small-menu {
    float: left;
  }
  .footer-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-big-menu {
    margin: 14px 6px 0;
  }
  .footer-big-menu li > a {
    padding-right: 16px;
    padding-left: 16px;
    letter-spacing: 0.2px;
  }
  .footer-small-menu {
    clear: both;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .footer-small-menu a {
    padding: 2px 8px;
  }
  .footer-small-menu li:first-child a {
    padding-left: 0;
  }
  .footer-additional-menu,
  .socials {
    float: right;
  }
  .footer-additional-menu a {
    padding-left: 13px;
    padding-right: 13px;
  }
  .socials {
    margin-top: 16px;
  }
  .socials a {
    margin-left: 20px;
    margin-right: 0;
  }
  .footer-additional-menu {
    margin-top: 5px;
  }
  .footer-additional-menu li:last-child a {
    padding-right: 0;
  }
  .footer-bottom {
    padding: 20px 0 40px;
    text-align: left;
  }
}
.issue-link {
  text-decoration: none;
}
.issue-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 17px;
  background-color: #ecf2f4;
}
.issue-wrapper::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -22px;
  width: 40px;
  height: 47px;
  background: url(../images/lines.svg) no-repeat center/100%;
}
.issue-img {
  margin-top: -71px;
  margin-bottom: 18px;
}
.issue-img img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}
.issue-text {
  padding: 0 19px;
  font-size: 1rem;
}
.issue-text strong {
  display: block;
  margin-top: 7px;
  color: #eb4f27;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}
.issue-text ul {
  list-style: none;
}
.issue-text li {
  position: relative;
  margin-bottom: 18px;
}
.issue-text li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 6px;
  width: 12px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat center/100%;
}
@media only screen and (min-width: 576px) {
  .issue-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }
  .issue-wrapper::before {
    right: 26px;
    bottom: -29px;
    width: 48px;
    height: 55px;
  }
}
.comments-wrapper {
  font-family: Roboto, sans-serif;
}
.comments-wrapper h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.comments-wrapper small {
  font-size: 1rem;
  color: #7d8388;
}
.comments-wrapper header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.comments-wrapper .btn-invert {
  margin-top: 12px;
}
.comment-form {
  overflow: hidden;
}
.comment-form textarea {
  width: 100%;
  height: 80px;
  padding: 8px 14px;
  border: 1px solid #dbdcdc;
}
.comment-form .btn {
  float: right;
}
.comment-message {
  margin-bottom: 10px;
  color: #202020;
  font-size: 1rem;
}
.comment-message a {
  font-weight: 700;
  color: #1b4158;
  text-decoration: none;
}
.comments-list {
  border-top: 1px solid #dbdcdc;
}
.comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}
.comment-item h3 {
  margin-bottom: 5px;
  font-family: "Noto Serif", serif;
  font-size: 1.125rem;
}
.comment-item p {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 1rem;
  color: #7d8388;
}
.comment-item .avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.comment-content {
  width: 100%;
}
.downvote,
.upvote {
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.downvote .icon,
.upvote .icon {
  margin-right: 5px;
}
.upvote {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .comment-message {
    margin-right: 10px;
  }
}
.read-more-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 11px 9px;
  background-color: #1b4158;
}
.read-more-section .section-title {
  margin-left: 8px;
  margin-bottom: 13px;
  color: #fff;
}
.read-more-list {
  padding: 0 10px;
  background-color: #fff;
}
.read-more-list .sm-horizontal-article:last-child .text-wrapper::after,
.read-more-list .sm-horizontal-article:last-child .text-wrapper::before,
.read-more-list .sm-horizontal-article:last-child::before {
  display: none;
}
@media only screen and (min-width: 576px) {
  .read-more-section {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .read-more-list {
    padding: 0 23px;
  }
}
.main-article-content {
  padding: 20px 20px 45px;
}
.main-article {
  text-align: center;
  color: #fff;
}
.main-article h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.main-article h3,
.main-article p {
  font-size: 1rem;
}
.main-article p {
  margin: 0;
}
.main-article .hours,
.main-article h2,
.main-article h3,
.main-article p {
  position: relative;
  z-index: 2;
}
.main-article .img-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  background-color: #1b4158;
  border-radius: 50%;
  overflow: hidden;
}
.main-article .img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: top;
  object-position: top;
}
.main-article .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-right: 18px;
}
.main-article .hours h3 {
  margin-bottom: 0;
}
.horizontal-scroll {
  overflow: auto;
}
.trapezoid-block {
  position: relative;
  background-color: #1b4158;
  color: #fff;
}
.trapezoid-block.light {
  background: #ecf2f4;
  color: #1b4158;
}
.trapezoid-block {
  background: url(../images/gray-bg.png) no-repeat bottom -50px right -130px,
    #1b4158;
}
.main-card-item h2,
.memories-block h2 {
  margin-bottom: 40px;
  font-size: 2.25rem;
}
.main-card-item p,
.memories-block p {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
}
.main-card-item p:last-child,
.memories-block p:last-child {
  margin-bottom: 0;
}
.main-card-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 545px;
  margin-right: 15px;
  padding: 51px 60px 60px;
}
.main-card-item h2 .icon {
  margin-right: 16px;
}
.main-card-item h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.main-card-item .btn {
  margin-top: 28px;
  margin-bottom: 38px;
}
.main-card-item .show-more {
  position: absolute;
  bottom: 25px;
  left: 60px;
}
.fb-page {
  width: 100%;
}
.card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-items .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
  margin-right: 15px;
}
.card-item {
  position: relative;
  overflow: hidden;
  background-color: #ecf2f4;
}
.card-item a {
  text-decoration: none;
}
.card-item .img-wrapper {
  position: relative;
  height: 170px;
}
.card-item .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.card-item .no-img-article small {
  color: #7d8388;
}
.card-item .no-img-article .text-content {
  border-color: #dbdcdc;
}
.card-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 25px;
  padding-bottom: 13px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
}
.card-text h2 {
  margin-bottom: 2px;
  padding-top: 13px;
  font-size: 1.25rem;
}
.card-text h2 a {
  display: block;
}
.card-text p {
  margin: 0;
}
.card-text .hosts,
.card-text h2 {
  padding: 0 15px;
}
.card-text-content {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.card-content {
  position: relative;
  height: 100%;
  padding: 30px 25px 35px 58px;
}
.card-content h3 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
.card-content p {
  font-size: 1rem;
  color: #7d8388;
}
.card-content .show-more {
  position: absolute;
  left: 15px;
  bottom: 25px;
}
.card-content::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 29px;
  width: 24px;
  height: 24px;
  background: url(../images/icon_quotes_24px.svg) no-repeat center/100%;
}
.memories-block {
  display: block;
  position: relative;
  text-decoration: none;
}
.memories-block img {
  -o-object-fit: cover;
  object-fit: cover;
}
.sport-section .img-article {
  margin-bottom: 2px;
}
.homepage-hero-section .scroll-viewport {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 991px) {
  .memories-block {
    margin-bottom: -58px;
    text-align: center;
  }
  .memories-block h2 {
    margin-bottom: 14px;
    font-size: 1.5rem;
  }
  .memories-block p {
    margin-bottom: 11px;
  }
  .memories-block .img-wrapper {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
  }
  .memories-block .img-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.3)),
      to(transparent)
    );
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  }
  .memories-block .text-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 15px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) {
  .main-article-content {
    position: relative;
  }
  .main-article {
    text-align: left;
  }
  .main-article .img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    width: auto;
    height: 100%;
    background-color: transparent;
  }
  .main-article .img-wrapper img {
    height: 100%;
  }
  .main-article .hours {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-article .hosts,
  .main-article h2 {
    max-width: 340px;
  }
  .sport-grid h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .sport-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sport-grid h2 {
    font-size: 1rem;
  }
  .sport-section .img-article {
    margin-right: 1px;
    margin-bottom: 0;
    width: calc(33.333% - 1px);
  }
  .sport-section .img-article:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .horizontal-scroll {
    overflow: visible;
  }
  .homepage-hero-section {
    background: url(../images/red-bg.png) no-repeat top left -367px,
      -webkit-gradient(linear, left top, right top, color-stop(80%, #eb4f27), color-stop(80%, #1b4158));
    background: url(../images/red-bg.png) no-repeat top left -367px,
      linear-gradient(to right, #eb4f27 80%, #1b4158 80%);
  }
  .homepage-hero-section .main-article {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 636px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      to(#d13b14)
    );
    background: linear-gradient(to right, transparent, #d13b14);
  }
  .homepage-hero-section .main-article-content {
    height: 379px;
    padding-left: 0;
  }
  .homepage-hero-section .show-item {
    width: 280px;
  }
  .homepage-hero-section .scroll-viewport {
    margin-left: 0;
    margin-right: 0;
  }
  .main-card-item {
    width: 614px;
  }
  .main-article h2 {
    margin-bottom: 16px;
    font-size: 2.125rem;
  }
  .main-article h3,
  .main-article p {
    font-size: 1.125rem;
  }
  .main-article .hours {
    margin-bottom: 28px;
  }
  .main-article-content {
    padding-top: 28px;
  }
  .show-items {
    height: 100%;
  }
  .hosts a {
    font-size: 1rem;
  }
  .memories-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .memories-block .img-wrapper {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1120px) {
  .homepage-hero-section {
    background: url(../images/red-bg.png) no-repeat top -45px left -241px,
      -webkit-gradient(linear, left top, right top, color-stop(60%, #eb4f27), color-stop(60%, #1b4158));
    background: url(../images/red-bg.png) no-repeat top -45px left -241px,
      linear-gradient(to right, #eb4f27 60%, #1b4158 60%);
  }
  .sport-grid h2 {
    font-size: 1.25rem;
  }
  .memories-block .img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65.7%;
  }
}
.article-summary {
  font-size: 1rem;
  line-height: 1.3125;
  font-family: Roboto, sans-serif;
}
.additional-article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}
.additional-article-info a {
  text-decoration: none;
}
.additional-article-info .date {
  display: inline-block;
  color: #7d8388;
  margin-left: 8px;
  margin-right: auto;
  padding-left: 10px;
  border-left: 1px solid #7d8388;
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.additional-article-info .date span {
  display: block;
}
.additional-article-info .date:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  border-left: 0;
}
.paid-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
  font-weight: 700;
  font-size: 0.875rem;
  color: #202020;
  text-decoration: none;
  font-family: Roboto, sans-serif;
}
.article-text,
.static-text {
  line-height: 1.6666666667;
  font-family: Roboto, sans-serif;
  word-break: break-word;
}
.article-text a,
.static-text a {
  color: revert;
}
.article-text p,
.static-text p {
  margin-bottom: 30px;
}
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text h6,
.static-text h2,
.static-text h3,
.static-text h4,
.static-text h5,
.static-text h6 {
  font-family: "Noto Serif", serif;
}
.article-text h2,
.static-text h2 {
  margin-top: 41px;
  font-size: 1.375rem;
  line-height: 1.1818181818;
}
.article-text h3,
.static-text h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.article-text iframe,
.article-text img,
.static-text iframe,
.static-text img {
  max-width: 100%;
}
.article-text img,
.static-text img {
  height: auto !important;
}
.article-text blockquote,
.static-text blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  padding: 17px 8px 0 32px;
  font-style: italic;
  font-family: "Noto Serif", serif;
  color: #1b4158;
  line-height: 1.4444444444;
}
.article-text blockquote p,
.static-text blockquote p {
  margin: 0;
}
.article-text blockquote::before,
.static-text blockquote::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 50px;
  height: 40px;
  background: url(../images/quote-light.svg) no-repeat center/100%;
}
.article-text .img-wrapper,
.static-text .img-wrapper {
  position: relative;
  display: table;
  margin: 0 auto;
}
.article-text > p:first-of-type::first-letter {
  float: left;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: -10px;
  margin-right: 15px;
  line-height: 1;
  font-family: "Noto Serif", serif;
}
.main-article-img,
.main-article-video {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 37px;
  margin-top: 40px;
}
.main-article-img:first-child,
.main-article-video:first-child {
  margin-top: 0;
}
.main-article-img .img-footer {
  text-align: left;
}
.main-article-video {
  height: 0;
  padding-bottom: 62.1%;
}
.main-article-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-fixed {
  display: none;
  z-index: 2;
}
.close-fixed .icon {
  color: #fff;
}
.video-wrapper.fixed {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 16px;
  right: 16px;
  bottom: 48px;
  height: 60px;
  font-size: 0.75rem;
}
.video-wrapper.fixed .close-fixed {
  display: block;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  padding-top: 4px;
  background-color: #1b4158;
  border-radius: 50%;
  border: 1px solid #dbdcdc;
  text-align: center;
}
.video-wrapper.fixed.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrapper .text {
  display: none;
}
.video-wrapper.fixed {
  top: initial;
  background-color: #1b4158;
  border-bottom-right-radius: 10px;
}
.video-wrapper.fixed .video {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 109px;
  height: 60px;
}
.video-wrapper.fixed .text {
  display: block;
  padding: 8px 25px 8px 10px;
  color: #fff;
  overflow: hidden;
}
.img-footer {
  /*position:absolute;left:0;right:0;bottom:0;padding:8px 7px 5px;*/
  background: #ecf2f4;
  font-size: 1rem;
  text-align: center;
}
.img-footer .credit {
  display: block;
  padding: 8px 7px 5px;
}
.read-more-block {
  margin-top: 48px;
  margin-bottom: 40px;
  padding: 22px 17px;
  border-left: 10px solid #1b4158;
}
.read-more-block h2 {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
}
.read-more-block a {
  text-decoration: none;
}
.read-more-block ul {
  list-style: none;
  padding: 0;
  font-weight: 700;
  line-height: 1.5555555556;
}
.read-more-block li {
  margin-bottom: 15px;
  padding-left: 29px;
  background: url(../images/icon_link_18px.svg) no-repeat left top 6px;
}
.article-footer {
  font-size: 0.875rem;
}
.article-footer p {
  color: #7d8388;
}
.tags {
  color: #eb4f27;
  font-family: Roboto, sans-serif;
}
.tags a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-decoration: none;
  border: 1px solid #dbdcdc;
  border-radius: 4px;
}
.article-header.hero-section h1 {
  color: #1b4158;
}
.article-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-header-content .main-article-img,
.article-header-content .main-article-video {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 38px;
  margin-bottom: 12px;
}
.article-header-text {
  display: contents;
}
.article-summary {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media only screen and (min-width: 576px) {
  .main-article-video {
    padding-bottom: 56.1%;
  }
  .main-article-img,
  .main-article-video {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .article-header {
    padding-bottom: 200px;
  }
  .additional-article-info,
  .article-header .article-summary {
    width: calc(100% - 328px);
    padding-right: 113px;
  }
  .article-summary {
    margin-bottom: 30px;
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .additional-article-info a {
    font-size: 1.125rem;
  }
  .article-content {
    margin-top: -150px;
  }
  .article-text h2,
  .article-text h3,
  .article-text h4 {
    margin-top: 40px;
  }
  .article-text h2 {
    font-size: 1.25rem;
  }
  .article-text h3 {
    font-size: 1.375rem;
  }
  .article-text blockquote {
    padding: 25px 8px 0 44px;
  }
  .article-text blockquote::before {
    width: 70px;
    height: 54px;
  }
  .read-more-block {
    margin-bottom: 43px;
    padding-top: 31px;
    padding-bottom: 20px;
    padding-left: 33px;
  }
  .read-more-block h2 {
    margin-bottom: 24px;
  }
  .read-more-block li {
    margin-bottom: 25px;
    padding-left: 40px;
  }
  .article-footer p {
    margin-bottom: 17px;
  }
  .tags a {
    padding: 9px 23px;
    border-radius: 12px;
  }
  .small-article-header {
    padding-bottom: 152px;
  }
  .small-article-header.article-header .additional-article-info,
  .small-article-header.article-header .article-summary {
    width: 100%;
  }
  .article-header-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .article-header-content h1 {
    margin-bottom: 42px;
    padding-right: 0;
    font-size: 2.25rem;
  }
  .article-header-content .main-article-img,
  .article-header-content .main-article-video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 491px;
    margin-top: 0;
    margin-right: 70px;
  }
  .article-header-content .main-article-video {
    padding-bottom: 300px;
  }
  .article-summary {
    margin-top: 18px;
  }
  .article-header-text {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 1120px) {
  .additional-article-info,
  .article-header .article-summary {
    width: calc(100% - 447px);
  }
}
.podcast-header-content,
.show-header-content {
  text-align: center;
}
.podcast-header-content h1,
.show-header-content h1 {
  margin-bottom: 21px;
}
.podcast-header-content .img-wrapper,
.show-header-content .img-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 21px;
}
.podcast-header-content .img-wrapper img,
.show-header-content .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.podcast-header-content .article-summary,
.show-header-content .article-summary {
  text-align: left;
  font-weight: 400;
}
.show-header-content {
  text-align: center;
}
.show-header-content h1 {
  margin-bottom: 10px;
}
.show-header-content .hosts {
  margin-bottom: 32px;
  font-weight: 700;
}
.show-header-content .hosts a {
  font-size: 1rem;
}
.show-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 296px;
  margin: 11px auto 37px;
}
.show-socials a {
  color: #eb4f27;
  font-weight: 700;
  font-size: 1rem;
}
.email-contact {
  margin-right: 10px;
  text-decoration: none;
}
.email-contact .icon {
  width: 28px;
  height: auto;
  margin-right: 4px;
}
.show-details {
  font-size: 0.875rem;
}
@media only screen and (min-width: 992px) {
  .podcast-header-content,
  .show-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .podcast-header-content .img-wrapper,
  .show-header-content .img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 35px 0 0;
    width: 301px;
    height: 301px;
  }
  .show-header-content .hosts {
    margin-bottom: 13px;
  }
  .show-header-content .hosts a {
    font-size: 1.125rem;
  }
  .show-socials {
    max-width: 340px;
    margin: 0;
  }
  .show-socials a {
    font-size: 1.125rem;
  }
  .show-details {
    font-size: 1rem;
  }
  .additional-show-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .show-header-text {
    width: 100%;
  }
  .email-contact {
    margin-right: 28px;
  }
}
.program-select {
  position: relative;
  margin-top: 37px;
  margin-bottom: 23px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #eb4f27;
}
.program-select a {
  display: none;
  padding: 2px 10px;
  text-decoration: none;
}
.program-select span {
  display: block;
}
.program-select .date {
  display: none;
  font-size: 0.75rem;
  font-weight: 400;
}
.program-select .selected {
  color: #eb4f27;
  display: block;
}
.program-select .selected .date {
  display: block;
}
.program-select .text-short {
  display: none;
}
.program-select .text-long {
  margin-bottom: 4px;
  text-transform: uppercase;
}
.program-select .icon {
  position: absolute;
  right: 16px;
  top: 29px;
  margin-top: -13px;
  color: #eb4f27;
}
.program-select.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.program-select.open a {
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.program-select.open .selected {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.program-select.open .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (min-width: 992px) {
  .program-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    background-color: #eee;
  }
  .program-select a {
    display: block;
    padding: 17px 10px 10px;
    width: 100%;
  }
  .program-select .selected {
    background-color: #fff;
    border-bottom: 2px solid #eb4f27;
  }
  .program-select .icon,
  .program-select .text-long {
    display: none;
  }
  .program-select .text-short {
    display: block;
  }
}
.category-section .section-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2.375rem;
}
.category-section .section-title + .horizontal-scroll {
  margin-top: -21px;
}
.pagination {
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.pagination a {
  margin: 0 10px;
  padding: 9px 0;
  display: none;
  text-decoration: none;
}
.pagination a,
.pagination span {
  width: 46px;
}
.pagination .active,
.pagination .next,
.pagination .prev {
  height: 46px;
  display: block;
}
.pagination .dots {
  display: none;
}
.pagination .next,
.pagination .prev {
  width: 74px;
  border: 1px solid #dbdcdc;
  color: #7d8388;
  line-height: 1;
}
.pagination .prev .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pagination .next .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pagination .active {
  background-color: #ecf2f4;
}
.category-layout .main-column,
.category-layout .side-column {
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) {
  .paid-articles-section {
    padding-top: 15px;
    border-top: 1px solid #dbdcdc;
  }
}
@media only screen and (max-width: 992px) {
  .category-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-layout .side-column {
    display: contents;
  }
  .category-layout .article-grid-section {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (min-width: 992px) {
  .category-section {
    padding-bottom: 8px;
  }
  .category-section .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
  }
  .pagination {
    margin-top: 52px;
  }
  .paid-articles-section {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1120px) {
  .pagination .dots,
  .pagination a {
    display: block;
  }
}
.icon-apple {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#93479a),
    to(#c674ae)
  );
  background: linear-gradient(to top, #93479a, #c674ae);
}
.icon-soundcloud {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ee3d2d),
    to(#f7951d)
  );
  background: linear-gradient(to top, #ee3d2d, #f7951d);
}
.podcast-links {
  margin-top: 33px;
  margin-bottom: 30px;
}
.podcast-links a {
  text-decoration: none;
  margin: 0 10px;
}
.podcast-header-content {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .podcast-links a:first-child {
    margin-left: 0;
  }
}
.regions-wrapper {
  margin-bottom: 40px;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  color: #1b4158;
}
.regions-wrapper a {
  display: inline-block;
  margin-right: 2px;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #dbdcdc;
}
@media only screen and (min-width: 768px) {
  .regions-wrapper {
    white-space: normal;
  }
  .regions-wrapper a {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .regions-wrapper {
    margin-bottom: 32px;
  }
}
.gallery-open-wrapper {
  background-color: #d1d9db;
  background: url(../images/gray-bg-light.png) no-repeat top 5px right -60px,
    #d1d9db;
}
.gallery-info {
  position: relative;
  padding: 23px 16px 36px;
}
.gallery-info .title {
  margin-top: 14px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #1b4158;
}
.gallery-info .date {
  font-size: 0.875rem;
}
.gallery-info .additional-article-info {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 21px;
}
.close-gallery {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 5px;
  background-color: #eb4f27;
  text-align: center;
}
.close-gallery .icon {
  display: block;
  width: 16px;
  height: 16px;
  color: #fff;
}
.gallery-slider .banner-wrapper-small .banner[class*="-loaded"] {
  margin-top: 40px;
}
.gallery-slider-item {
  margin-top: 35px;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
.gallery-slider-item .text-wrapper {
  padding: 9px 16px;
}
.gallery-slider-item .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-slider-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.slide-number {
  display: block;
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 4px;
}
.slide-number .accent {
  color: #eb4f27;
}
.slide-title {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}
.slide-text {
  margin-top: 0;
  margin-bottom: 22px;
  color: #7d8388;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}
.gallery-widget {
  display: block;
  text-decoration: none;
}
.gallery-widget h2,
.gallery-widget h3 {
  margin-top: 0;
}
.gallery-widget {
  border-radius: 0;
  background: #1b4158;
}
.gallery-widget h2 {
  margin-bottom: 30px;
  line-height: 1.3181818182;
}
.gallery-widget h3 {
  margin-bottom: 27px;
  font-weight: 400;
  font-size: 1.125rem;
}
.gallery-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-images .img-wrapper {
  width: 50%;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 28%;
}
.gallery-images img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-images:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  background: url(../images/icon_gallery_42px.svg) no-repeat center/100%;
}
.gallery-text {
  font-family: Roboto, sans-serif;
  padding: 22px 15px 0;
}
@media only screen and (max-width: 575px) {
  .gallery-widget {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 768px) {
  .gallery-slider-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-slider-item img {
    max-width: 100%;
  }
  .gallery-slider-item .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-slider-item:first-child {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-open-wrapper {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 80px);
    border-bottom: 1px solid #dbdcdc;
  }
  .gallery-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: right;
    width: 396px;
    padding-bottom: 20px;
  }
  .gallery-info {
    padding: 30px 30px 0;
  }
  .gallery-info .title {
    margin-bottom: 12px;
    margin-top: 9px;
  }
  .gallery-slider {
    float: left;
    width: calc(100% - 396px);
    overflow: hidden;
    padding: 37px 40px 7px;
    background-color: #d1d9db;
    background: url(../images/gray-bg-light.png) no-repeat top 10px right 0,
      #d1d9db;
  }
  .gallery-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 50vh;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    padding: 0 9px;
    border-radius: 50%;
    background-color: rgba(10, 24, 41, 0.2);
    border: 1px solid #dbdcdc;
    color: #fff;
  }
  .gallery-slider .slick-prev {
    left: 20px;
    text-align: right;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .gallery-slider .slick-next {
    right: 20px;
    text-align: left;
  }
  .gallery-slider-item {
    padding: 35px 63px 0 63px;
    border-bottom: none;
  }
  .gallery-slider-item img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  .gallery-slider-item .img-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-slider-item .text-wrapper {
    padding: 32px 0 0 32px;
  }
  .gallery-slider-item:first-child {
    padding-top: 0;
  }
  .gallery-slider-item:not(.slick-slide):nth-child(n + 2) {
    display: none;
  }
  .slide-number {
    float: left;
    margin-right: 10px;
    margin-left: -68px;
    margin-top: -26px;
  }
  .gallery-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .gallery-text {
    width: 280px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 20px;
    padding-right: 20px;
  }
  .gallery-images {
    width: 100%;
  }
}
@media only screen and (min-width: 1120px) {
  .gallery-slider .slick-prev {
    left: 66px;
  }
  .gallery-slider .slick-next {
    right: 66px;
  }
}
.team-item {
  margin-bottom: 38px;
}
.team-item h2 {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.team-item p {
  margin-top: 7px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #7d8388;
}
.team-item .img-wrapper {
  margin-bottom: 10px;
}
.forgotten-pass {
  font-family: Roboto, sans-serif;
  margin-left: 30px;
}
.current-time {
   width: 39px;
   display: inline-block
}

.audio-article .img-wrapper:after,
.audio-article .img-wrapper:before,
.gallery-article .img-wrapper:after,
.gallery-article .img-wrapper:before,
.video-article .img-wrapper:after,
.video-article .img-wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
}
.audio-article .img-wrapper:before,
.gallery-article .img-wrapper:before,
.video-article .img-wrapper:before {
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(10 24 41 / 0.6)), to(transparent));
    background: linear-gradient(to bottom, rgb(10 24 41 / 0.6), transparent);
}
.audio-article .img-wrapper:after,
.gallery-article .img-wrapper:after,
.video-article .img-wrapper:after {
    top: 15px;
    left: 15px;
    width: 42px;
    height: 42px;
}
.video-article .img-wrapper:after {
    background: url(../images/icon_play_76px.svg) no-repeat center/100%;
}
.audio-article .img-wrapper:after {
    background: url(../images/icon_audio_76px.svg) no-repeat center/100%;
}
.buttons-container .audio-block-wrapper{
    width: 47%;
    margin: 0;
}
.header-right .audio-small {
    margin-top: 0;
}
@media only screen and (max-width: 575px) {
    .btn-audio-mobile {
        padding: 6px;
        text-indent: -9999px;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        overflow: hidden;
        color: #fff0;
    }
    .btn-audio-mobile .icon {
        margin-right: 0;
        color: #fff;
    }
}
@media only screen and (min-width: 750px) and (max-width: 928px) {
    .btn-audio-mobile,
    .btn-video-mobile {
        padding: 6px;
        text-indent: -9999px;
        border-radius: 50px;
        width: 38px;
        height: 38px;
        overflow: hidden;
        color: #fff0;
    }
    .btn-audio-mobile .icon,
    .btn-video-mobile .icon {
        margin-right: 0;
        color: #fff;
    }
}
.audio-block {
    position: relative;
    margin-left: 10px;
    background-color: #1b4158;
    color: #fff;
}
.audio-block::before{
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    width: 10px;
	top: 0;
    background-color: #eb4f27;
}
.audio-block.light {
    background: #eee;
    color: #1b4158;
}

.trapezoid-block .audio-block-wrapper.audio-small {
    width: 150px;
    margin-left: 0;
    margin-top: 64px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1120px) {
	.main-card-item .audio-block-wrapper.audio-small,
    .main-card-item > .btn {
        margin-left: auto;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 16px;
    }
}
.audio-block-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}
.audio-block-wrapper.audio-small {
    margin-bottom: 0;
}
.audio-block-wrapper.audio-small .audio-block:not(.sticky-audio) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding: 0;
    background-color: #fff0;
}
.audio-block-wrapper.audio-small .audio-block:not(.sticky-audio) p,
.audio-block-wrapper.audio-small .audio-block:not(.sticky-audio)::after,
.audio-block-wrapper.audio-small .audio-block:not(.sticky-audio)::before {
    display: none;
}
.audio-block {
    padding: 14px 16px 14px 10px;
}
.audio-block p {
    margin-top: 0;
    margin-bottom: 10px;
}
.audio-block .btn .icon {
    width: 26px;
    height: auto;
}
.pause-audio {
    display: none;
}
.audio-block.sticky-audio {
    position: fixed;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 16px;
    right: 16px;
    bottom: 48px;
    height: 60px;
    font-size: 0.75rem;
}
.audio-block.sticky-audio .close-fixed {
    display: block;
    position: absolute;
    right: -14px;
    top: -14px;
    width: 28px;
    height: 28px;
    padding-top: 4px;
    background-color: #1b4158;
    border-radius: 50%;
    border: 1px solid #dbdcdc;
    text-align: center;
}
.audio-block.sticky-audio.visible {
    display: block;
}
.audio-block.sticky-audio {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    border: 1px solid #fff;
}
.audio-block.sticky-audio p {
    margin-bottom: 5px;
}
.audio-block.sticky-audio .btn {
    width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}
.audio-block.sticky-audio .btn .icon {
    margin-right: 0;
    color: #eb4f27;
}
.audio-block.sticky-audio::after {
    bottom: 5px;
    border-bottom: 1px solid #fff;
}
.audio-player {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.audio-player .btn {
    margin-left: 0;
}
.audio-time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 60px;
    margin-left: 10px;
    font-size: 0.875rem;
}
.total-time {
    color: #767676;
}
.audio-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.audio-bar {
    position: relative;
    width: 294px;
    height: 10px;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.audio-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #eb4f27;
    border-radius: 15px;
}
.share-audio {
    background-color: #fff0;
    border: none;
    margin-left: 10px;
    cursor: pointer;
}
.share-audio .icon {
    width: 20px;
    height: auto;
}
.audio-iframe {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 300px;
    margin-bottom: -4px;
    background-color: #1b4158;
    padding: 20px;
}
.audio-iframe textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    background-color: #1b4158;
    resize: none;
}
.close-iframe {
    position: absolute;
    right: 4px;
    top: 2px;
}
@media only screen and (min-width: 768px) {
    .audio-block.sticky-audio.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .current-time {
        width: 50px;
    }
}
@media only screen and (min-width: 992px) {
	    .audio-block-wrapper {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .audio-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .audio-block p {
        margin-bottom: 0;
        margin-right: 20px;
    }
    .audio-block .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .audio-block.sticky-audio {
        background: url(../images/gray-bg.webp) no-repeat left -44px top -45px/330px, #1b4158;
        left: 5%;
        max-width: 90%;
        height: 80px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .audio-block.sticky-audio p {
        font-size: 1.125rem;
        margin-bottom: 0;
    }
    .audio-block.sticky-audio .btn {
        width: 42px;
        height: 42px;
        margin-left: 20px;
    }
    .audio-block.sticky-audio .btn .icon {
        width: 100%;
        height: 100%;
    }
    .audio-time {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1120px) {
    .sticky-audio {
        left: 10%;
        max-width: 80%;
    }
}
.additional_nav .dropdown_element .main-article .buttons-container .audio-block {
    display: inline-block;
}
@media screen and (max-width: 450px) {
	    .buttons-container .audio-block-wrapper .btn,
    .buttons-container > .btn {
        font-size: 14px;
    }
}