@charset "UTF-8";
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Georgio";
  src: url("../fonts/Giorgio Sans LCG Heavy.otf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Georgio";
  src: url("../fonts/Giorgio Sans LCG Regular.otf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Georgio";
  src: url("../fonts/Giorgio Sans LCG Medium.otf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Georgio";
  src: url("../fonts/Giorgio Sans LCG Bold.otf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Plumbkaz";
  src: url("../fonts/PlumbKaz/PlumbKaz-Black.ttf");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Plumbkaz";
  src: url("../fonts/PlumbKaz/PlumbKaz-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Plumbkaz";
  src: url("../fonts/PlumbKaz/PlumbKaz-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.body-fixed {
  position: fixed;
}

.opacity-zero {
  opacity: 0 !important;
  transition: opacity 400ms ease-in-out;
  pointer-events: none;
}

.page-title {
  font-size: 72px;
  font-family: "Georgio";
  font-weight: 900;
  line-height: 65%;
  color: #00C0FF;
  text-wrap: nowrap;
  display: block;
}

.section-padding {
  padding: 40px 0;
}

.section-padding-t {
  padding-top: 40px;
}

.section-padding-b {
  padding-bottom: 40px;
}

.c-text-small {
  font-size: 12px;
}

.c-text-normal {
  font-size: 14px;
}

.c-text-bigger {
  font-size: 16px;
}

.font-plumb {
  font-family: "Plumbkaz", sans-serif;
  font-weight: 400;
}

.font-plumb-b {
  font-family: "Plumbkaz", sans-serif;
  font-weight: 700;
}

.font-mulish {
  font-family: "Mulish", sans-serif;
}

.font-georgio {
  font-family: "Georgio", sans-serif;
}

img.img-max {
  width: 100%;
}

.m-t-30 {
  margin-top: 30px !important;
}

.page-content {
  margin-top: 30px;
}
.page-content h1 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
}
.page-content h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
}
.page-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.page-content h5 {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-content b,
.page-content strong {
  line-height: 200%;
  font-weight: 900;
}
.page-content ol,
.page-content ul {
  margin-bottom: 15px;
}
.page-content div,
.page-content a,
.page-content span,
.page-content ol li,
.page-content ul li,
.page-content p {
  line-height: 170%;
}
.page-content img {
  margin-top: 30px;
  max-width: 100%;
}
.page-content div {
  margin-bottom: 20px;
}
.page-content ul, .page-content ul li {
  list-style-type: disc;
}
.page-content hr {
  border-top-color: #00C0FF;
}
.page-content table {
  padding: 20px 15px;
  margin: 30px auto 0;
  max-width: 100%;
  border: 1px solid var(--accent-color);
  border-radius: 5px;
  min-width: 50%;
}
.page-content table caption {
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.page-content table thead th,
.page-content table thead td {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 12px 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.page-content table tbody td {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 12px 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.page-content .table-container {
  width: 100%;
  overflow-x: auto;
}
.page-content.big p, .page-content.big div {
  font-size: 18px;
}
.page-content .match-next:before {
  pointer-events: none;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  position: absolute;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  height: 100%;
  background-image: url("/uploads/images/parts/news-index-lines.svg");
}
@media screen and (max-width: 570px) {
  .page-content .match-next:before {
    display: none;
  }
}
.page-content .match-next div {
  margin-bottom: 0;
  line-height: 1.5;
}
.page-content .match-next b,
.page-content .match-next p {
  line-height: 120%;
}
.page-content .match-next img {
  margin-top: 0;
}

.effects {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:active {
  transform: scale(0.95);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.effects:hover {
  transform: scale(1.05);
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.news-item {
  background-color: #FFFFFF;
  height: 350px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.news-item .news-item__title {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 980px) {
  .news-item:hover {
    box-shadow: 0 0 10px 0 #6f6f6f;
  }
  .news-item:hover .news-item__title {
    color: #00C0FF;
  }
  .news-item:hover .news-item__image img {
    transform: scale(1.2);
  }
}
.news-item__image {
  overflow: hidden;
  width: 100%;
  height: 170px;
  display: block;
}
.news-item__image img {
  transition: 0.2s all ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-item__category {
  font-size: 12px;
  padding-left: 10px;
  line-height: 2;
  border-left: 3px solid #00C0FF;
}
.news-item__date {
  color: #00C0FF;
}
.news-item__date span {
  line-height: 0;
}
.news-item__title {
  font-size: 14px;
  color: #07113F;
}
.news-item__body {
  padding: 15px 18px;
  height: calc(100% - 170px);
}

.skeleton-card:is(.news-item) {
  height: 350px;
}

.quiz-block {
  position: relative;
  background-color: #FFFFFF;
  color: #07113F;
  border-radius: 10px;
}
.quiz-block__inner {
  padding: 20px 35px;
}
.quiz-block__question {
  color: #676767;
  padding-bottom: 25px;
  border-bottom: 1px solid #00C0FF;
}
.quiz-block__item {
  display: none;
}
.quiz-block__item.active {
  display: block;
}
.quiz-block__body {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
  border-bottom: 1px solid #00C0FF;
  gap: 5px;
}
.quiz-block__body label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0C2657;
}
.quiz-block__body label.active {
  font-weight: 700;
}
.quiz-block__body label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 22px;
  width: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.quiz-block__body label input[type=radio]:checked {
  border-color: #0C2657;
}
.quiz-block__body label input[type=radio]:checked + label {
  font-weight: bold;
}
.quiz-block__body label input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0C2657;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quiz-block__pagination {
  display: flex;
  gap: 10px;
  padding: 0 10px;
  align-items: center;
}
.quiz-block__point {
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  background-color: #0C2657;
}
.quiz-block__point.active {
  background-color: #00C0FF;
}
.quiz-block__footer {
  display: flex;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 25px;
  position: relative;
}
.quiz-block__footer button {
  padding: 13px 20px 13px 25px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
.quiz-block__footer .quiz-block-prev {
  left: 0;
  gap: 30px;
  display: none;
  right: unset;
}
.quiz-block__footer .quiz-block-prev svg {
  rotate: 90deg;
}
.quiz-block__footer .quiz-block-submit {
  display: none;
}

.notification-message {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: rgba(92, 206, 244, 0.71);
  color: white;
  border: 2px solid #00C0FF;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 5px;
}
.notification-message p {
  max-width: 150px;
}

.cs-modal-background {
  position: fixed;
  display: none;
  top: 0;
  padding: 50px 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 38, 87, 0.85);
}
.cs-modal-background.alert-modal {
  display: flex;
}

.cs-modal {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
}
.cs-modal__inner {
  position: relative;
  max-width: 880px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  overflow-y: auto;
  min-height: 150px;
  overflow-x: hidden;
}
.cs-modal__inner::-webkit-scrollbar {
  display: none;
}
.cs-modal__body {
  max-height: 600px;
}
.cs-modal__preloader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #EFEFEF;
  border-right-color: #00C0FF;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.cs-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cs-modal__close svg {
  height: 20px;
  width: 20px;
}
.cs-modal__close svg path {
  stroke: #474747;
}

.become-block h2 {
  font-size: 48px;
  color: #00C0FF;
}
.become-block__submit.process {
  opacity: 0.7;
  pointer-events: none;
}
.become-block__footer {
  margin-top: 30px;
}
.become-block__footer p {
  font-size: 14px;
}
.become-block__footer p a {
  color: #0C2657;
  font-weight: 700;
}
.become-block__footer button {
  padding: 12px 30px 12px 50px;
}
.become-block__footer button svg {
  height: 12px;
  width: 12px;
}
.become-block__text {
  font-size: 14px;
  line-height: 120%;
}
.become-block .form-group {
  position: relative;
}
.become-block textarea, .become-block input {
  background-color: #EFEFEF;
  border: none;
  font-size: 14px;
}
.become-block textarea.is-invalid:focus, .become-block textarea:focus, .become-block input.is-invalid:focus, .become-block input:focus {
  box-shadow: none;
  border: none;
  background-color: inherit;
}
.become-block input[type=file] {
  display: none;
}
.become-block .input-group-text {
  border: none;
  background-color: transparent;
}
.become-block .input-group-text i {
  color: #07113F;
}
.become-block label {
  margin-bottom: 0;
  font-size: 14px;
  padding-right: 10px;
  max-width: 50%;
  white-space: nowrap;
}
.become-block .form-field {
  height: 50px;
  border-radius: 5px;
  padding: 12px;
  background-color: #EFEFEF;
}
.become-block .form-field-text-area {
  height: 100%;
}
.become-block .form-field-image {
  min-height: 102px;
}
.become-block .form-field-image label {
  padding: 0;
}
.become-block .form-field-image {
  gap: 5px;
}

.develop {
  min-height: 30vw;
  display: flex;
  align-items: center;
}
.develop h1 {
  font-size: 72px;
  letter-spacing: 2px;
}
.develop h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #0C2657;
  text-align: center;
}
.develop a {
  margin-top: 30px;
  padding: 15px 45px;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .develop {
    min-height: 50vh;
  }
}
@media screen and (max-width: 780px) {
  .develop {
    min-height: calc(100vh - 50px);
  }
  .develop h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 580px) {
  .develop h2 {
    line-height: 120%;
  }
}

.added-product {
  position: relative;
}
.added-product__image {
  margin-right: 50px;
  padding: 20px 20px 20px 0;
  max-width: 250px;
  border-right: 2px solid #00C0FF;
}
.added-product__image img {
  width: 100%;
  height: auto;
}
.added-product__shop-btn {
  padding: 15px 30px;
  font-weight: 700 !important;
  display: inline-block !important;
  white-space: nowrap;
  position: static !important;
  margin-left: auto;
  width: 100%;
  margin-top: auto;
  color: #00C0FF !important;
  font-size: 13px !important;
  background-color: white !important;
  border: 1px solid #00C0FF !important;
}
.added-product__order-btn {
  padding: 15px 30px;
  font-weight: 700 !important;
  display: inline-block !important;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
  font-size: 13px !important;
  border: 1px solid transparent !important;
  margin-top: auto;
}
.added-product__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.added-product__price-inner {
  border-top: 1px solid #EFEFEF;
}
.added-product__block p {
  font-size: 14px;
  color: #676767;
}
.added-product__block-info {
  min-width: 400px;
}
.added-product__price {
  font-size: 20px;
  border: none;
}
.added-product__price p {
  font-size: inherit;
  color: #07113F;
}

.shopcart-size-picker {
  width: 150px;
  height: 50px;
  padding: 0 25px;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
}
.shopcart-size-picker button {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.shopcart-size-picker svg {
  height: 20px;
  width: 20px;
}
.shopcart-size-picker svg path {
  stroke: #07113F;
}

.shopcart-counter {
  display: flex;
  align-items: center;
}
.shopcart-counter button {
  margin: 0 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #07113F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopcart-counter button i {
  font-size: 12px;
  color: #0C2657;
}
.shopcart-counter label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopcart-counter input {
  max-width: 50px;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(7, 17, 63, 0.55);
}
.modal .btn-warning {
  background-color: #00C0FF;
}
.modal .modal-dialog {
  min-width: 300px;
}
.modal .btn-close svg {
  height: 20px;
  width: 20px;
}
.modal .btn-close svg path {
  stroke: #07113F;
}

.user-form a {
  color: #0C2657;
  font-weight: bold;
}

.cs-form-field .help-block {
  padding: 5px 0;
  color: darkred;
  font-size: 14px;
}
.cs-form-field-password {
  position: relative;
}
.cs-form-field-password .toggle-password-visibility {
  position: absolute;
  right: 10px;
  top: 40px;
}

.cs-form-submit {
  padding: 10px 45px;
}

.cs-form-hint {
  padding: 0 10px;
  font-size: 14px;
  opacity: 0.8;
}

.cs-form-info {
  font-size: 14px;
  color: #676767;
  opacity: 0.8;
}

.cs-form-field label {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #0C2657;
}
.cs-form-field label.active {
  font-weight: 700;
}
.cs-form-field label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
}
.cs-form-field label input[type=checkbox]:checked {
  border-color: #00C0FF;
  background-color: #00C0FF;
}
.cs-form-field label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.cs-form-block p {
  font-weight: 700;
  color: #231F20;
}

.hero-block--component {
  margin-bottom: 40px;
}
.hero-block--component img {
  max-width: 100%;
  height: 280px;
  object-fit: cover;
}

.hero-description--component h1 {
  color: #00C0FF;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero-description--component p {
  font-size: 16px;
  color: #676767;
  font-family: "Plumbkaz", sans-serif;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.card--component {
  display: flex;
  gap: 40px;
  align-items: center;
}
.card--component__description {
  color: #676767;
}
.card--component__description p {
  margin-bottom: 0;
}
.card--component__description img, .card--component__image img {
  width: 100%;
  height: auto;
}

.arena-card--component {
  position: relative;
}
.arena-card--component .container-mini {
  max-width: 810px !important;
}
.arena-card--component__main {
  border-radius: 10px;
  position: relative;
}
.arena-card--component__main-image {
  width: 100%;
  height: auto;
}
.arena-card--component__main-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.arena-card--component__main-wrapper {
  position: relative;
}
.arena-card--component__main-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #07113F;
  opacity: 0.7;
  z-index: 0;
}
.arena-card--component__main-content {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.arena-card--component__main h2 {
  color: #00C0FF;
  max-width: 600px;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 900;
}
.arena-card--component__main-description p {
  margin-bottom: 0;
}
.arena-card--component__main-description {
  color: white;
  max-width: 350px;
}
.arena-card--component__sub-text {
  max-width: 325px;
  color: #676767;
}
.arena-card--component__sub-text p {
  margin-bottom: 0;
}
.arena-card--component__sub-description {
  margin-top: 50px;
}
.arena-card--component__mini-image {
  border: 2px solid white;
  position: absolute;
  height: 260px;
  border-radius: 10px;
  z-index: 1;
  width: 260px;
  bottom: -160px;
  right: 95px;
}
.arena-card--component__mini-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

li {
  list-style: none;
}

html {
  overflow-x: hidden;
}

body {
  width: 100%;
}

.disabled-option {
  opacity: 0.3;
  pointer-events: none;
}

.match-empty:before {
  display: none;
}

.add-product-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
}

input[type=checkbox]:checked {
  border-color: #00C0FF;
  background-color: #00C0FF;
}

input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

* {
  outline: none;
  scroll-behavior: smooth;
}

html {
  font-family: "Plumbkaz";
}
html::-webkit-scrollbar {
  width: 9px;
}
html::-webkit-scrollbar-track {
  background: #EFEFEF;
}
html::-webkit-scrollbar-thumb {
  background: #0C2657;
}

.btn-ticket, #btn-ticket {
  margin: auto;
  padding: 10px 30px;
}

.default-btn, .danger-btn {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 20px;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.1s all ease;
  justify-content: center;
}
.default-btn svg, .danger-btn svg {
  rotate: -90deg;
}
.default-btn:hover, .danger-btn:hover {
  text-decoration: none;
}

.default-btn {
  background-color: #00C0FF;
  color: #FFFFFF;
}
.default-btn:hover {
  background-color: rgba(56, 166, 245, 0.85);
  color: #FFFFFF;
}

.danger-btn {
  background-color: #FF0000;
  color: #FFFFFF;
}
.danger-btn:hover {
  background-color: #FF0000;
  color: #FFFFFF;
}

.container-full {
  max-width: 1980px;
}

.section-title {
  line-height: 75%;
  font-size: 48px;
}

.section-background {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  backdrop-filter: blur(10px);
}

.section-substrate {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-arrow svg {
  transition: 0.2s all ease-in-out;
}
.dropdown-arrow.active svg {
  rotate: -180deg;
}

.float-button {
  position: absolute;
  bottom: 65px;
  right: -30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 50%;
  z-index: 1000;
  background-color: #00C0FF;
  transition: 0.2s all ease;
}
@media (min-width: 992px) {
  .float-button:hover {
    transform: scale(1.1);
  }
}
.float-button::before {
  content: "";
  background-color: #00C0FF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #FFFFFF;
  height: 53px;
  width: 53px;
  border-radius: 50%;
}
.float-button svg {
  width: 25px;
  height: 25px;
  transform: rotate(180deg) translateY(2px);
}

.partners {
  position: relative;
  padding: 50px 0;
  background-color: #07113F;
}
.partners hr {
  background-color: #FFFFFF;
}
.partners h3 {
  font-weight: 700;
  color: #676767;
  font-size: 20px;
}
.partners__item {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  transition: 0.2s all ease;
}
@media (min-width: 992px) {
  .partners__item:hover {
    transform: scale(1.1);
  }
}
.partners__item img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.partners__logo {
  display: block;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  width: 70px;
}
.partners__logo img {
  height: 100%;
  width: 100%;
}

button {
  background: none;
  border: none;
  color: unset;
}

.socials {
  margin-right: 30px;
  gap: 10px;
}
.socials__item {
  padding: 5px;
  height: 20px;
  width: 20px;
  display: flex;
  border-radius: 50%;
  background-color: #0C2657;
}
.socials__item svg {
  width: 10px;
  height: auto;
}
.socials__item svg path {
  fill: #FFFFFF;
}

header {
  position: relative;
}
header .translate_item_active {
  background-color: #00C0FF;
}
header .translate_item_active a {
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  header .socials__item {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
  header .socials__item:hover {
    background-color: #00C0FF;
  }
}
header .shopcart-count {
  position: relative;
}
header .shopcart-count__items {
  height: 12px;
  width: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 8px;
  position: absolute;
  left: 50%;
  transform: translate(calc(-50% + 2px), calc(-50% - 3px));
  top: 50%;
  font-weight: 700;
  display: none;
  color: #00C0FF;
}
header .shopcart-count__mark {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: none;
  position: absolute;
  right: -2px;
  top: -2px;
  background-color: #ED0000;
}
header .mobile-header-logo {
  position: absolute;
  display: none;
  z-index: 100;
  left: 50%;
  top: calc(50% + 20px);
  transform: translate(-50%, -50%);
}
header .mobile-header-logo img {
  height: 60px;
  width: 60px;
}
header .header__profile-mobile {
  display: none;
}
header .header__profile i {
  color: #EFEFEF;
  font-size: 30px;
}
header .header__profile {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (min-width: 992px) {
  header .header__profile:hover img {
    border: 2px solid #00C0FF;
  }
}
header .header__profile img {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header .header__burger {
  display: none;
  cursor: pointer;
}
header .header__burger__box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative;
}
header .header__burger__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  transform: translateY(-50%);
}
header .header__burger__inner::before, header .header__burger__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: white;
  border-radius: 2px;
}
header .header__burger__inner::before {
  top: -8px;
}
header .header__burger__inner::after {
  bottom: -8px;
}
header .header__language {
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
}
header .header__language button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  header .header__language button:hover {
    color: #00C0FF;
  }
  header .header__language button:hover svg path {
    fill: #00C0FF;
  }
}
header .header__language__menu {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  left: unset;
  z-index: 1000;
}
header .header__language__menu.show {
  display: block;
}
header .header__language__menu li {
  padding: 0;
}
header .header__language__menu li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  color: #676767;
}
header .header__quote {
  margin-bottom: 0;
  color: #00C0FF;
  display: flex;
}
header .header__quote p {
  margin-bottom: 0;
  line-height: 100%;
}
header .header__quote .header__top__links a {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  color: #FFFFFF;
  padding: 0 12px;
  border-left: 1px solid #00C0FF;
}
header .header__quote .header__top__links a:first-child {
  padding-left: 0;
  border-left: 0;
}
header .header__menu ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
header .header__menu li {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  transition: all 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
header .header__menu li:hover a, header .header__menu li.active a {
  text-decoration: none;
}
header .header__menu li:hover, header .header__menu li.active {
  border-bottom: 6px solid #FFFFFF;
}
header .header__menu li .shop-menu-image {
  background-color: #FFFFFF;
  padding: 5px;
  border-radius: 50%;
}
header .header__menu li a {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
}
header .header__menu .header__logo {
  position: relative;
  z-index: 100;
}
@media (min-width: 992px) {
  header .header__menu .header__logo:hover {
    transform: scale(1.1);
  }
}
header .header__menu .header__logo a {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
header .header__menu .header__logo img {
  width: 66px;
  height: 66px;
}
header .header__top {
  padding: 0.5rem 15px;
  background-color: #07113F;
}
header .header__top__links {
  display: flex;
  justify-content: center;
}
header .header__top__links a {
  line-height: 1;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (min-width: 992px) {
  header .header__top__links a:hover {
    color: #00C0FF;
    text-decoration: none;
  }
}
header .header__top .shop-menu-image svg {
  padding: 4px;
  border-radius: 50%;
  background-color: #EFEFEF;
}
header .header__bottom {
  padding: 0 15px;
  background-color: #00C0FF;
}
header .header__partner {
  margin-right: 2rem;
}

.mobile-menu {
  padding: 15px;
  position: fixed;
  background-color: rgba(7, 17, 63, 0.85);
  top: -100vh;
  opacity: 0;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all ease;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.mobile-menu.show {
  top: 0;
  opacity: 1;
}
.mobile-menu .mobile-menu-close {
  position: absolute;
  right: 0;
  top: 5px;
}
.mobile-menu .mobile-logo {
  margin-bottom: 30px;
}
.mobile-menu ul:not(.mobile-menu__top) {
  padding: 0;
}
.mobile-menu ul:not(.mobile-menu__top) li {
  text-align: center;
}
.mobile-menu ul:not(.mobile-menu__top) li {
  line-height: 100%;
  padding: 10px 0;
  position: relative;
}
.mobile-menu ul:not(.mobile-menu__top) li.active::before {
  content: "";
  width: 150px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  background-color: #00C0FF;
}
.mobile-menu ul:not(.mobile-menu__top) li.active a {
  color: #00C0FF;
}
.mobile-menu ul:not(.mobile-menu__top) li a {
  padding: 10px 0;
  font-size: 24px;
  line-height: 100%;
  border-bottom: 2px solid transparent;
  color: #FFFFFF;
}
.mobile-menu .socials {
  margin-top: auto;
  margin-right: 0;
  gap: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}
.mobile-menu .socials__item {
  padding: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.mobile-menu .socials__item svg {
  width: 16px;
  height: auto;
}
.mobile-menu .socials__item svg path {
  fill: #0C2657;
}
.mobile-menu__top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #00C0FF;
}
.mobile-menu__top li, .mobile-menu__top a {
  color: #FFFFFF;
  font-size: 12px;
}
.mobile-menu__top li a {
  line-height: 100%;
  padding: 0 7px;
  border-right: 1px solid #00C0FF;
}
.mobile-menu__top li:last-child a {
  border-right: none;
}

footer {
  position: relative;
  padding-top: 30px;
}
footer .container-fluid {
  max-width: 1010px;
}
footer .divider {
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid rgb(7, 17, 63);
}
footer .footer__bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}
footer .footer__bottom .rights {
  font-size: 13px;
  color: #676767;
}
footer .footer__bottom a {
  font-size: 13px;
}
@media (min-width: 992px) {
  footer .footer__bottom a {
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
  }
  footer .footer__bottom a:hover p {
    font-weight: 700;
    color: #07113F;
  }
  footer .footer__bottom a:hover {
    font-weight: 700;
    text-decoration: none;
    color: #07113F;
  }
}
footer .footer__bottom a p {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  color: #0C2657;
}
footer .footer__bottom a {
  color: #0C2657;
}
footer .footer__bottom .socials {
  margin-right: 0;
  gap: 20px;
}
footer .footer__bottom .socials__item {
  padding: 5px;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  background-color: #253471;
  transition: 0.2s all ease;
}
@media (min-width: 992px) {
  footer .footer__bottom .socials__item:hover {
    background-color: #00C0FF;
  }
}
footer .footer__bottom .socials__item svg {
  width: 16px;
  height: auto;
}
footer .footer__bottom .row {
  position: relative;
}
footer .footer__bottom .dev {
  position: absolute;
  right: 15px;
  bottom: -30px;
}
footer .footer__bottom .dev a {
  display: flex;
  align-items: center;
  font-size: 11px;
}
footer .footer__bottom .dev a img {
  padding-left: 9px;
  width: 37px;
}
footer .footer__bottom .company {
  color: #676767;
}
footer .footer__bottom .company img {
  height: 32px;
  width: 32px;
}
footer .footer__top {
  margin: 0 auto;
  padding-bottom: 10px;
}
footer .footer__menu {
  position: relative;
  margin-left: 70px;
}
footer .footer__menu__item p {
  margin-bottom: 0;
  font-size: 14px;
}
footer .footer__menu__item ul {
  padding-left: 0;
  margin-bottom: 2rem;
}
footer .footer__menu__item ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #0C2657;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  transition: 0.1s all ease;
}
@media (min-width: 992px) {
  footer .footer__menu__item ul li a:hover {
    text-decoration: none;
    color: #07113F;
    font-weight: 700;
  }
}
footer .footer__menu__title {
  color: black;
}
footer .footer__menu .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container-base {
  max-width: 1010px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

.container-fluid {
  padding-left: 2rem;
  max-width: 1200px;
  padding-right: 2rem;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.tabs {
  position: relative;
  width: 100%;
}
.tabs__wrapper {
  max-width: 95%;
  width: 100%;
  overflow-x: scroll;
  display: flex;
}
.tabs__wrapper::-webkit-scrollbar {
  display: none;
}
.tabs__wrapper {
  scrollbar-width: none;
}
@media screen and (max-width: 576px) {
  .tabs__wrapper {
    max-width: 90%;
  }
}
.tabs .tabs-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
  z-index: 999;
}
.tabs .tabs-next svg {
  height: 15px;
  width: 15px;
}
.tabs .tabs__item {
  cursor: pointer;
  text-wrap: nowrap;
}

.page-tabs .tabs-next svg path {
  fill: #00C0FF;
}
.page-tabs .tabs__item {
  padding: 0 15px;
  color: #07113F;
  border-left: 3px solid #00C0FF;
}
.page-tabs .tabs__item.active {
  color: #00C0FF;
}

.smartphoto {
  background-color: rgba(37, 52, 113, 0.8);
}

.skeleton-card {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  animation: pulse 1.5s infinite;
}

.match-prev__championship,
.match-next__championship {
  font-size: 13px;
  color: #676767;
  opacity: 0.8;
}
.match-prev__inner,
.match-next__inner {
  position: relative;
  padding: 10px;
  background-color: #EFEFEF;
}
.match-prev__inner:before,
.match-next__inner:before {
  pointer-events: none;
  content: "";
  top: -50px;
  z-index: 0;
  position: absolute;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  height: 100%;
  background-image: url("/uploads/images/parts/news-index-lines.svg");
}
.match-prev .next-match,
.match-next .next-match {
  padding-bottom: 20px;
  background-color: transparent;
}
.match-prev .next-match .off,
.match-next .next-match .off {
  opacity: 0.5;
  pointer-events: none;
}
.match-prev .match__location,
.match-next .match__location {
  display: flex;
  align-items: center;
  color: #676767;
  gap: 5px;
  line-height: 100%;
  font-size: 12px;
}
.match-prev .match__ticket, .match-prev .match__preview,
.match-next .match__ticket,
.match-next .match__preview {
  padding: 13px 30px;
  display: block;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.match-prev .match__forecast,
.match-next .match__forecast {
  background-color: white !important;
  border: 1px solid #07113F;
  color: #07113F !important;
}
.match-prev .match__forecast:hover,
.match-next .match__forecast:hover {
  background-color: #ededed !important;
}
.match-prev .match__preview,
.match-next .match__preview {
  color: #FFFFFF;
  background-color: #00C0FF;
  transition: 0.2s all ease;
}
.match-prev .match__preview:hover,
.match-next .match__preview:hover {
  background-color: rgb(80, 173, 241);
  color: #FFFFFF;
}
.match-prev .match__ticket,
.match-next .match__ticket {
  color: #FFFFFF;
  background-color: #0C2657;
  transition: 0.2s all ease;
}
.match-prev .match__ticket:hover,
.match-next .match__ticket:hover {
  background-color: #37599b;
  color: #FFFFFF;
}
.match-prev .match__time,
.match-next .match__time {
  font-size: 32px;
}
.match-prev .match__day,
.match-next .match__day {
  color: #676767;
  font-size: 20px;
}
.match-prev .match__date,
.match-next .match__date {
  font-size: 20px;
}
.match-prev .match__image,
.match-next .match__image {
  height: 90px;
}
.match-prev .match__image img,
.match-next .match__image img {
  object-fit: contain;
  height: 100%;
}

.match-next .match__location {
  max-width: 120px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.required .has-star:not(.custom-control-label):not(.custom-file-label)::after, .is-required::after {
  color: #00C0FF !important;
}

#cropped-image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.spinner {
  display: none;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgb(255, 255, 255);
  border-right-color: #07113F;
  animation: l2 1s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.load-btn {
  color: transparent !important;
  position: relative;
}
.load-btn:after {
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  aspect-ratio: 1;
  translate: -50% -50%;
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
  border-right-color: #00C0FF;
  animation: l2 1s infinite linear;
}

/*
 * подгрузка изменений для конкретных страниц
 */
.body-site-view .hero,
.body-profile-show .hero,
.body-site-index .hero {
  height: 40vw;
}
.body-site-view .hero__item,
.body-profile-show .hero__item,
.body-site-index .hero__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.body-site-view .hero__item img,
.body-profile-show .hero__item img,
.body-site-index .hero__item img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-site-view .hero__item::before,
.body-profile-show .hero__item::before,
.body-site-index .hero__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.body-site-view .hero__item h1,
.body-profile-show .hero__item h1,
.body-site-index .hero__item h1 {
  margin-top: 3vw;
  position: relative;
  color: #FFFFFF;
  font-size: 5vw;
  max-width: 980px;
  text-align: center;
}
.body-site-view .hero__item a,
.body-profile-show .hero__item a,
.body-site-index .hero__item a {
  display: flex;
  gap: 5px;
  position: relative;
  align-items: center;
  padding: 13px 20px;
}
.body-site-view .hero__item a svg,
.body-profile-show .hero__item a svg,
.body-site-index .hero__item a svg {
  rotate: -90deg;
  width: 10px;
  transform: translateX(-1px);
}
.body-site-view .hero .hero-pagination,
.body-profile-show .hero .hero-pagination,
.body-site-index .hero .hero-pagination {
  bottom: 3vw;
}
.body-site-view .hero .hero-pagination .swiper-pagination-bullet,
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet,
.body-site-index .hero .hero-pagination .swiper-pagination-bullet {
  display: none; /* Скрыть все */
}
.body-site-view .hero .hero-pagination .swiper-pagination-bullet:nth-last-child(-n+3), .body-site-view .hero .hero-pagination .swiper-pagination-bullet:nth-child(-n+3), .body-site-view .hero .hero-pagination .swiper-pagination-bullet-active,
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet:nth-last-child(-n+3),
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet:nth-child(-n+3),
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet-active,
.body-site-index .hero .hero-pagination .swiper-pagination-bullet:nth-last-child(-n+3),
.body-site-index .hero .hero-pagination .swiper-pagination-bullet:nth-child(-n+3),
.body-site-index .hero .hero-pagination .swiper-pagination-bullet-active {
  display: inline-block; /* Показать только активные и ближайшие */
}
.body-site-view .hero .hero-pagination .swiper-pagination-bullet,
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet,
.body-site-index .hero .hero-pagination .swiper-pagination-bullet {
  width: 80px;
  border-radius: 3px;
  opacity: 1;
  margin: 0 15px;
  height: 5px;
  background-color: #FFFFFF;
}
.body-site-view .hero .hero-pagination .swiper-pagination-bullet-active,
.body-profile-show .hero .hero-pagination .swiper-pagination-bullet-active,
.body-site-index .hero .hero-pagination .swiper-pagination-bullet-active {
  background-color: #00C0FF;
}
.body-site-view .match .container-fluid,
.body-profile-show .match .container-fluid,
.body-site-index .match .container-fluid {
  max-width: 1080px;
}
.body-site-view .match .matches,
.body-profile-show .match .matches,
.body-site-index .match .matches {
  width: 40%;
}
.body-site-view .match .matches .off,
.body-profile-show .match .matches .off,
.body-site-index .match .matches .off {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .body-site-view .match .matches,
  .body-profile-show .match .matches,
  .body-site-index .match .matches {
    width: 45%;
  }
}
.body-site-view .match .standings,
.body-profile-show .match .standings,
.body-site-index .match .standings {
  width: 60%;
  background-color: #0C2657;
}
@media screen and (max-width: 1080px) {
  .body-site-view .match .standings,
  .body-profile-show .match .standings,
  .body-site-index .match .standings {
    width: 55%;
  }
}
.body-site-view .match .standings__content,
.body-profile-show .match .standings__content,
.body-site-index .match .standings__content {
  height: 450px;
  display: none;
  padding: 20px 35px 0;
}
.body-site-view .match .standings__content.active,
.body-profile-show .match .standings__content.active,
.body-site-index .match .standings__content.active {
  display: block;
}
.body-site-view .match .standings .table .table-image,
.body-profile-show .match .standings .table .table-image,
.body-site-index .match .standings .table .table-image {
  max-height: 20px;
}
.body-site-view .match .standings .table,
.body-profile-show .match .standings .table,
.body-site-index .match .standings .table {
  margin-bottom: 0;
  color: #FFFFFF;
}
.body-site-view .match .standings .table .table-row,
.body-profile-show .match .standings .table .table-row,
.body-site-index .match .standings .table .table-row {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.body-site-view .match .standings .table .table-row:not(.table-row_selected):hover,
.body-profile-show .match .standings .table .table-row:not(.table-row_selected):hover,
.body-site-index .match .standings .table .table-row:not(.table-row_selected):hover {
  font-weight: 700;
  background-color: rgba(36, 58, 155, 0.3);
}
.body-site-view .match .standings .table .table-row_selected,
.body-profile-show .match .standings .table .table-row_selected,
.body-site-index .match .standings .table .table-row_selected {
  font-weight: 700;
  background-color: #07113F;
}
.body-site-view .match .standings .table .table-row .table-cell,
.body-profile-show .match .standings .table .table-row .table-cell,
.body-site-index .match .standings .table .table-row .table-cell {
  padding: 15px 10px;
  border-bottom: 1px solid #07113F;
  font-size: 14px;
}
.body-site-view .match .standings .table .table-row .table-cell:last-child,
.body-profile-show .match .standings .table .table-row .table-cell:last-child,
.body-site-index .match .standings .table .table-row .table-cell:last-child {
  width: 15%;
  text-align: right;
}
.body-site-view .match .standings .table .table-head .table-cell,
.body-profile-show .match .standings .table .table-head .table-cell,
.body-site-index .match .standings .table .table-head .table-cell {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #00C0FF;
}
.body-site-view .match .standings__head,
.body-profile-show .match .standings__head,
.body-site-index .match .standings__head {
  display: flex;
}
.body-site-view .match .standings__head .tabs__item,
.body-profile-show .match .standings__head .tabs__item,
.body-site-index .match .standings__head .tabs__item {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
  border-right: 1px solid #0C2657;
  background-color: #07113F;
  transition: 0.1s background-color ease;
}
.body-site-view .match .standings__head .tabs__item:hover,
.body-profile-show .match .standings__head .tabs__item:hover,
.body-site-index .match .standings__head .tabs__item:hover {
  background-color: #10316f;
}
.body-site-view .match .standings__head .tabs__item:last-child,
.body-profile-show .match .standings__head .tabs__item:last-child,
.body-site-index .match .standings__head .tabs__item:last-child {
  border-right: none;
}
.body-site-view .match .standings__head .tabs__item.active,
.body-profile-show .match .standings__head .tabs__item.active,
.body-site-index .match .standings__head .tabs__item.active {
  background-color: #0C2657;
}
.body-site-view .match__content,
.body-profile-show .match__content,
.body-site-index .match__content {
  display: none;
  padding: 20px 20px 30px 20px;
  height: 450px;
  background-color: #EFEFEF;
}
.body-site-view .match__content.active,
.body-profile-show .match__content.active,
.body-site-index .match__content.active {
  display: flex;
}
.body-site-view .match__championship,
.body-profile-show .match__championship,
.body-site-index .match__championship {
  padding-bottom: 15px;
  color: #676767;
  opacity: 0.8;
  border-bottom: 1px solid rgba(103, 103, 103, 0.8);
  line-height: 100%;
}
.body-site-view .match__location,
.body-profile-show .match__location,
.body-site-index .match__location {
  display: flex;
  align-items: center;
  color: #676767;
  gap: 5px;
  max-width: 120px;
  line-height: 100%;
  font-size: 12px;
}
.body-site-view .match__location svg,
.body-profile-show .match__location svg,
.body-site-index .match__location svg {
  min-width: 12px;
}
.body-site-view .match__ticket, .body-site-view .match__preview,
.body-profile-show .match__ticket,
.body-profile-show .match__preview,
.body-site-index .match__ticket,
.body-site-index .match__preview {
  padding: 13px 20px;
  color: #FFFFFF;
  font-size: 16px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.body-site-view .match__preview,
.body-profile-show .match__preview,
.body-site-index .match__preview {
  background-color: #00C0FF;
  transition: 0.2s all ease;
}
.body-site-view .match__preview:hover,
.body-profile-show .match__preview:hover,
.body-site-index .match__preview:hover {
  background-color: rgba(56, 166, 245, 0.85);
  color: #FFFFFF;
}
.body-site-view .match__forecast,
.body-profile-show .match__forecast,
.body-site-index .match__forecast {
  background-color: white !important;
  border: 1px solid #07113F;
  color: #07113F !important;
}
.body-site-view .match__forecast:hover,
.body-profile-show .match__forecast:hover,
.body-site-index .match__forecast:hover {
  background-color: #ededed !important;
}
.body-site-view .match__ticket,
.body-profile-show .match__ticket,
.body-site-index .match__ticket {
  background-color: #0C2657;
  transition: 0.2s all ease;
}
.body-site-view .match__ticket:hover,
.body-profile-show .match__ticket:hover,
.body-site-index .match__ticket:hover {
  background-color: #37599b;
  color: #FFFFFF;
}
.body-site-view .match__time,
.body-profile-show .match__time,
.body-site-index .match__time {
  font-size: 32px;
}
.body-site-view .match__day,
.body-profile-show .match__day,
.body-site-index .match__day {
  color: #676767;
  text-transform: capitalize;
  font-size: 20px;
}
.body-site-view .match__date,
.body-profile-show .match__date,
.body-site-index .match__date {
  font-size: 20px;
}
.body-site-view .match .team__name,
.body-profile-show .match .team__name,
.body-site-index .match .team__name {
  font-size: 16px;
}
.body-site-view .match .team__city,
.body-profile-show .match .team__city,
.body-site-index .match .team__city {
  font-size: 12px;
}
.body-site-view .match__image,
.body-profile-show .match__image,
.body-site-index .match__image {
  height: 90px;
}
.body-site-view .match__image img,
.body-profile-show .match__image img,
.body-site-index .match__image img {
  object-fit: contain;
  height: 100%;
}
.body-site-view .match__tabs,
.body-profile-show .match__tabs,
.body-site-index .match__tabs {
  display: flex;
}
.body-site-view .match__tabs .tabs__item,
.body-profile-show .match__tabs .tabs__item,
.body-site-index .match__tabs .tabs__item {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  color: #07113F;
  background-color: #FFFFFF;
  transition: 0.1s background-color ease;
}
.body-site-view .match__tabs .tabs__item:hover,
.body-profile-show .match__tabs .tabs__item:hover,
.body-site-index .match__tabs .tabs__item:hover {
  background-color: #f4f4f4;
}
.body-site-view .match__tabs .tabs__item.active,
.body-profile-show .match__tabs .tabs__item.active,
.body-site-index .match__tabs .tabs__item.active {
  color: #000;
  background-color: #EFEFEF;
}
.body-site-view .fans,
.body-profile-show .fans,
.body-site-index .fans {
  padding: 40px 0;
}
.body-site-view .fans h2,
.body-profile-show .fans h2,
.body-site-index .fans h2 {
  color: #00C0FF;
}
.body-site-view .fans__item,
.body-profile-show .fans__item,
.body-site-index .fans__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 270px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.body-site-view .fans__item::before,
.body-profile-show .fans__item::before,
.body-site-index .fans__item::before {
  content: "";
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.body-site-view .fans__item__short,
.body-profile-show .fans__item__short,
.body-site-index .fans__item__short {
  position: relative;
  font-size: 12px;
  color: #FFFFFF;
}
.body-site-view .fans__item__short p,
.body-profile-show .fans__item__short p,
.body-site-index .fans__item__short p {
  margin-bottom: 0;
}
.body-site-view .fans__item h3,
.body-profile-show .fans__item h3,
.body-site-index .fans__item h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  color: #FFFFFF;
}
.body-site-view .fans__item__date,
.body-profile-show .fans__item__date,
.body-site-index .fans__item__date {
  position: relative;
  margin-top: auto;
  font-size: 12px;
  color: #00C0FF;
}
.body-site-view .section-media h2,
.body-profile-show .section-media h2,
.body-site-index .section-media h2 {
  color: #00C0FF;
}
.body-site-view .section-media .media__item:hover .media__item__title,
.body-profile-show .section-media .media__item:hover .media__item__title,
.body-site-index .section-media .media__item:hover .media__item__title {
  color: #00C0FF;
}
.body-site-view .section-media .media__item__title,
.body-profile-show .section-media .media__item__title,
.body-site-index .section-media .media__item__title {
  font-size: 14px;
}
.body-site-view .section-media .media__item:first-child iframe,
.body-profile-show .section-media .media__item:first-child iframe,
.body-site-index .section-media .media__item:first-child iframe {
  height: 35vw;
}

.bode-site-view .shop-section,
.body-profile-show .shop-section,
.body-fan-shop-index .shop-section,
.body-site-index .shop-section {
  overflow-x: hidden;
}
.bode-site-view .shop-section h2,
.body-profile-show .shop-section h2,
.body-fan-shop-index .shop-section h2,
.body-site-index .shop-section h2 {
  color: #00C0FF;
}
.bode-site-view .shop-section .swiper .swiper-wrapper,
.body-profile-show .shop-section .swiper .swiper-wrapper,
.body-fan-shop-index .shop-section .swiper .swiper-wrapper,
.body-site-index .shop-section .swiper .swiper-wrapper {
  padding: 20px 0;
}
.bode-site-view .shop-section .swiper .swiper-slide.faded,
.body-profile-show .shop-section .swiper .swiper-slide.faded,
.body-fan-shop-index .shop-section .swiper .swiper-slide.faded,
.body-site-index .shop-section .swiper .swiper-slide.faded {
  opacity: 0.5;
}
.bode-site-view .shop-section .swiper .slider-pagination,
.body-profile-show .shop-section .swiper .slider-pagination,
.body-fan-shop-index .shop-section .swiper .slider-pagination,
.body-site-index .shop-section .swiper .slider-pagination {
  display: none;
  justify-content: center;
}
.bode-site-view .shop-section .swiper .slider-pagination .swiper-pagination-bullet,
.body-profile-show .shop-section .swiper .slider-pagination .swiper-pagination-bullet,
.body-fan-shop-index .shop-section .swiper .slider-pagination .swiper-pagination-bullet,
.body-site-index .shop-section .swiper .slider-pagination .swiper-pagination-bullet {
  height: 20px;
  opacity: 1;
  width: 20px;
  background-color: #0C2657;
}
.bode-site-view .shop-section .swiper .slider-pagination .swiper-pagination-bullet-active,
.body-profile-show .shop-section .swiper .slider-pagination .swiper-pagination-bullet-active,
.body-fan-shop-index .shop-section .swiper .slider-pagination .swiper-pagination-bullet-active,
.body-site-index .shop-section .swiper .slider-pagination .swiper-pagination-bullet-active {
  background-color: #00C0FF;
}
.bode-site-view .shop-section .swiper .slider-button-next,
.body-profile-show .shop-section .swiper .slider-button-next,
.body-fan-shop-index .shop-section .swiper .slider-button-next,
.body-site-index .shop-section .swiper .slider-button-next {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 0 10px;
}
.bode-site-view .shop-section .swiper .slider-button-next svg,
.body-profile-show .shop-section .swiper .slider-button-next svg,
.body-fan-shop-index .shop-section .swiper .slider-button-next svg,
.body-site-index .shop-section .swiper .slider-button-next svg {
  rotate: -90deg;
  width: 35px;
  height: 35px;
}
.bode-site-view .shop-section .swiper .slider-button-next svg path,
.body-profile-show .shop-section .swiper .slider-button-next svg path,
.body-fan-shop-index .shop-section .swiper .slider-button-next svg path,
.body-site-index .shop-section .swiper .slider-button-next svg path {
  fill: #00C0FF;
}
.bode-site-view .shop-section .shop-section__item .product,
.body-profile-show .shop-section .shop-section__item .product,
.body-fan-shop-index .shop-section .shop-section__item .product,
.body-site-index .shop-section .shop-section__item .product {
  height: 330px;
}

.body-site-view .next-match,
.body-profile-show .next-match {
  background-color: #EFEFEF;
}
.body-site-view .next-match .match__ticket, .body-site-view .next-match .match__preview,
.body-profile-show .next-match .match__ticket,
.body-profile-show .next-match .match__preview {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.body-site-view .matches,
.body-profile-show .matches {
  width: unset;
}
.body-site-view .site-form__field-file-label,
.body-profile-show .site-form__field-file-label {
  opacity: 0.7;
  cursor: pointer;
  background-color: #EFEFEF;
}

.body-site-view .match-next__inner {
  height: unset;
}

.body-site-index .photos,
.body-media-videos .photos,
.body-media-index .photos {
  background-color: #00C0FF;
}
@media screen and (min-width: 980px) {
  .body-site-index .photos .photo__item:hover .photo__item__image img,
  .body-media-videos .photos .photo__item:hover .photo__item__image img,
  .body-media-index .photos .photo__item:hover .photo__item__image img {
    transform: scale(1.2);
  }
  .body-site-index .photos .photo__item:hover a,
  .body-media-videos .photos .photo__item:hover a,
  .body-media-index .photos .photo__item:hover a {
    text-decoration: underline white;
  }
}
.body-site-index .photos .photo__item__image,
.body-media-videos .photos .photo__item__image,
.body-media-index .photos .photo__item__image {
  height: 150px;
  display: block;
  overflow: hidden;
}
.body-site-index .photos .photo__item__image img,
.body-media-videos .photos .photo__item__image img,
.body-media-index .photos .photo__item__image img {
  transition: 0.2s all ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.body-site-index .photos h2,
.body-media-videos .photos h2,
.body-media-index .photos h2 {
  color: #FFFFFF;
}
.body-site-index .photos h3,
.body-media-videos .photos h3,
.body-media-index .photos h3 {
  font-size: 14px;
  color: #FFFFFF;
}

.body-profile-show .news,
.body-site-index .news,
.body-news-view .news {
  overflow-x: hidden;
  background-color: #00C0FF;
}
.body-profile-show .news .news-slider,
.body-site-index .news .news-slider,
.body-news-view .news .news-slider {
  padding-bottom: 40px;
  position: relative;
}
.body-profile-show .news .news-slider .slider-button-prev, .body-profile-show .news .news-slider .slider-button-next,
.body-site-index .news .news-slider .slider-button-prev,
.body-site-index .news .news-slider .slider-button-next,
.body-news-view .news .news-slider .slider-button-prev,
.body-news-view .news .news-slider .slider-button-next {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: rgba(0, 192, 255, 0.5);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 0 10px;
}
.body-profile-show .news .news-slider .slider-button-prev svg, .body-profile-show .news .news-slider .slider-button-next svg,
.body-site-index .news .news-slider .slider-button-prev svg,
.body-site-index .news .news-slider .slider-button-next svg,
.body-news-view .news .news-slider .slider-button-prev svg,
.body-news-view .news .news-slider .slider-button-next svg {
  rotate: -90deg;
  width: 35px;
  height: 35px;
}
.body-profile-show .news .news-slider .slider-button-prev svg path, .body-profile-show .news .news-slider .slider-button-next svg path,
.body-site-index .news .news-slider .slider-button-prev svg path,
.body-site-index .news .news-slider .slider-button-next svg path,
.body-news-view .news .news-slider .slider-button-prev svg path,
.body-news-view .news .news-slider .slider-button-next svg path {
  fill: #0C2657;
}
.body-profile-show .news .news-slider .slider-button-prev.swiper-button-disabled,
.body-site-index .news .news-slider .slider-button-prev.swiper-button-disabled,
.body-news-view .news .news-slider .slider-button-prev.swiper-button-disabled {
  display: none;
}
.body-profile-show .news .news-slider .slider-button-prev,
.body-site-index .news .news-slider .slider-button-prev,
.body-news-view .news .news-slider .slider-button-prev {
  left: unset;
  right: unset;
}
.body-profile-show .news .news-slider .slider-button-prev svg,
.body-site-index .news .news-slider .slider-button-prev svg,
.body-news-view .news .news-slider .slider-button-prev svg {
  rotate: 90deg;
}
.body-profile-show .news .news-tabs,
.body-site-index .news .news-tabs,
.body-news-view .news .news-tabs {
  display: flex;
}
.body-profile-show .news .news-tabs .tabs__item,
.body-site-index .news .news-tabs .tabs__item,
.body-news-view .news .news-tabs .tabs__item {
  font-size: 12px;
  padding: 2px 15px;
  color: #07113F;
  border-left: 3px solid #FFFFFF;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media (min-width: 992px) {
  .body-profile-show .news .news-tabs .tabs__item:hover,
  .body-site-index .news .news-tabs .tabs__item:hover,
  .body-news-view .news .news-tabs .tabs__item:hover {
    color: white;
  }
}
.body-profile-show .news .news-tabs .tabs__item:first-child,
.body-site-index .news .news-tabs .tabs__item:first-child,
.body-news-view .news .news-tabs .tabs__item:first-child {
  border-left: none;
}
.body-profile-show .news .news-tabs .tabs__item.active,
.body-site-index .news .news-tabs .tabs__item.active,
.body-news-view .news .news-tabs .tabs__item.active {
  color: #FFFFFF;
}
.body-profile-show .news__head,
.body-site-index .news__head,
.body-news-view .news__head {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: flex-end;
}
.body-profile-show .news h2,
.body-site-index .news h2,
.body-news-view .news h2 {
  margin-bottom: 0;
  line-height: 75%;
  font-size: 48px;
  color: #FFFFFF;
}

.body-news-index .news .tabs .tabs-next svg path {
  fill: #00C0FF;
}
.body-news-index .news .tabs__item {
  padding: 0 15px;
  color: #07113F;
  border-left: 3px solid #00C0FF;
}
.body-news-index .news .tabs__item.active {
  color: #00C0FF;
  font-weight: 700;
}
.body-news-index .news .tabs__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.body-news-index .news .news__pagination .pagination {
  justify-content: center;
}
.body-news-index .news .news__pagination .page-item.prev, .body-news-index .news .news__pagination .page-item.next {
  position: relative;
  font-size: 0;
  margin-left: 10px;
}
.body-news-index .news .news__pagination .page-item.prev::before, .body-news-index .news .news__pagination .page-item.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* Длина линии стрелки */
  height: 10px; /* Толщина линии стрелки */
  border-right: 2px solid white; /* Правая часть стрелки */
  border-bottom: 2px solid white; /* Нижняя часть стрелки */
  transform: translate(-50%, -50%) rotate(-45deg);
}
.body-news-index .news .news__pagination .page-item.prev {
  margin-right: 10px;
  margin-left: 0;
}
.body-news-index .news .news__pagination .page-item.prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.body-news-index .news .news__pagination .page-item.active .page-link {
  color: #07113F;
  font-size: 14px;
}
.body-news-index .news .news__pagination .page-link {
  border: none;
  background: none;
  color: #FFFFFF;
}
.body-news-index .news .news__pagination {
  margin-top: 60px;
}
.body-news-index .news__head {
  padding: 30px 0 25px 0;
}
.body-news-index .news__content {
  background-color: #00C0FF;
  position: relative;
}
.body-news-index .news__content .pattern {
  pointer-events: none;
  top: -50px;
  z-index: 0;
  position: absolute;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  height: 100%;
  max-height: 600px;
}
.body-news-index .news .news-item {
  height: 370px;
  display: flex;
  flex-direction: column;
}
.body-news-index .news .news-item__body {
  height: 53%;
}
.body-news-index .news .news-item__image {
  height: 47%;
}

.body-news-view .hero {
  height: 40vw;
  position: relative;
}
.body-news-view .hero::before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #0C2657;
  opacity: 0.5;
}
.body-news-view .hero {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.body-news-view .hero h1 {
  position: relative;
  font-size: 48px;
  color: #FFFFFF;
}
.body-news-view .hero .news__category {
  color: #FFFFFF;
  padding-left: 20px;
  line-height: 100%;
  position: relative;
  border-left: 3px solid #FFFFFF;
}
.body-news-view .hero .news__category p {
  position: relative;
}
.body-news-view .hero .news__date {
  position: relative;
}
.body-news-view .hero .news__date p, .body-news-view .hero .news__date span {
  position: relative;
}
.body-news-view .hero .news__date {
  color: #FFFFFF;
}
.body-news-view .hero .news__date svg path {
  stroke: #FFFFFF;
}
.body-news-view .hero .news__socials-hero {
  width: 40px;
  padding: 20px 10px;
  background-color: rgba(12, 38, 87, 0.75);
  position: absolute;
  gap: 15px;
  right: 0;
  bottom: 0;
  margin-left: auto;
}
.body-news-view .hero .news__socials-hero .btn-share {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-news-view .hero .news__socials-hero .share-link svg path {
  fill: #FFFFFF;
}
.body-news-view .hero .news__socials-hero .btn-share i {
  font-size: 14px;
  color: #FFFFFF;
}
.body-news-view .hero .news__socials-hero .btn-whatsapp {
  border-radius: 50%;
  background: linear-gradient(to bottom, #25D366 0%, #00CF4D 100%);
}
.body-news-view .hero .news__socials-hero .btn-facebook {
  border-radius: 50%;
  background: #1877f2;
  align-items: flex-start;
}
.body-news-view .hero .news__socials-hero .btn-facebook i {
  font-size: 16px;
  transform: translate(1px, 1px);
}
.body-news-view .hero .news__socials-hero .btn-vk {
  background: #0077FF;
  border-radius: 7px;
}
.body-news-view .hero .news__socials-hero .btn-vk i {
  font-size: 14px;
}
.body-news-view .hero .news__socials-hero p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-top: 10px;
  color: #FFFFFF;
  margin-block-end: 0;
  margin-block-start: 0;
}
.body-news-view .news-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
}
.body-news-view .news-section__inner {
  position: relative;
  width: 100%;
}
.body-news-view .news-section .news__socials {
  width: 40px;
  padding: 20px 10px;
  background-color: #EFEFEF;
  position: absolute;
  gap: 15px;
  right: 0;
  top: 0;
  margin-left: auto;
}
.body-news-view .news-section .news__socials .btn-share {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-news-view .news-section .news__socials .btn-share i {
  font-size: 14px;
  color: #FFFFFF;
}
.body-news-view .news-section .news__socials .btn-whatsapp {
  border-radius: 50%;
  background: linear-gradient(to bottom, #25D366 0%, #00CF4D 100%);
}
.body-news-view .news-section .news__socials .btn-facebook {
  border-radius: 50%;
  background: #1877f2;
  align-items: flex-start;
}
.body-news-view .news-section .news__socials .btn-facebook i {
  font-size: 16px;
  transform: translate(1px, 1px);
}
.body-news-view .news-section .news__socials .btn-vk {
  background: #0077FF;
  border-radius: 7px;
}
.body-news-view .news-section .news__socials .btn-vk i {
  font-size: 14px;
}
.body-news-view .news-section .news__socials p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #07113F;
  margin-block-end: 0;
  margin-block-start: 0;
}
.body-news-view .container-news {
  border-bottom: 2px solid #00C0FF;
  max-width: 650px;
  margin: 0 auto;
  font-family: "Plumbkaz";
}
.body-news-view .container-news strong {
  margin-bottom: 30px;
  font-weight: bold;
}
.body-news-view .container-news img {
  max-width: 100%;
}
.body-news-view .container-news iframe {
  margin: 0 auto;
}
.body-news-view .container-news blockquote {
  max-width: 80%;
  margin: 50px auto;
  font-weight: bold;
  padding-left: 30px;
  border-left: 5px solid #00C0FF;
}

.body-match-view .match__dropdown {
  background-color: #00C0FF;
}
.body-match-view .match__dropdown .dropdown {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.body-match-view .match__dropdown .dropdown-trigger {
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
}
.body-match-view .match__dropdown .dropdown-trigger svg {
  height: 12px;
  width: 12px;
}
.body-match-view .match__dropdown .dropdown-trigger svg path {
  fill: #0C2657;
}
.body-match-view .match__dropdown .dropdown-menu {
  transition: 0.2s all ease;
  opacity: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
.body-match-view .match__dropdown .dropdown-menu li {
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  background-color: #00C0FF;
  transition: 0.1s background-color ease;
}
.body-match-view .match__dropdown .dropdown-menu li.active {
  color: #07113F;
  font-weight: 700;
  background-color: #F7BF74;
}
.body-match-view .match__dropdown .dropdown-menu li.active a svg {
  display: block;
}
.body-match-view .match__dropdown .dropdown-menu li a {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  color: inherit;
}
.body-match-view .match__dropdown .dropdown-menu li a span {
  position: relative;
  padding: 0 40px;
}
.body-match-view .match__dropdown .dropdown-menu li a svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 20px;
  display: none;
}
.body-match-view .match__dropdown .dropdown-menu li:hover {
  font-weight: 700;
  background-color: #F7BF74;
}
.body-match-view .match__dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.body-match-view .match .tabs .tabs__item:first-child {
  border-left: none;
}
.body-match-view .match h1 {
  line-height: 50%;
}
.body-match-view .match__head {
  padding: 30px 0;
  border-bottom: 2px solid #00C0FF;
}
.body-match-view .section-title {
  color: #00C0FF;
}
.body-match-view .skeleton-card {
  height: 280px;
}
.body-match-view .match-prev .match-pagination {
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  width: 100%;
}
.body-match-view .match-prev .match-pagination a {
  color: #00C0FF;
  font-family: "Plumbkaz";
  font-size: 16px;
}
.body-match-view .match-prev .match-pagination .prev, .body-match-view .match-prev .match-pagination .next {
  position: relative;
  font-size: 0;
  margin-left: 10px;
}
.body-match-view .match-prev .match-pagination .prev a, .body-match-view .match-prev .match-pagination .next a {
  font-size: 0;
}
.body-match-view .match-prev .match-pagination .prev::before, .body-match-view .match-prev .match-pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* Длина линии стрелки */
  height: 10px; /* Толщина линии стрелки */
  border-right: 2px solid #00C0FF; /* Правая часть стрелки */
  border-bottom: 2px solid #00C0FF; /* Нижняя часть стрелки */
  transform: translate(-50%, -50%) rotate(-45deg);
}
.body-match-view .match-prev .match-pagination .prev {
  margin-right: 10px;
  margin-left: 0;
}
.body-match-view .match-prev .match-pagination .prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.body-match-view .match-prev .match-pagination .active a {
  color: #07113F;
  font-weight: bold;
}
.body-match-view .match-prev .match-pagination .page-link {
  border: none;
  background: none;
  color: #FFFFFF;
}
.body-match-view .match-prev .match__link {
  padding: 10px 0;
  display: block;
}
.body-match-view .match-prev .match__link.off {
  opacity: 0.5;
  pointer-events: none;
}
.body-match-view .match-prev .match-items {
  transition: 0.3s all ease;
}
.body-match-view .match-prev .match__time {
  font-size: 64px;
  letter-spacing: 5px;
}
.body-match-view .match-prev .match__time--m {
  font-size: 48px;
}
.body-match-view .match-prev .match__time--s {
  font-size: 42px;
}
.body-match-view .match-prev .prev-match {
  height: 290px;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 0;
  border: 1px solid #00C0FF;
}
.body-match-view .match-prev .prev-match__championship {
  color: #676767;
  opacity: 0.8;
}

.body-standings-view .standings {
  padding-bottom: 50px;
}
.body-standings-view .standings__dropdown {
  background-color: #00C0FF;
}
.body-standings-view .standings__dropdown .dropdown {
  padding: 10px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.body-standings-view .standings__dropdown .dropdown-trigger {
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
}
.body-standings-view .standings__dropdown .dropdown-trigger svg {
  height: 12px;
  width: 12px;
}
.body-standings-view .standings__dropdown .dropdown-trigger svg path {
  fill: #0C2657;
}
.body-standings-view .standings__dropdown .dropdown-menu {
  transition: 0.2s all ease;
  opacity: 1;
  width: 100%;
  padding: 0;
  margin: 0;
}
.body-standings-view .standings__dropdown .dropdown-menu li {
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
  background-color: #00C0FF;
  transition: 0.1s background-color ease;
}
.body-standings-view .standings__dropdown .dropdown-menu li.active {
  color: #07113F;
  font-weight: 700;
  background-color: #F7BF74;
}
.body-standings-view .standings__dropdown .dropdown-menu li.active a svg {
  display: block;
}
.body-standings-view .standings__dropdown .dropdown-menu li a {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  width: 100%;
  color: inherit;
}
.body-standings-view .standings__dropdown .dropdown-menu li a span {
  position: relative;
  padding: 0 40px;
}
.body-standings-view .standings__dropdown .dropdown-menu li a svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 20px;
  display: none;
}
.body-standings-view .standings__dropdown .dropdown-menu li:hover {
  font-weight: 700;
  background-color: #F7BF74;
}
.body-standings-view .standings__dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.body-standings-view .standings__head {
  padding: 30px 0;
  border-bottom: 2px solid #00C0FF;
}
.body-standings-view .standings__head h1 {
  line-height: 50%;
}
.body-standings-view .standings__head .tabs .tabs__item:first-child {
  border-left: 0;
}
.body-standings-view .standings__head .tabs .tabs-next svg path {
  fill: #00C0FF;
}
.body-standings-view .standings__head .tabs__item {
  padding: 0 15px;
  color: #07113F;
  border-left: 3px solid #00C0FF;
}
.body-standings-view .standings__head .tabs__item.active {
  color: #00C0FF;
}
.body-standings-view .standings__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}
.body-standings-view .standings__table {
  width: 100%;
  background-color: #0C2657;
  padding: 20px;
}
.body-standings-view .standings__table .table__title {
  padding-bottom: 10px;
  font-size: 32px;
  color: #F7BF74;
}
.body-standings-view .standings__table .table .table-image {
  max-height: 20px;
  object-fit: contain;
}
.body-standings-view .standings__table .table {
  margin-bottom: 0;
  color: #FFFFFF;
}
.body-standings-view .standings__table .table .table-row:not(.table-row_selected):hover {
  font-weight: 700;
  background-color: rgba(36, 58, 155, 0.3);
}
.body-standings-view .standings__table .table .table-row_selected {
  font-weight: 700;
  background-color: #07113F;
}
.body-standings-view .standings__table .table .table-row .table-cell {
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: 1px solid #07113F;
}
.body-standings-view .standings__table .table .table-row .table-cell:last-child, .body-standings-view .standings__table .table .table-row .table-cell:first-child {
  padding: 15px 30px;
}
.body-standings-view .standings__table .table .table-row .table-cell:last-child {
  width: 15%;
  text-align: right;
}
.body-standings-view .standings__table .table .table-row:last-child .table-cell {
  border-bottom: none;
}
.body-standings-view .standings__table .table .table-head .table-cell {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #F7BF74;
  font-weight: 700;
}
.body-standings-view .standings .secondary {
  background-color: #07113F;
}
.body-standings-view .standings .secondary .table-head .table-cell {
  border-bottom: 2px solid #FFFFFF;
}
.body-standings-view .standings .secondary .table-row_selected {
  color: #07113F;
  background-color: #00C0FF;
}
.body-standings-view .standings .secondary .table-row .table-cell {
  border-bottom: 1px solid #00C0FF;
}
.body-standings-view .standings .secondary .table-row:last-child .table-cell {
  border-bottom: none;
}
.body-standings-view .standings .tertiary {
  background-color: #00C0FF;
}
.body-standings-view .standings .tertiary .table .table-row_selected {
  background-color: #F7BF74;
}
.body-standings-view .standings .tertiary .table__title, .body-standings-view .standings .tertiary .table .table-cell {
  color: #07113F;
}
.body-standings-view .standings .tertiary .table .table-head .table-cell {
  border-bottom: 2px solid #07113F;
}

.body-club-index .team__head,
.body-team-view .team__head {
  padding: 30px 0;
  border-bottom: 2px solid #00C0FF;
}
.body-club-index .team__head .tabs__item:first-child,
.body-team-view .team__head .tabs__item:first-child {
  border-left: none;
}
.body-club-index .team__content,
.body-team-view .team__content {
  position: relative;
}
.body-club-index .team__content .pattern,
.body-team-view .team__content .pattern {
  pointer-events: none;
  top: 0;
  z-index: 0;
  position: absolute;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  height: 600px;
}
.body-club-index .team .team-block__title,
.body-team-view .team .team-block__title {
  color: #00C0FF;
}
.body-club-index .team .team-block__item,
.body-team-view .team .team-block__item {
  height: 340px;
}

.body-club-index h2 {
  color: #00C0FF;
  font-weight: 700;
  font-size: 3rem;
}
.body-club-index .team .container-mini {
  max-width: 780px;
}

.body-club-index .player,
.body-team-view .player {
  transition: 0.1s all ease;
}
.body-club-index .player:hover,
.body-team-view .player:hover {
  transform: scale(1.03);
}
.body-club-index .player:hover .player__name,
.body-team-view .player:hover .player__name {
  color: #00C0FF;
}
.body-club-index .player,
.body-team-view .player {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.body-club-index .player__image,
.body-team-view .player__image {
  position: relative;
  height: 250px;
  background-color: #cdcdcd;
}
.body-club-index .player__image img,
.body-team-view .player__image img {
  object-fit: contain;
  max-height: 100%;
}
.body-club-index .player__number,
.body-team-view .player__number {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #00C0FF;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.body-club-index .player__country,
.body-team-view .player__country {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 39px;
  height: 30px;
}
.body-club-index .player__name,
.body-team-view .player__name {
  color: #07113F;
}
.body-club-index .player__name h4,
.body-team-view .player__name h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.body-club-index .player__position,
.body-team-view .player__position {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.body-club-index .player__body,
.body-team-view .player__body {
  background-color: #FFFFFF;
  padding: 15px 20px 10px 20px;
}

.body-catalog-view .product,
.body-catalog-index .product,
.body-profile-show .product,
.body-fan-shop-index .product,
.body-site-index .product {
  position: relative;
  border-radius: 10px;
  border: 1px solid #00C0FF;
  transition: 0.2s all ease;
}
.body-catalog-view .product:hover,
.body-catalog-index .product:hover,
.body-profile-show .product:hover,
.body-fan-shop-index .product:hover,
.body-site-index .product:hover {
  border: 1px solid #0C2657;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.body-catalog-view .product:hover .product__btn,
.body-catalog-index .product:hover .product__btn,
.body-profile-show .product:hover .product__btn,
.body-fan-shop-index .product:hover .product__btn,
.body-site-index .product:hover .product__btn {
  opacity: 1;
  pointer-events: all;
}
.body-catalog-view .product:hover .product__title,
.body-catalog-index .product:hover .product__title,
.body-profile-show .product:hover .product__title,
.body-fan-shop-index .product:hover .product__title,
.body-site-index .product:hover .product__title {
  font-weight: 700;
  text-decoration: underline;
}
.body-catalog-view .product__btn,
.body-catalog-index .product__btn,
.body-profile-show .product__btn,
.body-fan-shop-index .product__btn,
.body-site-index .product__btn {
  transition: 0.1s all ease;
  position: absolute;
  height: 45px;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 45px;
  pointer-events: none;
  right: 0;
  bottom: 0;
  background-color: #0C2657;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.body-catalog-view .product__btn svg,
.body-catalog-index .product__btn svg,
.body-profile-show .product__btn svg,
.body-fan-shop-index .product__btn svg,
.body-site-index .product__btn svg {
  height: 80%;
  width: 80%;
}
.body-catalog-view .product__image,
.body-catalog-index .product__image,
.body-profile-show .product__image,
.body-fan-shop-index .product__image,
.body-site-index .product__image {
  height: 230px;
}
.body-catalog-view .product__image img,
.body-catalog-index .product__image img,
.body-profile-show .product__image img,
.body-fan-shop-index .product__image img,
.body-site-index .product__image img {
  border-radius: 10px;
  object-fit: contain;
  max-height: 100%;
  width: auto;
}
.body-catalog-view .product__body,
.body-catalog-index .product__body,
.body-profile-show .product__body,
.body-fan-shop-index .product__body,
.body-site-index .product__body {
  margin-top: 10px;
  padding: 15px 25px;
}
.body-catalog-view .product__title,
.body-catalog-index .product__title,
.body-profile-show .product__title,
.body-fan-shop-index .product__title,
.body-site-index .product__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #07113F;
}

.body-team-player .player-section__preview img {
  width: 100%;
  max-height: 500px;
}
.body-team-player .player-section__params {
  width: 100%;
}
.body-team-player .player-section__params__item {
  background-color: #00C0FF;
  padding: 10px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.body-team-player .player-section__params__item p {
  font-size: 13px;
  color: #FFFFFF;
  opacity: 0.8;
}
.body-team-player .player-section__params__item span {
  font-size: 24px;
  display: inline-block;
  line-height: 90%;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Georgio";
  text-transform: uppercase;
}
.body-team-player .player-section__socials a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F00073;
}
.body-team-player .player-section__socials a svg path {
  fill: #FFFFFF;
}
.body-team-player .player-section__socials a.player-section__info__item__caption {
  background: none;
  display: block;
}
.body-team-player .player-section__socials a.player-section__info__item__caption span {
  font-size: 13px;
  color: #676767;
  text-transform: none;
  font-family: "Plumbkaz";
}
.body-team-player .player-section__body {
  margin-top: 40px;
  padding: 0 40px;
}
.body-team-player .player-section__bio h2, .body-team-player .player-section__info h2 {
  padding: 10px 0;
  color: #00C0FF;
}
.body-team-player .player-section__info {
  width: 35%;
  border: 1px solid #00C0FF;
}
.body-team-player .player-section__info__head {
  padding: 10px 30px;
  background-color: #00C0FF;
}
.body-team-player .player-section__info__head h3 {
  color: #FFFFFF;
}
.body-team-player .player-section__info__item {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #00C0FF;
}
.body-team-player .player-section__info__item:last-child {
  border-bottom: none;
}
.body-team-player .player-section__info__item p {
  font-size: 13px;
  color: #676767;
  opacity: 0.9;
}
.body-team-player .player-section__info__item__country {
  height: 40px;
  width: 40px;
}
.body-team-player .player-section__info__item .player-section__info__number {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #00C0FF;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.body-team-player .player-section__info__item span, .body-team-player .player-section__info__item h1 {
  line-height: 90%;
  font-family: "Georgio";
  text-transform: uppercase;
  color: #0C2657;
  font-size: 24px;
  margin-bottom: 0;
}
.body-team-player .player-section__bio {
  width: 65%;
}
.body-team-player .player-section__bio__description {
  font-size: 13px;
  color: #676767;
  opacity: 0.8;
}
.body-team-player .player-section__stats {
  background-color: #EFEFEF;
  padding: 45px 30px;
}
.body-team-player .player-section__stats h3 {
  color: #00C0FF;
}
.body-team-player .player-section__stats table {
  table-layout: auto;
  width: 100%;
}
.body-team-player .player-section__stats table tr:first-child br {
  display: none;
}
.body-team-player .player-section__stats table tr:first-child span {
  position: relative;
  display: block;
  width: 12px;
  height: 16px;
  margin: auto;
}
.body-team-player .player-section__stats table tr {
  font-weight: 700;
  border-bottom: 1px solid #676767;
}
.body-team-player .player-section__stats table tr td {
  text-align: center;
  white-space: nowrap;
  padding: 20px 10px;
}
.body-team-player .player-section__stats table tr:first-child td {
  border-bottom: 2px solid #676767;
  color: #676767;
  width: auto;
  opacity: 0.8;
  font-weight: 500;
}

.body-catalog-index .hero {
  margin-top: 50px;
}
.body-catalog-index .hero .shop-slider {
  position: relative;
}
.body-catalog-index .hero .shop-slider .swiper-wrapper {
  position: relative;
}
.body-catalog-index .hero .shop-slider .swiper-slide {
  height: 320px;
  position: relative;
}
.body-catalog-index .hero .shop-slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  object-fit: cover;
}
.body-catalog-index .hero .shop-slider .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet {
  display: none; /* Скрыть все */
}
.body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet:nth-last-child(-n+3), .body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet:nth-child(-n+3), .body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet-active {
  display: inline-block; /* Показать только активные и ближайшие */
}
.body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  border-radius: 3px;
  opacity: 1;
  margin: 0 15px;
  height: 5px;
  background-color: #FFFFFF;
}
.body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0C2657;
}
.body-catalog-index .hero .shop-slider .slider-button-next, .body-catalog-index .hero .shop-slider .slider-button-prev {
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: rgba(0, 192, 255, 0.5);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 0 10px;
}
.body-catalog-index .hero .shop-slider .slider-button-next svg, .body-catalog-index .hero .shop-slider .slider-button-prev svg {
  rotate: -90deg;
  width: 35px;
  height: 35px;
}
.body-catalog-index .hero .shop-slider .slider-button-next svg path, .body-catalog-index .hero .shop-slider .slider-button-prev svg path {
  fill: #FFFFFF;
}
.body-catalog-index .hero .shop-slider .slider-button-prev {
  right: unset;
  left: 0;
}
.body-catalog-index .hero .shop-slider .slider-button-prev svg {
  rotate: 90deg;
}
.body-catalog-index .hero__item {
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.body-catalog-index .hero__item-block {
  max-width: 170px;
  position: relative;
  z-index: 2;
}
.body-catalog-index .hero__item__link {
  padding: 13px 20px 13px 25px;
  background-color: #F7BF74;
  color: #07113F;
}
.body-catalog-index .hero__item__link svg {
  margin-left: 5px;
  rotate: -90deg;
}
.body-catalog-index .hero__item__link svg path {
  fill: #07113F;
}
.body-catalog-index .hero__item h4 {
  font-size: 20px;
  color: #00C0FF;
  text-shadow: 0 0 1px #00C0FF;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.body-catalog-index .shop-pagination .pagination {
  display: none;
  gap: 10px;
  align-items: center;
}
.body-catalog-index .shop-pagination .pagination .prev, .body-catalog-index .shop-pagination .pagination .next {
  display: none;
}
.body-catalog-index .shop-pagination .pagination .page-item {
  font-size: 0;
  height: 12px;
  width: 12px;
}
.body-catalog-index .shop-pagination .pagination .page-item.active {
  height: 18px;
  width: 18px;
}
.body-catalog-index .shop-pagination .pagination .page-item.active .page-link {
  height: 18px;
  width: 18px;
}
.body-catalog-index .shop-pagination .pagination .page-item .page-link {
  padding: 0;
  height: 12px;
  width: 12px;
  overflow: hidden;
  font-size: 0;
  display: block;
  border-radius: 50%;
  background-color: #00C0FF;
}
.body-catalog-index .section-shop {
  padding-bottom: 40px;
  position: relative;
  min-height: 700px;
}
.body-catalog-index .section-shop .product {
  height: 330px;
  transition: 1s width ease;
  background-color: #FFFFFF;
}
.body-catalog-index .shop-content {
  width: 100%;
}
.body-catalog-index .shop-content-empty {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 25px 30px;
}
.body-catalog-index .sidebar {
  position: absolute;
  background-color: #EFEFEF;
  display: none;
  z-index: 2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.body-catalog-index .sidebar .search {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 13px;
}
.body-catalog-index .sidebar .search input[type=search] {
  border: none;
  outline: none;
}
.body-catalog-index .sidebar .dropdown {
  position: relative;
}
.body-catalog-index .sidebar .dropdown ul {
  width: 100%;
}
.body-catalog-index .sidebar .dropdown ul li {
  border-bottom: 1px solid rgba(0, 192, 255, 0.22);
}
.body-catalog-index .sidebar .dropdown ul li:last-child {
  border-bottom: none;
}
.body-catalog-index .sidebar .sort {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #07113F;
}
.body-catalog-index .sidebar .sort__item span {
  display: block;
  color: #676767;
  opacity: 0.9;
}
.body-catalog-index .sidebar .sort__item svg:first-child {
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
.body-catalog-index .sidebar .sort__item svg:last-child {
  height: 12px;
  width: 12px;
  margin-left: 10px;
}
.body-catalog-index .sidebar .sort__item svg:last-child path {
  fill: #07113F;
}
.body-catalog-index .sidebar .sort__item button {
  padding: 0;
  align-items: center;
}
.body-catalog-index .sidebar .categories {
  max-height: 250px;
  overflow-y: scroll;
}
.body-catalog-index .sidebar .categories::-webkit-scrollbar {
  width: 1px;
}
.body-catalog-index .sidebar .categories::-webkit-scrollbar-track {
  width: 2px;
  background-color: transparent;
}
.body-catalog-index .sidebar .categories::-webkit-scrollbar-thumb {
  background-color: #00C0FF;
}
.body-catalog-index .sidebar .categories__item:first-child {
  margin-bottom: 30px;
  font-weight: 700;
  color: #07113F;
}
.body-catalog-index .sidebar .categories__item:first-child label {
  opacity: 1;
}
.body-catalog-index .sidebar .categories label {
  gap: 5px;
  color: #676767;
  opacity: 0.8;
}
.body-catalog-index .sidebar .categories input[type=checkbox] {
  height: 15px;
  width: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #07113F;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.body-catalog-index .sidebar .categories input[type=checkbox]:checked {
  background-color: #00C0FF;
  border: 1px solid transparent;
}
.body-catalog-index .sidebar .categories input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg); /* Галочка */
}
.body-catalog-index .sidebar-inner {
  padding: 10px 40px;
}
.body-catalog-index .sidebar-content {
  width: 0;
  height: 580px;
  position: relative;
  transition: width 0.5s;
  overflow: hidden;
}
.body-catalog-index .sidebar-content::-webkit-scrollbar {
  display: none;
}
.body-catalog-index .sidebar__reload {
  cursor: pointer;
  top: 0;
  height: 40px;
  width: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.body-catalog-index .sidebar__reload i {
  color: #00C0FF;
}
.body-catalog-index .sidebar__close {
  position: absolute;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #00C0FF;
}
.body-catalog-index .sidebar-hidden {
  transition: width 0.5s ease-in-out;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00C0FF;
}
.body-catalog-index .sidebar-hidden-inner {
  width: 40px;
  padding: 5px;
  height: 100%;
}
.body-catalog-index .sidebar-hidden h5 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin: 30px 0 0;
  font-size: 22px;
  color: #FFFFFF;
}
.body-catalog-index .sidebar-hidden svg {
  rotate: 180deg;
}
.body-catalog-index .sidebar.active .sidebar-content {
  width: 300px;
}
.body-catalog-index .sidebar.active .sidebar-hidden {
  width: 0;
}

.body-catalog-view .product-section {
  padding-bottom: 50px;
}
.body-catalog-view .product-section .breadcrumb {
  padding: 20px 0;
  background-color: white;
  display: flex;
  border-bottom: 2px solid #00C0FF;
  gap: 12px;
}
.body-catalog-view .product-section .breadcrumb li, .body-catalog-view .product-section .breadcrumb li a {
  font-weight: 700;
  color: #00C0FF;
}
.body-catalog-view .product-section .breadcrumb li .breadcrumb-arrow, .body-catalog-view .product-section .breadcrumb li a .breadcrumb-arrow {
  margin-left: 12px;
  color: #07113F;
  font-weight: normal;
}
.body-catalog-view .product-section .product__content {
  margin-top: 30px;
}
.body-catalog-view .product-section .product-photos {
  width: 40%;
  margin-right: 50px;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide, .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #0C2657;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide img, .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide img {
  max-width: 100%;
  border: 2px solid transparent;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide-active, .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide-active {
  border: 1px solid #00C0FF;
}
.body-catalog-view .product-section .product-photos .product-mini-slider {
  position: relative;
  margin-top: 20px;
  overflow-x: hidden;
  padding-right: 50px;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide {
  height: 100px;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .slider-button-next {
  position: absolute;
  top: 50%;
  height: 100.5%;
  z-index: 1;
  background-color: #FFFFFF;
  transform: translateY(-50%);
  right: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .slider-button-next svg {
  width: 30px;
  height: 18px;
  rotate: -90deg;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .slider-button-next svg path {
  fill: #00C0FF;
}
.body-catalog-view .product-section .product-photos .product-mini-slider .swiper-button-disabled {
  opacity: 0.5;
}
.body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide {
  height: 450px;
}
.body-catalog-view .product-section .product-photos .product-big-slider .slider-button-next {
  display: none;
}
.body-catalog-view .product-section .product-info__article {
  color: #676767;
}
.body-catalog-view .product-section .product-info__title h3 {
  max-width: 350px;
}
.body-catalog-view .product-section .product-info__title span {
  font-size: 21px;
}
.body-catalog-view .product-section .product-info .product-form {
  margin-top: 20px;
}
.body-catalog-view .product-section .product-info .product-form .dropdown {
  padding: 10px 12px;
  border: 2px solid #00C0FF;
}
.body-catalog-view .product-section .product-info .product-form .dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
}
.body-catalog-view .product-section .product-info .product-form .dropdown .dropdown-menu {
  transition: 0.2s all ease-in-out;
}
.body-catalog-view .product-section .product-info .product-form .dropdown .dropdown-arrow svg {
  width: 12px;
  height: 8px;
}
.body-catalog-view .product-section .product-info .product-form .dropdown .dropdown-arrow svg path {
  fill: #00C0FF;
}
.body-catalog-view .product-section .product-info .product-form__add-cart {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 15px 10px 30px;
  background-color: #00C0FF;
  color: #FFFFFF;
  transition: 0.1s all ease-in-out;
}
.body-catalog-view .product-section .product-info .product-form__add-cart:hover {
  background-color: rgba(56, 166, 245, 0.85);
}
.body-catalog-view .product-section .product-info .product-form__add-cart svg {
  rotate: -90deg;
}
.body-catalog-view .product-section .product-info .product-additional, .body-catalog-view .product-section .product-info .product-description {
  margin-top: 30px;
}
.body-catalog-view .product-section .product-info .product-additional h5, .body-catalog-view .product-section .product-info .product-description h5 {
  color: #676767;
  margin-bottom: 20px;
}
.body-catalog-view .product-section .product-info .product-additional p {
  color: #676767;
}
.body-catalog-view .product-section .product-info .product-additional p b {
  color: #07113F;
}
.body-catalog-view .product-section .product-info .delivery {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #00C0FF;
}
.body-catalog-view .product-section .similar-products {
  margin-top: 50px;
}
.body-catalog-view .product-section .similar-products h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.field-becomeplayerform-photos {
  position: relative;
}
.field-becomeplayerform-photos label {
  cursor: pointer;
}
.field-becomeplayerform-photos label::after {
  display: none;
}

#image-upload-count {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  display: none;
  font-size: 12px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #00C0FF;
  color: #FFFFFF;
  font-weight: 700;
}

.body-fans-index .notification {
  background-image: url("/uploads/images/fans/banner.png");
  background-size: cover;
}
.body-fans-index .notification__head h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 76px;
  background-color: rgba(12, 38, 87, 0.3);
  padding: 60px 0;
  z-index: 1;
  text-align: center;
}
.body-fans-index .notification__head h1:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(12, 38, 87, 0.3);
  top: 0;
  bottom: -50px;
  width: 100%;
  left: 0;
}
.body-fans-index .notification__body {
  margin-top: 100px;
}
.body-fans-index .notification__item {
  padding: 20px 25px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-size: cover;
}
.body-fans-index .notification__item::before {
  content: "";
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
}
.body-fans-index .notification__item h3 {
  line-height: 100%;
  position: relative;
  color: #F7BF74;
  font-size: 24px;
}
.body-fans-index .notification__item p, .body-fans-index .notification__item span {
  color: #FFFFFF;
  margin-bottom: 0;
  position: relative;
}
.body-fans-index .wallpapers {
  padding: 40px 0 25px 0;
}
.body-fans-index .wallpapers__item {
  position: relative;
}
.body-fans-index .wallpapers__item button {
  top: 15px;
  padding: 10px 15px;
  opacity: 0;
  pointer-events: none;
  background-color: #07113F;
  right: 15px;
  position: absolute;
}
.body-fans-index .wallpapers__item button i {
  color: #FFFFFF;
}
.body-fans-index .wallpapers__item img {
  width: 100%;
}
.body-fans-index .wallpapers__item:hover button {
  pointer-events: all;
  opacity: 1;
}
.body-fans-index .wallpapers__head .tabs .tabs__item {
  padding: 0 20px;
  line-height: 100%;
  font-weight: 500;
}
.body-fans-index .wallpapers__head .tabs .tabs__item.active {
  font-weight: 700;
  color: #00C0FF;
}
.body-fans-index .wallpapers__head .tabs .tabs__item:not(:first-child) {
  border-left: 3px solid #00C0FF;
}
.body-fans-index .wallpapers__head h3 {
  width: auto;
  white-space: nowrap;
  color: #00C0FF;
}
.body-fans-index .wallpapers__body {
  margin-top: 30px;
}
.body-fans-index .wallpapers-desktop {
  font-weight: 700;
  margin: 30px auto 0;
}
.body-fans-index .wallpapers-desktop.off {
  display: none !important;
}
.body-fans-index .wallpapers-desktop:not(.wallpapers-mobile) {
  padding: 15px 20px;
}
.body-fans-index .wallpapers-mobile svg {
  height: 35px;
  width: 35px;
}
.body-fans-index .actions {
  padding-top: 25px;
  padding-bottom: 25px;
}
.body-fans-index .actions .action {
  display: flex;
  flex-direction: column;
  background-size: contain;
  border-radius: 10px;
  background-repeat: no-repeat;
}
.body-fans-index .actions .action__inner {
  position: relative;
  padding: 20px 20px 35px 20px;
}
.body-fans-index .actions .action img {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.body-fans-index .actions .action h2 {
  margin-top: 5px;
  display: flex;
  font-size: 48px;
  flex-direction: column;
}
.body-fans-index .actions .action h2 span {
  all: inherit;
  margin-top: 0;
  display: block;
  font-size: 20px;
}
.body-fans-index .actions .action-subscribe {
  color: #07113F;
  background-image: url("/uploads/images/fans/fans-subscribe-back.png");
}
.body-fans-index .actions .action-ticket {
  color: #FFFFFF;
  background-image: url("/uploads/images/fans/ticket-back.png");
}
.body-fans-index .actions .action-ticket h2 {
  color: #FFFFFF;
}
.body-fans-index .quiz {
  margin-top: 60px;
  margin-bottom: 50px;
}
.body-fans-index .quiz__inner {
  position: relative;
}
.body-fans-index .quiz__inner .pattern {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  background-size: 100%;
}
.body-fans-index .quiz__inner {
  background-color: #00C0FF;
  border-radius: 20px;
  padding: 30px 50px 50px 50px;
}
.body-fans-index .quiz__head h3 {
  font-size: 48px;
  color: #FFFFFF;
}
.body-fans-index .quiz__head p {
  font-size: 20px;
  line-height: 100%;
}

.body-media-videos .media,
.body-media-index .media {
  display: block;
}
.body-media-videos .media__head h1,
.body-media-index .media__head h1 {
  font-size: 48px;
  margin-bottom: 0;
}
.body-media-videos .media__head .tabs .tabs__item,
.body-media-index .media__head .tabs .tabs__item {
  display: flex;
  padding-left: 10px;
  border-left: 3px solid #00C0FF;
  gap: 5px;
  align-items: center;
  color: #0C2657;
  line-height: 100%;
  font-size: 24px;
}
.body-media-videos .media__preview,
.body-media-index .media__preview {
  margin-top: 30px;
}
.body-media-videos .media__preview .slider-button-next, .body-media-videos .media__preview .slider-button-prev,
.body-media-index .media__preview .slider-button-next,
.body-media-index .media__preview .slider-button-prev {
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  opacity: 0.9;
  align-items: center;
  justify-content: center;
  width: 25px;
  background-color: #00c0ff;
  z-index: 1;
  top: 0;
}
.body-media-videos .media__preview .slider-button-next svg, .body-media-videos .media__preview .slider-button-prev svg,
.body-media-index .media__preview .slider-button-next svg,
.body-media-index .media__preview .slider-button-prev svg {
  height: 19px;
  width: 13px;
}
.body-media-videos .media__preview .slider-button-prev svg,
.body-media-index .media__preview .slider-button-prev svg {
  rotate: 90deg;
}
.body-media-videos .media__preview .slider-button-next,
.body-media-index .media__preview .slider-button-next {
  left: unset;
  right: 0;
}
.body-media-videos .media__preview .slider-button-next svg,
.body-media-index .media__preview .slider-button-next svg {
  rotate: -90deg;
}
.body-media-videos .media .media-big-slider,
.body-media-index .media .media-big-slider {
  height: 350px;
  margin-bottom: 10px;
}
.body-media-videos .media .media-big-slider .slider-button-next, .body-media-videos .media .media-big-slider .slider-button-prev,
.body-media-index .media .media-big-slider .slider-button-next,
.body-media-index .media .media-big-slider .slider-button-prev {
  display: none;
}
.body-media-videos .media .media-mini-slider img, .body-media-videos .media .media-big-slider img,
.body-media-index .media .media-mini-slider img,
.body-media-index .media .media-big-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.body-media-videos .media .media-mini-slider,
.body-media-index .media .media-mini-slider {
  height: 105px;
  position: relative;
}
.body-media-videos .media .media-mini-slider .swiper-slide:not(.swiper-slide-thumb-active),
.body-media-index .media .media-mini-slider .swiper-slide:not(.swiper-slide-thumb-active) {
  position: relative;
  cursor: pointer;
}
.body-media-videos .media .media-mini-slider .swiper-slide:not(.swiper-slide-thumb-active):before,
.body-media-index .media .media-mini-slider .swiper-slide:not(.swiper-slide-thumb-active):before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-color: rgba(12, 38, 87, 0.5);
}
.body-media-videos .albums,
.body-media-index .albums {
  background-color: #00C0FF;
}
.body-media-videos .albums h2,
.body-media-index .albums h2 {
  font-size: 48px;
  color: #FFFFFF;
}
.body-media-videos .albums .pagination,
.body-media-index .albums .pagination {
  justify-content: center;
  margin-top: 15px;
  gap: 20px;
  width: 100%;
}
.body-media-videos .albums .pagination a,
.body-media-index .albums .pagination a {
  color: #FFFFFF;
  font-family: "Plumbkaz";
  font-size: 16px;
}
.body-media-videos .albums .pagination .prev, .body-media-videos .albums .pagination .next,
.body-media-index .albums .pagination .prev,
.body-media-index .albums .pagination .next {
  position: relative;
  font-size: 0;
  margin-left: 10px;
}
.body-media-videos .albums .pagination .prev a, .body-media-videos .albums .pagination .next a,
.body-media-index .albums .pagination .prev a,
.body-media-index .albums .pagination .next a {
  font-size: 0;
}
.body-media-videos .albums .pagination .prev::before, .body-media-videos .albums .pagination .next::before,
.body-media-index .albums .pagination .prev::before,
.body-media-index .albums .pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; /* Длина линии стрелки */
  height: 10px; /* Толщина линии стрелки */
  border-right: 2px solid #FFFFFF; /* Правая часть стрелки */
  border-bottom: 2px solid #FFFFFF; /* Нижняя часть стрелки */
  transform: translate(-50%, -50%) rotate(-45deg);
}
.body-media-videos .albums .pagination .prev,
.body-media-index .albums .pagination .prev {
  margin-right: 10px;
  margin-left: 0;
}
.body-media-videos .albums .pagination .prev::before,
.body-media-index .albums .pagination .prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.body-media-videos .albums .pagination .active a,
.body-media-index .albums .pagination .active a {
  color: #07113F;
  font-weight: bold;
}
.body-media-videos .albums .pagination .page-link,
.body-media-index .albums .pagination .page-link {
  border: none;
  background: none;
  color: #FFFFFF;
}
.body-media-videos .photos,
.body-media-index .photos {
  padding-top: 10px;
}
.body-media-videos .photos .skeleton-card,
.body-media-index .photos .skeleton-card {
  height: 260px;
  padding: 0 35px;
}
.body-media-videos .photos .skeleton-card:nth-child(3n+1),
.body-media-index .photos .skeleton-card:nth-child(3n+1) {
  padding-left: 15px;
}
.body-media-videos .photos .skeleton-card:nth-child(3n),
.body-media-index .photos .skeleton-card:nth-child(3n) {
  padding-right: 15px;
}
.body-media-videos .photos .photo__item,
.body-media-index .photos .photo__item {
  height: 260px;
  padding: 0 35px;
}
.body-media-videos .photos .photo__item:nth-child(3n+1),
.body-media-index .photos .photo__item:nth-child(3n+1) {
  padding-left: 15px;
}
.body-media-videos .photos .photo__item:nth-child(3n),
.body-media-index .photos .photo__item:nth-child(3n) {
  padding-right: 15px;
}
.body-media-videos .photos .photo__item__image,
.body-media-index .photos .photo__item__image {
  height: 210px;
}
.body-media-videos .photos .photo__item img,
.body-media-index .photos .photo__item img {
  object-fit: cover;
}

.body-media-video .album__socials,
.body-media-view .album__socials {
  position: absolute;
}
.body-media-video .album__inner,
.body-media-view .album__inner {
  padding: 45px 0 40px 0;
  border-bottom: 1px solid #00C0FF;
}
.body-media-video .album .hero,
.body-media-view .album .hero {
  margin-top: 40px;
  position: relative;
  height: 350px;
  padding: 20px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.body-media-video .album .hero h1,
.body-media-view .album .hero h1 {
  font-size: 48px;
  color: #FFFFFF;
  position: relative;
}
.body-media-video .album .hero p,
.body-media-view .album .hero p {
  color: #FFFFFF;
  position: relative;
}
.body-media-video .album .hero:before,
.body-media-view .album .hero:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  background-color: rgba(12, 38, 87, 0.5);
}
.body-media-video .album .hero .album__socials,
.body-media-view .album .hero .album__socials {
  width: 40px;
  padding: 20px 10px;
  background-color: rgba(4, 10, 36, 0.6);
  position: absolute;
  gap: 15px;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-left: auto;
  height: 100%;
}
.body-media-video .album .hero .album__socials .btn-share,
.body-media-view .album .hero .album__socials .btn-share {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body-media-video .album .hero .album__socials .btn-share i,
.body-media-view .album .hero .album__socials .btn-share i {
  font-size: 14px;
  color: #FFFFFF;
}
.body-media-video .album .hero .album__socials .share-btn svg path,
.body-media-view .album .hero .album__socials .share-btn svg path {
  fill: #FFFFFF;
}
.body-media-video .album .hero .album__socials .btn-whatsapp,
.body-media-view .album .hero .album__socials .btn-whatsapp {
  border-radius: 50%;
  background: linear-gradient(to bottom, #25D366 0%, #00CF4D 100%);
}
.body-media-video .album .hero .album__socials .btn-facebook,
.body-media-view .album .hero .album__socials .btn-facebook {
  border-radius: 50%;
  background: #1877f2;
  align-items: flex-start;
}
.body-media-video .album .hero .album__socials .btn-facebook i,
.body-media-view .album .hero .album__socials .btn-facebook i {
  font-size: 16px;
  transform: translate(1px, 1px);
}
.body-media-video .album .hero .album__socials .btn-vk,
.body-media-view .album .hero .album__socials .btn-vk {
  background: #0077FF;
  border-radius: 7px;
}
.body-media-video .album .hero .album__socials .btn-vk i,
.body-media-view .album .hero .album__socials .btn-vk i {
  font-size: 14px;
}
.body-media-video .album .hero .album__socials p,
.body-media-view .album .hero .album__socials p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  color: #FFFFFF;
  margin-block-end: 0;
  margin-block-start: 0;
}
.body-media-video .gallery,
.body-media-view .gallery {
  padding-bottom: 60px;
  margin-top: 40px;
}
.body-media-video .gallery .pagination,
.body-media-view .gallery .pagination {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
}
.body-media-video .gallery .pagination .page-item,
.body-media-view .gallery .pagination .page-item {
  font-size: 0;
  height: 12px;
  width: 12px;
  display: none;
  background-color: transparent;
}
.body-media-video .gallery .pagination .page-item a,
.body-media-view .gallery .pagination .page-item a {
  background-color: #00C0FF;
  border: none;
  padding: 0;
  border-radius: 50%;
}
.body-media-video .gallery .pagination .page-item a span,
.body-media-view .gallery .pagination .page-item a span {
  display: none;
}
.body-media-video .gallery .pagination .page-item.next, .body-media-video .gallery .pagination .page-item.prev,
.body-media-view .gallery .pagination .page-item.next,
.body-media-view .gallery .pagination .page-item.prev {
  height: 12px;
  width: 12px;
  display: block;
}
.body-media-video .gallery .pagination .page-item.next a, .body-media-video .gallery .pagination .page-item.prev a,
.body-media-view .gallery .pagination .page-item.next a,
.body-media-view .gallery .pagination .page-item.prev a {
  height: 12px;
  width: 12px;
}
.body-media-video .gallery .pagination .page-item.active,
.body-media-view .gallery .pagination .page-item.active {
  height: 18px;
  width: 18px;
  display: block;
}
.body-media-video .gallery .pagination .page-item.active a,
.body-media-view .gallery .pagination .page-item.active a {
  height: 18px;
  width: 18px;
  padding: 0;
}
.body-media-video .gallery__items,
.body-media-view .gallery__items {
  display: grid;
  gap: 30px;
  grid-auto-rows: 300px;
}
.body-media-video .gallery__item:nth-child(2),
.body-media-view .gallery__item:nth-child(2) {
  grid-row: 1;
  grid-column: 2/4;
}
.body-media-video .gallery__item:nth-child(4),
.body-media-view .gallery__item:nth-child(4) {
  grid-row: 2/4;
  grid-column: 2;
}
.body-media-video .gallery__item:nth-child(6),
.body-media-view .gallery__item:nth-child(6) {
  grid-row: 3;
  grid-column: 1/2;
}
.body-media-video .gallery__item:nth-child(11),
.body-media-view .gallery__item:nth-child(11) {
  grid-row: 5;
  grid-column: 1/3;
}
.body-media-video .gallery__item img,
.body-media-view .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-media-video .gallery__items {
  display: grid;
  gap: 30px;
  grid-template-rows: unset;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 300px;
}
.body-media-video .gallery__item {
  grid-row: unset !important;
  grid-column: unset !important;
}
.body-media-video .gallery__item iframe {
  width: 100%;
  height: 100%;
}

.body-site-404 .section-404 {
  min-height: 20vw;
  flex-grow: 1;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.body-site-404 .section-404 h1 {
  font-size: 10vw;
  margin-bottom: 30px;
}
.body-site-404 .section-404 h2 {
  font-size: 2vw;
  margin-bottom: 20px;
}
.body-site-404 .section-404 a {
  padding: 15px 40px;
  margin: 0 10px;
}
.body-site-404 .section-404 .home-btn {
  background-color: #0C2657;
}
.body-site-404 .section-404 .home-btn:hover {
  background-color: #07113F;
}
.body-site-404 .section-404 > .container {
  position: relative;
  text-align: center;
  padding: 10vw 0;
}
.body-site-404 .section-404 > .container img {
  margin-bottom: 2vw;
  max-width: 100%;
}
.body-site-404 .section-404 > .container .text-block {
  margin: auto;
  width: 500px;
  max-width: 100%;
}

.body-match-tiketon-modal .footer {
  display: none;
}

.body-shopcart-new-order .default-btn-outline {
  border-color: #00C0FF;
  color: #00C0FF;
  background-color: transparent;
  padding: 13px 50px;
  border: 1px solid #00C0FF;
}
.body-shopcart-new-order .order-info {
  padding-bottom: 20px;
  border-bottom: 1px solid #00C0FF;
  border-top: 1px solid #00C0FF;
  padding-top: 20px;
}

.body-shopcart-new-order .shopcart-section,
.body-shopcart-index .shopcart-section {
  padding: 40px 0;
}
.body-shopcart-new-order .shopcart-section__goods-block,
.body-shopcart-index .shopcart-section__goods-block {
  background-color: #00C0FF;
  padding: 35px 0;
}
.body-shopcart-new-order .shopcart-section__goods-block .goods-block__image,
.body-shopcart-index .shopcart-section__goods-block .goods-block__image {
  border-radius: 10px;
  background-color: #FFFFFF;
  height: 200px;
  width: 200px;
}
.body-shopcart-new-order .shopcart-section__goods-block .goods-block__image img,
.body-shopcart-index .shopcart-section__goods-block .goods-block__image img {
  border-radius: 10px;
  border: 1px solid #07113F;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.body-shopcart-new-order .shopcart-section__order,
.body-shopcart-index .shopcart-section__order {
  white-space: nowrap;
  border: 1px solid transparent;
  padding: 13px 40px 13px 40px;
}
.body-shopcart-new-order .shopcart-section__head,
.body-shopcart-index .shopcart-section__head {
  margin-bottom: 20px;
}
.body-shopcart-new-order .shopcart-section__head .tabs__wrapper,
.body-shopcart-index .shopcart-section__head .tabs__wrapper {
  max-width: 100%;
}
.body-shopcart-new-order .shopcart-section__head .tabs__item,
.body-shopcart-index .shopcart-section__head .tabs__item {
  font-size: 32px;
  padding: 0 20px;
  line-height: 100%;
  color: #07113F;
  font-weight: 500;
}
.body-shopcart-new-order .shopcart-section__head .tabs__item:first-child,
.body-shopcart-index .shopcart-section__head .tabs__item:first-child {
  position: relative;
  padding-right: 25px;
}
.body-shopcart-new-order .shopcart-section__head .tabs__item:first-child:after,
.body-shopcart-index .shopcart-section__head .tabs__item:first-child:after {
  height: 15px;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 4px;
  background-color: #00C0FF;
}
.body-shopcart-new-order .shopcart-section__head .tabs__item:nth-child(2),
.body-shopcart-index .shopcart-section__head .tabs__item:nth-child(2) {
  padding-right: 0;
}
.body-shopcart-new-order .shopcart-section__head .tabs__item.active,
.body-shopcart-index .shopcart-section__head .tabs__item.active {
  line-height: 100%;
  text-decoration: underline;
  color: #00C0FF;
  font-weight: bold;
}
.body-shopcart-new-order .shopcart-section__item,
.body-shopcart-index .shopcart-section__item {
  min-height: 200px;
  padding: 15px 0;
  border-bottom: 1px solid #00C0FF;
}
.body-shopcart-new-order .shopcart-section__item:first-child,
.body-shopcart-index .shopcart-section__item:first-child {
  border-top: 1px solid #00C0FF;
}
.body-shopcart-new-order .shopcart-section__item-image,
.body-shopcart-index .shopcart-section__item-image {
  margin-right: 20px;
}
.body-shopcart-new-order .shopcart-section__item .shopcart-counter,
.body-shopcart-index .shopcart-section__item .shopcart-counter {
  margin-right: 40px;
  margin-top: 0 !important;
  height: 50px;
}
.body-shopcart-new-order .shopcart-section__item-price,
.body-shopcart-index .shopcart-section__item-price {
  margin-left: auto;
  margin-right: 30px;
  font-weight: 700;
  color: #0C2657;
}
.body-shopcart-new-order .shopcart-section__item-base,
.body-shopcart-index .shopcart-section__item-base {
  display: flex;
  width: 190px;
  flex-direction: column;
  margin-right: 70px;
}
.body-shopcart-new-order .shopcart-section__item-base span,
.body-shopcart-index .shopcart-section__item-base span {
  font-size: 12px;
  color: #535353;
  display: block;
  margin-bottom: 5px;
}
.body-shopcart-new-order .shopcart-section__item-base a,
.body-shopcart-index .shopcart-section__item-base a {
  line-height: 110%;
  color: #07113F;
}
.body-shopcart-new-order .shopcart-section__total,
.body-shopcart-index .shopcart-section__total {
  margin-left: auto;
  margin-top: 30px;
  color: #0C2657;
  font-size: 20px;
  text-align: right;
}

.body-shopcart-new-order .payment-select {
  padding-bottom: 20px;
}
.body-shopcart-new-order .payment-option {
  display: flex;
  align-items: center;
}
.body-shopcart-new-order .payment-option:not(:last-child) {
  border-right: 3px solid #00C0FF;
}
.body-shopcart-new-order .payment-option label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.body-shopcart-new-order .shopcart-section__order:disabled {
  opacity: 0.5;
}
.body-shopcart-new-order .shopcart-section__order:disabled:hover {
  background-color: #00C0FF;
}
.body-shopcart-new-order .select2-container {
  margin-left: 10px;
  width: 100% !important;
}
.body-shopcart-new-order .select2-selection {
  background: none;
  border: none;
  box-shadow: none;
}
.body-shopcart-new-order .select2-selection__arrow {
  border-left: none !important;
}
.body-shopcart-new-order .select2-selection__rendered {
  line-height: 160%;
}
.body-shopcart-new-order .cs-form-field {
  background-color: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
}
.body-shopcart-new-order .cs-form-field label {
  white-space: nowrap;
  margin-bottom: 0;
  gap: 2px;
  color: black;
}
.body-shopcart-new-order .cs-form-field input[type=text], .body-shopcart-new-order .cs-form-field input[type=email] {
  margin-left: 10px;
  background-color: #EFEFEF;
  border: none;
}
.body-shopcart-new-order .cs-field-checkbox {
  font-size: 12px;
  line-height: 120%;
}
.body-shopcart-new-order .cs-field-checkbox .form-check {
  gap: 10px;
  padding-left: 15px;
  max-width: 280px;
}
.body-shopcart-new-order .cs-field-checkbox .form-check input[type=checkbox] {
  height: 25px;
  margin-bottom: 0;
  margin-top: 2px;
  width: 25px;
  position: absolute;
  left: 0;
}
.body-shopcart-new-order .cs-field-checkbox .form-check a {
  color: #07113F;
}
.body-shopcart-new-order input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 22px;
  width: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.body-shopcart-new-order input[type=radio]:checked {
  border-color: #0C2657;
}
.body-shopcart-new-order input[type=radio]:checked + label {
  font-weight: bold;
}
.body-shopcart-new-order input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0C2657;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body-recovery-reset .auth-section,
.body-recovery-request .auth-section,
.body-registration-register .auth-section,
.body-security-login .auth-section {
  padding: 40px 0;
  border-bottom: 2px solid #00C0FF;
}
.body-recovery-reset .auth-section h2,
.body-recovery-request .auth-section h2,
.body-registration-register .auth-section h2,
.body-security-login .auth-section h2 {
  font-size: 52px;
  color: #00C0FF;
}
.body-recovery-reset .auth-section .container-base,
.body-recovery-request .auth-section .container-base,
.body-registration-register .auth-section .container-base,
.body-security-login .auth-section .container-base {
  max-width: 800px;
}

.body-profile-show .match-next {
  background-color: #EFEFEF;
}
.body-profile-show .cabinet-page-links {
  margin-bottom: 15px;
}
.body-profile-show .cabinet-page-links a {
  font-weight: bold;
  color: #0C2657;
}
.body-profile-show .cabinet-page-links a i {
  font-size: 22px;
}
.body-profile-show .cabinet-page-base {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 192, 255, 0.2);
}
.body-profile-show .cabinet-page-shop a {
  text-decoration: none;
}
.body-profile-show .cabinet-page-shop i, .body-profile-show .cabinet-page-shop p, .body-profile-show .cabinet-page-shop span {
  color: #0C2657;
  text-decoration: none;
}
.body-profile-show .cabinet-page-info {
  border-left: 1px solid #00C0FF;
}
.body-profile-show .cabinet-page-info p {
  color: #676767;
  opacity: 0.85;
}
.body-profile-show .cabinet-page__avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-profile-show .cabinet-page__avatar img {
  height: 150px;
  width: 150px;
  padding: 10px;
  border: 2px solid #00C0FF;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: contain;
}

.body-profile-orders .user-order__price {
  font-size: 18px;
  color: #07113F;
}
.body-profile-orders .user-order__item {
  border-radius: 10px;
  padding: 15px 25px;
  background-color: #f9f9f9;
}
.body-profile-orders .user-order__item-head {
  border-left: 2px solid #00C0FF;
}
.body-profile-orders .user-order__good-title {
  font-weight: 600;
  color: #0C2657;
}
.body-profile-orders .user-order__good-base--small {
  font-size: 13px;
  opacity: 0.85;
}

.body-fan-shop-index .academy-page,
.body-arena-index .academy-page,
.body-academy-index .academy-page,
.body-club-index .academy-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-fan-shop-index .academy-page .container-mini,
.body-arena-index .academy-page .container-mini,
.body-academy-index .academy-page .container-mini,
.body-club-index .academy-page .container-mini {
  max-width: 912px;
}
.body-fan-shop-index .academy-page .hero,
.body-arena-index .academy-page .hero,
.body-academy-index .academy-page .hero,
.body-club-index .academy-page .hero {
  padding-bottom: 25px;
}
.body-fan-shop-index .academy-page .section-power,
.body-arena-index .academy-page .section-power,
.body-academy-index .academy-page .section-power,
.body-club-index .academy-page .section-power {
  padding-bottom: 30px;
  padding-top: 25px;
}
.body-fan-shop-index .academy-page .section-power h2,
.body-arena-index .academy-page .section-power h2,
.body-academy-index .academy-page .section-power h2,
.body-club-index .academy-page .section-power h2 {
  color: #00C0FF;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 760px;
  margin: 0 auto 60px;
}
.body-fan-shop-index .academy-page .section-power img,
.body-arena-index .academy-page .section-power img,
.body-academy-index .academy-page .section-power img,
.body-club-index .academy-page .section-power img {
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-height: 430px;
}
.body-fan-shop-index .academy-page .achievement-section,
.body-arena-index .academy-page .achievement-section,
.body-academy-index .academy-page .achievement-section,
.body-club-index .academy-page .achievement-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-fan-shop-index .academy-page .achievement-section .container-mini,
.body-arena-index .academy-page .achievement-section .container-mini,
.body-academy-index .academy-page .achievement-section .container-mini,
.body-club-index .academy-page .achievement-section .container-mini {
  max-width: 780px;
}
.body-fan-shop-index .academy-page .achievement-section .achievement__item:not(:last-child),
.body-arena-index .academy-page .achievement-section .achievement__item:not(:last-child),
.body-academy-index .academy-page .achievement-section .achievement__item:not(:last-child),
.body-club-index .academy-page .achievement-section .achievement__item:not(:last-child) {
  margin-bottom: 85px;
}
.body-fan-shop-index .academy-page .achievement-section .achievement__item:nth-child(even),
.body-arena-index .academy-page .achievement-section .achievement__item:nth-child(even),
.body-academy-index .academy-page .achievement-section .achievement__item:nth-child(even),
.body-club-index .academy-page .achievement-section .achievement__item:nth-child(even) {
  flex-direction: row-reverse;
}
.body-fan-shop-index .academy-page .achievement-section .achievement__item img,
.body-arena-index .academy-page .achievement-section .achievement__item img,
.body-academy-index .academy-page .achievement-section .achievement__item img,
.body-club-index .academy-page .achievement-section .achievement__item img {
  width: 405px;
}
.body-fan-shop-index .academy-page .goal-section,
.body-arena-index .academy-page .goal-section,
.body-academy-index .academy-page .goal-section,
.body-club-index .academy-page .goal-section {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 6.02vw;
  padding-bottom: 4.17vw;
  margin-top: 105px;
  margin-bottom: 40px;
}
.body-fan-shop-index .academy-page .goal-section .goal__image,
.body-arena-index .academy-page .goal-section .goal__image,
.body-academy-index .academy-page .goal-section .goal__image,
.body-club-index .academy-page .goal-section .goal__image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.body-fan-shop-index .academy-page .goal-section .goal__description h3,
.body-arena-index .academy-page .goal-section .goal__description h3,
.body-academy-index .academy-page .goal-section .goal__description h3,
.body-club-index .academy-page .goal-section .goal__description h3 {
  color: #0C2657;
  font-size: 36px;
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.body-fan-shop-index .academy-page .goal-section .goal__description h3 strong,
.body-arena-index .academy-page .goal-section .goal__description h3 strong,
.body-academy-index .academy-page .goal-section .goal__description h3 strong,
.body-club-index .academy-page .goal-section .goal__description h3 strong {
  font-weight: 900;
}
.body-fan-shop-index .academy-page .goal-description,
.body-arena-index .academy-page .goal-description,
.body-academy-index .academy-page .goal-description,
.body-club-index .academy-page .goal-description {
  margin-top: 40px;
  padding-bottom: 60px;
}
.body-fan-shop-index .academy-page .goal-description__text,
.body-arena-index .academy-page .goal-description__text,
.body-academy-index .academy-page .goal-description__text,
.body-club-index .academy-page .goal-description__text {
  color: #676767;
}
.body-fan-shop-index .academy-page .goal-description span,
.body-arena-index .academy-page .goal-description span,
.body-academy-index .academy-page .goal-description span,
.body-club-index .academy-page .goal-description span {
  display: block;
}

.template-partner .container-mini {
  max-width: 912px;
}
.template-partner .goal-section {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 6.02vw;
  padding-bottom: 4.17vw;
  margin-top: 105px;
  margin-bottom: 40px;
}
.template-partner .goal-section .goal__image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.template-partner .goal-section .goal__description h3 {
  color: #0C2657;
  font-size: 36px;
  max-width: 640px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.template-partner .goal-section .goal__description h3 strong {
  font-weight: 900;
}
.template-partner .goal-description {
  margin-top: 40px;
  padding-bottom: 60px;
}
.template-partner .goal-description__text {
  color: #676767;
}
.template-partner .goal-description span {
  display: block;
}

.body-academy-index .academy-page {
  padding-bottom: 30px;
}
.body-academy-index .academy-page .methods-section {
  padding-top: 20px;
  padding-bottom: 25px;
}
.body-academy-index .academy-page .methods-section .container-mini {
  max-width: 780px;
}
.body-academy-index .academy-page .methods-section .methods__item:not(:last-child) {
  margin-bottom: 85px;
}
.body-academy-index .academy-page .methods-section .methods__item {
  gap: 90px;
}
.body-academy-index .academy-page .methods-section .methods__item:nth-child(even) {
  gap: 60px;
  flex-direction: row-reverse;
}
.body-academy-index .academy-page .methods-section .methods__item:nth-child(even) .card--component__description {
  max-width: unset;
}
.body-academy-index .academy-page .methods-section .methods__item:nth-child(even) .card--component__image {
  margin: 0;
  flex-shrink: 0;
  margin-right: auto;
}
.body-academy-index .academy-page .methods-section .methods__item .card--component__description {
  max-width: 325px;
}
.body-academy-index .academy-page .methods-section .methods__item .card--component__image {
  width: 263px;
  height: auto;
}
.body-academy-index .academy-page .methods-section .methods__item .card--component__image img {
  width: 100%;
}
.body-academy-index .academy-page .methods-section .methods__item img {
  width: 100%;
}
.body-academy-index .academy-page .academy-goal-section {
  padding-top: 15px;
  padding-bottom: 25px;
}
.body-academy-index .academy-page .academy-goal-section .wrapper {
  padding: 56px 80px;
  background-position: center;
  border-radius: 10px;
  background-size: cover;
}
.body-academy-index .academy-page .academy-goal-section .academy-goal__content {
  margin-left: auto;
  max-width: 420px;
}
.body-academy-index .academy-page .academy-goal-section .academy-goal__content h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
  color: #00C0FF;
}
.body-academy-index .academy-page .academy-goal-section .academy-goal__description {
  font-weight: 700;
  color: #D50AAC;
  font-size: 20px;
}
.body-academy-index .academy-page .academy-goal-section .academy-goal__description p {
  margin-bottom: 0;
}
.body-academy-index .academy-page .enroll {
  padding-top: 25px;
  padding-bottom: 30px;
}
.body-academy-index .academy-page .enroll .enroll-block {
  padding: 35px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #FD4E91;
}
.body-academy-index .academy-page .enroll .enroll-block:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url("/uploads/images/parts/enroll-part.svg");
  background-size: cover;
  pointer-events: none;
}
.body-academy-index .academy-page .enroll .enroll-block button {
  position: relative;
  padding: 8px 17px 8px 17px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #07113F;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.body-academy-index .academy-page .enroll .enroll-block button:hover {
  background-color: #ee0f65;
}
.body-academy-index .academy-page .enroll .enroll-block button {
  color: white;
}

.body-fan-shop-index .about-section,
.body-arena-index .about-section {
  padding-top: 25px;
  padding-bottom: 40px;
}
.body-fan-shop-index .arena-section,
.body-arena-index .arena-section {
  padding-top: 35px;
  padding-bottom: 30px;
}
.body-fan-shop-index .arena-section .container-mini,
.body-arena-index .arena-section .container-mini {
  max-width: 810px;
}
.body-fan-shop-index .arena-section__item:not(:last-child),
.body-arena-index .arena-section__item:not(:last-child) {
  margin-bottom: 60px;
}
.body-fan-shop-index .arena-section__item.no-image,
.body-arena-index .arena-section__item.no-image {
  color: #676767;
}
.body-fan-shop-index .arena-section__item.no-image p,
.body-arena-index .arena-section__item.no-image p {
  margin-bottom: 0;
}
.body-fan-shop-index .arena-section__item,
.body-arena-index .arena-section__item {
  flex-direction: row-reverse;
  gap: 60px;
}
.body-fan-shop-index .arena-section__item .card--component__image img,
.body-arena-index .arena-section__item .card--component__image img {
  max-height: 260px;
  width: auto;
}
.body-fan-shop-index .arena-section__item:nth-child(even),
.body-arena-index .arena-section__item:nth-child(even) {
  flex-direction: row;
}
.body-fan-shop-index .arena-quote,
.body-arena-index .arena-quote {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-fan-shop-index .arena-quote .container-mini,
.body-arena-index .arena-quote .container-mini {
  max-width: 810px;
}
.body-fan-shop-index .arena-quote h5 p,
.body-arena-index .arena-quote h5 p {
  margin-bottom: 0;
}
.body-fan-shop-index .arena-quote h5,
.body-arena-index .arena-quote h5 {
  border-radius: 10px;
  padding: 50px 100px;
  font-size: 20px;
  line-height: 150%;
  background-color: #EFEFEF;
}

.body-fan-shop-index .about-section .arena-card--component__main-wrapper:before {
  display: none;
}
.body-fan-shop-index .fan-shop-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.body-fan-shop-index .fan-shop-section__item {
  gap: 40px;
  flex-direction: row-reverse;
}
.body-fan-shop-index .fan-shop-section__item .card--component__image img {
  max-height: 260px;
  width: auto;
}
.body-fan-shop-index .fan-shop-section .container-mini {
  max-width: 810px;
}
.body-fan-shop-index .fan-shop-quote {
  padding-bottom: 70px;
  padding-top: 120px;
}
.body-fan-shop-index .fan-shop-quote .container-mini {
  max-width: 810px;
}
.body-fan-shop-index .fan-shop-quote__wrapper {
  position: relative;
  border-radius: 10px;
  padding: 65px 85px 35px 85px;
  background-size: cover;
}
.body-fan-shop-index .fan-shop-quote__image {
  left: 50%;
  transform: translateX(-50%);
  top: -88px;
  position: absolute;
  width: 210px;
  height: 175px;
}
.body-fan-shop-index .fan-shop-quote__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.body-fan-shop-index .fan-shop-quote h3 {
  margin-bottom: 25px;
}
.body-fan-shop-index .fan-shop-quote h3 p {
  margin-bottom: 0;
}
.body-fan-shop-index .fan-shop-quote h3 {
  font-size: 54px;
  color: #0C2657;
  font-weight: 700;
  line-height: 100%;
}
.body-fan-shop-index .fan-shop-quote__actions {
  gap: 25px;
  justify-content: center;
}
.body-fan-shop-index .fan-shop-quote__actions a {
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  padding: 7px 35px 7px 35px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #07113F;
  color: white;
  font-weight: 700;
  border: 2px solid transparent;
}
.body-fan-shop-index .fan-shop-quote__actions a:hover {
  background-color: #00C0FF;
  color: white;
}
.body-fan-shop-index .fan-shop-quote__actions a.outline {
  background-color: transparent;
  border: 2px solid #07113F;
  color: #07113F;
}
.body-fan-shop-index .fan-shop-quote__actions a.outline:hover {
  border: 2px solid transparent;
  background-color: #00C0FF;
  color: white;
}

.template-ticket .page-content picture {
  margin: -2rem 0 2rem;
  display: block;
}
.template-ticket .page-content .next-match {
  height: 100%;
}
.template-ticket .page-content .next-match picture {
  margin: 0;
  height: 90px;
  width: auto;
  display: block;
}
@media screen and (max-width: 575px) {
  .template-ticket .page-content .next-match picture {
    height: 70px;
  }
}

.body-page-match .match-quiz {
  padding: 0 0 50px;
}
.body-page-match .match-quiz__header {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00C0FF;
  position: relative;
}
.body-page-match .match-quiz__header.desktop-image {
  padding-top: 0;
  height: 40vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.body-page-match .match-quiz__header.desktop-image .background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.body-page-match .match-quiz__header.desktop-image .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-page-match .match-quiz__header.desktop-image .background:before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #0C2657;
  opacity: 0.5;
}
.body-page-match .match-quiz__header h1 {
  font-family: "Georgio", sans-serif;
  font-weight: 900;
  color: #00C0FF;
  font-size: 72px;
}
.body-page-match .match-quiz__header h2 {
  font-family: "Georgio", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #07113F;
  letter-spacing: 5px;
}
.body-page-match .match-quiz .quiz-item {
  margin-top: 20px;
}
.body-page-match .match-quiz .quiz-item__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.body-page-match .match-quiz .quiz-item__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-page-match .match-quiz .quiz-item__head {
  color: #676767;
  font-size: 12px;
  font-weight: 500;
}
.body-page-match .match-quiz .quiz-item__date {
  color: #FFFFFF;
}
.body-page-match .match-quiz .quiz-item__body {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 470px;
  padding: 35px 0 30px 0;
  margin-top: 20px;
  background-size: cover;
  position: relative;
}
.body-page-match .match-quiz .quiz-item__body:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00C0FF;
  content: "";
}
.body-page-match .match-quiz .quiz-item__vote {
  position: relative;
  margin: 0 20px;
  z-index: 1;
  gap: 20px;
}
.body-page-match .match-quiz .quiz-item__vote span {
  font-size: 48px;
  color: #FFFFFF;
  transform: translateY(-5px);
}
.body-page-match .match-quiz .quiz-item__vote-first, .body-page-match .match-quiz .quiz-item__vote-second {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 48px;
  background-color: #0C2657;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.body-page-match .match-quiz .quiz-item__vote-item button {
  transition: 0.1s all ease-in-out;
}
.body-page-match .match-quiz .quiz-item__vote-item button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.body-page-match .match-quiz .quiz-item__vote-item button:disabled:hover {
  opacity: 1;
}
.body-page-match .match-quiz .quiz-item__vote-item button:hover {
  opacity: 0.8;
}
.body-page-match .match-quiz .quiz-item__vote-item button svg {
  width: 30px;
  height: 21px;
}
.body-page-match .match-quiz .quiz-item__vote-item button svg path {
  fill: #0C2657;
}
.body-page-match .match-quiz .quiz-item__vote-item button:nth-child(3) {
  margin-top: 10px;
}
.body-page-match .match-quiz .quiz-item__vote-item button:first-child {
  margin-bottom: 10px;
  transform: rotate(180deg);
}
.body-page-match .match-quiz .quiz-item__match {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
.body-page-match .match-quiz .quiz-item__match-team {
  width: 49%;
  justify-content: end;
}
.body-page-match .match-quiz .quiz-item__match-team:first-child .quiz-item__match-team__image {
  margin-right: 30px;
}
.body-page-match .match-quiz .quiz-item__match-team:nth-child(3) {
  justify-content: start;
}
.body-page-match .match-quiz .quiz-item__match-team:nth-child(3) .quiz-item__match-team__image {
  margin-left: 30px;
}
.body-page-match .match-quiz .quiz-item__match-team__info {
  color: #FFFFFF;
}
.body-page-match .match-quiz .quiz-item__match-team__info p {
  font-size: 24px;
}
.body-page-match .match-quiz .quiz-item__match-team__info span {
  font-size: 12px;
  font-weight: 400;
}
.body-page-match .match-quiz .quiz-item .popular-votes {
  position: relative;
  margin-top: 25px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-page-match .match-quiz .quiz-item .popular-votes h3 {
  font-size: 14px;
  letter-spacing: 5px;
}
.body-page-match .match-quiz .quiz-item .popular-votes__content {
  margin-top: 10px;
  gap: 20px;
}
.body-page-match .match-quiz .quiz-item .popular-votes__item {
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  background-color: rgba(12, 38, 87, 0.2);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
}
.body-page-match .match-quiz .quiz-item .popular-votes__item p {
  letter-spacing: 5px;
  display: block;
  transform: translateX(2px);
  margin-bottom: 5px !important;
}
.body-page-match .match-quiz .quiz-item .popular-votes__item span {
  font-weight: 400;
  display: block;
}
.body-page-match .match-quiz .quiz-item .votes-empty {
  position: relative;
  margin-top: 25px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-page-match .match-quiz .quiz-item .votes-empty h3 {
  font-size: 14px;
  letter-spacing: 5px;
}
.body-page-match .match-quiz .quiz-item .votes-empty h4 {
  margin-top: 40px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
}
.body-page-match .match-quiz .quiz-item .vote-result {
  position: relative;
  margin-top: 25px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-page-match .match-quiz .quiz-item .vote-result h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.body-page-match .match-quiz .quiz-item .vote-result h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.body-page-match .match-quiz .quiz-item .vote-btn {
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0C2657;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  width: 360px;
  transition: 0.1s all ease-in-out;
}
.body-page-match .match-quiz .quiz-item .vote-btn:hover {
  opacity: 0.8;
}

.body-profile-settings .cs-form-field label {
  gap: 5px;
}

.body-page-players .player-quiz {
  padding: 0 0 50px;
}
.body-page-players .player-quiz__header {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00C0FF;
  position: relative;
}
.body-page-players .player-quiz__header.desktop-image {
  padding-top: 0;
  height: 40vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.body-page-players .player-quiz__header.desktop-image .background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.body-page-players .player-quiz__header.desktop-image .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-page-players .player-quiz__header.desktop-image .background:before {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #0C2657;
  opacity: 0.5;
}
.body-page-players .player-quiz__header h1 {
  font-family: "Georgio", sans-serif;
  font-weight: 900;
  color: #00C0FF;
  font-size: 72px;
}
.body-page-players .player-quiz__header h2 {
  font-family: "Georgio", sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #07113F;
  letter-spacing: 5px;
}
.body-page-players .player-quiz .player-item {
  position: relative;
}
.body-page-players .player-quiz .player-item.selected .mark-player {
  display: block;
}
.body-page-players .player-quiz .player-item.selected .player__image {
  background-color: #FFFFFF;
}
.body-page-players .player-quiz .player {
  transition: 0.1s all ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.body-page-players .player-quiz .player .mark-player {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.body-page-players .player-quiz .player__image {
  position: relative;
  height: 168px;
  background-color: #cdcdcd;
}
.body-page-players .player-quiz .player__image img {
  object-fit: contain;
  max-height: 100%;
}
.body-page-players .player-quiz .player__number {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  line-height: 200%;
  background-color: #00C0FF;
  border-bottom-left-radius: 10px;
}
.body-page-players .player-quiz .player .not-selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.body-page-players .player-quiz .player__country {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
}
.body-page-players .player-quiz .player__name {
  color: #07113F;
  font-size: 14px;
}
.body-page-players .player-quiz .player__name h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
.body-page-players .player-quiz .player__position {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.body-page-players .player-quiz .player__body {
  position: relative;
  background-color: #FFFFFF;
  padding: 5px 10px 10px 10px;
}
.body-page-players .player-quiz .quiz-item {
  padding: 40px;
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}
.body-page-players .player-quiz .quiz-item__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.body-page-players .player-quiz .quiz-item__back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body-page-players .player-quiz .quiz-item:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00C0FF;
  content: "";
}
.body-page-players .player-quiz .quiz-item__head {
  color: #FFFFFF;
  position: relative;
}
.body-page-players .player-quiz .quiz-item__body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 40px;
  max-width: 780px;
}
.body-page-players .player-quiz .quiz-item .vote-btn {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #0C2657;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  transition: 0.1s all ease-in-out;
}
.body-page-players .player-quiz .quiz-item .vote-btn:hover {
  opacity: 0.8;
}
.body-page-players .player-quiz .quiz-item .result-for-player {
  position: relative;
  color: #0C2657;
}
.body-page-players .player-quiz .quiz-item .vote-auth {
  position: relative;
  margin-top: 50px;
  display: flex;
  height: auto;
  font-weight: 700;
  padding: 7px 50px 7px 50px;
  width: auto;
}

.social-auth h4 {
  font-size: 16px;
  color: #0C2657;
}
.social-auth .auth-icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.social-auth .auth-icon.google {
  background: url("/uploads/images/auth/google.svg") no-repeat center;
}

.body-registration-confirm-account .confirm-page h2 {
  margin-bottom: 0 !important;
  font-size: 48px;
  font-weight: bold;
  color: #00C0FF;
}
.body-registration-confirm-account .confirm-page p {
  color: #0C2657;
}
.body-registration-confirm-account .confirm-page .help-block {
  font-size: 14px;
  color: darkred;
}
.body-registration-confirm-account .confirm-page #resend-btn {
  background-color: #07113F;
}

.body-page-index .charity-section {
  padding: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.body-page-index .charity-section .charity-info {
  max-width: 1080px;
  margin: 0 auto;
}
.body-page-index .charity-section .container-sm {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.body-page-index .charity-section .alert-success {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 600px;
}
.body-page-index .charity-section .invalid-feedback {
  display: block;
}
.body-page-index .charity-section .charity-text {
  text-align: left;
  max-width: 1020px;
  margin: 0 auto;
  color: #0C2657;
}
.body-page-index .charity-section .charity-card-details {
  max-width: 600px;
  margin: 0 auto;
}
.body-page-index .charity-section .charity-card-details .card {
  border-radius: 15px;
  color: #0C2657;
  border-color: #00C0FF;
}
.body-page-index .charity-section .charity-card-details .card p:last-child {
  margin-bottom: 0;
}
.body-page-index .charity-section h2 {
  color: #00C0FF;
  text-align: center;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 700;
}
.body-page-index .charity-section h1 {
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  color: #00C0FF;
  font-weight: 700;
}
.body-page-index .charity-section label {
  color: #07113F;
}
.body-page-index .charity-section input {
  color: #07113F;
}
.body-page-index .charity-section input::placeholder {
  color: rgba(7, 17, 63, 0.3);
}
.body-page-index .charity-section__content {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #00c0ff;
}
.body-page-index .charity-section .charity-form {
  margin: 0 auto;
  max-width: 600px;
}
.body-page-index .charity-section > * {
  z-index: 1;
  position: relative;
}
.body-page-index .charity-section__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.4;
}
.body-page-index .charity-section .custom-control {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-left: 8px;
}
.body-page-index .charity-section .custom-control label {
  height: 100%;
  display: flex;
  align-items: center;
}
.body-page-index .charity-section .custom-control label:after, .body-page-index .charity-section .custom-control label:before {
  top: 0;
  left: -1.7rem;
}
.body-page-index .charity-section button {
  background-color: #0C2657;
  display: flex;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  justify-content: center;
}
.body-page-index .charity-section button:disabled {
  pointer-events: none;
}
.body-page-index .charity-section button:hover {
  background-color: #00C0FF;
  border: 2px solid white;
}

/* -------------------------------------- */
@media (max-width: 1199px) {
  .body-catalog-index .sidebar-mobile {
    position: static !important;
    background-color: #EFEFEF;
    z-index: 2;
    border-radius: 10px;
  }
  .body-catalog-index .sidebar-mobile .search {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px 13px;
  }
  .body-catalog-index .sidebar-mobile .search label {
    width: 100%;
  }
  .body-catalog-index .sidebar-mobile .search input[type=search] {
    border: none;
    width: 100%;
    outline: none;
  }
  .body-catalog-index .sidebar-mobile .dropdown {
    position: relative;
  }
  .body-catalog-index .sidebar-mobile .dropdown ul {
    width: 100%;
  }
  .body-catalog-index .sidebar-mobile .dropdown ul li {
    border-bottom: 1px solid rgba(0, 192, 255, 0.22);
  }
  .body-catalog-index .sidebar-mobile .dropdown ul li:last-child {
    border-bottom: none;
  }
  .body-catalog-index .sidebar-mobile .sort {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #07113F;
  }
  .body-catalog-index .sidebar-mobile .sort__item span {
    display: block;
    color: #676767;
    opacity: 0.9;
  }
  .body-catalog-index .sidebar-mobile .sort__item svg:first-child {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
  .body-catalog-index .sidebar-mobile .sort__item svg:last-child {
    height: 12px;
    width: 12px;
    margin-left: 10px;
  }
  .body-catalog-index .sidebar-mobile .sort__item svg:last-child path {
    fill: #07113F;
  }
  .body-catalog-index .sidebar-mobile .sort__item button {
    padding: 0;
    align-items: center;
  }
  .body-catalog-index .sidebar-mobile .popular-cat {
    font-weight: 700;
  }
  .body-catalog-index .sidebar-mobile .popular-cat span {
    color: #07113F;
  }
  .body-catalog-index .sidebar-mobile .categories__item:first-child {
    margin-bottom: 30px;
    color: #07113F;
  }
  .body-catalog-index .sidebar-mobile .categories__item:first-child label {
    opacity: 1;
  }
  .body-catalog-index .sidebar-mobile .categories label {
    gap: 5px;
    color: #07113F;
    opacity: 0.8;
  }
  .body-catalog-index .sidebar-mobile .categories span {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
  }
  .body-catalog-index .sidebar-mobile .categories input[type=checkbox] {
    height: 15px;
    width: 15px;
    flex: 0 0 auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #07113F;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
  }
  .body-catalog-index .sidebar-mobile .categories input[type=checkbox]:checked {
    background-color: #00C0FF;
    border: 1px solid transparent;
  }
  .body-catalog-index .sidebar-mobile .categories input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg); /* Галочка */
  }
  .body-catalog-index .sidebar-mobile-inner {
    padding: 10px 25px;
  }
  .body-catalog-index .sidebar-mobile-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: width 0.5s;
  }
  .body-catalog-index .sidebar-mobile-content::-webkit-scrollbar {
    display: none;
  }
  .body-catalog-index .sidebar-mobile-content.active {
    height: 100%;
  }
  .body-catalog-index .sidebar-mobile__reload {
    cursor: pointer;
    top: 0;
    height: 40px;
    width: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
  }
  .body-catalog-index .sidebar-mobile__reload i {
    color: #00C0FF;
  }
  .body-catalog-index .sidebar-mobile__close {
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #00C0FF;
  }
  .body-catalog-index .sidebar-mobile-hidden {
    transition: width 0.5s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background-color: #EFEFEF;
    height: 40px;
  }
  .body-catalog-index .sidebar-mobile-hidden-inner {
    padding-left: 25px;
    border-radius: 10px;
    height: 100%;
  }
  .body-catalog-index .sidebar-mobile-hidden h5 {
    font-size: 22px;
    color: #0C2657;
  }
  .body-catalog-index .sidebar-mobile-hidden button {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 10px;
    align-items: center;
    background-color: #00C0FF;
  }
  .body-catalog-index .sidebar-mobile-hidden svg {
    transition: 0.4s all ease;
    rotate: -90deg;
  }
  .body-catalog-index .sidebar-mobile-hidden svg.rotated {
    transform: rotate(-180deg);
  }
  .body-catalog-index .sidebar-mobile.active .sidebar-content {
    width: 300px;
  }
  .body-catalog-index .sidebar-mobile.active .sidebar-hidden {
    width: 0;
  }
  .float-button {
    right: 0;
  }
}
@media (max-width: 1080px) {
  header .header__logo img {
    height: 70px;
    width: 70px;
  }
  header .c-text-small {
    font-size: 11px;
  }
  .hero-block--component img {
    height: 26vw;
  }
  .arena-card--component__main h2 {
    font-size: 3.333vw;
    margin-bottom: 2.778vw;
  }
  .arena-card--component__mini-image {
    right: 8.796vw;
  }
  .body-academy-index .academy-page .academy-goal-section {
    padding-top: 1.39vw;
    padding-bottom: 2.31vw;
  }
  .body-academy-index .academy-page .academy-goal-section .wrapper {
    padding: 5.19vw 7.41vw;
    border-radius: 0.93vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content {
    max-width: 38.89vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content h2 {
    font-size: 3.33vw;
    margin-bottom: 1.39vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__description {
    font-size: 1.85vw;
  }
}
@media (max-width: 991px) {
  footer .footer__bottom .socials {
    gap: 9px;
  }
  body {
    padding-top: 40px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  header .socials {
    display: none !important;
  }
  header .shopcart-count {
    position: relative;
  }
  header .shopcart-count__items {
    height: 8px;
    width: 8px;
    font-size: 6px;
    transform: translate(calc(-50% + 1px), calc(-50% - 3px));
  }
  header .shopcart-count__mark {
    height: 6px;
    width: 6px;
    right: 15px;
    top: 1px;
  }
  header .container-fluid {
    padding: 0 1rem;
  }
  header .mobile-header-logo {
    display: block;
  }
  header .header__top__links {
    display: none;
  }
  header .header__profile {
    display: none;
  }
  header .header__profile i {
    font-size: 25px;
  }
  header .header__profile a {
    display: block;
    line-height: 0;
  }
  header .header__profile-mobile {
    height: 25px;
    width: 25px;
    display: block;
  }
  header .header__burger {
    display: flex;
  }
  header .header__partner {
    margin-right: 0;
  }
  header .header__top {
    padding: 8px 0;
  }
  header .header__language__menu {
    top: 32px;
    right: unset;
    left: 0;
  }
  header .header__language {
    display: none;
  }
  header .header__language a {
    font-size: 14px;
  }
  header .header__quote {
    display: none;
  }
  header .header__bottom {
    display: none;
  }
  header .header__menu li a {
    font-size: 1.3vw;
  }
  header .socials {
    margin-right: 15px;
  }
  header .header__quote .header__top__links a {
    padding: 0 8px;
  }
  header .header__menu li .shop-menu-image {
    height: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5vw;
  }
  header .header__menu li .shop-menu-image svg {
    height: 85%;
    width: 85%;
  }
  .body-site-index .section-media .media__item:first-child iframe {
    height: 45vw;
  }
  .body-site-index .match .matches {
    width: 100%;
  }
  .body-site-index .match .standings {
    width: 100%;
  }
  .body-fans-index .actions .action {
    height: 158px;
  }
  .body-fans-index .actions .action__inner svg {
    height: 2.5vw;
    width: 2.5vw;
  }
  .body-fans-index .actions .action img {
    right: 20px;
    width: 4.5vw;
    height: 4.5vw;
  }
  .body-fans-index .actions .action h2 {
    font-size: 3.2vw;
  }
  .body-fans-index .actions .action h2 span {
    font-size: 2.1vw;
  }
  .body-shopcart-index .shopcart-section__item,
  .body-shopcart-new-order .shopcart-section__item {
    position: relative;
  }
  .body-shopcart-index .shopcart-section__item-remove,
  .body-shopcart-new-order .shopcart-section__item-remove {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .body-catalog-view .product-section {
    padding-bottom: 40px;
  }
  .body-catalog-view .product-section .breadcrumb {
    padding: 15px 0;
    gap: 10px;
  }
  .body-catalog-view .product-section .breadcrumb li, .body-catalog-view .product-section .breadcrumb li a {
    font-size: 14px;
  }
  .body-catalog-view .product-section .breadcrumb li .breadcrumb-arrow, .body-catalog-view .product-section .breadcrumb li a .breadcrumb-arrow {
    margin-left: 10px;
  }
  .body-catalog-view .product-section .product__content {
    margin-top: 20px;
  }
  .body-catalog-view .product-section .product-photos {
    width: 40%;
    margin-right: 40px;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide-active, .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide-active {
    border: 1px solid #00C0FF;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider {
    padding-right: 40px;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide {
    height: 90px;
  }
  .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide {
    height: 350px;
  }
  .body-catalog-view .product-section .product-info__article {
    color: #676767;
  }
  .body-catalog-view .product-section .product-info__title h3 {
    font-size: 24px;
    max-width: 300px;
  }
  .body-catalog-view .product-section .product-info__title span {
    font-size: 18px;
  }
  .body-catalog-view .product-section .product-info .product-form {
    margin-top: 10px;
  }
  .body-catalog-view .product-section .similar-products {
    margin-top: 20px;
  }
  .body-media-videos .photos .photo__item,
  .body-media-index .photos .photo__item {
    padding: 0 25px;
  }
  .body-media-videos .photos .photo__item:nth-child(3n), .body-media-videos .photos .photo__item:nth-child(3n+1),
  .body-media-index .photos .photo__item:nth-child(3n),
  .body-media-index .photos .photo__item:nth-child(3n+1) {
    padding: 0 25px;
  }
  .body-media-videos .photos .photo__item:nth-child(odd),
  .body-media-index .photos .photo__item:nth-child(odd) {
    padding-left: 15px;
  }
  .body-media-videos .photos .photo__item:nth-child(even),
  .body-media-index .photos .photo__item:nth-child(even) {
    padding-right: 15px;
  }
  .body-media-videos .photos .photo__item__image,
  .body-media-index .photos .photo__item__image {
    height: 210px;
  }
  .body-media-videos .photos .photo__item img,
  .body-media-index .photos .photo__item img {
    object-fit: cover;
  }
  .body-page-match .match-quiz__header.mobile-image, .body-page-match .match-quiz__header.desktop-image {
    height: 60vw;
  }
  .body-page-match .match-quiz__header.desktop-image {
    height: unset;
    padding-top: 50px;
  }
  .body-page-match .match-quiz__header.mobile-image {
    padding-top: 0;
    height: 60vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .body-page-match .match-quiz__header.mobile-image .background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .body-page-match .match-quiz__header.mobile-image .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .body-page-match .match-quiz__header.mobile-image .background:before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #0C2657;
    opacity: 0.5;
  }
  .body-page-match .match-quiz .quiz-item__body {
    min-height: 620px;
  }
  .body-page-match .match-quiz .quiz-item__match-mobile {
    gap: 50px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .body-page-match .match-quiz .quiz-item__match-team {
    width: 25%;
  }
  .body-page-match .match-quiz .quiz-item__match-team__image {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .body-page-match .match-quiz .quiz-item__match-team__image img {
    max-height: 80px;
    object-fit: contain;
  }
  .body-page-match .match-quiz .quiz-item__vote {
    margin: 0 50px;
  }
  .body-page-players .player-quiz__header.mobile-image, .body-page-players .player-quiz__header.desktop-image {
    height: 60vw;
  }
  .body-page-players .player-quiz__header.desktop-image {
    height: unset;
    padding-top: 50px;
  }
  .body-page-players .player-quiz__header.mobile-image {
    height: 60vw;
    padding-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .body-page-players .player-quiz__header.mobile-image .background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
  .body-page-players .player-quiz__header.mobile-image .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .body-page-players .player-quiz__header.mobile-image .background:before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #0C2657;
    opacity: 0.5;
  }
  .body-page-players .player-quiz .player-item {
    width: 100%;
    position: relative;
  }
  .body-page-players .player-quiz .player {
    display: flex;
    width: 100%;
    box-shadow: none;
  }
  .body-page-players .player-quiz .player:hover {
    transform: none;
  }
  .body-page-players .player-quiz .player:hover .player__name {
    color: #07113F;
  }
  .body-page-players .player-quiz .player .mark-player {
    position: static;
  }
  .body-page-players .player-quiz .player__image {
    position: relative;
    height: 120px;
    width: 120px;
    background-color: #cdcdcd;
  }
  .body-page-players .player-quiz .player__image img {
    object-fit: cover;
    max-height: 100%;
  }
  .body-page-players .player-quiz .player__number {
    right: 0;
    top: 0;
    border-top-right-radius: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 215%;
  }
  .body-page-players .player-quiz .player__country {
    position: static;
    margin-bottom: auto;
  }
  .body-page-players .player-quiz .player__country img {
    width: 100%;
    height: 100%;
  }
  .body-page-players .player-quiz .player__name {
    color: #07113F;
    font-size: 14px;
  }
  .body-page-players .player-quiz .player__name h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
  }
  .body-page-players .player-quiz .player__position {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
  }
  .body-page-players .player-quiz .player__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    background-color: #FFFFFF;
    padding: 5px 10px 10px 10px;
  }
  .body-page-players .player-quiz .quiz-item {
    padding: 30px;
  }
  .body-page-players .player-quiz .quiz-item__body {
    display: grid;
    width: 100%;
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .body-page-players .player-quiz .quiz-item .vote-btn:disabled {
    pointer-events: none;
    opacity: 0.7;
  }
  .body-page-players .player-quiz .quiz-item .result-for-player {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer__menu {
    margin-left: 0;
  }
  footer .footer__bottom .socials {
    gap: 20px;
  }
  .cs-modal-background {
    padding: 0 10px;
  }
  .cs-modal__body {
    max-height: 600px;
  }
  .section-title {
    font-size: 36px;
  }
  .container-base {
    padding: 0 0.6rem;
  }
  .page-title {
    font-size: 52px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .section-padding-t {
    padding-top: 30px;
  }
  .section-padding-b {
    padding-bottom: 30px;
  }
  .news-item__image {
    height: 170px;
  }
  .news-item__date {
    font-size: 14px;
  }
  .news-item__title {
    font-size: 14px;
  }
  .news-item__body {
    padding: 15px 10px;
    height: calc(100% - 170px);
  }
  .body-site-index .section-media .media__item iframe {
    height: 25vw;
  }
  .body-site-index .fans {
    padding-bottom: 0;
  }
  .body-site-index .fans .fans-slider {
    padding-bottom: 60px;
  }
  .body-site-index .fans .fans-slider-pagination .swiper-pagination-bullet {
    background-color: #0C2657;
    height: 20px;
    width: 20px;
    opacity: 1;
  }
  .body-site-index .fans .fans-slider-pagination .swiper-pagination-bullet-active {
    background-color: #00C0FF;
  }
  .body-site-index .fans__item {
    height: 360px;
  }
  .body-site-index .hero {
    height: 55vw;
  }
  .body-site-index .hero__item h1 {
    font-size: 8vw;
  }
  .body-site-index .hero__item a {
    gap: 5px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .body-site-index .hero__item a svg {
    width: 10px;
  }
  .body-site-index .match .match__content {
    overflow-x: hidden;
  }
  .message-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 50px);
  }
  .message-section h3 {
    font-size: 15vw;
    margin-bottom: 20px;
  }
  .message-section p {
    font-size: 4vw;
    margin-bottom: 25px;
  }
  .message-section a {
    padding: 12px 30px;
    font-size: 14px;
  }
  .body-club-index .player__image,
  .body-team-view .player__image {
    height: 200px;
  }
  .body-club-index .team__head,
  .body-team-view .team__head {
    padding: 30px 0 10px;
    margin-bottom: 20px;
  }
  .body-club-index .team__content:before,
  .body-team-view .team__content:before {
    background-size: cover;
  }
  .body-club-index .team .tabs .tabs__item,
  .body-team-view .team .tabs .tabs__item {
    font-weight: 500;
    line-height: 1;
  }
  .body-club-index .team .team-block__item,
  .body-team-view .team .team-block__item {
    height: 310px;
  }
  .body-team-player .player-section {
    padding-top: 0;
  }
  .body-team-player .player-section__preview .container-base {
    padding: 0;
  }
  .body-team-player .player-section__preview img {
    max-height: 250px;
  }
  .body-team-player .player-section__info {
    width: 100%;
    border: 1px solid #EFEFEF;
  }
  .body-team-player .player-section__info__head {
    padding: 10px 30px;
    background-color: #EFEFEF;
  }
  .body-team-player .player-section__info__head h3 {
    color: #00C0FF;
  }
  .body-team-player .player-section__info__item {
    padding: 17px 30px;
    border-bottom: 1px solid #EFEFEF;
  }
  .body-team-player .player-section__info__item p {
    font-size: 13px;
    color: #676767;
    opacity: 0.9;
  }
  .body-team-player .player-section__info__item__country {
    height: 40px;
    width: 40px;
  }
  .body-team-player .player-section__info__item span {
    color: #676767;
  }
  .body-team-player .player-section__stats {
    padding: 35px 10px;
  }
  .body-team-player .player-section__stats table tr:first-child td {
    white-space: unset;
  }
  .body-team-player .player-section__params__item {
    background-color: #EFEFEF;
  }
  .body-team-player .player-section__params__item p, .body-team-player .player-section__params__item span {
    color: #676767;
  }
  .body-team-player .player-section__bio {
    width: 100%;
  }
  .body-news-index .news .news__pagination {
    margin-top: 30px;
  }
  .body-news-index .news__content:before {
    background-size: cover;
    max-height: 500px;
  }
  .body-news-view .hero {
    height: 50vw;
    padding: 20px 30px;
  }
  .body-news-view .hero h1 {
    font-size: 42px;
    line-height: 140%;
  }
}
@media screen and (max-width: 767px) and (max-width: 650px) {
  .body-news-view .hero {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .body-news-view .container-news {
    margin-top: 0;
    padding: 0 0.6rem 40px;
  }
  .body-standings-view .standings {
    padding-bottom: 30px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:first-child {
    padding: 15px 10px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:nth-child(2) {
    padding-left: 10px;
  }
  .body-standings-view .standings__table .table__title {
    font-size: 20px;
    line-height: 90%;
    font-weight: 500;
  }
  .body-standings-view .standings__table .table__title svg {
    height: 22px;
    width: 22px;
  }
  .body-standings-view .standings__table .table__title svg path {
    stroke: #F7BF74;
  }
  .body-standings-view .standings .tertiary .table__title svg path {
    stroke: #07113F;
  }
  .body-standings-view .standings__content .container-base {
    padding: 0;
  }
  .body-standings-view .standings__head {
    padding: 20px 0;
  }
  .body-standings-view .standings__head .tabs .tabs__item {
    font-weight: 500;
  }
  .body-media-index .photos {
    padding-bottom: 10px;
  }
  .body-media-index .media {
    overflow-x: hidden;
    padding: 25px 0 35px 0;
  }
  .body-media-index .media__head {
    padding-top: 5px;
  }
  .body-media-index .media__head .tabs .tabs__item:first-child {
    border-left: none;
    color: #00C0FF;
  }
  .body-media-index .media__head .tabs .tabs__item {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize !important;
    font-family: "Plumbkaz";
  }
  .body-media-index .media__preview {
    margin-top: 20px;
  }
  .body-media-index .media__preview .slider-button-next, .body-media-index .media__preview .slider-button-prev {
    display: none;
  }
  .body-media-index .media .media-big-slider {
    height: 320px;
    margin-bottom: 10px;
  }
  .body-media-index .media .media-big-slider .slider-button-next, .body-media-index .media .media-big-slider .slider-button-prev {
    display: none;
  }
  .body-media-index .media .media-mini-slider img, .body-media-index .media .media-big-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body-media-index .media .media-mini-slider {
    height: 95px;
    width: 110%;
  }
  .body-media-index .albums .pagination {
    margin-top: 0;
  }
  .body-media-index .albums {
    padding-bottom: 10px;
  }
  .body-media-view .album .container-base {
    padding: 0;
  }
  .body-media-view .album__inner {
    padding: 0;
  }
  .body-media-view .album .hero {
    margin-top: 0;
    height: 60vw;
  }
  .body-media-view .album .hero h1 {
    font-size: 42px;
  }
  .body-media-view .album .hero .album__socials {
    padding: 30px 10px;
    bottom: 0;
    height: auto;
    top: unset;
  }
  .body-media-view .gallery {
    padding-bottom: 60px;
    margin-top: 40px;
  }
  .body-media-view .gallery__items {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 240px;
  }
  .body-media-view .gallery__item:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
  }
  .body-media-view .gallery__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1/2;
  }
  .body-media-view .gallery__item:nth-child(3) {
    grid-row: 2;
    grid-column: 2/3;
  }
  .body-media-view .gallery__item:nth-child(4) {
    grid-row: 3;
    grid-column: 1/2;
  }
  .body-media-view .gallery__item:nth-child(5) {
    grid-row: 3/5;
    grid-column: 2/3;
  }
  .body-media-view .gallery__item:nth-child(6) {
    grid-row: 5;
    grid-column: 1/2;
  }
  .body-media-view .gallery__item:nth-child(11) {
    grid-row: 7;
    grid-column: 1/3;
  }
  .body-media-view .gallery__item:nth-child(12) {
    grid-row: 8;
    grid-column: 1/3;
  }
  .body-media-view .gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .body-media-videos .media {
    overflow-x: hidden;
    padding: 25px 0 15px 0;
  }
  .body-media-videos .media__head .tabs .tabs__item:first-child {
    border-left: none;
    color: #00C0FF;
    padding-left: 0;
  }
  .body-media-videos .media__head .tabs .tabs__item {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize !important;
    font-family: "Plumbkaz";
  }
  .body-media-video .album__inner {
    padding: 15px 0;
  }
  .body-media-video .gallery {
    margin-top: 20px;
  }
  .body-media-video .gallery__items {
    gap: 20px;
    grid-auto-rows: 200px;
  }
  .body-media-video .album__inner {
    padding: 30px 0 20px;
  }
  .body-media-index .media__head,
  .body-media-videos .media__head {
    padding-top: 5px;
  }
  .body-fans-index .notification__head h1 {
    font-size: 56px;
    padding: 40px 0;
  }
  .body-fans-index .notification__body {
    margin-top: 60px;
  }
  .body-fans-index .notification__item {
    padding: 20px;
    height: 240px;
  }
  .body-fans-index .notification__item h3 {
    font-size: 22px;
  }
  .body-fans-index .notification__item p, .body-fans-index .notification__item span {
    font-size: 12px;
  }
  .body-fans-index .quiz {
    margin-top: 30px;
  }
  .body-fans-index .quiz__inner {
    position: relative;
  }
  .body-fans-index .quiz__inner::before {
    left: 0;
    top: 0;
    rotate: 180deg;
    background-size: cover;
  }
  .body-fans-index .quiz__inner {
    background-color: #00C0FF;
    border-radius: 20px;
    padding: 20px 30px 30px 30px;
  }
  .body-fans-index .quiz__head p {
    padding: 0 20px;
    position: relative;
    font-size: 16px;
  }
  .quiz-block__inner {
    padding: 20px 25px;
  }
  .quiz-block__question {
    font-size: 22px;
  }
  .body-fans-index .wallpapers {
    padding: 25px 0 15px 0;
  }
  .body-fans-index .wallpapers .wallpaper-col:nth-child(odd) {
    padding-right: 5px;
  }
  .body-fans-index .wallpapers .wallpaper-col:nth-child(even) {
    padding-left: 5px;
  }
  .body-fans-index .wallpapers__body {
    margin-top: 10px;
  }
  .body-fans-index .actions {
    padding-bottom: 0;
  }
  .body-fans-index .actions .action {
    width: 100%;
    height: 35vw;
    background-size: 100%;
  }
  .body-fans-index .actions .action__inner {
    height: 100%;
  }
  .body-fans-index .actions .action__inner svg {
    height: 6.5vw;
    width: 6.5vw;
  }
  .body-fans-index .actions .action img {
    right: 4vw;
    width: 7vw;
    height: 7vw;
  }
  .body-fans-index .actions .action h2 {
    margin-top: 3vw;
    font-size: 7.2vw;
  }
  .body-fans-index .actions .action h2 span {
    font-size: 5.1vw;
  }
  .body-registration-register .auth-section,
  .body-security-login .auth-section {
    padding: 20px 0;
  }
  .body-registration-register .auth-section .field-register-form-is_subscription,
  .body-security-login .auth-section .field-register-form-is_subscription {
    font-size: 14px;
  }
  .body-registration-register .auth-section .field-register-form-is_subscription label,
  .body-security-login .auth-section .field-register-form-is_subscription label {
    margin-bottom: 0;
    display: flex;
    align-items: start;
  }
  .body-registration-register .auth-section .field-register-form-is_subscription label input,
  .body-security-login .auth-section .field-register-form-is_subscription label input {
    transform: translateY(3px);
  }
  .body-site-404 .section-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 50px);
  }
  .body-site-404 .section-404 h1 {
    font-size: 15vw;
    margin-bottom: 20px;
  }
  .body-site-404 .section-404 h2 {
    font-size: 4vw;
    margin-bottom: 25px;
  }
  .body-site-404 .section-404 a {
    padding: 12px 30px;
    font-size: 14px;
  }
  .body-shopcart-new-order .shopcart-section__head .tabs__item,
  .body-shopcart-index .shopcart-section__head .tabs__item {
    font-size: 22px;
  }
  .body-shopcart-new-order .shopcart-section-slider,
  .body-shopcart-index .shopcart-section-slider {
    width: 110%;
  }
  .body-shopcart-new-order .shopcart-section__goods-block .goods-block__image,
  .body-shopcart-index .shopcart-section__goods-block .goods-block__image {
    height: 180px;
    width: 180px;
  }
  .body-catalog-view .product-section {
    padding-bottom: 50px;
  }
  .body-catalog-view .product-section .product-photos {
    width: 100%;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide {
    height: 120px;
    display: flex;
    justify-content: center;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide {
    height: 60vw;
    display: flex;
    justify-content: center;
  }
  .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .body-catalog-view .product-section .product-info {
    margin-top: 10px;
  }
  .body-catalog-view .product-section .product-info__title h3 {
    max-width: 100%;
  }
  .body-catalog-view .product-section .product-info .product-description {
    margin-top: 10px;
    padding: 0 20px;
  }
  .body-catalog-view .product-section .product-info .product-form {
    margin-top: 10px;
  }
  .body-catalog-view .product-section .product-info .product-form__add-cart {
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .body-catalog-view .product-section .product-info .product-form__add-cart svg {
    rotate: unset;
  }
  .body-catalog-view .product-section .product-info .product-form .dropdown {
    padding: 8px;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #00C0FF;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__head {
    margin-bottom: 20px;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__item {
    padding: 0 20px;
    border-right: 1px solid #00C0FF;
    color: #0C2657;
    font-weight: 700;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__item:last-child {
    border-right: none;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__item.active {
    color: #00C0FF;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__content {
    padding: 0 20px;
    display: none;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__content.active {
    display: block;
  }
  .body-catalog-view .product-section .similar-products {
    margin-top: 30px;
  }
  .body-catalog-view .product-section .similar-products h3 {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .body-catalog-view .product:hover .product__btn,
  .body-catalog-index .product:hover .product__btn,
  .body-profile-show .product:hover .product__btn,
  .body-site-index .product:hover .product__btn {
    display: none;
  }
  .body-catalog-view .product__btn,
  .body-catalog-index .product__btn,
  .body-profile-show .product__btn,
  .body-site-index .product__btn {
    display: none;
  }
  .body-catalog-view .product__image,
  .body-catalog-index .product__image,
  .body-profile-show .product__image,
  .body-site-index .product__image {
    height: 190px;
  }
  .body-catalog-index .hero {
    margin-top: 0;
  }
  .body-catalog-index .hero .container-base {
    padding: 0;
  }
  .body-catalog-index .hero .shop-slider {
    position: relative;
  }
  .body-catalog-index .hero .shop-slider .swiper-slide {
    height: 60vw;
  }
  .body-catalog-index .hero__image {
    margin-bottom: 10vw;
  }
  .body-catalog-index .hero__item {
    padding: 0 60px;
    align-items: flex-end;
  }
  .body-catalog-index .hero__item-block {
    max-width: 200px;
  }
  .body-catalog-index .section-shop {
    padding-bottom: 20px;
    min-height: 600px;
  }
  .body-catalog-index .section-shop .product {
    height: 280px;
  }
  .added-product__image {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
    border-right: none;
  }
  .added-product__image img {
    width: 100%;
    height: auto;
  }
  .added-product__block-info {
    min-width: unset;
  }
  .hero-block--component img {
    height: 40vw;
  }
  .card--component {
    flex-direction: column !important;
    gap: 55px;
  }
  .card--component__description, .card--component__image {
    width: 100%;
  }
  .card--component__description img, .card--component__image img {
    width: 100% !important;
  }
  .arena-card--component__main-wrapper:before {
    height: 60%;
  }
  .arena-card--component__main-content {
    bottom: 25px;
  }
  .arena-card--component__main-description {
    font-size: 14px;
  }
  .arena-card--component__main h2 {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
  .arena-card--component__sub-description {
    margin-top: 30px;
  }
  .arena-card--component__mini-image {
    height: 200px;
    width: 200px;
    bottom: -120px;
  }
  .body-club-index .academy-page .achievement-section .achievement__item:not(:last-child) {
    margin-bottom: 55px;
  }
  .body-academy-index .academy-page .methods-section .methods__item {
    gap: 55px;
  }
  .body-academy-index .academy-page .methods-section .methods__item:not(:last-child) {
    margin-bottom: 55px;
  }
  .body-academy-index .academy-page .methods-section .methods__item:nth-child(even) .card--component__image {
    margin: 0 auto;
  }
  .body-academy-index .academy-page .methods-section .methods__item .card--component__description {
    max-width: 100%;
  }
  .body-academy-index .academy-page .academy-goal-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .body-academy-index .academy-page .academy-goal-section .container-mini {
    padding: 0 10px;
  }
  .body-academy-index .academy-page .academy-goal-section .wrapper {
    padding: 8vw 9vw;
    border-radius: 0.93vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content {
    max-width: 42vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content h2 {
    font-size: 5vw;
    margin-bottom: 1.5vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__description {
    font-size: 2vw;
  }
  .body-arena-index .about-section .container-mini {
    padding: 0 10px;
  }
  .body-arena-index .about-section {
    padding-bottom: 20px;
  }
  .body-arena-index .arena-section__item {
    gap: 40px;
  }
  .body-arena-index .arena-section__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .body-arena-index .arena-section__item .card--component__image img {
    max-height: unset;
  }
  .body-arena-index .arena-section__item {
    flex-direction: column-reverse !important;
  }
  .body-arena-index .arena-quote h5 {
    padding: 35px 75px;
    font-size: 18px;
  }
  .body-fan-shop-index .fan-shop-quote {
    padding-bottom: 30px;
    padding-top: 110px;
  }
  .body-fan-shop-index .fan-shop-quote .container-mini {
    padding: 0 10px;
  }
  .body-fan-shop-index .fan-shop-quote h3 {
    font-size: 46px;
  }
  .body-fan-shop-index .fan-shop-quote__wrapper {
    padding: 65px 35px 35px 35px;
  }
  .body-fan-shop-index .shop-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .body-page-index .charity-section {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .body-page-index .charity-section .charity-card-details .card {
    border-radius: 10px;
  }
  .body-page-index .charity-section__content {
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }
  .body-page-index .charity-section > * {
    z-index: 1;
    position: relative;
  }
  .body-page-index .charity-section__image {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.4;
  }
  .body-page-index .charity-section .custom-control {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-left: 8px;
  }
  .body-page-index .charity-section .custom-control label {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .body-page-index .charity-section .custom-control label:after, .body-page-index .charity-section .custom-control label:before {
    top: 0;
    left: -1.7rem;
  }
  .body-page-index .charity-section button {
    background-color: #0C2657;
    display: flex;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
  }
  .body-page-index .charity-section button:disabled {
    pointer-events: none;
  }
  .body-page-index .charity-section button:hover {
    background-color: #00C0FF;
    border: 2px solid white;
  }
}
@media (max-width: 575px) {
  footer .container-fluid {
    padding: 0 1rem;
  }
  footer .footer__bottom {
    margin-top: 30px;
  }
}
@media scren and (max-width: 575px) and (max-width: 420px) {
  .mobile-menu__top li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .container-base {
    padding: 0 15px;
  }
  .partners {
    padding: 25px 0;
  }
  .section-padding {
    padding: 20px 0;
  }
  .section-padding-t {
    padding-top: 50px;
  }
  .section-padding-b {
    padding-bottom: 20px;
  }
  .section-title {
    font-size: 32px;
  }
  .page-title {
    font-size: 40px;
  }
  .news-item {
    height: 380px;
  }
  .news-item__image {
    height: 170px;
  }
  .news-item__date {
    font-size: 12px;
  }
  .news-item__title {
    font-size: 12px;
  }
  .news-item__body {
    padding: 10px;
    height: calc(100% - 170px);
  }
  .body-site-view .matches .match__content,
  .body-profile-show .matches .match__content,
  .body-site-index .matches .match__content {
    height: auto;
  }
  .body-site-view .matches .match__time,
  .body-profile-show .matches .match__time,
  .body-site-index .matches .match__time {
    font-size: 26px;
  }
  .body-site-view .matches .match__day, .body-site-view .matches .match__date,
  .body-profile-show .matches .match__day,
  .body-profile-show .matches .match__date,
  .body-site-index .matches .match__day,
  .body-site-index .matches .match__date {
    font-size: 16px;
  }
  .body-site-view .standings .tabs__item,
  .body-profile-show .standings .tabs__item,
  .body-site-index .standings .tabs__item {
    font-size: 14px;
  }
  .body-site-view .shop-section .swiper .slider-pagination,
  .body-profile-show .shop-section .swiper .slider-pagination,
  .body-site-index .shop-section .swiper .slider-pagination {
    display: flex;
  }
  .body-site-view .shop-section .swiper .slider-button-next,
  .body-profile-show .shop-section .swiper .slider-button-next,
  .body-site-index .shop-section .swiper .slider-button-next {
    display: none;
  }
  .body-site-view .match__tabs .tabs__item,
  .body-profile-show .match__tabs .tabs__item,
  .body-site-index .match__tabs .tabs__item {
    padding: 10px 0;
  }
  .body-site-view .match__championship,
  .body-profile-show .match__championship,
  .body-site-index .match__championship {
    padding-bottom: 7px;
  }
  .body-site-view .match__date,
  .body-profile-show .match__date,
  .body-site-index .match__date {
    color: #676767;
  }
  .body-site-view .match .team__name,
  .body-profile-show .match .team__name,
  .body-site-index .match .team__name {
    color: #676767;
  }
  .body-site-view .match__preview,
  .body-profile-show .match__preview,
  .body-site-index .match__preview {
    font-size: 12px;
  }
  .body-site-view .match__location,
  .body-profile-show .match__location,
  .body-site-index .match__location {
    color: #0C2657;
    font-size: 11.5px;
  }
  .body-site-view .match__content,
  .body-profile-show .match__content,
  .body-site-index .match__content {
    padding: 10px 0 20px;
    height: 380px;
  }
  .body-site-view .match__ticket,
  .body-profile-show .match__ticket,
  .body-site-index .match__ticket {
    font-size: 12px;
  }
  .body-site-view .match__image,
  .body-profile-show .match__image,
  .body-site-index .match__image {
    height: 70px;
  }
  .body-site-view .match .standings__head .tabs__item,
  .body-profile-show .match .standings__head .tabs__item,
  .body-site-index .match .standings__head .tabs__item {
    padding: 10px 0;
  }
  .body-site-view .match .standings__content,
  .body-profile-show .match .standings__content,
  .body-site-index .match .standings__content {
    padding: 20px 10px 0;
  }
  .body-site-view .hero,
  .body-profile-show .hero,
  .body-site-index .hero {
    height: 100vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .body-site-view .hero,
  .body-profile-show .hero,
  .body-site-index .hero {
    height: 155vw;
  }
}
@media (max-width: 575px) {
  .body-site-view .hero__item,
  .body-profile-show .hero__item,
  .body-site-index .hero__item {
    padding: 15px;
  }
  .body-site-view .hero__item h1,
  .body-profile-show .hero__item h1,
  .body-site-index .hero__item h1 {
    font-size: 10vw;
  }
  .body-site-view .hero__item a,
  .body-profile-show .hero__item a,
  .body-site-index .hero__item a {
    gap: 5px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .body-site-view .hero__item a svg,
  .body-profile-show .hero__item a svg,
  .body-site-index .hero__item a svg {
    width: 10px;
  }
  .body-site-view .photos .photo__item .photo__item__image,
  .body-profile-show .photos .photo__item .photo__item__image,
  .body-site-index .photos .photo__item .photo__item__image {
    height: 195px;
  }
  .body-site-view .match-next,
  .body-profile-show .match-next {
    margin: 0 -15px;
  }
  .body-site-index .news,
  .body-news-view .news {
    overflow-x: hidden;
    background-color: #00C0FF;
  }
  .body-site-index .news__head,
  .body-news-view .news__head {
    margin-bottom: 30px;
  }
  .body-site-index .news .news-slider .slider-button-prev, .body-site-index .news .news-slider .slider-button-next,
  .body-news-view .news .news-slider .slider-button-prev,
  .body-news-view .news .news-slider .slider-button-next {
    display: none !important;
  }
  .body-site-index .news .news-tabs .tabs__item,
  .body-news-view .news .news-tabs .tabs__item {
    font-size: 12px;
    padding: 2px 15px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 0 5px;
    font-weight: 500;
  }
  .body-site-index .news .news-tabs .tabs__item:first-child,
  .body-news-view .news .news-tabs .tabs__item:first-child {
    margin-left: 0;
    border-left: 1px solid white;
  }
  .body-site-index .news .news-tabs .tabs__item.active,
  .body-news-view .news .news-tabs .tabs__item.active {
    color: #FFFFFF;
    border: none;
    background-color: #07113F;
  }
  .body-club-index .team h2 {
    font-size: 32px;
  }
  .body-club-index .player__image,
  .body-team-view .player__image {
    height: 160px;
  }
  .body-club-index .player__number,
  .body-team-view .player__number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .body-club-index .player__country,
  .body-team-view .player__country {
    width: 30px;
    height: 30px;
  }
  .body-club-index .team .team-block__item,
  .body-team-view .team .team-block__item {
    height: 250px;
  }
  .body-club-index .team .team-block__items,
  .body-team-view .team .team-block__items {
    padding: 0 10px;
  }
  .body-team-player .player-section__stats {
    padding: 35px 10px;
  }
  .body-team-player .player-section__stats table td {
    font-size: 12px;
  }
  .body-team-player .player-section__body {
    padding: 0;
  }
  .body-team-player .player-section__bio__description {
    padding: 0 20px;
  }
  .body-news-index .news .news-item {
    height: 280px;
  }
  .body-news-index .news .tabs .tabs__item:first-child {
    padding-left: 10px;
  }
  .body-news-index .news .tabs .tabs__item {
    font-size: 14px;
    font-weight: 500;
  }
  .body-news-view .hero {
    height: 80vw;
    padding: 20px 40px;
  }
  .body-news-view .hero h1 {
    font-size: 32px;
  }
  .body-news-view .container-news {
    margin-top: 0;
    padding: 0 0.6rem 40px;
  }
  .body-match-view .match .tabs .tabs__item {
    font-weight: 500;
  }
  .body-match-view .match__head {
    padding: 30px 0 20px 0;
  }
  .body-match-view .skeleton-card {
    height: 280px;
  }
  .body-match-view .match-prev .next-match,
  .body-match-view .match-next .next-match {
    padding-bottom: 20px;
    background-color: transparent;
  }
  .body-match-view .match-prev .match__location,
  .body-match-view .match-next .match__location {
    display: flex;
    align-items: center;
    color: #676767;
    gap: 5px;
    line-height: 100%;
    font-size: 12px;
  }
  .body-match-view .match-prev .match__preview, .body-match-view .match-prev .match__ticket,
  .body-match-view .match-next .match__preview,
  .body-match-view .match-next .match__ticket {
    font-weight: 500;
  }
  .body-match-view .match-prev .match__image,
  .body-match-view .match-next .match__image {
    height: 70px;
  }
  .body-match-view .match-prev .match__link {
    font-weight: 500;
  }
  .body-match-view .prev-match .match__time {
    font-size: 48px;
  }
  .body-match-view .match-next .next-match {
    padding-bottom: 5px;
  }
  .body-match-view .match-next__inner {
    height: unset;
  }
  .body-match-view .match-next .match__day {
    font-size: 14px;
  }
  .body-match-view .match-next .match__ticket, .body-match-view .match-next .match__preview {
    padding: 8px 20px;
  }
  .body-standings-view .standings {
    padding-bottom: 30px;
  }
  .body-standings-view .standings__table {
    padding: 20px 10px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell {
    font-weight: 500;
    padding: 15px 10px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:first-child {
    padding-right: 5px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:last-child {
    width: 5%;
    padding-right: 10px;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:nth-child(2) {
    padding-left: 5px;
  }
  .body-standings-view .standings .tabs .tabs__item {
    font-weight: 500;
  }
  .body-standings-view .standings .tabs .tabs__item:first-child {
    padding-left: 10px;
  }
  .body-media-videos .photos .photo__item:nth-child(3n), .body-media-videos .photos .photo__item:nth-child(3n+1) {
    padding: 0 15px;
  }
  .body-media-videos .photos .photo__item {
    height: 180px;
  }
  .body-media-videos .photos .photo__item:nth-child(odd) {
    padding-right: 5px;
  }
  .body-media-videos .photos .photo__item:nth-child(even) {
    padding-left: 5px;
  }
  .body-media-videos .photos .photo__item__image {
    height: 125px;
  }
  .body-media-videos .photos .photo__item h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .body-media-videos .section-background,
  .body-media-index .section-background {
    backdrop-filter: none;
  }
  .body-media-videos .media__head .tabs .tabs__item:first-child,
  .body-media-index .media__head .tabs .tabs__item:first-child {
    padding-left: 0;
  }
  .body-media-videos .photos .photo__item:nth-child(3n), .body-media-videos .photos .photo__item:nth-child(3n+1),
  .body-media-index .photos .photo__item:nth-child(3n),
  .body-media-index .photos .photo__item:nth-child(3n+1) {
    padding: 0 15px;
  }
  .body-media-videos .photos .photo__item,
  .body-media-index .photos .photo__item {
    height: 160px;
  }
  .body-media-videos .photos .photo__item:nth-child(odd),
  .body-media-index .photos .photo__item:nth-child(odd) {
    padding-right: 5px;
  }
  .body-media-videos .photos .photo__item:nth-child(even),
  .body-media-index .photos .photo__item:nth-child(even) {
    padding-left: 5px;
  }
  .body-media-videos .photos .photo__item__image,
  .body-media-index .photos .photo__item__image {
    height: 125px;
  }
  .body-media-videos .photos h3,
  .body-media-index .photos h3 {
    font-size: 10px;
  }
  .body-media-videos .media__head .tabs .tabs__item,
  .body-media-index .media__head .tabs .tabs__item {
    padding: 0 15px;
    font-size: 14px;
  }
  .body-media-videos .media__caption,
  .body-media-index .media__caption {
    font-size: 12px;
  }
  .body-media-videos .media .media-big-slider,
  .body-media-index .media .media-big-slider {
    height: 240px;
  }
  .body-media-videos .media .media-mini-slider img, .body-media-videos .media .media-big-slider img,
  .body-media-index .media .media-mini-slider img,
  .body-media-index .media .media-big-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .body-media-videos .media .media-mini-slider,
  .body-media-index .media .media-mini-slider {
    height: 85px;
    width: 110%;
  }
  .body-media-view .album .hero {
    margin-top: 0;
    height: 90vw;
  }
  .body-media-view .album .hero h1 {
    font-size: 32px;
  }
  .body-media-view .gallery {
    padding-bottom: 30px;
  }
  .body-media-view .gallery__items {
    grid-auto-rows: 170px;
    gap: 10px;
  }
  .body-media-video .gallery__items {
    grid-template-columns: 1fr;
    grid-auto-rows: 210px;
  }
  .body-security-login .login-action-link {
    font-size: 14px;
  }
  .body-fans-index .wallpapers-desktop {
    margin-top: 10px;
  }
  .body-fans-index .notification__head h1 {
    font-size: 48px;
  }
  .body-fans-index .notification__body {
    margin-top: 60px;
  }
  .body-fans-index .notification__item {
    padding: 20px;
    height: 240px;
  }
  .body-fans-index .notification__item h3 {
    font-size: 22px;
  }
  .body-fans-index .notification__item p, .body-fans-index .notification__item span {
    font-size: 12px;
  }
  .body-fans-index .quiz .container-base {
    padding: 0;
  }
  .body-fans-index .quiz__inner {
    border-radius: 0;
    padding: 20px 10px 20px 10px;
  }
  .quiz-block__inner {
    padding: 15px 20px;
  }
  .quiz-block__point {
    height: 8px;
    width: 8px;
  }
  .quiz-block__pagination {
    padding-bottom: 50px;
  }
  .quiz-block__footer button {
    top: 85px;
  }
  .quiz-block__question {
    font-size: 20px;
  }
  .cs-modal {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .become-block__footer p {
    font-size: 12px;
  }
  .body-shopcart-index .payment-option,
  .body-shopcart-new-order .payment-option {
    border: none !important;
  }
  .body-shopcart-index .shopcart-section__head .tabs__item,
  .body-shopcart-new-order .shopcart-section__head .tabs__item {
    font-size: 14px;
    padding: 0 12px;
  }
  .body-shopcart-index .shopcart-section__head .tabs__item:first-child,
  .body-shopcart-new-order .shopcart-section__head .tabs__item:first-child {
    padding-right: 15px;
  }
  .body-shopcart-index .shopcart-section__head .tabs__item:first-child:after,
  .body-shopcart-new-order .shopcart-section__head .tabs__item:first-child:after {
    width: 3px;
  }
  .body-shopcart-index .shopcart-section__head .tabs__item:not(.active),
  .body-shopcart-new-order .shopcart-section__head .tabs__item:not(.active) {
    line-height: 110%;
  }
  .body-shopcart-index .shopcart-section__item,
  .body-shopcart-new-order .shopcart-section__item {
    min-height: 150px;
  }
  .body-shopcart-index .shopcart-section__item .shopcart-counter,
  .body-shopcart-new-order .shopcart-section__item .shopcart-counter {
    margin-right: 15px;
  }
  .body-shopcart-index .shopcart-section__item-image,
  .body-shopcart-new-order .shopcart-section__item-image {
    max-width: 100px;
  }
  .body-shopcart-index .shopcart-section__item-image img,
  .body-shopcart-new-order .shopcart-section__item-image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (max-width: 500px) {
  .body-match-view .section-background {
    backdrop-filter: none;
  }
  .body-team-view .team__content {
    backdrop-filter: none;
  }
}
@media screen and (max-width: 575px) and (max-width: 460px) {
  .body-match-view .skeleton-card {
    height: 260px;
  }
  .body-match-view .prev-match {
    height: 260px !important;
  }
  .body-match-view .prev-match .match__time {
    font-size: 36px;
  }
  .body-match-view .prev-match .match__time--m {
    font-size: 32px;
  }
  .body-match-view .prev-match .match__time--s {
    font-size: 24px;
  }
  .body-match-view .prev-match .match__day {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .body-shopcart-index .shopcart-section__goods-block .goods-block__image,
  .body-shopcart-new-order .shopcart-section__goods-block .goods-block__image {
    height: 100px;
    width: 100px;
  }
  .body-shopcart-index .payment-option,
  .body-shopcart-new-order .payment-option {
    border: none;
  }
}
@media (max-width: 575px) {
  .shopcart-counter button {
    margin: 0 7px;
    height: 20px;
    width: 20px;
  }
  .shopcart-counter button i {
    font-size: 8px;
  }
  .shopcart-counter input {
    max-width: 40px;
    font-size: 14px;
  }
  .shopcart-size-picker {
    width: 100px;
    height: 40px;
    padding: 0 15px;
    border-radius: unset;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    gap: 10px;
  }
  .shopcart-size-picker button {
    font-size: 14px;
  }
  .shopcart-size-picker svg {
    height: 16px;
    width: 16px;
  }
  .body-catalog-view .product-section {
    padding-bottom: 30px;
  }
  .body-catalog-view .product-section .breadcrumb {
    padding: 12px 0;
    gap: 8px;
  }
  .body-catalog-view .product-section .breadcrumb li, .body-catalog-view .product-section .breadcrumb li a {
    font-size: 12px;
  }
  .body-catalog-view .product-section .breadcrumb li .breadcrumb-arrow, .body-catalog-view .product-section .breadcrumb li a .breadcrumb-arrow {
    margin-left: 10px;
  }
  .body-catalog-view .product-section .product-info__article {
    font-size: 12px;
  }
  .body-catalog-view .product-section .product-info__title h3 {
    font-size: 20px;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__item {
    flex: 1;
  }
  .body-catalog-view .product-section .product-photos .product-big-slider .swiper-slide {
    height: 100vw;
  }
  .body-catalog-view .product-section .similar-products {
    margin-top: 20px;
  }
  .body-catalog-view .section-background,
  .body-catalog-index .section-background,
  .body-profile-show .section-background,
  .body-site-index .section-background {
    backdrop-filter: none;
  }
  .body-catalog-view .product__image,
  .body-catalog-index .product__image,
  .body-profile-show .product__image,
  .body-site-index .product__image {
    height: 150px;
  }
  .body-catalog-view .product__title,
  .body-catalog-index .product__title,
  .body-profile-show .product__title,
  .body-site-index .product__title {
    font-size: 14px;
    font-weight: 500;
    color: #07113F;
  }
  .body-catalog-view .product__body,
  .body-catalog-index .product__body,
  .body-profile-show .product__body,
  .body-site-index .product__body {
    padding: 5px 10px 15px 10px;
  }
  .body-catalog-view .product__price,
  .body-catalog-index .product__price,
  .body-profile-show .product__price,
  .body-site-index .product__price {
    color: #676767;
    font-size: 12px;
    font-weight: 700;
  }
  .body-profile-show .cabinet-page__content .next-match .match__image {
    height: 70px;
  }
}
@media screen and (max-width: 575px) and (max-width: 420px) {
  .body-news-view .hero {
    height: 100vw;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider {
    margin-top: 10px;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide {
    height: 25vw;
  }
  .body-catalog-view .product-section .product-photos .product-mini-slider .swiper-slide img {
    object-fit: contain;
  }
}
@media screen and (max-width: 575px) and (max-width: 400px) {
  .body-catalog-view .product-section .product-info .product-description {
    padding: 0 10px;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__item {
    padding: 0 10px;
  }
  .body-catalog-view .product-section .product-info .delivery-mobile__content {
    padding: 0 10px;
  }
  .body-catalog-view .product-section .similar-products h3 {
    padding: 0 10px;
  }
  .body-team-player .player-section__stats {
    padding: 35px 7px;
  }
  .body-team-player .player-section__stats table tr td {
    padding: 20px 7px;
  }
  .body-team-player .player-section__stats table tr th:first-child, .body-team-player .player-section__stats table tr td:first-child {
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .body-catalog-index .hero .shop-slider .swiper-slide {
    height: 100vw;
  }
  .body-catalog-index .hero .shop-slider .slider-button-next, .body-catalog-index .hero .shop-slider .slider-button-prev {
    display: none;
  }
  .body-catalog-index .hero__image {
    margin-bottom: 0;
  }
  .body-catalog-index .hero__item {
    padding: 75px 0;
    align-items: flex-end;
    position: relative;
  }
  .body-catalog-index .hero__item-block {
    position: absolute;
    bottom: 75px;
    right: 21.777vw;
    z-index: 1;
  }
  .body-catalog-index .hero__item__link {
    padding: 10px 20px 10px 25px;
  }
  .body-catalog-index .sidebar-mobile .sort__item button {
    width: 120px;
  }
  .body-catalog-index .sidebar-mobile .categories__item span {
    transform: translateY(-3px);
    max-width: 140px;
  }
  .body-catalog-index .section-shop {
    padding-bottom: 20px;
    min-height: 600px;
  }
  .body-catalog-index .section-shop .product {
    height: 225px;
  }
}
@media screen and (max-width: 575px) and (max-width: 391px) {
  .body-catalog-index .hero .shop-slider .swiper-slide {
    height: 155vw;
  }
  .body-catalog-index .hero .shop-slider .swiper-pagination .swiper-pagination-bullet {
    width: 20.513vw;
    margin: 0 3.846vw;
  }
  .body-catalog-index .hero__item {
    padding: 19.231vw 0;
    align-items: flex-end;
    position: relative;
  }
  .body-catalog-index .hero__item h4 {
    font-size: 5.128vw;
  }
  .body-catalog-index .hero__item-block {
    position: absolute;
    bottom: 19.231vw;
    right: 10.777vw;
    z-index: 1;
  }
  .body-catalog-index .hero__item__link {
    font-size: 4.444vw;
    padding: 2.56vw 5.13vw 2.56vw 6.41vw;
  }
}
@media (max-width: 575px) {
  .body-profile-orders .user-order__item {
    padding: 15px 10px;
  }
  .page-content iframe {
    max-height: 350px;
  }
  .body-fan-shop-index .academy-page,
  .body-arena-index .academy-page,
  .body-academy-index .academy-page,
  .body-club-index .academy-page {
    padding-top: 0;
  }
  .body-fan-shop-index .academy-page .container-base, .body-fan-shop-index .academy-page .container-mini,
  .body-arena-index .academy-page .container-base,
  .body-arena-index .academy-page .container-mini,
  .body-academy-index .academy-page .container-base,
  .body-academy-index .academy-page .container-mini,
  .body-club-index .academy-page .container-base,
  .body-club-index .academy-page .container-mini {
    padding: 0 10px;
  }
  .body-fan-shop-index .academy-page .hero .container-base:not(.container-mini),
  .body-arena-index .academy-page .hero .container-base:not(.container-mini),
  .body-academy-index .academy-page .hero .container-base:not(.container-mini),
  .body-club-index .academy-page .hero .container-base:not(.container-mini) {
    padding: 0;
  }
  .body-fan-shop-index .academy-page .section-power,
  .body-arena-index .academy-page .section-power,
  .body-academy-index .academy-page .section-power,
  .body-club-index .academy-page .section-power {
    padding-bottom: 25px;
  }
  .body-fan-shop-index .academy-page .section-power .container-mini,
  .body-arena-index .academy-page .section-power .container-mini,
  .body-academy-index .academy-page .section-power .container-mini,
  .body-club-index .academy-page .section-power .container-mini {
    display: flex;
    flex-direction: column-reverse;
  }
  .body-fan-shop-index .academy-page .section-power .container-mini img,
  .body-arena-index .academy-page .section-power .container-mini img,
  .body-academy-index .academy-page .section-power .container-mini img,
  .body-club-index .academy-page .section-power .container-mini img {
    margin-bottom: 55px;
  }
  .body-fan-shop-index .academy-page .section-power .container-mini h2,
  .body-arena-index .academy-page .section-power .container-mini h2,
  .body-academy-index .academy-page .section-power .container-mini h2,
  .body-club-index .academy-page .section-power .container-mini h2 {
    font-size: 20px;
    max-width: 330px;
    margin-bottom: 0;
  }
  .body-fan-shop-index .academy-page .goal-section,
  .body-arena-index .academy-page .goal-section,
  .body-academy-index .academy-page .goal-section,
  .body-club-index .academy-page .goal-section {
    margin-top: 55px;
    margin-bottom: 35px;
    padding-top: 8.02vw;
    padding-bottom: 6.17vw;
  }
  .body-fan-shop-index .academy-page .goal-section .goal__image,
  .body-arena-index .academy-page .goal-section .goal__image,
  .body-academy-index .academy-page .goal-section .goal__image,
  .body-club-index .academy-page .goal-section .goal__image {
    width: 10vw;
    height: 10vw;
  }
  .body-fan-shop-index .academy-page .goal-section .goal__image img,
  .body-arena-index .academy-page .goal-section .goal__image img,
  .body-academy-index .academy-page .goal-section .goal__image img,
  .body-club-index .academy-page .goal-section .goal__image img {
    height: 100%;
    width: 100%;
  }
  .body-fan-shop-index .academy-page .goal-section .goal__description h3,
  .body-arena-index .academy-page .goal-section .goal__description h3,
  .body-academy-index .academy-page .goal-section .goal__description h3,
  .body-club-index .academy-page .goal-section .goal__description h3 {
    max-width: 360px;
    font-size: 20px;
  }
  .template-partner .goal-section {
    margin-top: 55px;
    margin-bottom: 35px;
    padding-top: 8.02vw;
    padding-bottom: 6.17vw;
  }
  .template-partner .goal-section .goal__image {
    width: 10vw;
    height: 10vw;
  }
  .template-partner .goal-section .goal__image img {
    height: 100%;
    width: 100%;
  }
  .template-partner .goal-section .goal__description h3 {
    max-width: 360px;
    font-size: 20px;
  }
  .hero-description--component h1 {
    font-size: 36px;
  }
  .card--component__description p {
    margin-bottom: 0;
  }
  .hero-block--component {
    margin-bottom: 20px;
  }
  .hero-block--component img {
    border-radius: 10px;
    height: 100vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 380px) {
  .hero-block--component img {
    height: 158vw;
  }
}
@media (max-width: 575px) {
  .body-academy-index .academy-page .academy-goal-section .wrapper {
    height: 40vw;
    display: flex;
    align-items: center;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content {
    max-width: 45vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content h2 {
    font-size: 6vw;
    margin-bottom: 1.7vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__description {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 390px) {
  .body-academy-index .academy-page .academy-goal-section .wrapper {
    height: 52vw;
    border-radius: 10px;
    padding: 8vw 7vw;
    background-position: -60px;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content {
    max-width: 45vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__content h2 {
    font-size: 6vw;
    margin-bottom: 1.7vw;
  }
  .body-academy-index .academy-page .academy-goal-section .academy-goal__description {
    font-size: 3.1vw;
  }
}
@media (max-width: 575px) {
  .body-academy-index .academy-page .enroll .enroll-block:before {
    background-image: url("/uploads/images/parts/enroll-mobile.svg");
  }
  .arena-card--component {
    position: relative;
  }
  .arena-card--component .container-mini {
    max-width: 810px !important;
  }
  .arena-card--component__main-image {
    height: 415px;
  }
  .arena-card--component__main-image img {
    height: 100%;
    object-fit: cover;
  }
  .arena-card--component__main-wrapper:before {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 215px;
  }
  .arena-card--component__main-content {
    padding: 0 20px;
    position: absolute;
    bottom: 35px;
    width: 100%;
  }
  .arena-card--component__main h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) and (max-width: 380px) {
  .arena-card--component__main h2 {
    font-size: 6.316vw;
    margin-bottom: 2.632vw;
  }
}
@media (max-width: 575px) {
  .arena-card--component__main-description p {
    margin-bottom: 0;
  }
  .arena-card--component__main-description {
    color: white;
    max-width: 350px;
  }
  .arena-card--component__sub-text {
    max-width: unset;
  }
  .arena-card--component__sub-description {
    margin-top: 50px;
  }
  .arena-card--component__sub-description .container-mini {
    padding: 0 !important;
  }
  .arena-card--component__sub-description {
    margin-bottom: 50px;
  }
  .arena-card--component__mini-image {
    border: none;
    position: static;
    height: auto;
    width: 100%;
  }
  .arena-card--component__mini-image img {
    height: 100%;
    width: 100%;
  }
  .body-fan-shop-index .arena-section__item:not(:last-child),
  .body-arena-index .arena-section__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .body-fan-shop-index .arena-section__item,
  .body-arena-index .arena-section__item {
    gap: 50px;
    flex-direction: column !important;
  }
  .body-fan-shop-index .arena-quote .container-mini,
  .body-arena-index .arena-quote .container-mini {
    padding: 0 35px !important;
  }
  .body-fan-shop-index .arena-quote h5,
  .body-arena-index .arena-quote h5 {
    padding: 25px;
    font-size: 16px;
  }
  .body-fan-shop-index .fan-shop-quote h3 {
    font-size: 40px;
  }
  .body-fan-shop-index .fan-shop-quote__wrapper {
    padding: 65px 30px 35px 30px;
  }
  .body-fan-shop-index .fan-shop-quote__actions {
    flex-wrap: wrap;
    gap: 15px;
  }
  .body-fan-shop-index .shop-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .body-fan-shop-index .shop-section .swiper .slider-button-next {
    display: none !important;
  }
  .body-fan-shop-index .shop-section .product {
    height: 225px !important;
  }
  .body-fan-shop-index .shop-section .product__image {
    height: 155px !important;
  }
  .body-fan-shop-index .shop-section .product__body {
    padding: 10px;
  }
  .body-page-match .match-quiz .container-xl {
    padding: 0 10px;
  }
  .body-page-match .match-quiz {
    padding: 0 0 30px;
  }
  .body-page-match .match-quiz__header.desktop-image {
    padding-top: 30px;
  }
  .body-page-match .match-quiz__header.mobile-image {
    padding-top: 0;
    height: 100vw;
  }
  .body-page-match .match-quiz__header h1 {
    font-size: 40px;
  }
  .body-page-match .match-quiz__header h2 {
    font-weight: 300;
    font-size: 24px;
  }
  .body-page-match .match-quiz .quiz-item__head {
    font-size: 11px;
  }
  .body-page-match .match-quiz .quiz-item__vote {
    gap: 30px;
    margin: 0 20px;
  }
  .body-page-match .match-quiz .quiz-item__vote span {
    font-size: 36px;
    color: #FFFFFF;
    transform: translateY(-5px);
  }
  .body-page-match .match-quiz .quiz-item__vote-first, .body-page-match .match-quiz .quiz-item__vote-second {
    height: 70px;
    width: 70px;
    font-size: 40px;
  }
  .body-page-match .match-quiz .quiz-item__match {
    margin-top: 15px;
  }
  .body-page-match .match-quiz .quiz-item__match-team__info p {
    font-size: 16px;
  }
  .body-page-match .match-quiz .quiz-item .popular-votes__content {
    gap: 10px;
  }
  .body-page-match .match-quiz .quiz-item .vote-result h4 {
    text-align: center;
    max-width: 360px;
  }
  .body-page-match .match-quiz .quiz-item .vote-btn {
    min-height: 40px;
    padding: 5px 0;
    height: unset;
    font-size: 16px;
    width: 90%;
  }
  .body-page-players .player-quiz {
    padding: 0 0 30px;
  }
  .body-page-players .player-quiz .container-xl {
    padding: 0 10px;
  }
  .body-page-players .player-quiz__header.desktop-image {
    padding-top: 30px;
  }
  .body-page-players .player-quiz__header.mobile-image {
    padding-top: 0;
    height: 100vw;
  }
  .body-page-players .player-quiz__header h1 {
    font-size: 40px;
  }
  .body-page-players .player-quiz__header h2 {
    font-weight: 300;
    font-size: 24px;
  }
  .body-page-players .player-quiz .player__image {
    position: relative;
    height: 90px;
    width: 90px;
    background-color: #cdcdcd;
  }
  .body-page-players .player-quiz .player__image img {
    object-fit: cover;
    object-position: top center;
    max-height: 100%;
    width: 90px !important;
  }
  .body-page-players .player-quiz .player__number {
    width: 22px;
    height: 22px;
    font-size: 10px;
    line-height: 215%;
  }
  .body-page-players .player-quiz .player__country {
    width: 18px;
    height: 18px;
  }
  .body-page-players .player-quiz .player__name {
    margin-bottom: 0;
  }
  .body-page-players .player-quiz .player__name h4 {
    margin-bottom: 0 !important;
  }
  .body-page-players .player-quiz .player__body {
    padding: 3px 10px 5px 10px;
  }
  .body-page-players .player-quiz .quiz-item {
    padding: 30px 20px;
  }
  .body-page-players .player-quiz .quiz-item__head h3 {
    margin-bottom: 0;
    font-size: 16px;
  }
  .body-registration-confirm-account .confirm-page h2 {
    font-size: 36px;
  }
  .body-registration-confirm-account .confirm-page p {
    font-size: 14px;
  }
  .body-registration-confirm-account .confirm-page input {
    width: 38px !important;
    height: 38px !important;
    font-size: 16px !important;
  }
  .body-registration-confirm-account .confirm-page button[type=submit] {
    padding: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header__menu li a {
    font-size: 1.3vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #wrapper {
    margin: 0 auto -160px;
    padding: 80px 0 160px;
  }
  #wrapper main {
    min-height: calc(100vh - 240px);
  }
  .header .first-panel {
    height: 50px;
    background-size: cover;
  }
  .header .first-panel p {
    font-size: 22px;
  }
  .header .first-panel .logo {
    width: 79px;
  }
  .header .second-panel li:not(:last-child) {
    margin-right: 15px;
  }
  .header .second-panel li:not(:first-child) {
    margin-left: 15px;
  }
  .header .second-panel a {
    font-size: 13px;
  }
  .panel-element .social .link {
    height: 30px;
    width: 33px;
    font-size: 20px;
  }
  .panel-element .switch {
    width: 80px;
    height: 30px;
  }
  .panel-element .switch .lang {
    font-size: 1.4rem;
  }
  .panel-element .form-search-group .form-search {
    margin-left: calc(50% - 115px);
  }
  .panel-element .form-search-group .form-search .button-search {
    font-size: 16px;
    width: 30px;
    height: 26px;
  }
  .panel-element .form-search-group .form-search .form-control {
    height: 24px;
    width: 200px;
    font-size: 12px;
  }
  .panel-element .form-search-group.active .form-search {
    margin-left: calc(30% - 130px);
    margin-right: calc(20% - 130px);
  }
  .panel-element .form-search-group.active .container-search {
    margin: 0 1.5% 0 11%;
  }
  .content p, .content div {
    font-size: 16px;
  }
  .head .p-head {
    min-height: 50px;
    font-size: 23px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    height: 160px;
  }
  .footer .footer-center .link.skew {
    height: 40px;
    width: 40px;
  }
  .footer .footer-center .link.skew i {
    font-size: 26px;
  }
  .footer .footer-center .link.site {
    font-size: 18px;
  }
  .top-background {
    top: 50px;
  }
  .section-news .link {
    font-size: 13px;
  }
  .section-news .news .h3 {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }
  .section-news .news .short {
    font-size: 1.35rem;
    margin-block: 10px;
  }
  .section-news .news.one .h3 {
    font-size: 16px;
  }
  .section-standings tr {
    font-size: 18px;
  }
  .section-standings tr td, .section-standings tr th {
    padding: 0.5rem 2rem;
  }
  .people-block .image-block {
    max-width: 190px;
    max-height: 190px;
    flex: 0 0 190px;
  }
  .people-block .text-block .position {
    font-size: 14px;
  }
  .menu-team li a {
    padding: 12px 0;
    font-size: 20px;
  }
  .content__wrapper {
    padding: 20px;
  }
  .content__wrapper.one .teams .vs {
    font-size: 40px;
  }
  .content__wrapper.one .teams .team .image-block {
    height: 70px;
    width: 70px;
  }
  .content__wrapper.one .teams .team .name {
    font-size: 30px;
    padding: 0 15px;
  }
  .content__wrapper.one .teams .team.one {
    padding-right: 10px;
  }
  .content__wrapper.one .teams .team.two {
    padding-left: 10px;
  }
  .content__wrapper.many .owl-nav .owl-prev {
    left: -45px;
  }
  .content__wrapper.many .owl-nav .owl-next {
    right: -45px;
  }
  .content__wrapper.many .teams {
    margin-top: 10px;
  }
  .content__wrapper.many .teams .vs {
    font-size: 30px;
  }
  .content__wrapper.many .teams .team .image-block {
    height: 70px;
    width: 55px;
  }
  .body-site-index .section-first .slider .title {
    font-size: 19px;
  }
  .body-site-index .section-first .slider .image-block {
    height: 554px;
  }
  .body-site-index .section-first .slider .image-block::before {
    top: -19px;
    left: 45px;
  }
  .body-site-index .section-first .slider .image-block::after {
    bottom: -19px;
    right: 45px;
  }
  .body-site-index .section-first .slider .owl-dots .owl-dot {
    width: 11px;
    height: 9px;
  }
  .body-site-index .section-first .tournaments .tabs > li {
    font-size: 20px;
  }
  .body-site-index .container-sponsor {
    padding-top: 10px;
  }
  .body-site-index .container-sponsor .sponsor .h2 {
    font-size: 30px;
    max-width: 85%;
  }
  .body-site-index .section-partner .container-partner {
    padding: 50px 25px 50px;
  }
  .body-site-index .section-partner .col .image-block {
    height: 130px;
  }
  .body-news-index .section-news {
    padding-bottom: 200px;
  }
  .body-news-view .section-new .content img.main-img {
    max-width: 478px;
  }
  .body-news-view .section-new .title {
    font-size: 20px;
  }
  .body-news-view .section-new .tag-date {
    font-size: 17px;
  }
  .body-site-player .section-team {
    padding-bottom: 240px;
  }
  .body-site-player .section-team > .container {
    padding-top: 60px;
  }
  .body-match-view .section-match .h3 {
    font-size: 32px;
  }
  .body-match-view .section-match .vs {
    font-size: 156px;
    padding-top: 55px;
  }
  .body-match-view .section-match .image-block {
    width: 295px;
    height: 295px;
  }
  .body-match-view .section-match .club {
    font-size: 26px;
  }
  .body-match-view .section-match .city {
    font-size: 20px;
  }
  .body-match-view .section-match .fields .field .attribute, .body-match-view .section-match .fields .field .value {
    font-size: 26px;
  }
  .body-match-view .section-match .content p, .body-match-view .section-match .content div, .body-match-view .section-match .content h3 {
    font-size: 26px;
  }
  .body-match-view .section-match .photos .photo .easyii-box {
    max-width: 229px;
    max-height: 152px;
  }
  .body-match-next .content__wrapper.many .teams .vs, .body-match-prev .content__wrapper.many .teams .vs {
    font-size: 52px;
  }
  .body-match-next .content__wrapper.many .teams .team .image-block, .body-match-prev .content__wrapper.many .teams .team .image-block {
    height: 93px;
    width: 75px;
  }
  .body-match-next .content__wrapper.many .info, .body-match-prev .content__wrapper.many .info {
    font-size: 22px;
  }
  .body-match-next .content__wrapper.many .game, .body-match-prev .content__wrapper.many .game {
    margin-bottom: 25px;
    padding: 13px 12px;
  }
  .body-site-view.template-club .section-club .title {
    font-size: 20px;
  }
  .body-site-view.template-club .section-club .text {
    font-size: 17px;
  }
  .body-site-view.template-club .section-club #club_menu a {
    font-size: 13px;
  }
  .body-site-view.template-club .section-club .manager-block .title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .body-site-view.template-club .section-club .manager-block .position {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .body-site-view.template-club .section-club .manager-block .attribute {
    font-size: 20px;
  }
  .body-site-view.template-club .nav-pills li a {
    font-size: 16px;
    padding: 10px 0;
  }
  .body-site-view.template-team .section-team {
    padding-bottom: 240px;
  }
  .body-site-view.template-team .section-team .h3 {
    font-size: 23px;
  }
  .body-site-view.template-team .section-team > .container {
    padding-top: 60px;
  }
  .body-site-view.template-team .section-team .player .image-block img {
    height: auto;
    width: 132%;
  }
  .body-site-view.template-team .section-team .player .text-block {
    padding: 5px 12px 4px;
  }
  .body-site-view.template-team .section-team .player .text-block .text {
    font-size: 16px;
  }
  .body-site-view.template-team .section-team .player .text-block .number {
    font-size: 45px;
  }
  .body-site-view.template-team .section-team .player-block .flex .fields-title .title {
    font-size: 40px;
  }
  .body-site-view.template-team .section-team .player-block .flex .fields-title .position {
    font-size: 40px;
  }
  .body-site-view.template-team .section-team .player-block .flex .fields .attribute {
    font-size: 23px;
  }
  .body-site-view.template-team .section-team .player-block .flex .fields .value {
    font-size: 23px;
  }
  .body-site-view.template-team .section-team .player-block .flex .fields .number {
    font-size: 170px;
    margin-bottom: -30px;
  }
  .body-site-view.template-team .people-block .text-block .title {
    font-size: 26px;
  }
  .body-site-view.template-team .people-block .text-block .position {
    font-size: 21px;
  }
  .body-site-view.template-team .people-block .image-block {
    max-width: 250px;
    max-height: 250px;
    flex: 0 0 250px;
  }
}
@media screen and (max-width: 360px) {
  header .mobile-header-logo img {
    width: 50px;
    height: 50px;
  }
  .c-text-small {
    font-size: 3.333vw;
  }
  .c-text-bigger {
    font-size: 4.444vw;
  }
  .section-padding-t {
    padding-top: 13.889vw;
  }
  .prev-match__championship,
  .match-next__championship {
    font-size: 3.333vw;
  }
  .prev-match__championship svg,
  .match-next__championship svg {
    font-size: 5vw;
    height: 5vw;
  }
  .prev-match .team__name,
  .match-next .team__name {
    text-align: center;
    font-size: 4.444vw !important;
  }
  .prev-match .team__city,
  .match-next .team__city {
    font-size: 3.333vw !important;
  }
  .prev-match .team-xss,
  .match-next .team-xss {
    max-width: 32%;
  }
  .prev-match .match__image,
  .match-next .match__image {
    height: 19.444vw !important;
  }
  .prev-match .match__location,
  .match-next .match__location {
    font-size: 3.333vw !important;
    max-width: 33.333vw;
  }
  .prev-match .match__link, .prev-match .match__ticket, .prev-match .match__preview,
  .match-next .match__link,
  .match-next .match__ticket,
  .match-next .match__preview {
    font-size: 3.333vw;
    padding: 2.778vw 5.556vw;
  }
  .match .team-xss {
    max-width: 32%;
  }
  .match .match__ticket, .match .match__preview {
    font-size: 3.333vw;
    padding: 2.778vw 5.556vw;
  }
  .next-match .match__championship svg {
    font-size: 5vw;
    height: 5vw;
  }
  .next-match .match__image {
    height: 19.444vw;
  }
  .next-match .match__image img {
    width: auto;
  }
  .next-match .match__time {
    font-size: 7.222vw !important;
    margin-bottom: 2.222vw !important;
  }
  .next-match .match__location {
    font-size: 3.333vw !important;
    max-width: 33.333vw;
  }
  .next-match .match__date, .next-match .match__day {
    font-size: 4.444vw !important;
  }
  .news-item {
    height: 105.556vw;
  }
  .news-item__image {
    height: 47.222vw;
  }
  .develop h1 {
    font-size: 20vw;
  }
  .develop h2 {
    font-size: 6.111vw;
  }
  .develop a {
    margin-top: 8.33vw;
    padding: 4.17vw 12.5vw;
  }
  /*
   ======== MAIN PART =========
  */
  .body-site-index .hero .hero-pagination {
    bottom: 7vw;
  }
  .body-site-index .hero .hero-pagination .swiper-pagination-bullet {
    width: 22.222vw;
  }
  .body-site-index .match .standings__head .tabs__item {
    font-size: 4.444vw;
  }
  .body-site-index .match .standings__content {
    padding: 1.5vw 2.778vw 0;
    height: 125vw;
  }
  .body-site-index .match .standings .table .table-image {
    max-height: 5.556vw;
    margin-right: 2.222vw !important;
  }
  .body-site-index .match .standings .table .table-row .table-cell {
    font-size: 3.889vw;
    padding: 4vw 2.5vw;
  }
  .body-site-index .matches__head .tabs__item {
    font-size: 4.444vw;
  }
  .body-site-index .news h2 {
    font-size: 13.333vw;
  }
  .body-site-index .section-media .media__item__title {
    font-size: 3.889vw !important;
  }
  .body-site-index .section-media .media__item:first-child iframe {
    height: 55vw;
  }
  .body-site-index .photos h3 {
    font-size: 3.889vw;
  }
  .body-site-index .photos .photo__item .photo__item__image {
    height: 54.167vw;
  }
  .body-team-view .player__image {
    height: 44.444vw;
  }
  .body-team-view .player__number {
    width: 8.33vw;
    height: 8.33vw;
    font-size: 3.33vw;
  }
  .body-team-view .player__country {
    width: 8.33vw;
    height: 8.33vw;
    left: 2.78vw;
    bottom: 2.78vw;
  }
  .body-team-view .player__body {
    padding: 4.167vw 5.556vw 2.778vw 5.556vw;
  }
  .body-team-view .team .team-block__item {
    height: 69.444vw;
  }
  .body-team-view .team .team-block__items .my-4 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .body-news-index .news .news-item {
    height: 77.778vw;
  }
  .body-news-index .news .news-item__category {
    font-size: 3.33vw;
    padding-left: 2.78vw;
  }
  .body-news-index .news .news-item__title {
    margin-top: 2vw !important;
    font-size: 3.33vw;
  }
  .body-news-index .news .news-item__date svg {
    height: 4.444vw;
    width: 4.444vw;
  }
  .body-news-index .news .news-item__date {
    font-size: 3.33vw;
  }
  .body-match-view .container-base {
    padding: 0 0.5rem;
  }
  .body-standings-view .standings__table {
    padding: 5.556vw 2.778vw;
  }
  .body-standings-view .standings__table .table__title {
    font-size: 5.556vw;
  }
  .body-standings-view .standings__table .table .table-image {
    max-height: 5.556vw;
    margin-right: 2.222vw !important;
  }
  .body-standings-view .standings__table .table .table-row .table-cell {
    font-size: 3.889vw;
    padding: 4vw 2.5vw;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:nth-child(2) {
    padding-left: 1.389vw;
  }
  .body-standings-view .standings__table .table .table-row .table-cell:last-child {
    padding-left: 2.778vw;
  }
  .body-fans-index .notification__head h1 {
    font-size: 13.333vw;
  }
  .body-fans-index .notification__item {
    padding: 5.56vw;
    height: 66.67vw;
  }
  .body-fans-index .notification__item h3 {
    font-size: 6.111vw;
  }
  .body-fans-index .notification__item p {
    font-size: 10px;
  }
  .body-fans-index .actions .action {
    background-size: cover;
  }
  .body-fans-index .actions .action__inner {
    padding: 5.56vw 5.56vw 9.72vw 5.56vw;
  }
  .body-fans-index .actions .action img {
    right: 3vw;
    width: 8.5vw;
    height: 8.5vw;
  }
  .body-fans-index .wallpapers-desktop:not(.wallpapers-mobile) {
    margin-top: 2.778vw;
    padding: 4.17vw 5.56vw;
    font-size: 4.444vw;
  }
  .body-fans-index .wallpapers-tabs .tabs__item {
    font-size: 4.444vw;
  }
  .body-media-index .media .media-big-slider {
    height: 66.667vw;
  }
  .body-media-index .media .media-mini-slider {
    height: 23.611vw;
  }
  .body-media-index .albums .pagination {
    margin-top: 3.333vw;
  }
  .body-media-videos .photos .photo__item,
  .body-media-index .photos .photo__item {
    height: 50vw;
  }
  .body-media-videos .photos .photo__item__image,
  .body-media-index .photos .photo__item__image {
    height: 36.111vw;
  }
  .body-profile-settings .page-title {
    line-height: 100%;
    text-wrap: wrap;
  }
  .body-team-player .player-section__stats {
    padding: 9.72vw 1.94vw;
  }
  .body-team-player .player-section table tr td {
    font-size: 3.33vw;
    padding: 5.56vw 1.94vw;
  }
  .shopcart-counter button {
    margin: 0 1.94vw;
    height: 5.56vw;
    width: 5.56vw;
  }
  .shopcart-size-picker {
    width: 27.78vw;
    height: 11.11vw;
    padding: 0 4.17vw;
    border-top-left-radius: 1.39vw;
    border-bottom-right-radius: 1.39vw;
    gap: 2.78vw;
  }
  .body-shopcart-index .shopcart-section__item .shopcart-counter {
    margin-right: 4.167vw;
  }
  .body-shopcart-index .shopcart-section__item-image {
    max-width: 27.778vw;
  }
  .body-shopcart-index .shopcart-section__item-base {
    max-width: 52.778vw;
  }
  .body-shopcart-index .shopcart-section__item-base span {
    font-size: 3.33vw;
    margin-bottom: 1.5vw;
  }
  .body-shopcart-index .shopcart-section__item-base a {
    font-size: 4.444vw;
  }
  .body-shopcart-index .shopcart-section__item-price {
    margin-right: 0;
    font-size: 5vw;
  }
  .body-catalog-index .sidebar-mobile .sort__item button {
    width: 33.333vw;
  }
  .body-catalog-index .sidebar-mobile .categories__item span {
    max-width: 38.889vw;
  }
  .product {
    height: 58.5vw !important;
  }
  .product__image {
    height: 37.667vw !important;
  }
  .product__price {
    font-size: 3.333vw !important;
  }
  .product__title {
    font-size: 14px !important;
  }
  .product__body {
    margin-top: 2.778vw !important;
    padding: 1.39vw 2.78vw 4.17vw 2.78vw !important;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .header .first-panel p {
    font-size: 2.78rem;
  }
  .header .second-panel a {
    font-size: 16px;
  }
}
@media (min-width: 1250px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1230px;
  }
}

/*# sourceMappingURL=main.css.map */
