.player {
  display: flex;
  flex-direction: column;
  gap: 15vw;
  margin-top: 10vw;
}
.player__card {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.player__card::before {
  background-image: url(../../img/background/backgroundFull.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400vh;
  content: "";
  display: block;
  height: 102.5%;
  left: -10px;
  position: absolute;
  width: calc(100% + 0.7813rem * 1.6);
  z-index: -1;
}
.player__card::before {
  top: -0.7813rem;
}
.player__card::after {
  bottom: -0.7813rem;
}
.player__background {
  background-color: var(--whiteBis);
  background-repeat: no-repeat;
  background-size: 100vh;
  border: 0.625rem solid #eaeaea;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.player__backgroundSecond {
  background-color: transparent;
  background-image: url(../../img/background/backgroundTiger.svg);
  background-repeat: no-repeat;
  background-size: 120vh;
  border: 2px solid #cacbcd;
  content: "";
  display: block;
  height: 98.25%;
  left: 3%;
  position: absolute;
  top: 1%;
  width: 94%;
  z-index: -1;
}
.player__background::before {
  left: -1.25rem;
}
.player__background::after {
  right: -1.25rem;
}
.player__illustration {
  left: 0vw;
  position: relative;
  top: -10vw;
  width: 72vw;
}
.player__content {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 7.5vw;
  width: 85%;
}
.player__firstname {
  color: var(--sColor);
  font-family: var(--ffMMe);
  font-size: 1.4688rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.player__name {
  color: var(--sColor);
  font-family: var(--ffMBl);
  font-size: 2.25rem;
  hyphens: auto;
  line-height: 2.25rem;
  overflow-wrap: break-word;
  text-transform: uppercase;
  word-break: break-word;
}
.player__top {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  justify-content: space-between;
}
.player__icon,
.player__country {
  max-height: 12vw;
  max-width: 20vw;
  object-fit: contain;
}
.player__topRight {
  display: flex;
  gap: 4vw;
  margin-bottom: 1vw;
  width: 100%;
}
.player__divider {
  background-image: url(../../img/background/background.svg);
  display: block;
  height: 0.25rem;
  width: 100%;
}
.player__header {
  display: flex;
  flex-direction: column;
  gap: 4.5vw 3.5vw;
}
.player__post {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}
.player__character {
  height: var(--fsOther);
}
.player__postfield,
.player__dismensions {
  color: var(--sColor);
  font-family: var(--ffMBo);
  font-size: var(--fsOther);
  line-height: var(--fsOther);
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
.player__dismensions {
  margin-bottom: 0;
}
.player__under {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.player__gallery {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 15vw;
}
.player__title {
  font-family: var(--ffMXBoIt);
}
.player__picture {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.player__pictures > .swiper-wrapper {
  gap: 1.5vw;
}

@media (min-width: 575.98px) {
  .player__icon,
  .player__country {
    height: 6vw;
    width: 9vw;
  }
  .player__under {
    flex-direction: row;
    justify-content: space-between;
  }
  .player__character {
    height: var(--fsSubtitle);
  }
}

@media (min-width: 767.98px) {
  .player {
    gap: 12.5vw;
  }
  .player__content {
    margin-top: -5vw;
  }
  .player__gallery {
    gap: 4vw;
  }
  .player__top {
    flex-direction: row;
  }
  .player__topRight {
    gap: 0.5rem;
    width: fit-content;
  }
  .player__card::before {
    height: 102%;
  }
}

@media (min-width: 991.98px) {
  .player {
    gap: 7.5vw;
    margin-top: 4.5vw;
  }
  .player__card {
    flex-direction: row;
    gap: 2.5vw;
  }
  .player__illustration {
    padding-left: 5vw;
    top: 0;
    width: 32vw;
  }
  .player__content {
    gap: 3.5vw;
    margin-block: 3.5vw;
    padding-right: 5vw;
    width: auto;
  }
  .player__icon,
  .player__country {
    height: 2.5vw;
    width: 3.5vw;
  }
  .player__header {
    gap: 1.5vw 3.5vw;
    width: 90%;
  }
  .player__backgroundSecond {
    background-color: transparent;
    background-image: url(../../img/background/backgroundTiger.svg);
    background-repeat: no-repeat;
    background-size: 120vh;
    border: 2px solid #cacbcd;
    content: "";
    display: block;
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%;
    z-index: -1;
  }
  .player__background {
    border: 1rem solid #eaeaea;
  }
  .player__topRight {
    margin-bottom: 0;
  }
  .player__imgContainer {
    width: 32.5%;
  }
  .player__gallery {
    gap: 3vw;
    margin-bottom: 10vw;
  }
  .player__pictures > .swiper-wrapper {
    gap: 1vw;
  }
  .player__top {
    align-items: end;
  }
  .player__card::before {
    height: 105%;
  }
}

@media (min-width: 1199.98px) {
  .player__header {
    width: 80%;
  }
  .player__background::before,
  .player__background::after,
  .player__card::after {
    display: none;
  }
  .player__card::before {
    background-image: url(../../img/background/backgroundFull.svg);
    background-size: cover;
    height: 106%;
    z-index: -1;
    margin-top: -0.5%;
  }
  .player__backgroundSecond {
    left: 2.5%;
    height: 96%;
    top: 2%;
    width: 95%;
  }
  .player__background {
    left: 1%;
    width: 98%;
  }
}

@media (min-width: 1399.98px) {
  body > .player {
    padding-inline: 10vw;
  }
  .player__illustration {
    bottom: -1.5dvh;
    height: 112.5%;
    padding-left: 2vw;
    position: absolute;
    top: unset;
    width: auto;
  }
  .player__card {
    position: relative;
  }
  .player__content {
    margin-left: 37.5vw;
  }
  .player__header {
    width: 80%;
  }
  .player__firstname {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
  .player__name {
    font-size: 3.25rem;
    line-height: 3.4375rem;
  }
  .player__backgroundSecond {
    background-size: 150vh;
  }
  .player__card::before {
    display: none;
  }
  .player__cardContainer {
    display: block;
    position: absolute;
    height: calc(100% + 3dvh);
    width: calc(100% + 2vw);
    background-image: url(../../img/background/backgroundFull.svg);
    left: -1vw;
    z-index: -1;
  }
}

@media (min-width: 1599.98px) {
  .player {
    gap: 6.5vw;
  }
  .player__gallery {
    gap: 2vw;
    margin-bottom: 7.5vw;
  }
  .player__firstname {
    font-size: 2.9375rem;
    line-height: 3.5rem;
  }
  .player__name {
    font-size: 5.25rem;
    line-height: 5.25rem;
  }
  .player__postfield,
  .player__dismensions {
    font-size: var(--fsTitleH3);
    line-height: 1.875rem;
    margin-bottom: 0;
  }
  .player__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .player__content {
    margin-left: 40vw;
  }
  .player__header {
    gap: 1vw 3.5vw;
    width: 100%;
  }
}

@media (min-width: 1799.98px) {
  body > .player {
    gap: 5.5vw;
    padding-inline: 12.5vw;
  }
  .player__content {
    gap: 2vw;
    margin-left: 35vw;
  }
  .player__backgroundSecond {
    left: 2%;
    width: 96%;
  }
}

@media (min-width: 1919.98px) {
  .player {
    margin-top: 3.5vw;
  }
  .player__content {
    margin-left: 32vw;
    padding-right: 10vw;
  }
  .player__header {
    width: 100%;
  }
  .player__icon,
  .player__country {
    height: 2.75rem;
    width: 2.75rem;
  }
  .player__topRight {
    display: flex;
    gap: 1rem;
  }
  .player__cardContainer {
    width: calc(100% + 0.5vw);
    left: -0.25vw;
  }
}

@media (min-width: 2099.98px) {
  body > .player {
    padding-inline: 15vw;
  }
  .player__content {
    margin-left: 30vw;
    padding-right: 7.5vw;
  }
}

@media (min-width: 2199.98px) {
  body > .player {
    padding-inline: 17.5vw;
  }
}
