.text {
  transition: 0.3s;
}
.text--link {
  color: #FFBF00;
}
.text--primary {
  color: #FFFFFF;
}
.text--secondary {
  color: #C496AA;
}
.text--tertiary {
  color: #A8768A;
}

.icon--accent {
  color: #FFBF00 !important;
}
.icon--1 {
  color: #4F0F28;
}
.icon--2 {
  color: #FFFFFF;
}
.icon--3 {
  color: #C496AA;
}

:root {
  --bg-main: #330C1C;
  --yellow-main: #FFBF00;
  --bg-3: #4F0F28;
  --border-main: #6E2B46;
  --text-secondary: #C496AA;
  --border-secondary: #6E2B46;
  --switcher: #C496AA;
}

.background {
  transition: 0.3s;
}
.background--back-main {
  background: #330C1C;
}
.background--back-2 {
  background: #3F0C21;
}
.background--back-3 {
  background: #4F0F28;
}
.background--white {
  background: rgba(255, 255, 255, 0.1);
}

body.light-theme {
  --bg-main: #F1F1F3;
  --yellow-main: #80113C;
  --bg-3: #fff;
  --border-main: #E4E4E8;
  --text-secondary: #777788;
  --border-secondary: #6E2B46;
  --switcher: #FFBF00;
}

body.light-theme .text--link {
  color: #80113C;
}
body.light-theme .text--primary {
  color: #18181C;
}
body.light-theme .text--secondary {
  color: #777788;
}
body.light-theme .text--tertiary {
  color: #AEAEB8;
}
body.light-theme .icon--accent {
  color: #80113C !important;
}
body.light-theme .icon--1 {
  color: #FFBF00;
}
body.light-theme .icon--2 {
  color: #18181C;
}
body.light-theme .icon--3 {
  color: #777788;
}
body.light-theme .background--back-main {
  background: #F1F1F3;
}
body.light-theme .background--back-2 {
  background: #E4E4E8;
}
body.light-theme .background--back-3 {
  background: #FFFFFF;
}
body.light-theme .background--white {
  background: #FFFFFF;
}

