@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;600;700;900&family=Titillium+Web:wght@700&display=swap");
.section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 25px 15px 0;
}

.section-title.white {
  color: #FFFFFF;
}

.section-title.no-margin-top {
  margin-top: 0;
}

.title-xs {
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #FAF8F8;
}

main {
  margin-top: 84px;
}

.styled-container {
  padding: 1px 0 25px;
}

.styled-container.darkest-gray-background {
  background-color: #090808;
}

.styled-container.dark-gray-background {
  background-color: #221E1F;
}

.styled-container.lightest-gray-background {
  background-color: #FDFDFF;
}

.styled-container.margin-top {
  margin-top: 25px;
}

.separator {
  width: 100%;
  height: 1px;
  margin: 8px 0;
}

.btn {
  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;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  padding: 6.5px 10px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1.6px;
  background-color: transparent;
}

.btn-primary {
  background-color: #D91E29;
  color: #FFF;
  border: none;
}

.btn-outline-primary {
  color: #D91E29;
  border-color: #D91E29;
}

.btn-outline-primary:hover {
  color: #FFF;
  background-color: #D91E29;
  border-color: #D91E29;
}

.btn-outline-secondary {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-secondary:hover {
  color: #D91E29;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-buy {
  color: #000000;
  background-color: #FEBD11;
  font-weight: 700;
}

.btn-buy:hover {
  background-color: #FFDA00;
}

.btn-center {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-with-chevron .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  margin-left: 4px;
}

.btn-with-chevron .icon-chevron-right-red {
  background-image: url(/assets/img/icons/chevron-right-red-icon.svg);
}

.btn-with-chevron .icon-chevron-right-white {
  background-image: url(/assets/img/icons/chevron-right-white-icon.svg);
}

.btn-unstyled {
  background-color: rgba(0, 0, 0, 0.001);
  border-width: 0;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  vertical-align: baseline;
}

.btn:not(:disabled):not(.disabled):active {
  color: inherit !important;
  background-color: inherit !important;
  border-color: inherit !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}

.btn-go-back .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  margin-right: 4px;
}

.btn-go-back .icon-chevron-left-red {
  background-image: url(/assets/img/icons/chevron-left-red-icon.svg);
}

.photo-background {
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header-top {
  height: 36px;
  background-color: #221E1F;
}

.header-top .logo-wrapper {
  position: absolute;
  left: 15px;
  top: 41px;
}

.header-top .logo-wrapper img {
  height: 38px;
}

.header-top .header-images-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;
  height: 100%;
}

.header-top .header-images-wrapper .team-label {
  display: none;
}

.header-top .header-images-wrapper > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top .header-images-wrapper > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top .header-images-wrapper-right a {
  margin-left: 12px;
}

.header-bottom {
  background-color: #B8131D;
  height: 48px;
}

.header-bottom .header-navigation-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;
  height: 100%;
}

.header-bottom .main-navigation.collapsed {
  display: none;
}

.header-bottom .secondary-navigation {
  margin-left: auto;
}

.header-bottom .secondary-navigation ul {
  margin: 0;
}

.header-bottom .secondary-navigation ul li {
  display: none;
}

.header-bottom .secondary-navigation ul li:first-child {
  display: inherit;
}

.header-bottom .secondary-navigation .btn-buy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-bottom .hamburger {
  margin-left: 16px;
  width: 20px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/img/icons/menu-icon.svg);
}

.header-bottom .hamburger.open {
  background-image: url(/assets/img/icons/close-icon.svg);
}

.home-slider {
  position: relative;
}

.home-slider .article-card {
  height: 238px;
}

.home-slider .article-card-body img {
  height: 238px;
}

.home-slider .article-card-body .bottom-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  left: 0;
  bottom: 0;
  padding: 15px 35px 30px 15px;
  position: absolute;
  width: 100%;
  height: 75%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-slider .tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 12px;
}

.home-slider .tns-nav button {
  border-radius: 50%;
  margin: 0 0 0 7px;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  opacity: 0.5;
  border: 0;
  padding: 0;
}

.home-slider .tns-nav button.tns-nav-active {
  background-color: #D91E29;
  opacity: 1;
}

.article-card {
  width: 100%;
}

.article-card-body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: unset;
  overflow: hidden;
}

.article-card-body .title, .article-card-body .subheading {
  color: #FFFFFF;
}

.article-card-body .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

.single-article .oneline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-article .subheading {
  font-size: 9px;
  line-height: 28px;
}

.single-article .subheading.date {
  font-weight: 400;
}

.single-article .subheading.label {
  font-weight: 600;
}

.single-article .icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 4px;
}

.single-article .icon-camera {
  background-image: url(/assets/img/icons/camera-icon.svg);
}

