/*! 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: #ff004c;
}
input,
textarea {
  border-radius: 0;
  color: currentColor;
}
:focus {
  outline: 0;
}
::-moz-selection {
  background-color: #ff004c;
}
::selection {
  background-color: #ff004c;
}
body {
  position: relative;
  font-family: Montserrat, sans-serif;
  line-height: 1.3333333333;
  color: #0e1738;
  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 {
  contain: content;
}
.menu-overflow-hidden {
  overflow: hidden;
}
.mobile-hidden {
  display: none;
}
.section {
  padding-top: 60px;
}
.section-heading {
  position: relative;
  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: 22px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading img {
  max-width: 100px;
}
.section-heading .efbet-logo {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.efbet-logo svg {
  width: 100%;
  height: auto;
}
.section-title {
  margin-bottom: 12px;
  font-size: 1.625rem;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
  line-height: 1.0769230769;
}
.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;
  text-decoration: none;
  font-size: 0.875rem;
}
.icon-text .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
.show-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}
.show-more::after {
  content: "";
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #00cfb7;
}
.instagram-media,
.tiktok-embed,
.twitter-tweet {
  padding: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 576px) {
  .section-heading {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-hidden {
    display: block;
  }
  .desktop-hidden {
    display: none;
  }
  .section {
    padding-top: 80px;
  }
  .section-heading .efbet-logo {
    width: 92px;
  }
}
@media only screen and (min-width: 1120px) {
  .section-title {
    margin-bottom: 22px;
    font-size: 2.125rem;
  }
  .section-heading {
    margin-bottom: 21px;
  }
}
.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,
.small-inner-wrapper {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 16px;
}
.global-inner-wrapper {
  padding-top: 73px;
}
.dark-section {
  margin-top: 60px;
  padding-bottom: 58px;
  background-color: #0e1738;
  color: #fff;
}
.dark-section .article-block.big-article p {
  color: #767676;
}
@media only screen and (min-width: 576px) {
  .big-inner-wrapper,
  .inner-wrapper,
  .small-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .big-inner-wrapper,
  .inner-wrapper,
  .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(#ff004c), to(#ff004c));
    background: url(../images/red-bg.png) no-repeat top -100px left -340px,
      linear-gradient(to right, #ff004c, #ff004c);
  }
}
@media only screen and (min-width: 768px) {
  .big-inner-wrapper,
  .inner-wrapper,
  .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;
  }
}
.bordered-layout {
  margin-bottom: 60px;
}
.bordered-layout .section:first-child {
  padding-top: 40px;
}
.main-layout:not(.bordered-layout)
  .side-column
  .banner-wrapper-small:first-child
  .banner {
  margin-top: -60px;
}
.main-layout:not(.bordered-layout)
  .side-column
  .banner-wrapper-small:first-child
  .banner[class*="-loaded"] {
  margin-top: 0;
}
.side-column .no-img-article {
  margin-right: -15px;
}
.side-column .no-img-article .text-wrapper {
  padding-right: 15px;
}
.side-column .article-grid-section .article-block:first-child:last-child {
  grid-column: span 2;
}
.special-article-grid-section {
  padding-top: 0;
}
.special-article-grid-section:first-child {
  margin-top: 34px;
}
.article-3-grid-section .article-block {
  margin-bottom: 12px;
}
@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;
  }
  .article-3-grid-section .article-block,
  .article-grid-section .article-block,
  .special-article-grid-section .article-block {
    margin-bottom: 0;
  }
  .article-grid-section .banner-margin,
  .article-grid-section .banner-wrapper,
  .article-grid-section .big-article,
  .special-article-grid-section .banner-margin,
  .special-article-grid-section .banner-wrapper,
  .special-article-grid-section .big-article {
    grid-column: span 2;
  }
  .article-grid-section .big-article,
  .special-article-grid-section .big-article {
    margin-bottom: 35px;
    border: none;
  }
  .special-article-grid-section {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .article-grid-section {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .side-column .no-img-article {
    margin-right: 0;
  }
  .side-column .no-img-article .text-wrapper {
    padding-right: 0;
  }
  .article-3-grid-section {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .article-3-grid-section .article-block .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .special-article-grid-section .article-wrapper {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .bordered-layout .section:first-child {
    padding-top: 42px;
  }
  .main-layout:not(.bordered-layout)
    .side-column
    .banner-wrapper-small:first-child
    .banner {
    margin-top: -80px;
  }
  .special-article-grid-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }
  .special-article-grid-section .article-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .special-article-grid-section .big-article {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
  .special-article-grid-section .banner-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: span 1;
  }
  .article-grid-section .big-article {
    position: relative;
  }
  .article-grid-section .big-article .text-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding-bottom: 29px;
  }
  .article-grid-section .big-article .img-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(14, 23, 56, 0.9)),
      to(transparent)
    );
    background: linear-gradient(to top, rgba(14, 23, 56, 0.9), transparent);
    height: 100%;
  }
  .article-3-grid-section {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
  }
  .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,
  .main-layout.bordered-layout .side-column {
    padding-bottom: 120px;
  }
  .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;
    border: 1px solid #d8cfb0;
  }
  .main-column {
    padding-top: 0;
    width: calc(100% - 328px);
  }
  .side-column {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 300px;
  }
  .side-column .section-title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1120px) {
  .main-column {
    width: calc(100% - 447px);
  }
  .side-column {
    width: 422px;
  }
}
.banner-wrapper .banner[class*="-loaded"] {
  margin-bottom: 40px;
}
.banner-wrapper-small .banner[class*="-loaded"] {
  margin-top: 60px;
}
.banner-margin .banner[class*="-loaded"] {
  margin-top: 60px;
}
.big-efbet img,
.tall-efbet img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.big-efbet {
  height: 120px;
  background-color: #000;
}
.banner {
  max-width: 100%;
  margin: 0 auto;
}
.banner img {
  display: block;
  margin: 0 auto;
}
.banner-wide {
  width: 300px;
  height: 100px;
  background-color: #4a4a4a;
}
.article-content .banner-wide {
  width: 750px;
}
.banner-small {
  width: 300px;
  height: 250px;
  background-color: #4a4a4a;
}
.banner-tall {
  width: 300px;
  height: 600px;
  background-color: #4a4a4a;
}
.banner-xs {
  width: 384px;
  height: 60px;
  background-color: #4a4a4a;
}
.has-branding .hero-section {
  padding-bottom: 45px;
  background: 0 0;
  color: #0e1738;
}
.has-branding .hero-section h1 {
  padding-right: 0;
}
.has-branding .article-content {
  margin-top: 0;
}
.has-branding .side-column .section:first-child {
  padding-top: 0;
}
.has-branding .side-column .section:first-child .section-title {
  margin-top: -15px;
}
.has-branding .for-branding {
  max-width: 1370px;
  margin: 88px auto 0;
  background: #fff;
}
.has-branding .hero-section + .inner-wrapper .section:first-child {
  padding-top: 0;
}
.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;
  margin-bottom: 24px;
  font-size: 0.875rem;
  color: #7d8388;
}
.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;
  }
  .banner-wrapper .banner[class*="-loaded"] {
    margin-bottom: 26px;
  }
  .banner-wrapper-small .banner[class*="-loaded"] {
    margin-top: 80px;
  }
  .banner-wrapper-small:first-child .banner {
    margin-bottom: -32px;
  }
  .banner-wrapper-small:first-child .banner[class*="-loaded"] {
    margin-top: 42px;
  }
  .banner-top .banner[class*="-loaded"] {
    margin-top: 30px;
  }
  .has-branding .for-branding {
    margin-top: 220px;
  }
  .has-branding
    .hero-section
    + .inner-wrapper
    .banner-wrapper-small:first-child
    .banner[class*="-loaded"] {
    margin-top: 0;
  }
  .has-branding .article-3-grid-section {
    margin-bottom: 40px;
  }
  .powered-by {
    font-size: 1rem;
  }
}
.copy {
  margin-top: 5px;
  padding: 5px 8px;
  background-color: #ff004c;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  border: none;
}
.copy:hover {
  background-color: #ff004c;
  color: #fff;
}
.btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  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;
  width: 104px;
  padding: 7px 6px 10px;
  background-color: #8a1538;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: none;
  outline: 0;
}
.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::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 100%;
  background-color: #ff004c;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  background-color: #ff004c;
}
.btn-invert {
  background-color: #fff;
  color: #ff004c;
}
.btn-load-more {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-top: 20px;
  width: 140px;
}
.btn-dark {
  background-color: #0e1738;
}
@media only screen and (min-width: 768px) {
  .btn-load-more {
    margin-top: 25px;
  }
}
.form-group {
  margin-bottom: 20px;
  font-size: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #767676;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding-left: 8px;
  border: 1px solid #d8cfb0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #8a1538;
}
.form-group input,
.form-group select {
  height: 36px;
}
.form-group input {
  font-size: 1.1875rem;
  font-weight: 600;
}
.form-group select {
  cursor: pointer;
  padding-right: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-weight: 600;
  background: url(../images/select-bg.svg) no-repeat center right;
}
.form-group select::-ms-expand {
  display: none;
}
@media only screen and (min-width: 768px) {
  .two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .two-cols .form-group {
    width: 47%;
  }
}
@media only screen and (min-width: 992px) {
  .form-group {
    font-size: 1.1875rem;
  }
}
.article-block {
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.article-block h2 {
  margin-bottom: 0;
  font-size: 1.1875rem;
  line-height: 1.3684210526;
  font-weight: 600;
}
.article-block p {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.3125;
  color: #4a4a4a;
}
.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: 80%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(transparent)
  );
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.article-block .text-wrapper {
  position: relative;
  z-index: 2;
  padding: 3px 21px 23px;
}
.article-block .date,
.article-block .paid-article {
  margin-top: 12px;
}
.article-block .date {
  display: block;
  font-size: 0.75rem;
  color: #b2b2b2;
}
.article-block .btn {
  margin-top: 13px;
}
.article-block .category {
  margin-top: -28px;
  margin-bottom: 22px;
  color: #fff;
}
.article-block.big-article {
  margin-bottom: 40px;
  text-align: center;
}
.article-block.big-article h2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.1428571429;
}
.article-block.big-article p {
  margin-top: 17px;
}
.article-block.big-article .category {
  margin-top: 0;
  margin-bottom: 20px;
}
.article-block.big-article .img-wrapper {
  padding-bottom: 60.25%;
}
.article-block.big-article .text-wrapper {
  position: relative;
  margin: -40px 14px 0;
  line-height: 1.1666666667;
  padding: 12px 18px 28px;
  line-height: 1.1666666667;
  background: #375AFD;
  border-radius: 10px;
  color: #fff;
}
.article-block.big-article .text-wrapper p {
  color: #fff;
}
.category {
  font-size: 0.875rem;
  text-decoration: none;
  color: #8a1538;
  position: relative;
  display: block;
  margin-bottom: 8px;
  margin-left: 6px;
}
.category::before {
  content: "";
  position: relative;
  left: -5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background-color: #00cfb7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.audio-article .img-wrapper:after,
.video-article .img-wrapper:after,
.video-podcast-article .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
}
.video-article .img-wrapper:after {
  background: url(../images/icon_play.svg) no-repeat center/100%;
}
.audio-article .img-wrapper:after {
  background: url(../images/icon_audio.svg) no-repeat center/100%;
}
.gallery-article .img-wrapper:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  width: 42px;
  height: 42px;
  background: url(../images/icon_gallery.svg) no-repeat center/100%;
}
.no-img-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  text-decoration: none;
  border-bottom: 1px solid #d8cfb0;
}
.no-img-article h3 {
  margin-bottom: 6px;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 600;
}
.no-img-article h4 {
  margin-bottom: 12px;
  font-size: 0.875rem;
  font-weight: 400;
}
.no-img-article > .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 42px;
  height: 42px;
}
.no-img-article .text-content {
  width: 100%;
  padding-bottom: 12px;
}
.no-img-article .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 158px;
  margin-left: 0;
  margin-top: 8px;
}
.no-img-article.gray {
  margin-top: 20px;
  padding: 18px 16px 12px;
  background-color: #f0f0f0;
  border-radius: 16px;
}
.no-img-article.gray h3 {
  line-height: 1.3333333333;
}
.no-img-article.gray small {
  color: #4a4a4a;
}
.no-img-article.gray .text-content {
  padding-bottom: 0;
  border-bottom: none;
}
.no-img-article.gray .icon {
  margin-right: 11px;
  margin-top: -1px;
}
.img-article {
  display: block;
  position: relative;
}
.img-article h2 {
  font-size: 1.1875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.img-article .text-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 26px 17px 26px;
  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 .category {
  margin-top: 0;
}
.img-article .date,
.img-article .paid-article {
  margin-top: 2px;
}
.img-article .show-more {
  color: #ff004c;
}
.big-img-article.img-article {
  text-align: center;
  margin-bottom: 0;
}
.big-img-article.img-article h2 {
  font-family: Montserrat, sans-serif;
  display: block;
  font-size: 1.625rem;
  line-height: 1.2307692308;
  font-weight: 800;
}
.big-img-article.img-article .img-wrapper {
  padding-bottom: 545px;
}
.big-img-article.img-article .text-wrapper {
  padding: 0 6px 23px;
}
.big-img-article.img-article .show-more {
  margin-top: 10px;
  font-size: 1.1875rem;
}
.horizontal-article p {
  display: none;
}
.horizontal-article .date,
.horizontal-article .paid-article {
  margin-top: 8px;
}
.article-text .sm-horizontal-article {
  position: relative;
  margin-right: 6px;
  border: 1px solid #d8cfb0;
  background-color: #fff;
}
.sm-horizontal-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sm-horizontal-article h3 {
  margin-bottom: 5px;
  font-size: 1.1875rem;
  font-weight: 600;
}
.sm-horizontal-article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sm-horizontal-article .img-wrapper {
  width: 90px;
  height: 90px;
}
.sm-horizontal-article .text-wrapper {
  width: calc(100% - 116px);
  margin-left: 16px;
}
.article-text .sm-horizontal-article {
  margin-top: 20px;
  margin-bottom: 42px;
  padding: 10px;
}
.article-text .sm-horizontal-article h2 {
  margin: 0;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.3684210526;
}
.article-text .sm-horizontal-article .img-wrapper {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}
.article-text .sm-horizontal-article .img-wrapper img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-text .sm-horizontal-article .text-wrapper {
  position: relative;
  width: calc(100% - 100px);
  padding-left: 10px;
}
.description {
  display: block;
  font-size: 0.75rem;
  color: #767676;
  text-decoration: none;
}
@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 {
    margin-left: 20px;
  }
  .img-article h2 {
    font-size: 1rem;
  }
  .img-article .text-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .horizontal-article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #d8cfb0;
  }
  .horizontal-article p {
    display: block;
  }
  .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-left: 16px;
  }
  .horizontal-article .category {
    position: absolute;
    left: 0;
    top: 86px;
    margin-top: 0;
    margin-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;
  }
}
@media only screen and (min-width: 992px) {
  .no-img-article > .icon {
    margin-right: 10px;
  }
  .no-img-article.gray {
    margin-top: 25px;
    padding: 21px 20px 14px;
  }
  .no-img-article.gray h3 {
    margin-bottom: 8px;
    font-size: 1.3125rem;
    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;
    padding: 18px;
  }
  .article-text .sm-horizontal-article .img-wrapper {
    width: 180px;
  }
  .article-text .sm-horizontal-article .text-wrapper {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
  .ribbon {
    top: 0;
    right: 0;
  }
  .article-block .category {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .article-block h2 {
    font-size: 1.1875rem;
  }
  .article-block p {
    margin-top: 12px;
    font-size: 1rem;
  }
  .article-block .text-wrapper {
    padding-bottom: 32px;
  }
  .article-block .btn {
    margin-top: 20px;
  }
  .article-block.big-article .img-wrapper::after {
    width: 76px;
    height: 76px;
  }
  .article-block.big-article.audio-article::after,
  .article-block.big-article.video-article::after {
    top: 36%;
  }
  .article-block.big-article .category {
    margin-bottom: 15px;
  }
  .article-block.big-article .text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 31px;
  }
  .img-article .text-wrapper {
    padding: 40px 24px 26px;
  }
  .img-article .category {
    margin-bottom: 10px;
  }
  .horizontal-article {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .horizontal-article .text-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 37px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .horizontal-article .img-wrapper {
    width: 375px;
    padding-bottom: 211px;
  }
  .horizontal-article .category {
    top: 186px;
  }
  .article-block.big-article h2 {
    font-size: 2.125rem;
    line-height: 1.2941176471;
  }
  .article-block.big-article .text-wrapper {
    padding-top: 15px;
  }
}
.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);
  }
  .arrow-prev {
    left: 0;
  }
  .arrow-prev .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .arrow-next {
    display: block;
    right: 0;
  }
}
.hero-section {
  padding-top: 18px;
  padding-bottom: 19px;
  background: #8BB9FE;
}
.hero-section h1 {
  margin-bottom: 19px;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.1666666667;
}
.hero-section .category {
  margin-left: 14px;
  margin-bottom: 20px;
}
.hero-section .category::before {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .hero-section {
    padding-top: 28px;
    padding-bottom: 53px;
  }
  .hero-section h1 {
    padding-right: 115px;
    font-size: 2.125rem;
    line-height: 1.2941176471;
  }
  .hero-section .category {
    margin-left: 7px;
    margin-bottom: 28px;
  }
}
.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;
  }
  .article-socials.hidden-mobile {
    display: block;
  }
  .share-item {
    display: none;
  }
  .facebook-with-count {
    display: block;
  }
}
.close-fixed {
  display: none;
  z-index: 2;
}
.close-fixed .icon {
  color: #fff;
}
.current-time {
  width: 39px;
  display: inline-block;
}
.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: transparent;
}
.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 {
  position: relative;
  margin-left: 18px;
  background-color: #0e1738;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px 16px 14px 10px;
}
.audio-block p {
  margin-top: 0;
  margin-bottom: 10px;
}
.audio-block .btn {
  width: auto;
  margin: 0 auto;
  padding-right: 10px;
}
.audio-block .btn .icon {
  width: 26px;
  height: auto;
}
.audio-block::after,
.audio-block::before {
  content: "";
  position: absolute;
  right: 100%;
  height: 55%;
  width: 18px;
  background-color: #ff004c;
}
.audio-block::before {
  top: 7px;
  -webkit-transform: skewY(-35deg);
  transform: skewY(-35deg);
  border-top-left-radius: 4px;
}
.audio-block::after {
  bottom: 7px;
  -webkit-transform: skewY(35deg);
  transform: skewY(35deg);
  border-bottom-left-radius: 4px;
}
.pause-audio {
  display: none;
}
.audio-block.sticky-audio,
.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;
}
.audio-block.sticky-audio .close-fixed,
.video-wrapper.fixed .close-fixed {
  display: block;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  padding-top: 4px;
  background-color: #0e1738;
  border-radius: 50%;
  border: 1px solid #d8cfb0;
  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: #ff004c;
}
.audio-block.sticky-audio .btn .icon {
  margin-right: 0;
}
.audio-block.sticky-audio .btn::before {
  display: none;
}
.audio-block.sticky-audio::after,
.audio-block.sticky-audio::before {
  border-left: 1px solid #fff;
}
.audio-block.sticky-audio::before {
  top: 5px;
  border-top: 1px solid #fff;
}
.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: #4a4a4a;
}
.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: #ff004c;
  border-radius: 15px;
}
.share-audio {
  background-color: transparent;
  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: #0e1738;
  padding: 20px;
}
.audio-iframe textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
  background-color: #0e1738;
  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 {
    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 {
    margin-left: 70px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1120px) {
  .sticky-audio {
    left: 10%;
    max-width: 80%;
  }
}
.page-header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height: 73px;
  background:#375AFD;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.page-header .inner-wrapper {
  height: 100%;
}
.page-header .search-wrapper {
  display: none;
}
.hidden-menu,
.main-menu {
  color: #fff;
}
.hidden-menu .active,
.main-menu .active {
  color: #fff;
}
.logo,
.qatar-logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo img,
.qatar-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.logo {
  width: 70px;
}
.qatar-logo {
  width: 60px;
  margin-left: 4px;
}
.all-news {
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 18px;
  text-decoration: none;
  font-size: 1.1875rem;
  color: #fff;
}
.header-left,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-left {
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right {
  float: right;
}
.header-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header-right > div:last-child {
  padding-right: 0;
}
.hamburger-btn {
  width: 26px;
}
.hamburger-btn .icon {
  width: 100%;
  height: 100%;
}
.main-menu {
  display: none;
}
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  padding-right: 30px;
  border: 0;
  border: 1px solid #d8cfb0;
  font-weight: 700;
}
.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: #0e1738;
}
.search-form.bigger {
  position: relative;
  display: block;
  margin-bottom: 31px;
}
.search-form.bigger input[type="text"] {
  font-size: 1.1875rem;
}
.search-form.bigger input[type="submit"] {
  width: 45px;
}
.search-form.bigger .icon-search {
  top: 10px;
  width: 32px;
  height: 25px;
}
.search-results {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 1.1875rem;
}
.search {
  color: #fff;
}
@media only screen and (min-width: 359px) {
  .logo {
    width: 79px;
  }
  .qatar-logo {
    width: 68px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 1120px) {
  .page-header .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo {
    width: 111px;
  }
  .qatar-logo {
    width: 105px;
    margin-left: 18px;
  }
  .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: 0;
    bottom: 0;
    top: 0;
    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: 23px;
    right: 31px;
    width: 26px;
    height: 26px;
  }
  .search-form.bigger {
    width: 100%;
    margin-bottom: 30px;
  }
  .search-form.bigger input[type="text"] {
    height: 71px;
    padding-left: 22px;
    font-size: 1.3125rem;
  }
  .search-form.bigger input[type="submit"] {
    width: 70px;
  }
  .search-form.bigger .icon-search {
    top: 21px;
    right: 16px;
    width: 32px;
    height: 28px;
  }
  .close-search {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 29px;
    padding: 0;
  }
  .all-news {
    display: none;
  }
  .main-menu {
    display: block;
    width: calc(100% - 96px);
    margin-top: 5px;
    list-style: none;
    padding-left: 20px;
    font-size: 1.3125rem;
  }
  .main-menu li {
    display: inline-block;
  }
  .main-menu a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
  }
  .header-left {
    width: calc(100% - 190px);
  }
  .header-right > div {
    padding: 12px 31px;
  }
  .header-right > div:last-child {
    padding-right: 42px;
  }
}
@media only screen and (min-width: 1280px) {
  .main-menu {
    padding-left: 35px;
  }
  .main-menu a {
    padding: 0 20px;
  }
}
.hidden-menu-wrapper {
  position: fixed;
  z-index: 22;
  top: 0;
  bottom: 0;
  right: -382px;
  max-width: 90%;
  width: 296px;
  padding-top: 58px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#8a1538),
    to(#b61c4a)
  );
  background: linear-gradient(to left, #8a1538, #b61c4a);
}
.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: #fff;
}
.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: 800;
}
.hidden-menu > li > a {
  font-size: 1.375rem;
}
.hidden-menu li {
  margin-bottom: 20px;
}
.has-logo a {
  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;
}
.has-logo a img {
  max-width: 100px;
  max-height: 40px;
}
@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 {
  padding-bottom: 15px;
  clear: both;
  text-align: center;
  background: #375AFD;
  color: #fff;
}
.page-footer a {
  text-decoration: none;
}
.page-footer ul {
  list-style: none;
  padding: 0;
}
.page-footer li {
  display: inline-block;
}
.footer-top {
  padding-top: 26px;
}
.footer-big-menu {
  margin: 14px 0 25px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.footer-big-menu a {
  display: block;
  padding: 7px 17px;
}
.socials {
  margin-bottom: 24px;
}
.socials a {
  display: inline-block;
  margin: 0 7px;
}
.footer-additional-menu,
.footer-small-menu {
  font-size: 1rem;
}
.footer-small-menu {
  margin-bottom: 28px;
}
.footer-small-menu a {
  display: block;
  padding: 2px 8px;
}
.footer-additional-menu {
  margin-bottom: 20px;
}
.footer-additional-menu a {
  padding: 4px 22px;
  font-size: 1rem;
}
.footer-bottom {
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  line-height: 1.25;
}
.footer-bottom p {
  margin: 0;
}
@media only screen and (min-width: 1120px) {
  .footer-top {
    overflow: hidden;
    padding-top: 28px;
  }
  .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: 7px 14px;
    font-size: 1.375rem;
  }
  .footer-big-menu a {
    padding: 12px;
  }
  .footer-small-menu {
    clear: both;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .footer-small-menu a {
    padding: 2px 15px;
  }
  .footer-small-menu li:first-child a {
    padding-left: 0;
  }
  .footer-additional-menu,
  .socials {
    float: right;
  }
  .socials {
    margin-top: 11px;
  }
  .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 {
    text-align: left;
  }
  .footer-bottom p {
    max-width: 740px;
  }
}
.new-articles-list,
.read-more-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
}
.new-articles-list .description,
.read-more-list .description {
  color: #8a1538;
}
.read-more-list {
  margin-top: 17px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
  background-color: #f7f7f7;
}
.read-more-list .sm-horizontal-article {
  padding: 14px 0;
}
.new-articles-list {
  padding-top: 3px;
}
.new-articles-list .sm-horizontal-article {
  padding-top: 17px;
}
.new-articles-list .text-wrapper {
  padding-bottom: 10px;
  min-height: 112px;
  border-bottom: 1px solid #d8cfb0;
}
@media only screen and (min-width: 576px) {
  .new-articles-list,
  .read-more-list {
    margin-left: 0;
    margin-right: 0;
  }
  .read-more-list {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .read-more-list {
    padding: 9px 16px;
  }
  .new-articles-list {
    padding: 0;
  }
}
.horizontal-scroll {
  overflow: auto;
}
.top-section {
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
}
.trapezoid-block {
  position: relative;
  background-color: #0e1738;
  color: #fff;
}
.trapezoid-block.light {
  background: #0e1738;
  color: #fff;
}
.big-img-article.img-article .img-wrapper::after,
.main-card-item .img-wrapper::after {
  top: 20px;
  left: 16px;
  width: 72px;
  height: 72px;
  margin-left: 0;
  margin-top: 0;
}
.main-card-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 85%;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
.main-card-item .img-wrapper {
  padding-bottom: 0;
  height: 100%;
}
.program-section {
  padding-top: 21px;
  padding-bottom: 30px;
  background: url(../images/pattern-beige.png) no-repeat bottom right, #eeeee4;
}
.program-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.program-dates h4 {
  margin-bottom: 0;
  font-size: 1.1875rem;
  font-weight: 600;
}
.program-dates p {
  margin: 4px 0;
  font-size: 0.875rem;
}
.program-dates button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 141px;
  padding: 10px 20px 4px;
  border: 1px solid #d8cfb0;
  background-color: transparent;
  cursor: pointer;
}
.program-dates .active {
  background-color: #fff;
  border-color: #fff;
  border-bottom: 4px solid #8a1538;
}
.program-table {
  display: none;
  margin-top: 25px;
}
.program-table.active {
  display: block;
}
.match-row {
  margin-bottom: 8px;
  padding-top: 5px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.match-stadium {
  margin: 2px 0 15px;
  font-size: 0.75rem;
  font-weight: 600;
}
.match-result {
  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: 21px;
}
.match-team,
.team {
  font-weight: 600;
}
.match-team img,
.team img {
  display: block;
}
.match-team {
  width: 125px;
  font-size: 1rem;
}
.match-team img {
  margin: 0 auto 7px;
}
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a1538;
}
.team img {
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: 0;
}
.match-score {
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.1875rem;
  font-weight: 700;
  white-space: nowrap;
}
.match-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;
  padding: 4px 17px;
  background-color: #f0f0f0;
}
.match-info .efbet-logo {
  width: 64px;
  margin-right: 4px;
}
.match-info .efbet-logo svg {
  display: block;
}
.betting-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.betting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  padding: 2px 3px 1px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #d8cfb0;
  background-color: #fff;
}
.team-scores-table {
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
}
.team-scores-table td {
  padding: 3px 0;
}
.team-scores-table td:last-child {
  text-align: right;
}
.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: 282px;
  margin-left: 15px;
}
.card-items .card-item:last-child {
  margin-right: 15px;
}
.card-items .card-item:first-child {
  margin-left: 0;
}
.card-items .show-more {
  position: absolute;
  bottom: 20px;
  left: 16px;
}
.card-item {
  position: relative;
  overflow: hidden;
  background-color: #eeeee4;
  border-radius: 10px;
}
.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-text {
  padding: 18px 14px;
  background-color: #b61c4a;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-text h2 {
  margin-bottom: 0;
  font-size: 1.3125rem;
}
.card-text h2 a {
  display: block;
}
.card-text p {
  margin: 0;
}
.card-text .category {
  margin-bottom: 3px;
}
.card-title {
  margin-bottom: 0;
  padding: 17px 16px 12px;
  background-color: #8a1538;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 800;
}
.card-content {
  padding: 18px 15px 20px;
}
.card-content table {
  width: 100%;
  font-size: 1.1875rem;
  font-weight: 600;
}
.card-content td:last-child {
  text-align: right;
  font-size: 1rem;
}
.card-content td {
  padding: 10px 0;
  border-bottom: 1px solid #d8cfb0;
}
.card-content tr:last-child td {
  border-bottom: none;
}
.group-content {
  padding-top: 12px;
}
.three-section .img-article {
  margin-bottom: 1px;
}
.gallery-block .section-heading {
  padding: 20px 15px 0;
}
.gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
}
.gallery-items .img-article {
  width: 87%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  margin-left: 0;
}
.gallery-items .article-block {
  margin-bottom: 0;
}
.three-section .img-article {
  margin-bottom: 1px;
}
@media only screen and (min-width: 576px) {
  .three-grid h2 {
    font-size: 1.5rem;
  }
  .gallery-items .img-article {
    width: 326px;
  }
  .match-score {
    width: 120px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .three-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three-grid h2 {
    font-size: 1.1875rem;
  }
  .three-grid .video-article .img-wrapper:after {
    top: 16px;
    left: 18px;
    margin-left: 0;
    margin-top: 0;
  }
  .three-section .img-article {
    margin-right: 1px;
    width: calc(33.333% - 1px);
  }
  .three-section .img-article:nth-child(3n + 3) {
    margin-right: 0;
  }
  .main-card-item {
    width: 414px;
  }
}
@media only screen and (max-width: 576px) {
  .gallery-block {
    padding-bottom: 8px;
  }
  .gallery-block .inner-wrapper {
    padding: 0;
  }
  .gallery-block .big-img-article {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .horizontal-scroll {
    overflow: visible;
  }
  .main-card-item {
    width: 525px;
  }
  .card-items .card-item {
    width: 304px;
  }
  .match-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-top: 0;
  }
  .match-stadium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 762px);
    margin: 0;
    padding-right: 8px;
    padding-left: 16px;
    font-size: 0.875rem;
    text-align: left;
  }
  .team {
    font-size: 1.1875rem;
  }
  .match-result {
    width: calc(100% - 644px);
    min-width: 434px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .match-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }
  .match-team:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .match-team:first-child img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 5px;
  }
  .match-team img {
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .match-score {
    padding: 0 10px;
    width: 70px;
  }
  .match-info {
    width: 290px;
    padding: 17px 4px 15px;
  }
  .match-info img {
    margin-right: 4px;
  }
  .top-section {
    margin-bottom: 26px;
  }
  .program-section {
    padding-bottom: 36px;
  }
  .team img {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .gallery-block .big-img-article {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .big-img-article.img-article .img-wrapper {
    width: 545px;
    padding-bottom: 556px;
  }
  .main-card-item.big-img-article.img-article .img-wrapper {
    width: 100%;
    padding-bottom: 520px;
  }
  .gallery-items {
    display: grid;
    row-gap: 2px;
    margin-top: 0;
  }
  .gallery-items .article-block {
    width: 412px;
    margin-right: 20px;
  }
  .gallery-items .article-block:nth-child(odd) {
    grid-row: 1;
  }
  .gallery-items .article-block:nth-child(even) {
    grid-row: 2;
  }
}
@media only screen and (min-width: 1120px) {
  .card-content {
    padding-bottom: 80px;
  }
  .card-content p {
    margin-top: 10px;
  }
  .card-content td {
    padding: 10px 0;
  }
  .group-content {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .card-items .show-more {
    bottom: 25px;
  }
  .three-grid h2 {
    font-size: 1.3125rem;
  }
  .poll-block h2 {
    margin-bottom: 23px;
  }
  .big-img-article.img-article h2 {
    font-size: 2.125rem;
  }
  .big-img-article.img-article .img-wrapper {
    width: 861px;
  }
  .big-img-article.img-article .text-wrapper {
    padding: 0 19px 47px;
  }
  .main-card-item.big-img-article h2 {
    font-size: 1.625rem;
  }
  .gallery-block {
    padding-bottom: 40px;
  }
  .match-stadium {
    font-size: 1rem;
    width: calc(100% - 700px);
  }
  .match-score {
    padding: 0 20px;
    width: 100px;
  }
  .match-team {
    width: 200px;
    font-size: 1rem;
  }
  .match-info {
    width: 322px;
    padding: 17px 17px 15px;
  }
  .match-info img {
    margin-right: 14px;
  }
}
.category-section {
  padding-top: 42px;
}
.category-section .section-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2.375rem;
}
.category-section .section-title + .horizontal-scroll {
  margin-top: -18px;
}
.category-section .buttons-container {
  width: 330px;
  max-width: 100%;
  margin-top: 30px;
}
.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.3125rem;
  font-weight: 600;
}
.pagination a {
  margin: 0 10px;
  padding: 10px 0;
  display: none;
  text-decoration: none;
}
.pagination a,
.pagination span {
  width: 46px;
}
.pagination .active,
.pagination .next,
.pagination .prev {
  height: 46px;
  display: block;
  border-radius: 5px;
}
.pagination .dots {
  display: none;
}
.pagination .next,
.pagination .prev {
  width: 74px;
  border: 1px solid #d8cfb0;
  color: #4a4a4a;
  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: #eeeee4;
}
@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 .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;
  }
  .category-section .section-title .buttons-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1120px) {
  .pagination .dots,
  .pagination a {
    display: block;
  }
}
.article-summary {
  font-size: 1rem;
  line-height: 1.3125;
}
.additional-article-info {
  font-size: 0.875rem;
}
.additional-article-info a {
  text-decoration: none;
}
.additional-article-info .date {
  display: inline-block;
  color: #4a4a4a;
  margin-left: 8px;
  padding-left: 10px;
  border-left: 1px solid #4a4a4a;
  font-size: 0.75rem;
}
.additional-article-info .date:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
  border-left: 0;
}
.article-text,
.static-text {
  line-height: 1.6666666667;
}
.article-text p,
.static-text p {
  margin-bottom: 30px;
}
.article-text h2,
.static-text h2 {
  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 .img-wrapper,
.static-text .img-wrapper {
  position: relative;
  margin-bottom: 29px;
}
.article-text p:first-of-type::first-letter {
  float: left;
  color: #8a1538;
  font-size: 3.75rem;
  font-weight: 800;
  margin-bottom: -10px;
  margin-right: 15px;
  line-height: 1;
}
.main-article-img,
.main-article-video {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 38px;
  margin-top: 40px;
}
.main-article-img:first-child,
.main-article-video:first-child {
  margin-top: 0;
}
.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-wrapper .text {
  display: none;
}
.video .fullscreen {
  position: absolute;
  padding: 5px;
}
.img-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 7px 5px;
  background-color: rgba(14, 23, 56, 0.48);
  color: #fff;
  font-size: 0.75rem;
}
.img-footer .name {
  float: right;
}
.article-footer {
  margin-top: 40px;
  font-size: 0.875rem;
}
.article-footer p {
  color: #4a4a4a;
}
.tags {
  color: #8a1538;
}
.tags a {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  padding: 8px 23px;
  text-decoration: none;
  border: 1px solid #d8cfb0;
  border-radius: 4px;
}
.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 (max-width: 992px) {
  .article-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 15px 30px;
  }
  .article-page-wrapper .main-layout,
  .article-page-wrapper > .inner-wrapper {
    display: contents;
  }
  .article-page-wrapper .side-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .article-page-wrapper .dark-section {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@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: 180px;
  }
  .additional-article-info,
  .article-header .article-summary {
    width: calc(100% - 328px);
    padding-right: 113px;
  }
  .article-summary {
    margin-bottom: 36px;
    font-size: 1.1875rem;
    font-weight: 700;
  }
  .additional-article-info a {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .additional-article-info .date {
    font-size: 0.875rem;
  }
  .article-content {
    margin-top: -140px;
  }
  .article-text,
  .static-text {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
  .article-text h2,
  .article-text h3,
  .article-text h4 {
    margin-top: 40px;
  }
  .article-text h2 {
    font-size: 1.3125rem;
  }
  .article-text h3 {
    font-size: 1.375rem;
  }
  .article-text .img-wrapper {
    margin-bottom: 39px;
  }
  .article-footer p {
    margin-bottom: 17px;
  }
  .tags a {
    padding: 9px 23px;
  }
  .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.125rem;
  }
  .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: 32px;
  }
  .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);
  }
}
.select-date-wrapper {
  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: 23px;
}
.select-date-wrapper label {
  margin-bottom: 0;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.results-table .match-row {
  background-color: #eeeee4;
}
.results-table .match-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #f7f7f7;
}
.results-table .match-result {
  margin-bottom: 0;
  padding-bottom: 19px;
}
.match-time {
  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: 0 auto 10px;
  padding: 6px;
  border-bottom: 1px solid #d8cfb0;
  font-weight: 600;
  font-size: 0.875rem;
}
.tv-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #d8cfb0;
}
.tv-img img {
  display: block;
  width: 90px;
  max-height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ranking-wrapper .card-item {
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .ranking-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;
  }
  .ranking-wrapper .card-item {
    width: 49%;
  }
  .results-table .match-row {
    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;
    padding-top: 0;
  }
  .results-table .match-info {
    width: 100%;
  }
  .results-table .match-time {
    margin: 0;
    border-bottom: none;
    border-right: 1px solid #d8cfb0;
  }
  .results-table .match-result {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 366px;
    margin-left: auto;
    margin-right: auto;
  }
  .match-result-wrapper {
    width: calc(100% - 55px);
    padding-top: 10px;
    padding-right: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .results-table .match-result {
    max-width: 100%;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .results-table .match-score {
    padding: 0 5px;
    width: 62px;
  }
  .results-table .match-team {
    font-size: 1rem;
    width: 180px;
  }
  .match-result-wrapper {
    padding-top: 0;
    padding-right: 0;
  }
  .match-time {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #d8cfb0;
  }
}
@media only screen and (min-width: 1280px) {
  .section-heading-results {
    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: 25px;
  }
  .section-heading-results .section-title {
    margin-bottom: 0;
  }
  .select-date-wrapper {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .select-date-wrapper select {
    width: 260px;
  }
  .results-table .match-info {
    width: auto;
    padding-top: 23px;
    padding-bottom: 21px;
    padding-left: 10px;
  }
  .results-table .match-result {
    max-width: 100%;
    padding-bottom: 0;
  }
  .results-table .match-time {
    padding-bottom: 6px;
  }
  .match-result-wrapper {
    width: calc(100% - 256px);
  }
}
@media only screen and (min-width: 1340px) {
  .results-table .match-team,
  .results-table .match-time {
    font-size: 1.1875rem;
  }
  .results-table .match-team {
    width: 200px;
  }
  .match-time {
    padding: 0 15px;
  }
  .match-result-wrapper {
    width: calc(100% - 290px);
  }
}
.program-top-section {
  padding-top: 42px;
  padding-bottom: 33px;
  background-color: #eeeee4;
}
.program-top-section .section-title {
  margin-bottom: 31px;
}
.program-top-section table {
  min-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #d8cfb0;
  border-right: 1px solid #d8cfb0;
}
.program-top-section td,
.program-top-section th {
  padding: 0;
  border-bottom: 1px solid #d8cfb0;
}
.program-top-section th {
  width: 140px;
  padding: 6px 0;
  border-left: 1px solid #d8cfb0;
}
.program-top-section thead h4 {
  min-width: 138px;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 1.1875rem;
  font-weight: 600;
}
.program-top-section thead p {
  margin: 4px 0 2px;
  font-size: 0.875rem;
  font-weight: 400;
}
.program-top-section thead tr:first-child th:not(:first-child) {
  position: sticky;
  z-index: 2;
  background-color: #eeeee4;
  top: -1px;
}
.program-top-section thead tr:last-child {
  text-align: left;
}
.program-top-section thead tr:last-child th {
  padding: 9px 0;
}
.program-top-section td {
  padding: 8px;
}
.program-top-section td:first-child {
  background-color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-left: 1px solid #d8cfb0;
}
.stadium-name {
  width: 122px;
  margin: 0;
}
.group-label,
.match-block {
  color: #fff;
}
.group-labels-wrapper {
  margin-top: 29px;
}
.group-label {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 9px;
  font-size: 1.1875rem;
  font-weight: 600;
  border-radius: 10px;
}
.group-none {
  background-color: #b61c4a;
}
.group-a {
  background-color: #451469;
}
.group-b {
  background-color: #00cfb7;
}
.group-c {
  background-color: #ff004c;
}
.group-d {
  background-color: #fabb45;
}
.group-e {
  background-color: #8a1538;
}
.group-f {
  background-color: #3aaa58;
}
.group-g {
  background-color: #5777bf;
}
.group-h {
  background-color: #e087a2;
}
.match-block {
  position: relative;
  width: 132px;
  min-height: 106px;
  margin: 2px 3px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
}
.match-block .number {
  position: absolute;
  right: 6px;
  top: 2px;
  font-size: 0.875rem;
}
.match-block .team-name {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
}
.match-block .time {
  margin-bottom: 0;
  margin-top: 7px;
}
.match-block .against {
  display: block;
  width: 30px;
  margin: 4px auto 3px;
  position: relative;
  font-size: 0.5625rem;
}
.match-block .against::after,
.match-block .against::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 32px;
  background-color: rgba(255, 255, 255, 0.2);
}
.match-block .against::before {
  right: 100%;
  margin-right: 2px;
}
.match-block .against::after {
  left: 100%;
  margin-left: 3px;
}
@media only screen and (max-width: 992px) {
  .program-top-section .horizontal-scroll {
    height: 50vh;
  }
}
@media only screen and (min-width: 992px) {
  .program-top-section thead tr:first-child th:not(:first-child) {
    top: 72px;
  }
  .program-top-section .arrow-next,
  .program-top-section .arrow-prev {
    position: sticky;
    z-index: 2;
    top: 75px;
    min-width: 56px;
    margin-top: 0;
  }
}
.gallery-open-wrapper {
  margin-bottom: 26px;
  background-color: #0e1738;
  color: #fff;
}
.gallery-info {
  position: relative;
  padding: 16px 16px 25px;
}
.gallery-info .title {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2380952381;
}
.gallery-info .additional-article-info {
  width: 100%;
  margin-bottom: 25px;
}
.gallery-info .follow-us {
  margin-bottom: 10px;
  margin-left: 8px;
}
.gallery-info .follow-us-socials {
  margin-left: 0;
}
.gallery-info .follow-us-socials a {
  margin-right: 26px;
}
.gallery-slider .banner-wrapper-small .banner[class*="-loaded"] {
  margin-top: 35px;
}
.gallery-slider-item {
  padding-top: 46px;
  overflow: hidden;
  border-bottom: 2px solid #41549a;
}
.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: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #b2b2b2;
}
.slide-number .accent {
  color: #ff004c;
}
.slide-title {
  margin-bottom: 11px;
  font-size: 1rem;
  font-weight: 400;
}
.slide-text {
  margin-top: 0;
  margin-bottom: 22px;
  color: #f0f0f0;
  font-size: 0.875rem;
}
.gallery-widget {
  display: block;
  text-decoration: none;
}
.gallery-widget h2,
.gallery-widget h3 {
  margin-top: 0;
}
.gallery-widget {
  border-radius: 0;
  background: #0e1738;
}
.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;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-images .img-wrapper {
  width: 50%;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 28%;
}
.gallery-images img {
  min-height: 100%;
  -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%;
}
.close-gallery {
  position: absolute;
  margin-top: 0;
  right: 10px;
  top: 10px;
  float: right;
}
.close-gallery .icon {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .gallery-widget {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 22px 15px 0;
  }
  .gallery-images {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gallery-info .additional-article-info .date,
  .gallery-info .category {
    color: #fff;
  }
}
@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;
  }
  .slide-title {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-open-wrapper {
    margin-bottom: 0;
    background: 0 0;
    color: #0e1738;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 80px);
    border-bottom: 1px solid #d8cfb0;
  }
  .gallery-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: right;
    width: 396px;
    padding-bottom: 36px;
  }
  .gallery-right .banner-wrapper-small .banner[class$="-loaded"] {
    margin-top: 40px;
  }
  .gallery-info {
    padding: 19px 80px 0 30px;
  }
  .gallery-info .title {
    margin-top: 6px;
    margin-bottom: 25px;
  }
  .gallery-info .follow-us {
    margin-top: 26px;
  }
  .gallery-slider {
    float: left;
    width: calc(100% - 396px);
    overflow: hidden;
    padding: 37px 40px 7px 65px;
    background-color: #0e1738;
    color: #fff;
  }
  .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%;
    border: 1px solid #41549a;
    background-color: transparent;
    color: #fff;
    line-height: 0;
  }
  .gallery-slider .slick-prev {
    left: 68px;
    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: 25px 0 0 6px;
  }
  .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: -25px;
    margin-top: 3px;
  }
  .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;
  }
  .close-gallery {
    right: 24px;
    top: 15px;
  }
  .close-gallery .icon {
    width: 50px;
    height: 50px;
  }
}
:root {
  --special-color: #c4d22a;
  --special-color-light: #ffffff;
}
.hints-wrapper {
  position: relative;
}
.article-special {
  overflow: hidden;
}
.article-special h1 {
  margin-bottom: 19px;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.1666666667;
}
.article-special .article-header {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.hint-toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: var(--special-color);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border: 2px solid var(--special-color);
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}
.hint-toggle .icon {
  max-width: 100%;
  height: auto;
}
.hint {
  position: absolute;
}
.hint.is-open .hint-toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: var(--special-color-light);
  color: #000;
  z-index: 3;
}
.hint.is-open .hint-content {
  opacity: 1;
  visibility: visible;
}
.hint-content {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 107px;
  width: 288px;
  padding: 40px 14px 24px;
  background-color: var(--special-color);
  color: #0e1738;
}
.hint-content img {
  position: relative;
  z-index: 2;
  display: block;
  margin: -116px auto 10px;
  max-width: 100%;
  width: 66px;
}
.hint-content p {
  margin-bottom: 0;
  font-size: 1rem;
}
.hint-content p:first-child {
  margin-top: 0;
}
.hint-content h2 {
  text-align: center;
  font-weight: 800;
  font-size: 1.625rem;
  text-transform: uppercase;
}
.hint-content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 238px;
  height: 112px;
  margin-left: -119px;
  margin-bottom: -2px;
  background: url(../images/top-shape.svg) no-repeat center/100%;
}
.special-list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.special-list li {
  position: relative;
  counter-increment: item;
  margin-bottom: 30px;
  padding-left: 46px;
  font-size: 1rem;
}
.special-list li::before {
  content: counter(item);
  position: absolute;
  left: 10px;
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--special-color);
  line-height: 1;
}
.special-item-text {
  margin: 0;
}
.special-item-img {
  display: table;
  margin: 0 auto;
  padding: 0 40px;
}
.special-item-img > img {
  max-width: 100%;
  width: 210px;
}
.item1-hint1 {
  top: 196px;
  left: 68px;
}
.item1-hint2 {
  top: 269px;
  right: 78px;
}
.item1-hint3 {
  bottom: 165px;
  left: 72px;
}
.item1-hint4 {
  bottom: 96px;
  right: 74px;
}
.animate-block .special-item-img,
.animate-block .special-item-text {
  position: relative;
}
.animate-block .special-item-img,
.animate-block .special-item-text,
.animate-block::before {
  opacity: 0;
  -webkit-transition: opacity 1s, top 1s, left 2s, right 2s;
  transition: opacity 1s, top 1s, left 2s, right 2s;
}
.animate-block:nth-child(odd) .special-item-text,
.animate-block:nth-child(odd)::before {
  left: -300px;
}
.animate-block:nth-child(even) .special-item-text,
.animate-block:nth-child(even)::before {
  left: 300px;
}
.animate-block .special-item-img {
  top: 100px;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.animate-block.in-view .special-item-img,
.animate-block.in-view .special-item-text,
.animate-block.in-view::before {
  opacity: 1;
}
.animate-block.in-view .special-item-text,
.animate-block.in-view::before {
  left: 0;
}
.animate-block.in-view .special-item-img {
  top: 0;
}
.article-philips {
  background: url(../images/pattern-blue.png) no-repeat bottom/100%, #0e1738;
  color: #fff;
  padding-bottom: 41px;
}
@media only screen and (max-width: 575px) {
  .item1-hint1 .hint-content {
    left: -68px;
  }
  .item1-hint2 .hint-content {
    right: -77px;
  }
  .item1-hint3 .hint-content {
    left: -72px;
  }
  .item1-hint4 .hint-content {
    right: -72px;
  }
}
@media only screen and (min-width: 576px) {
  .item1-hint1 .hint-content,
  .item1-hint3 .hint-content {
    right: -8px;
  }
  .item1-hint2 .hint-content,
  .item1-hint4 .hint-content {
    left: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .hint-toggle {
    width: 80px;
    height: 80px;
    border-width: 5px;
  }
  .hint-content {
    width: 350px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 30px;
  }
  .special-item-img {
    padding: 0;
  }
  .special-item-img img {
    width: auto;
  }
  .item1-hint1 {
    top: 223px;
    left: 29px;
  }
  .item1-hint2 {
    top: 301px;
    right: 28px;
  }
  .item1-hint3 {
    bottom: 169px;
    left: 29px;
  }
  .item1-hint4 {
    bottom: 107px;
    right: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .article-special h1 {
    font-size: 2.125rem;
    max-width: 1010px;
    margin: 0 auto 37px;
  }
  .article-special .article-header {
    padding-top: 79px;
    padding-bottom: 78px;
  }
  .article-special .static-text {
    position: relative;
  }
  .article-special .article-socials {
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .special-list {
    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;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 17px;
  }
  .special-list li {
    width: 40%;
    margin-bottom: 13px;
    padding-left: 50px;
    padding-right: 44px;
    font-size: 1.1875rem;
  }
  .special-list li::before {
    font-size: 3.75rem;
  }
  .center-img {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -120px;
  }
  .hint-content {
    top: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 40vw;
    max-width: 582px;
  }
  .hint-content img {
    margin: -129px auto 17px;
    width: 107px;
  }
  .hint-content h2 {
    margin-bottom: 20px;
    font-size: 2.125rem;
  }
  .hint-content p {
    font-size: 1.1875rem;
  }
  .hint-content::before {
    width: 285px;
    height: 131px;
    margin-left: -143px;
  }
  .item1-hint1 .hint-content,
  .item1-hint3 .hint-content {
    right: 60px;
  }
  .item1-hint2 .hint-content,
  .item1-hint4 .hint-content {
    left: 60px;
  }
}
.feed-section {
  padding-right: 26px;
}
body.light .sm-horizontal-article a {
  color: #382457 !important;
}