.color--black {
  color: #000000;
}
.color--black-50 {
  color: rgbd(#000000, 0.5);
}
.color--white {
  color: #FFFFFF;
}
.color--gray {
  color: #D9D9D9;
}
.color--gray-secondary {
  color: #BFBFBF;
}
.color--gray-third {
  color: #333333;
}
.color--gray-5 {
  color: #E0E0E0;
}
.color--gray-2 {
  color: #F5F5F5;
}
.color--dark-gray {
  color: #404040;
}
.color--green {
  color: #29D37E;
}
.color--red {
  color: #E0455A;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-800 {
  color: #200610;
}
.color--burgundy-600 {
  color: #3F0C21;
}
.color--burgundy-500 {
  color: #4F0F28;
}
.color--burgundy-400 {
  color: #6E2B46;
}
.color--burgundy-300 {
  color: #A8768A;
}
.color--burgundy-200 {
  color: #C496AA;
}
.color--burgundy-100 {
  color: #DAAEC1;
}
.color--burgundy-50 {
  color: #EBBDD0;
}
.color--burgundy-accent {
  color: #80113C;
}
.color--neutral-900 {
  color: #18181C;
}
.color--neutral-800 {
  color: #27272B;
}
.color--neutral-700 {
  color: #484852;
}
.color--neutral-600 {
  color: #5F5F6D;
}
.color--neutral-500 {
  color: #777788;
}
.color--neutral-400 {
  color: #9292A0;
}
.color--neutral-300 {
  color: #AEAEB8;
}
.color--neutral-200 {
  color: #C8C9D0;
}
.color--neutral-100 {
  color: #E4E4E8;
}
.color--neutral-50 {
  color: #F1F1F3;
}
.color--yellow-600 {
  color: #CC9800;
}
.color--yellow-500 {
  color: #FFBF00;
}
.color--yellow-300 {
  color: #FFD761;
}
.color--yellow-200 {
  color: #FFEBB2;
}
.color--blue {
  color: #0099FF;
}
.color--orange {
  color: #E48423;
}

.bg--black {
  background: #000000;
}
.bg--black-50 {
  background: rgbd(#000000, 0.5);
}
.bg--white {
  background: #FFFFFF;
}
.bg--gray {
  background: #D9D9D9;
}
.bg--gray-third {
  background: #333333;
}
.bg--gray-5 {
  background: #E0E0E0;
}
.bg--gray-2 {
  background: #F5F5F5;
}
.bg--dark-gray {
  background: #404040;
}
.bg--green {
  background: #29D37E;
}
.bg--red {
  background: #E0455A;
}
.bg--burgundy-800 {
  background: #200610;
}
.bg--burgundy-700 {
  background: #330C1C;
}
.bg--burgundy-600 {
  background: #3F0C21;
}
.bg--burgundy-500 {
  background: #4F0F28;
}
.bg--burgundy-400 {
  background: #6E2B46;
}
.bg--burgundy-300 {
  background: #A8768A;
}
.bg--burgundy-200 {
  background: #C496AA;
}
.bg--burgundy-100 {
  background: #DAAEC1;
}
.bg--burgundy-50 {
  background: #EBBDD0;
}
.bg--burgundy-accent {
  background: #80113C;
}
.bg--neutral-900 {
  background: #18181C;
}
.bg--neutral-800 {
  background: #27272B;
}
.bg--neutral-700 {
  background: #484852;
}
.bg--neutral-600 {
  background: #5F5F6D;
}
.bg--neutral-500 {
  background: #777788;
}
.bg--neutral-400 {
  background: #9292A0;
}
.bg--neutral-300 {
  background: #AEAEB8;
}
.bg--neutral-200 {
  background: #C8C9D0;
}
.bg--neutral-100 {
  background: #E4E4E8;
}
.bg--neutral-50 {
  background: #F1F1F3;
}
.bg--yellow-600 {
  background: #CC9800;
}
.bg--yellow-500 {
  background: #FFBF00;
}
.bg--yellow-300 {
  background: #FFD761;
}
.bg--yellow-200 {
  background: #FFEBB2;
}
.bg--blue {
  background: #0099FF;
}
.bg--orange {
  background: #E48423;
}

.ls--1-1 {
  letter-spacing: -1.1%;
}

.border--stroke-1 {
  border: 1px solid #6E2B46;
}
.border--stroke-3 {
  border: 1px solid #C496AA;
}

body.light-theme .border--stroke-1 {
  border: 1px solid #E4E4E8;
}
body.light-theme .border--stroke-3 {
  border: 1px solid #AEAEB8;
}

.fanshop {
  background: transparent;
}

.stadiums__item {
  position: relative;
}
.stadiums__item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.stadiums__item__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stadiums__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stadiums__item__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
}

.stadium__heading-image {
  width: 100%;
}
.stadium__heading-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stadium__body {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 795px;
}
.stadium__body .characteristics__row {
  position: relative;
}
.stadium__body .characteristics__row:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  border-bottom: 1px dotted #D8DDE5;
}
.stadium__body .characteristics__row .label {
  display: inline-block;
  max-width: 375px;
  padding: 2px;
  background: #FFFFFF;
  padding-left: 0;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  padding-right: 10px;
}
.stadium__body .characteristics__row .value {
  display: inline-block;
  padding: 2px;
  background: #FFFFFF;
  padding-right: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  color: #102843;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.stadium__body .scheme {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.stadium__body .scheme img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stadium__body .iframe iframe {
  width: 100%;
  height: 395px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .single-stadium .nav {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;
  }
}
.single-stadium__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 808px;
}
@media (max-width: 992px) {
  .single-stadium__body {
    max-width: unset;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px;
    margin-right: 0;
  }
}
.single-stadium__body .screens .screen {
  display: none;
}
.single-stadium__body .screens .screen.screen-1 {
  display: block;
}
@media (max-width: 992px) {
  .single-stadium__body .screen-wrapper {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }
}
.single-stadium__body .iframe {
  overflow: hidden;
}
.single-stadium__body .iframe iframe {
  width: 100%;
  height: 390px;
}
@media (max-width: 992px) {
  .single-stadium__body .iframe iframe {
    height: 200px;
  }
}
.single-stadium__body .columns {
  row-gap: 32px;
  column-gap: 8px;
}
@media (max-width: 992px) {
  .single-stadium__body .columns {
    column-gap: 16px;
  }
}
@media (max-width: 992px) {
  .single-stadium__body .fd--column-mob {
    flex-direction: column;
  }
}
.single-stadium__body .stadium-image {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .single-stadium__body .stadium-image {
    padding: 16px !important;
    min-height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .single-stadium__body .stadium-image .stadium-map {
    rotate: 90deg;
  }
}
.single-stadium__body .stadium-image.second-view {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .single-stadium__body .stadium-image.second-view {
    padding: 16px !important;
  }
}
.single-stadium__body .stadium-image .fullw-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .single-stadium__body .stadium-image .fullw-btn {
    display: none;
  }
}
.single-stadium__body .stadium-image .fullw-btn:hover {
  opacity: 0.7;
}
.single-stadium__body .stadium-image .buttons {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.single-stadium__body .stadium-image .buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFBF00;
  border-radius: 4px;
  font-size: 24px;
  color: #18181C;
  cursor: pointer;
  transition: 0.3s;
}
.single-stadium__body .stadium-image .buttons .btn:hover {
  opacity: 0.7;
}
.single-stadium__body .rows .row {
  position: relative;
}
.single-stadium__body .rows .row .txt {
  position: relative;
  z-index: 2;
  max-width: 500px;
}
.single-stadium__body .rows .row:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  border-bottom: 1px dotted #C496AA;
}

body.light-theme .single-stadium__body .rows .row:after {
  border-bottom: 1px dotted #AEAEB8;
}