.single-article.gallery {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.single-article.gallery .bottom-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
  padding: 10px 35px 15px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-article.gallery .oneline {
  line-height: 1;
}

.next-match-counter {
  margin: 10px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  color: #322F31;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}

.next-match-counter p {
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.next-match-counter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.next-match-counter-inner .date, .next-match-counter-inner .separator {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.next-match-counter-inner .separator {
  margin: 2px 5px 0;
}

.next-match-counter-inner .label {
  display: block;
  font-size: 6px;
  font-weight: 400;
  line-height: 8px;
  text-align: center;
}

.matches-carousel .tns-controls {
  display: none;
}

.single-match {
  background-color: #FFFFFF;
  border-radius: 8px;
  color: #221E1F;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 15px 15px 10px;
  margin: 0 0 25px;
}

.single-match .match-details-and-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-match .match-details-and-logos > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-match .match-details-and-logos .team-wrapper .team-logo-wrapper {
  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;
  height: 75px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}

.single-match .match-details-and-logos .team-wrapper .team-logo-wrapper img {
  max-width: 45px;
}

.single-match .match-details-and-logos .team-wrapper .title-xs {
  text-align: center;
  margin: 5px 0 0;
  padding: 0 5px;
}

.single-match .match-details-and-logos .result-container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.single-match .match-details-and-logos .competition-logo-container {
  margin-bottom: 3px;
}

.single-match .match-details-and-logos .competition-logo-container img {
  width: 28px;
}

.single-match .match-details-and-logos .date {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}

.single-match .match-details-and-logos .time-string {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}

.single-match .match-details-and-logos .time {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.single-match .match-details-and-logos .result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
}

.single-match .match-details-and-logos .result-wrapper .result {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  padding: 5px 2px;
}

.single-match .match-details-and-logos .result-wrapper .vs-separator {
  margin: 0 3px;
}

.single-match .separator {
  background-color: #D8D8D8;
}

.single-match .bottom-part {
  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;
}

.single-match .bottom-part .btn {
  margin: 0 5px;
}

.single-match.upcoming {
  background-color: #D91E29;
  color: #FFFFFF;
}

.single-match.upcoming .match-details-and-logos .team-wrapper .team-logo-wrapper {
  border: none;
  background-color: #5E1118;
}

.single-match.upcoming .separator {
  background-color: #BE1822;
}

.news-container .single-article {
  display: block;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
}

.news-container .single-article-content {
  background-color: #FFFFFF;
  padding: 14px 20px;
}

.news-container .single-article-content .title {
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #322F31;
}

.news-container .single-article-content .title:before {
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  width: 7px;
  background-color: #D91E29;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
}

.news-container .single-article-content .oneline {
  line-height: 1;
}

.news-container .single-article-content .subheading {
  color: #8D8D8D;
  line-height: 1.4;
}

.image-article-container {
  position: relative;
}

.image-article-container .btn-go-back {
  position: absolute;
  left: 15px;
  top: 15px;
}

.image-article-container .photo-background {
  height: 170px;
}

.single-article-container {
  margin-top: 20px;
}

.single-article-container .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.single-article-container .oneline .subheading {
  line-height: inherit;
}

.single-article-container .align-right {
  margin-left: auto;
}

.single-article-container .align-right.margin {
  margin-right: 20px;
}

.single-article-container .icon-share {
  margin-left: 4px;
  background-image: url(/assets/img/icons/share-icon.svg);
  width: 12px;
  height: 12px;
}

.single-article-container .icon-book {
  background-image: url(/assets/img/icons/book-icon.svg);
  width: 16px;
  height: 15px;
}

.single-article-container .separator {
  background-color: #D8D8D8;
}

.single-article-container p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

.single-article-container p.bold {
  font-weight: 700;
}

.single-article-container > picture {
  display: block;
  margin: 30px 0;
}

.single-article-container > picture img {
  margin-left: -15px;
  width: 100vw;
}

@media screen and (min-width: 576px) {
  .single-article-container > picture img {
    margin: 0;
    width: 100%;
  }
}

.single-article-container figcaption {
  color: #8D8D8D;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.005em;
}

.league-table {
  margin-bottom: 15px;
}

.league-table table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  width: 100%;
  font-family: "Inter", sans-serif;
}

.league-table table thead {
  background-color: #EAEAEA;
}

.league-table table th {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
}

.league-table table th:nth-child(3) {
  text-align: left;
}

.league-table table th, .league-table table tr {
  height: 35px;
  border-bottom: 1px solid #E2E2E2;
}

.league-table table tr img {
  max-width: 24px;
}

.league-table table tr.team-highlighted td {
  background-color: #D91E29;
  color: #FFF;
}

.league-table table td {
  text-align: center;
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
  color: #5B5B5B;
  border-bottom: 1px solid #E2E2E2;
}

.league-table table td.highlight {
  color: #D91E29;
}

.league-table table td:nth-child(3) {
  text-align: left;
}

.league-table table td:last-child {
  font-weight: 400;
}

.single-video-gallery-active {
  width: 100%;
  margin-bottom: 10px;
}

.single-video-gallery-active iframe {
  max-width: 100%;
  height: auto;
}

.video-gallery-carousel {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.video-gallery-carousel .single-video-gallery {
  border-radius: 6px;
  overflow: hidden;
  min-width: 125px;
  margin-right: 8px;
}

.video-gallery-carousel .single-video-gallery .top-part {
  position: relative;
}

.video-gallery-carousel .single-video-gallery .top-part img {
  width: 125px;
  border-radius: 6px;
}

.video-gallery-carousel .single-video-gallery .top-part .bottom-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-gallery-carousel .single-video-gallery .top-part .icon-play {
  position: absolute;
  left: 6px;
  bottom: 6px;
  background-image: url(/assets/img/icons/play-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.video-gallery-carousel .single-video-gallery .bottom-part {
  padding: 5px 10px 10px;
}

.video-gallery-carousel .single-video-gallery .subheading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  line-height: 18px;
  font-weight: 400;
}

.video-gallery-carousel .single-video-gallery .subheading.label {
  font-weight: 600;
}

.video-gallery-carousel .single-video-gallery .title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
}

.video-gallery-carousel .single-video-gallery.active {
  background-color: rgba(255, 255, 255, 0.15);
}

.players-carousel .tns-controls {
  display: none;
}

.player {
  display: block;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  margin-bottom: 15px;
}

.player .photo img {
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.player-info-container {
  position: relative;
  padding: 14px 20px;
}

.player-name {
  position: relative;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
  color: #322F31;
}

.player-name div:first-child {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
}

.player-name div:last-child {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
}

.player-name:before {
  content: '';
  position: absolute;
  height: calc(100% + 2px);
  width: 7px;
  background-color: #D91E29;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.player .position {
  text-transform: uppercase;
  color: #D91E29;
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  margin: 0;
}

.player .number {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #E2E2E2;
  font-size: 40px;
  font-weight: 900;
}

.social-carousel .tns-controls {
  display: none;
}

.social-news {
  display: block;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F0F6FD;
  -webkit-box-shadow: 0px 10px 40px rgba(222, 230, 237, 0.4);
          box-shadow: 0px 10px 40px rgba(222, 230, 237, 0.4);
  overflow: hidden;
  margin-bottom: 15px;
}

.social-news .photo img {
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-news-content {
  padding: 10px 20px 15px;
}

.social-news-content .icons-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;
}

.social-news-content .icons-wrapper .icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

.social-news-content .icons-wrapper .icon-fb {
  background-image: url(/assets/img/icons/fb-icon.svg);
}

.social-news-content .icons-wrapper .icon-heart-red {
  background-image: url(/assets/img/icons/heart-red-icon.svg);
}

.social-news-content .icons-wrapper .icon-saved {
  background-image: url(/assets/img/icons/saved-icon.svg);
}

.social-news-content .icons-wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-news-content .icons-wrapper .right .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.social-news-content .title {
  color: #322F31;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin: 8px 0 22px;
}

.social-news-content .date {
  color: #76777E;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.social-news-content .separator {
  background-color: #E8E8E8;
}

.social-news-content .bottom-part {
  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;
}

.social-news-content .stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-news-content .stats-wrapper .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.social-news-content .stats-wrapper .icon-comment {
  background-image: url(/assets/img/icons/comment-stroke-icon.svg);
}

.social-news-content .stats-wrapper .icon-heart {
  background-image: url(/assets/img/icons/heart-stroke-icon.svg);
}

.social-news-content .stats-wrapper .number {
  color: #76777E;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-left: 5px;
}

.shop-carousel .tns-controls {
  display: none;
}

.shop-item {
  display: block;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px 10px;
}

.shop-item .photo img {
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop-item-name {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  color: #3A3A3A;
  margin-bottom: 20px;
}

.shop-item-content {
  padding: 15px 40px;
  text-align: center;
}

.shop-item-content .btn {
  margin: 10px auto 0;
  width: 95px;
  font-weight: 700;
}

.shop-item-price {
  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;
}

.shop-item-price .price.current {
  font-family: "Inter", sans-serif;
  color: #D91E29;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-right: 15px;
}

.shop-item-price .price.previous {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #B0B0B0;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: line-through;
}

.filters {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.filters::-webkit-scrollbar {
  display: none;
}

.filters .filter {
  background-color: transparent;
  border: none;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4;
  letter-spacing: -0.011em;
  color: #333333;
  opacity: 0.6;
  margin-left: 20px;
}

.filters .filter:first-child {
  margin-left: 15px;
}

.filters .filter.active {
  color: #D91E29;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */