@charset "UTF-8";
.text-size-1 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.28px;
}

.text-size-2 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
}

.text-size-3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
}

.text-size-4 {
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
}

.text-size-7 {
  font-size: 19px;
  line-height: normal;
  font-weight: 400;
}

.text-size-8 {
  font-size: 17px;
  line-height: normal;
  font-weight: 400;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.text-color {
  color: #ffffff;
}

.text-color-main {
  color: #DBAD70;
}

.text-color-black {
  color: #000;
}

@media (min-width: 767.9px) {
  .text-size-1 {
    font-size: 38px;
    letter-spacing: normal;
  }
  .text-size-2 {
    font-size: 24px;
    font-weight: 600;
  }
  .text-size-3 {
    font-size: 20px;
    font-weight: 400;
  }
  .text-size-4 {
    font-size: 19px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 16px;
  }
}
@media (min-width: 991.9px) {
  .text-size-1 {
    font-size: 42px;
  }
  .text-size-2 {
    font-size: 28px;
  }
  .text-size-3 {
    font-size: 22px;
    font-weight: 600;
  }
  .text-size-4 {
    font-size: 22px;
    font-weight: 600;
  }
}
@media (min-width: 1399.9px) {
  .text-size-1 {
    font-size: 52px;
  }
  .text-size-2 {
    font-size: 32px;
  }
  .text-size-3 {
    font-size: 26px;
  }
  .text-size-4 {
    font-size: 24px;
    font-weight: 400;
  }
  .text-size-7 {
    font-size: 22px;
  }
  .text-size-8 {
    font-size: 20px;
  }
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

/* Common */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

/* Form */
input:focus,
input:active,
button:focus,
button:active,
select {
  outline: none;
}

textarea {
  resize: none;
  outline: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  text-align: right;
}

button {
  transition: 0.3s all ease;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #ffffff;
  font-family: "Assistant", sans-serif;
  line-height: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

header,
main,
footer {
  overflow-x: clip;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.swiper-container .swiper-button-next {
  left: calc(-30px + -42 * (100vw - 360px) / 1040);
  right: auto;
}
.swiper-container .swiper-button-next::after {
  content: "\e919";
  padding-right: 2px;
}
.swiper-container .swiper-button-prev {
  right: calc(-30px + -42 * (100vw - 360px) / 1040);
  left: auto;
}
.swiper-container .swiper-button-prev::after {
  content: "\e918";
  padding-left: 2px;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after {
  font-family: "icomoon";
  color: #D9D9D9;
  font-size: calc(30px + 4 * (100vw - 360px) / 1560);
}
@media (min-width: 1800px) {
  .swiper-container .swiper-button-next {
    left: calc(-30px + -80 * (100vw - 360px) / 1040);
  }
  .swiper-container .swiper-button-prev {
    right: calc(-30px + -80 * (100vw - 360px) / 1040);
  }
}
@media (min-width: 1600px) and (max-width: 1700px) {
  .swiper-container {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) and (max-width: 1460px) {
  .swiper-container {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .swiper-container {
    width: 94%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  .swiper-container {
    width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .swiper-container {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 991.9px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}

.swiper-wrapper {
  padding-bottom: calc(40px + 20 * (100vw - 360px) / 1040);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: calc(5px + 5 * (100vw - 360px) / 1040);
  margin-left: calc(5px + 5 * (100vw - 360px) / 1040);
}

.swiper-pagination .swiper-pagination-bullet {
  width: calc(14px + 6 * (100vw - 360px) / 1040);
  min-width: calc(14px + 6 * (100vw - 360px) / 1040);
  height: calc(14px + 6 * (100vw - 360px) / 1040);
  background: transparent;
  border: 1px solid #DBAD70;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #DBAD70;
}

@media (min-width: 991.9px) {
  .cardsSwiper {
    padding: 0 10px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  background-color: #000;
  color: #DBAD70;
  border-radius: 30px;
}
.button:hover {
  color: #ffffff;
  box-shadow: 0px 2px 10px 0px #DBAD70;
}
@media (min-width: 767.9px) {
  .button {
    max-width: 283px;
    font-size: 14.17px;
    font-weight: 600;
  }
}
@media (min-width: 1399.9px) {
  .button {
    max-width: 400px;
    font-size: 20px;
    font-weight: 700;
  }
}

.my-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 360px) / 1040);
  font-weight: 400;
  color: #AF9363;
}
.my-breadcrumbs a {
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #DBAD70;
}
.my-breadcrumbs .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
}
.my-breadcrumbs span.icon {
  font-size: calc(10px + 2 * (100vw - 360px) / 1040);
  color: #DBAD70;
  margin: 0 5px;
}
.my-breadcrumbs > *:not(a) {
  /* width: 20ch; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.price {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(13px + 5 * (100vw - 360px) / 1040);
  font-weight: 500;
  position: relative;
  padding-left: calc(13px + 2 * (100vw - 360px) / 1040);
}
.price::after {
  content: "\e911";
  font-family: "icomoon";
  font-size: calc(10px + 3 * (100vw - 360px) / 1040);
  font-weight: 400;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.quantity {
  display: flex;
  align-items: center;
  padding: 0 8px;
  border: none;
  border-radius: 0;
}
.quantity .quantity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #DBAD70;
  cursor: pointer;
}
.quantity .quantity-button.quantity-add::before {
  content: "\e91c";
  font-family: "icomoon";
  transform: rotate(180deg);
  color: #DBAD70;
}
.quantity .quantity-button.quantity-remove::before {
  content: "\e91c";
  font-family: "icomoon";
  color: #DBAD70;
}
.quantity .quantity-input {
  width: 100%;
  text-align: center;
  padding: 6px 0;
  margin: 0 3px;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 767.9px) {
  .quantity {
    padding: 0 10px;
    border: 0.38px solid #DBAD70;
    border-radius: 22px;
  }
  .quantity .quantity-button {
    font-size: 13px;
  }
  .quantity .quantity-input {
    font-size: 16px;
  }
}
@media (min-width: 991.9px) {
  .quantity .quantity-button {
    font-size: 10px;
  }
}
@media (min-width: 1399.9px) {
  .quantity {
    padding: 2px 20px;
  }
  .quantity .quantity-button {
    font-size: 17px;
  }
  .quantity .quantity-input {
    font-size: 20px;
  }
}

.input-block {
  width: 100%;
  position: relative;
}
.input-block input,
.input-block textarea,
.input-block select {
  width: 100%;
  border: 2px solid #DBAD70;
  border-radius: 18px;
  background-color: transparent;
  font-size: calc(16px + 4 * (100vw - 360px) / 1040);
  padding-top: calc(10px + 6 * (100vw - 360px) / 1040);
  padding-bottom: calc(10px + 6 * (100vw - 360px) / 1040);
  padding-right: 20px;
  padding-left: 20px;
}
.input-block input.error,
.input-block textarea.error,
.input-block select.error {
  border-color: red;
}
.input-block label {
  background-color: #ffffff;
  font-size: calc(15px + 1 * (100vw - 360px) / 1040);
  font-weight: 500;
  padding: 2px 8px;
  position: absolute;
  right: 25px;
  top: 1px;
  transform: translateY(-50%);
}
.input-block label.required-label::after {
  content: " *";
  color: red;
}
.input-block.grey input,
.input-block.grey textarea {
  border-color: #1E1E1E;
}
.input-block.grey input.error,
.input-block.grey textarea.error {
  border-color: red;
}
.input-block.sm input,
.input-block.sm textarea,
.input-block.sm select {
  border: 0.8px solid #DBAD70;
  border-radius: 11px;
  font-size: calc(16px + 0 * (100vw - 360px) / 1040);
  padding-top: calc(5px + 5 * (100vw - 360px) / 1040);
  padding-bottom: calc(5px + 5 * (100vw - 360px) / 1040);
  padding-right: 20px;
  padding-left: 20px;
}

.input-bb input {
  width: 100%;
  padding: 5px 0;
  border: none;
  border-bottom: 0.5px solid #DBAD70;
  border-radius: 0;
  background-color: transparent;
  font-size: calc(16px + 4 * (100vw - 360px) / 1560);
  font-weight: 400;
  position: relative;
  color: #ffffff;
}
.input-bb input.error {
  border-color: red;
}

.checkbox-block input {
  display: none;
}
.checkbox-block input:checked + .checkbox-block__item {
  border-color: #DBAD70;
  background: #DBAD70;
}
.checkbox-block .checkbox-block__label {
  display: flex;
  align-items: self-start;
}
.checkbox-block .checkbox-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 20px;
  border: 1px solid #DBAD70;
  border-radius: 5px;
  cursor: pointer;
}
.checkbox-block .checkbox-block__text {
  font-size: calc(16px + 2 * (100vw - 360px) / 1040);
  font-weight: 400;
  cursor: pointer;
}
.checkbox-block.__radio .checkbox-block__item {
  border-radius: 50%;
}

.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.select::after {
  content: "\e91c";
  font-family: "icomoon";
  display: block;
  color: #DBAD70;
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select._customized {
  display: flex;
  flex-direction: column;
  height: 42px;
}
.select._customized .option {
  padding: 0 30px 0 10px;
  min-height: 36px;
  display: flex;
  align-items: center;
  background: #333;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
}
.select._customized input {
  opacity: 0;
  position: absolute;
  left: -99999px;
}
.select._customized input:checked + label {
  margin-bottom: 5px;
  order: 1;
  z-index: 2;
  background: transparent;
  border-top: none;
  position: relative;
}
.select._customized input:first-of-type:not(:checked) + label {
  display: none;
}
.select._customized:focus .option {
  position: relative;
  pointer-events: all;
}
.select._customized:not(:focus) input:not(:checked) + label {
  opacity: 0;
}
.select._customized:focus input:not(:checked) + label:hover {
  background: #666;
}
@media (min-width: 767.9px) {
  .select::after {
    font-size: 10px;
    left: 15px;
  }
  .select._customized {
    height: 30px;
  }
  .select._customized .option {
    min-height: 29px;
    font-size: 14px;
  }
}
@media (min-width: 1399.9px) {
  .select::after {
    font-size: 14px;
    left: 20px;
  }
  .select._customized {
    height: 42px;
  }
  .select._customized .option {
    min-height: 36px;
    font-size: 20px;
  }
}

.search-wrapper {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  border-radius: 0px 0px 30px 30px;
  position: fixed;
  top: 59px;
  left: 11px;
  right: 11px;
  z-index: 10;
  transition: 0.3s all ease;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.search-wrapper.show {
  padding-top: 28px;
  padding-bottom: 66px;
  max-height: 1000px;
  opacity: 1;
  overflow: auto;
}
.search-wrapper .search-wrapper__close {
  display: block;
  width: 129px;
  height: 50px;
  background-image: url(../img/bg/bg-elements/bg-back-button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 46px;
  margin-right: auto;
}
@media (min-width: 767.9px) {
  .search-wrapper {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    max-height: none;
    opacity: 1;
    overflow: unset;
  }
  .search-wrapper.show {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .search-wrapper .search-wrapper__close {
    display: none;
  }
}

.search-input {
  position: relative;
}
.search-input::after {
  content: "\e910";
  font-family: "icomoon";
  font-size: 12px;
  color: #DBAD70;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.search-input input {
  width: 100%;
  padding-left: 15px;
  background-color: transparent;
  font-size: 12.7px;
  color: #DBAD70;
  border-bottom: 0.7px solid rgba(219, 173, 112, 0.6);
}
@media (min-width: 1399.9px) {
  .search-input::after {
    font-size: 17px;
  }
  .search-input input {
    padding-left: 20px;
    font-size: 18px;
  }
}

.search-results {
  padding-top: 29px;
}
.search-results .search-result {
  display: flex;
  color: #DBAD70;
}
.search-results .search-result:not(:last-of-type) {
  margin-bottom: 15px;
}
.search-results .search-result .search-result__image {
  width: 88px;
  height: 67px;
  margin-left: 10px;
  overflow: hidden;
}
.search-results .search-result .search-result__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results .search-result .search-result__content {
  flex: 1;
}
.search-results .search-result .search-result__content h6 {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-results .search-result .search-result__content .search-result__information {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
  max-width: 260px;
}
.search-results .search-result .search-result__content .search-result__information > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-results .search-result .search-result__content .search-result__information > li .icon {
  font-size: 19px;
}
.search-results .search-result .search-result__content .search-result__information > li p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 767.9px) {
  .search-results {
    width: 340px;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
    border-radius: 0px 0px 30px 30px;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -19px;
    transform: translateY(100%);
    transition: 0.3s all ease;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .search-results.show {
    padding-top: 28px;
    padding-bottom: 25px;
    max-height: 1000px;
    opacity: 1;
    overflow: auto;
  }
}

.shop__pagination ul {
  display: flex;
  align-items: center;
}
.shop__pagination ul > li {
  font-size: 16px;
}
.shop__pagination ul > li:not(:last-child) {
  margin-left: 20px;
}
.shop__pagination ul > li > a {
  display: flex;
  color: #ffffff;
}
.shop__pagination ul > li > a > span {
  color: #DBAD70;
}
.shop__pagination ul > li > span.current {
  display: flex;
  padding: 6px 11px 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  border-radius: 10px;
  background: #DBAD70;
}

.subscribe-block {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 7px 18px;
  border-radius: 15px;
  border: 0.8px solid #ffffff;
  overflow: hidden;
}
.subscribe-block.error {
  border-color: red;
}
.subscribe-block input {
  font-size: calc(16px + 2 * (100vw - 360px) / 1040);
  background-color: transparent;
  color: #DBAD70;
  width: 100%;
}
.subscribe-block .subscribe-block__send {
  margin-right: 23px;
  font-size: calc(23px + 14 * (100vw - 360px) / 1040);
  color: #DBAD70;
  cursor: pointer;
}

.subscribe .subscribe__inner {
  position: relative;
}
.subscribe .subscribe__content-successs {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}
.subscribe .subscribe__content-successs > h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.subscribe .subscribe__content-successs > p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.subscribe.success .subscribe__content {
  visibility: hidden;
}
.subscribe.success .subscribe__content-successs {
  display: flex;
}
@media (min-width: 767.9px) {
  .subscribe .subscribe__content-successs > h3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 991.9px) {
  .subscribe .subscribe__content-successs > h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .subscribe .subscribe__content-successs > p {
    font-size: 24px;
  }
}
@media (min-width: 1399.9px) {
  .subscribe .subscribe__content-successs > h3 {
    font-size: 34px;
  }
  .subscribe .subscribe__content-successs > p {
    font-size: 28px;
  }
}

.social .social__link {
  width: calc(48px + 0 * (100vw - 360px) / 1560);
  height: calc(48px + 0 * (100vw - 360px) / 1560);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.social .social__link:not(:last-child) {
  margin-left: 27px;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.services-cards .services-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-cards .services-card img {
  display: block;
  width: 100%;
}
.services-cards .services-card picture.hover {
  display: none;
  opacity: 0;
}
@media (min-width: 767.9px) {
  .services-cards {
    gap: 65px;
  }
}
@media (min-width: 991.9px) {
  .services-cards {
    gap: 81px;
  }
  .services-cards .services-card picture {
    transition: 0.3s all ease;
  }
  .services-cards .services-card:hover picture:not(.hover) {
    display: none;
    opacity: 0;
  }
  .services-cards .services-card:hover picture.hover {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1399.9px) {
  .services-cards {
    gap: 85px;
  }
}

.tournaments-hero {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 539px;
  margin-bottom: 17px;
  background-image: url(../img/bg/tournaments/bg-tournaments-hero-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 767.9px) {
  .tournaments-hero {
    height: 446px;
    margin-bottom: 67px;
    background-image: url(../img/bg/tournaments/bg-tournaments-hero-2.png);
  }
}
@media (min-width: 991.9px) {
  .tournaments-hero {
    background-image: url(../img/bg/tournaments/bg-tournaments-hero-3.png);
  }
  .tournaments-hero .tournaments-hero-icon-1,
  .tournaments-hero .tournaments-hero-icon-2,
  .tournaments-hero .tournaments-hero-icon-3,
  .tournaments-hero .tournaments-hero-icon-4 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .tournaments-hero .tournaments-hero-icon-1 {
    width: 77.647px;
    height: 91.989px;
    background-image: url(../img/bg/bg-elements/footer-bg-spades.png);
    top: 38px;
    right: -5px;
    transition: 0.3s all ease;
  }
  .tournaments-hero .tournaments-hero-icon-2 {
    width: 74.679px;
    height: 88.527px;
    background-image: url(../img/bg/bg-elements/footer-bg-clubs.png);
    top: 154px;
    left: 30px;
    transition: 0.4s all ease;
  }
  .tournaments-hero .tournaments-hero-icon-3 {
    width: 93px;
    height: 93px;
    transform: rotate(-45deg);
    background-image: url(../img/bg/bg-elements/tournaments/bg-geetone-1.png);
    bottom: 27px;
    left: 53%;
    transition: 0.3s all ease;
  }
  .tournaments-hero .tournaments-hero-icon-4 {
    width: 93px;
    height: 104px;
    background-image: url(../img/bg/bg-elements/tournaments/bg-geetone-2.png);
    bottom: -40px;
    right: 46%;
    transition: 0.5s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-1 {
    top: 249px;
    right: 40px;
    transition: 0.3s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-2 {
    top: 297px;
    left: 10px;
    transition: 0.4s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-3 {
    bottom: 153px;
    left: 74%;
    transition: 0.3s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-4 {
    bottom: 127px;
    right: 73%;
    transition: 0.4 all ease;
  }
}
@media (min-width: 1399.9px) {
  .tournaments-hero {
    height: auto;
    padding-bottom: 28.928%;
  }
  .tournaments-hero .tournaments-hero-icon-1 {
    right: 295px;
  }
  .tournaments-hero .tournaments-hero-icon-2 {
    left: 296px;
  }
  .tournaments-hero .tournaments-hero-icon-3 {
    bottom: 24px;
    right: 41.5%;
  }
  .tournaments-hero .tournaments-hero-icon-4 {
    right: 47%;
  }
  .tournaments-hero:hover .tournaments-hero-icon-1 {
    top: 249px;
    right: 135px;
    transition: 0.3s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-2 {
    top: 297px;
    left: 88px;
    transition: 0.4s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-3 {
    bottom: 153px;
    right: 20.5%;
    transition: 0.3s all ease;
  }
  .tournaments-hero:hover .tournaments-hero-icon-4 {
    bottom: 127px;
    right: 70%;
    transition: 0.4 all ease;
  }
}
@media (min-width: 1700px) {
  .tournaments-hero .tournaments-hero-icon-3 {
    width: 105px;
    height: 105px;
    bottom: 30px;
    right: 41%;
  }
  .tournaments-hero .tournaments-hero-icon-4 {
    width: 115px;
    height: 115px;
  }
}

.tournaments-description {
  position: relative;
  z-index: 3;
}
.tournaments-description > li {
  display: flex;
  align-items: center;
}
.tournaments-description > li:not(:last-child) {
  margin-bottom: 10px;
}
.tournaments-description > li .icon {
  width: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-size: 36px;
  color: #DBAD70;
}
.tournaments-description > li h4:not(:last-of-type) {
  margin-bottom: 7px;
}
@media (min-width: 767.9px) {
  .tournaments-description > li:not(:last-child) {
    margin-bottom: 37px;
  }
  .tournaments-description > li .icon {
    width: 40px;
    min-width: 40px;
    margin-left: 20px;
    font-size: 32px;
  }
  .tournaments-description > li h4:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (min-width: 991.9px) {
  .tournaments-description > li .icon {
    width: 50px;
    min-width: 50px;
    font-size: 40px;
  }
}

.tournaments-description-bg {
  padding-bottom: 85%;
  background-image: url(../img/bg/tournaments/bg-tournaments-description-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 767.9px) {
  .tournaments-description-bg {
    padding-bottom: 0;
    height: 369px;
    width: 416px;
    margin-right: -74px;
  }
}
@media (min-width: 991.9px) {
  .tournaments-description-bg {
    background-image: url(../img/bg/tournaments/bg-tournaments-description.png);
    height: 452px;
    width: 509px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-1,
  .tournaments-description-bg .tournaments-description-bg-icon-2,
  .tournaments-description-bg .tournaments-description-bg-icon-3,
  .tournaments-description-bg .tournaments-description-bg-icon-4,
  .tournaments-description-bg .tournaments-description-bg-icon-5,
  .tournaments-description-bg .tournaments-description-bg-icon-6,
  .tournaments-description-bg .tournaments-description-bg-cards {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-1 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-logo.svg);
    top: 167px;
    right: 20px;
    width: 66.046px;
    height: 89.085px;
    transition: 0.3s all ease;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-2 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-logo-2.svg);
    top: 79px;
    left: 126px;
    width: 45px;
    height: 45px;
    transition: 0.4s all ease;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-3 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-token.svg);
    bottom: 125px;
    right: -150px;
    width: 95px;
    height: 95px;
    transition: 0.3s all ease;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-4 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-token-2.svg);
    top: 66px;
    right: 25px;
    width: 50px;
    height: 50px;
    transition: 0.3s all ease;
    mix-blend-mode: multiply;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-5 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-dice.png);
    top: 53px;
    right: 90px;
    width: 68.095px;
    height: 62.764px;
    transition: 0.4s all ease;
  }
  .tournaments-description-bg .tournaments-description-bg-icon-6 {
    background-image: url(../img/bg/bg-elements/tournaments/bg-dice-2.png);
    bottom: 100px;
    left: 27px;
    width: 38px;
    height: 38px;
    transition: 0.4s all ease;
  }
  .tournaments-description-bg .tournaments-description-bg-cards {
    background-image: url(../img/bg/tournaments/bg-cards.png);
    bottom: 44px;
    left: 161px;
    width: 258px;
    height: 257px;
    transition: 0.3s all ease;
  }
  .tournaments-description-bg:hover {
    background-image: url(../img/bg/tournaments/bg-tournaments-description-hover.png);
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-1 {
    top: 130px;
    right: 10px;
    width: 94.552px;
    height: 127.535px;
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-2 {
    top: 50px;
    left: 97px;
    width: 75px;
    height: 75px;
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-3 {
    bottom: -12px;
    right: -130px;
    transform: rotate(-254.338deg);
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-4 {
    top: 357px;
    right: -25px;
    transform: rotate(180deg);
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-5 {
    top: 240px;
    right: -110px;
    transform: rotate(-180deg);
  }
  .tournaments-description-bg:hover .tournaments-description-bg-icon-6 {
    bottom: 8px;
    left: 14px;
    transform: rotate(120deg);
  }
  .tournaments-description-bg:hover .tournaments-description-bg-cards {
    bottom: 64px;
    left: 141px;
  }
}
@media (min-width: 1399.9px) {
  .tournaments-description-bg {
    height: 523px;
    width: 589px;
  }
}

.event-card {
  width: 265px;
  min-width: 265px;
  transition: 0.3s all ease;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.event-card .event-card__flag {
  position: absolute;
  top: 25px;
  right: 16.5px;
  z-index: 1;
  width: 38.786px;
  height: 38.786px;
  border-radius: 50%;
  box-shadow: 0px 3.301px 3.301px 0px rgba(0, 0, 0, 0.25);
  background-image: url(../img/flags/flag-il.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.event-card .event-card__image {
  display: block;
  padding-top: 75.0943396226%;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0.6;
}
.event-card .event-card__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-card .event-card__content {
  padding: 18.4px 5.5px 18px 9px;
}
.event-card .event-card__title {
  display: block;
  margin-bottom: 4px;
}
.event-card .event-card__title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #DBAD70;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card .event-card__desctiption p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-card .event-card__information {
  margin-top: 26px;
}
.event-card .event-card__information-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}
.event-card .event-card__information-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 71px;
}
.event-card .event-card__information-item .icon {
  margin-bottom: 4px;
  font-size: 23px;
  color: #DBAD70;
}
.event-card .event-card__information-item p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.event-card .event-card__information-item:not(:last-child) {
  margin-left: 5px;
}
.event-card .event-card__price p:first-of-type {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.event-card .event-card__price p:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.event-card .event-card__price p:nth-child(2) span {
  display: block;
  margin-right: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 0, 0, 0.9);
  text-decoration: line-through;
}
.event-card .event-card__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-card .event-card__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px 6.5px 14px;
  border-radius: 15px;
  font-size: 39px;
  font-weight: 500;
  background-color: transparent;
  color: #DBAD70;
  border: 0.5px solid #DBAD70;
  border-bottom: none;
  transition: 0.3s all ease;
}
.event-card .event-card__button a:before {
  content: "\e984";
  font-family: "icomoon";
}
.event-card .event-card__button a:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.event-card .event-card__button span {
  display: block;
  margin-top: 3px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}
.event-card .event-card__button:hover button {
  color: #ffffff;
  border: 0.5px solid #DBAD70;
  border-color: #ffffff;
  border-bottom: none;
}
.event-card:hover {
  box-shadow: 0px 6px 10px 0px #DBAD70;
}
.event-card:hover .event-card__image {
  opacity: 1;
}
@media (min-width: 767.9px) {
  .event-card {
    width: 208px;
    min-width: 208px;
  }
  .event-card .event-card__flag {
    top: 13px;
    right: 11px;
    width: 31.987px;
    height: 31.987px;
  }
  .event-card .event-card__content {
    padding: 7px 0px 7px 0px;
  }
  .event-card .event-card__title {
    margin-right: 4px;
    margin-bottom: 3px;
  }
  .event-card .event-card__title h3 {
    font-size: 18px;
  }
  .event-card .event-card__desctiption {
    margin-right: 7px;
  }
  .event-card .event-card__desctiption p {
    font-size: 14.844px;
  }
  .event-card .event-card__information {
    margin-top: 21px;
  }
  .event-card .event-card__information-row {
    margin-bottom: 15px;
  }
  .event-card .event-card__information-item {
    min-width: 63px;
  }
  .event-card .event-card__information-item .icon {
    margin-bottom: 3px;
    font-size: 19px;
  }
  .event-card .event-card__information-item p {
    font-size: 13.195px;
  }
  .event-card .event-card__price {
    margin-right: 7px;
  }
  .event-card .event-card__price p:first-of-type {
    font-size: 16.494px;
  }
  .event-card .event-card__price p:nth-child(2) {
    font-size: 14.844px;
  }
  .event-card .event-card__price p:nth-child(2) span {
    font-size: 16.494px;
  }
  .event-card .event-card__button {
    margin-left: 7px;
  }
  .event-card .event-card__button a {
    padding: 6px 4px 5.5px 11px;
    border-radius: 12.37px;
    font-size: 32px;
    border: 0.41px solid #DBAD70;
    border-bottom: none;
  }
  .event-card .event-card__button span {
    margin-top: 4px;
    font-size: 14.844px;
  }
}
@media (min-width: 991.9px) {
  .event-card .event-card__content {
    padding: 7px 0px 7px 4px;
  }
}
@media (min-width: 1399.9px) {
  .event-card .event-card__flag {
    top: 16.5px;
    right: 16.5px;
    width: 38.786px;
    height: 38.786px;
  }
  .event-card .event-card__content {
    padding: 10px 0px 10.8px 5.5px;
  }
  .event-card .event-card__title {
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .event-card .event-card__title h3 {
    font-size: 20px;
    font-weight: 400;
  }
  .event-card .event-card__desctiption {
    margin-right: 8px;
  }
  .event-card .event-card__desctiption p {
    font-size: 18px;
  }
  .event-card .event-card__information {
    margin-top: 26px;
  }
  .event-card .event-card__information-row {
    margin-bottom: 15px;
  }
  .event-card .event-card__information-item {
    min-width: 76px;
  }
  .event-card .event-card__information-item .icon {
    margin-bottom: 4px;
    font-size: 23px;
  }
  .event-card .event-card__information-item p {
    font-size: 16px;
  }
  .event-card .event-card__price p:first-of-type {
    font-size: 20px;
  }
  .event-card .event-card__price p:nth-child(2) {
    font-size: 18px;
  }
  .event-card .event-card__price p:nth-child(2) span {
    font-size: 20px;
  }
  .event-card .event-card__button {
    margin-left: 0px;
  }
  .event-card .event-card__button a {
    padding: 7px 5px 6.5px 14px;
    border-radius: 15px;
    font-size: 39px;
    border: 0.5px solid #DBAD70;
    border-bottom: none;
  }
  .event-card .event-card__button span {
    margin-top: 5px;
    font-size: 18px;
  }
}

.cart-item {
  background-color: rgba(0, 0, 0, 0.4);
}
.cart-item .cart-item__image {
  display: block;
  padding-top: 74.7058823529%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cart-item .cart-item__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item .cart-item__content {
  padding: 5px 3px 10px;
}
.cart-item .cart-item__content h5 {
  margin-bottom: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #DBAD70;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-item .cart-item__content h6 {
  display: none;
}
.cart-item .cart-item__content .cart-item__price p:first-of-type {
  font-size: 18px;
  font-weight: 600;
}
.cart-item .cart-item__content .cart-item__price p:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.cart-item .cart-item__content .cart-item__price p:nth-child(2) span {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 0, 0, 0.9);
  text-decoration: line-through;
}
.cart-item .cart-item__content .cart-item__button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-item .cart-item__content .cart-item__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 15px;
  font-size: 27px;
  background-color: transparent;
  color: #DBAD70;
  border: 0.5px solid #DBAD70;
  border-bottom: none;
  transition: 0.3s all ease;
}
.cart-item .cart-item__content .cart-item__button button:before {
  content: "\e914";
  font-family: "icomoon";
}
.cart-item .cart-item__content .cart-item__button:hover button {
  color: #ffffff;
  border-color: #ffffff;
}
@media (min-width: 767.9px) {
  .cart-item .cart-item__content {
    padding: 2px 10px 14px;
  }
  .cart-item .cart-item__content h5 {
    margin-bottom: 3px;
    text-align: start;
    font-size: 16px;
  }
  .cart-item .cart-item__content h6 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
  }
  .cart-item .cart-item__content .cart-item__price p:first-of-type {
    font-size: 16px;
  }
  .cart-item .cart-item__content .cart-item__button button {
    padding: 6px 20px;
    border-radius: 8.25px;
    font-size: 23px;
    border: 0.5px solid #DBAD70;
    border-top-width: 1.1px;
    border-right-width: 0.55px;
    border-bottom-width: 2.75px;
    border-left-width: 0.55px;
  }
}
@media (min-width: 1399.9px) {
  .cart-item .cart-item__content {
    padding: 11px 25px 28px;
  }
  .cart-item .cart-item__content h5 {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .cart-item .cart-item__content h6 {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .cart-item .cart-item__content .cart-item__price p:first-of-type {
    font-size: 20px;
  }
  .cart-item .cart-item__content .cart-item__price p:nth-child(2) {
    font-size: 20px;
  }
  .cart-item .cart-item__content .cart-item__price p:nth-child(2) span {
    margin-right: 10px;
    font-size: 20px;
  }
  .cart-item .cart-item__content .cart-item__button button {
    padding: 9px 30px;
    border-radius: 12.3px;
    font-size: 34px;
    border-top-width: 1.63px;
    border-right-width: 0.82px;
    border-bottom-width: 4.09px;
    border-left-width: 0.82px;
  }
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.brand .brand__image {
  width: 75px;
  height: auto;
  margin-bottom: 9px;
}
.brand .brand__image img {
  width: 100%;
}
.brand > p {
  text-align: center;
  direction: ltr;
  font-size: 19px;
  font-weight: 800;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}
.brand > p span.bold {
  font-size: 31px;
}
@media (min-width: 767.9px) {
  .brand .brand__image {
    width: 97px;
    margin-bottom: 15px;
  }
  .brand > p {
    font-size: 25px;
  }
  .brand > p span.bold {
    font-size: 41px;
  }
}
@media (min-width: 991.9px) {
  .brand .brand__image {
    width: 122px;
    margin-bottom: 16px;
  }
  .brand > p {
    font-size: 31px;
  }
  .brand > p span.bold {
    font-size: 51px;
  }
}
@media (min-width: 1399.9px) {
  .brand .brand__image {
    width: 179px;
    margin-bottom: 26px;
  }
  .brand > p {
    font-size: 45px;
  }
  .brand > p span.bold {
    font-size: 75px;
  }
}

.notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 57px;
}
.notification .notification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  text-align: center;
}
.notification .notification__content h2 {
  font-size: 32px;
  font-weight: 600;
}
.notification .notification__content h3 {
  font-size: 28px;
  font-weight: 600;
}
.notification .notification__content h5 {
  font-size: 20px;
  font-weight: 600;
}
.notification .notification__content p {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 767.9px) {
  .notification .notification__content {
    margin-top: 24px;
  }
  .notification .notification__content h2 {
    font-size: 50px;
  }
  .notification .notification__content h3 {
    font-size: 48px;
  }
  .notification .notification__content h5 {
    font-size: 32px;
  }
  .notification .notification__content p {
    font-size: 20px;
  }
}
@media (min-width: 991.9px) {
  .notification .notification__content {
    margin-top: 44px;
  }
}
@media (min-width: 1399.9px) {
  .notification .notification__content {
    margin-top: 55px;
  }
  .notification .notification__content h2 {
    font-size: 50px;
  }
  .notification .notification__content h3 {
    font-size: 48px;
  }
  .notification .notification__content h5 {
    font-size: 32px;
  }
  .notification .notification__content p {
    font-size: 20px;
  }
}

.show-filter {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  border: none;
  background: transparent;
  color: #DBAD70;
}

.filter {
  background-color: #000;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  max-width: 0;
}
.filter.show {
  opacity: 1;
  overflow: auto;
  max-width: 100vw;
}
.filter .filter__inner {
  width: 100%;
  padding: 20px 20px;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.filter .filter__inner-blocks {
  flex: 1;
  overflow: scroll;
}
.filter .filter__block:not(:last-child) {
  margin-bottom: 10px;
}
.filter .filter__block h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.filter .filter__block .filter__block-list > li {
  margin-bottom: 5px;
}
.filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__label {
  align-items: center;
}
.filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__text {
  font-size: 18px;
  line-height: 1.6;
  color: #DBAD70;
}
.filter .filter__block .filter__block-list > li .checkbox-block:not(.__radio) .checkbox-block__item {
  border-radius: 2px;
}
.filter .filter__block .filter__block-list > li .category {
  font-size: 18px;
  line-height: 1.6;
  color: #DBAD70;
}
.filter .filter__block .filter__block-list > li .category.active {
  font-weight: 700;
}
.filter .filter__block .filter__block-list > li .subcategory {
  margin-right: 15px;
}
.filter .filter__block .filter__block-list > li .subcategory li {
  color: #DBAD70;
}
.filter .filter__block .filter__block-list > li .subcategory li a {
  font-size: inherit;
  color: inherit;
}
.filter .filter__block .filter__block-list > li .subcategory li:not(:last-child) {
  margin-bottom: 5px;
}
.filter .filter__inner-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.filter .filter__inner-buttons button {
  width: 50%;
  padding: 8px;
  font-size: 16px;
  color: #DBAD70;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #DBAD70;
}
.filter .filter__inner-buttons button:not(:last-child) {
  margin-left: 21px;
}
.filter .filter__close {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 23px;
}
@media (min-width: 767.9px) {
  .filter {
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: 0px;
    position: static;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 1;
    transition: 0.3s all ease;
    max-width: unset;
  }
  .filter.show {
    max-width: unset;
  }
  .filter .filter__inner {
    padding: 0;
  }
  .filter .filter__inner-blocks {
    overflow: unset;
  }
  .filter .filter__block:not(:last-child) {
    margin-bottom: 15px;
  }
  .filter .filter__block h4 {
    font-size: 16px;
  }
  .filter .filter__block .filter__block-list > li {
    margin-bottom: 5px;
  }
  .filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__item {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-left: 10px;
  }
  .filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__text {
    font-size: 16px;
  }
  .filter .filter__block .filter__block-list > li .category {
    font-size: 16px;
  }
  .filter .filter__close {
    display: none;
  }
  .filter .filter__inner-buttons {
    display: none;
  }
}
@media (min-width: 991.9px) {
  .filter .filter__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .filter .filter__block h4 {
    font-size: 20px;
  }
  .filter .filter__block .filter__block-list > li {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__item {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-left: 11px;
  }
  .filter .filter__block .filter__block-list > li .checkbox-block .checkbox-block__text {
    font-size: 18px;
  }
  .filter .filter__block .filter__block-list > li .category {
    font-size: 18px;
  }
  .filter .filter__block .filter__block-list > li .subcategory {
    margin-right: 20px;
  }
}

.sort-select select {
  direction: ltr;
  background-color: transparent;
  border: none;
  outline: none;
  color: #DBAD70;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.sort-select option {
  background-color: #000;
  cursor: pointer;
}

.avatar-block h5 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.avatar-block .avatar-block__list {
  display: flex;
}
.avatar-block .avatar-block__list li {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}
.avatar-block .avatar-block__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-block .avatar-block__list li:not(.choosen) {
  cursor: pointer;
}
.avatar-block .avatar-block__list li.choosen {
  position: relative;
}
.avatar-block .avatar-block__list li.choosen::before {
  content: "\e93a";
  font-family: "icomoon";
  font-size: 19px;
  color: #DBAD70;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-block .avatar-block__list li:not(:last-child) {
  margin-left: 15px;
}
@media (min-width: 767.9px) {
  .avatar-block {
    display: flex;
  }
  .avatar-block h5 {
    margin-bottom: 0px;
    margin-left: 40px;
  }
}

.header {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #000;
  position: relative;
  z-index: 11;
}
.header .header-logo {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px;
}
.header .header-logo .icon {
  display: block;
  font-size: 31px;
  color: #AF9363;
}
.header .header-logo .header-logo__text {
  margin-right: calc(0px + 10 * (100vw - 360px) / 1040);
  color: #AF9363;
  font-family: "Roboto", sans-serif;
  font-size: calc(18px + 2 * (100vw - 360px) / 1040);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header .header-menu .header-menu__button {
  display: block;
  padding: 10px 0;
  font-size: 21px;
  color: #DBAD70;
  background-color: transparent;
}
.header .header-menu .header-menu__button::before {
  font-family: "icomoon";
  content: "\e944";
}
.header .header-menu .header-menu__block {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1px;
  transform: translateY(100%);
  z-index: 100;
  background-color: #000;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 0 0 30px 30px;
  transition: 0.3s all ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.header .header-menu .header-menu__block.show {
  max-height: 1000px;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: visible;
  opacity: 1;
}
.header .header-menu .header-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header-menu .header-menu__list > li:not(:last-child) {
  margin-bottom: 25px;
}
.header .header-menu .header-menu__list > li > a {
  display: block;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header .header-links {
  display: flex;
  align-items: center;
}
.header .header-links .header-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 39px;
  font-family: "icomoon";
}
.header .header-links .header-link.header-link__cart {
  color: #DBAD70;
}
.header .header-links .header-link.header-search {
  color: #DBAD70;
}
@media (min-width: 767.9px) {
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .header-links .header-link {
    margin-right: 18px;
  }
}
@media (min-width: 991.9px) {
  .header {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header .header__block:not(:last-child) {
    margin-left: 14px;
  }
  .header .header-menu .header-menu__block {
    width: 100%;
    padding: 0;
    position: static;
    right: 0;
    left: 0;
    top: 100%;
    transform: none;
    z-index: 100;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-radius: none;
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
  .header .header-menu .header-menu__block.show {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    opacity: 1;
  }
  .header .header-menu .header-menu__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header .header-menu .header-menu__list > li:not(:last-child) {
    margin-bottom: 0;
    margin-left: 18px;
  }
  .header .header-menu .header-menu__list > li > a {
    color: #AF9363;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
  }
  .header .header-links .header-link {
    font-size: 31px;
    margin-right: 0;
  }
  .header .header-links .header-link:not(:last-child) {
    margin-left: 14px;
  }
}
@media (min-width: 1399.9px) {
  .header {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header .header-logo {
    padding: 0px;
  }
  .header .header-logo .icon {
    font-size: 27px;
  }
  .header .header__block:not(:last-child) {
    margin-left: 41px;
  }
  .header .header-menu .header-menu__list > li:not(:last-child) {
    margin-left: 20px;
  }
  .header .header-menu .header-menu__list > li > a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.49;
  }
  .header .header-links .header-link {
    font-size: 33px;
  }
  .header .header-links .header-link:not(:last-child) {
    margin-left: 30px;
  }
}

main {
  background: url(../img/bg/bg-main-mobile.png) rgb(0, 0, 0);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  background-attachment: fixed;
}
@media (min-width: 767.9px) {
  main {
    background: url(../img/bg/bg-main.png) rgb(0, 0, 0);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
    background-attachment: fixed;
  }
}

.hero-main {
  padding-top: 30px;
  padding-bottom: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-main .hero-main-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-main .hero-main-logo-block .hero-main-logo-block__subtitle {
  margin-bottom: 15px;
  font-size: 36.771px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
.hero-main .hero-main-logo-block .hero-main-logo-block__image {
  width: 80px;
  margin-bottom: 18px;
}
.hero-main .hero-main-logo-block .hero-main-logo-block__image img {
  width: 100%;
  height: 100%;
}
.hero-main .hero-main-logo-block .hero-main-logo-block__title {
  direction: ltr;
  text-shadow: 0px 2.103px 2.103px rgba(0, 0, 0, 0.25);
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.hero-main .hero-main-logo-block .hero-main-logo-block__title .hero-main-logo-block__text-bold {
  text-shadow: 0px 3.179px 3.179px rgba(0, 0, 0, 0.25);
  font-size: 68.333px;
}
@media (min-width: 767.9px) {
  .hero-main {
    padding-bottom: 38px;
    background-position: bottom;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__subtitle {
    margin-bottom: 12px;
    font-size: 24.031px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__image {
    width: 72.895px;
    margin-bottom: 14px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title {
    text-shadow: 0px 1.602px 1.602px rgba(0, 0, 0, 0.25);
    font-size: 31.241px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title .hero-main-logo-block__text-bold {
    text-shadow: 0px 2.422px 2.422px rgba(0, 0, 0, 0.25);
    font-size: 52.068px;
  }
}
@media (min-width: 991.9px) {
  .hero-main {
    padding-top: 45px;
    padding-bottom: 68px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__subtitle {
    margin-bottom: 14px;
    font-size: 24.8px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__image {
    width: 78.849px;
    margin-bottom: 20px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title {
    text-shadow: 0px 2.067px 2.067px rgba(0, 0, 0, 0.25);
    font-size: 40.3px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title .hero-main-logo-block__text-bold {
    text-shadow: 0px 3.124px 3.124px rgba(0, 0, 0, 0.25);
    font-size: 67.167px;
  }
}
@media (min-width: 1399.9px) {
  .hero-main {
    padding-top: 65px;
    padding-bottom: 96px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__subtitle {
    margin-bottom: 20px;
    font-size: 35px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__image {
    width: 111.279px;
    margin-bottom: 29px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title {
    text-shadow: 0px 2.917px 2.917px rgba(0, 0, 0, 0.25);
    font-size: 56.875px;
  }
  .hero-main .hero-main-logo-block .hero-main-logo-block__title .hero-main-logo-block__text-bold {
    text-shadow: 0px 4.41px 4.41px rgba(0, 0, 0, 0.25);
    font-size: 94.792px;
  }
}

.section-services {
  padding-top: 60px;
  padding-bottom: 40px;
}
.section-services .services-cards {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 767.9px) {
  .section-services {
    padding-top: 25px;
    padding-bottom: 89px;
  }
  .section-services .services-cards {
    margin-top: 27px;
    margin-bottom: 37px;
  }
}
@media (min-width: 991.9px) {
  .section-services {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .section-services .services-cards {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1399.9px) {
  .section-services {
    padding-top: 35px;
    padding-bottom: 100px;
  }
  .section-services .services-cards {
    margin-top: 110px;
    margin-bottom: 60px;
  }
}

.section-tournaments {
  padding-top: 40px;
  padding-bottom: 75px;
}
.section-tournaments .information {
  margin-bottom: 40px;
}
.section-tournaments .information .information-cards {
  display: grid;
  grid-template-columns: 1;
  gap: 20px;
}
.section-tournaments .information .information-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-tournaments .information .information-card .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
  color: #DBAD70;
}
.section-tournaments .information .information-card h4 {
  margin-bottom: 5px;
}
.section-tournaments .tournaments-description-bg {
  margin-bottom: 20px;
}
@media (min-width: 767.9px) {
  .section-tournaments {
    padding-top: 25px;
    padding-bottom: 67px;
  }
  .section-tournaments .information {
    margin-bottom: 30px;
  }
  .section-tournaments .information .information-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .section-tournaments .information .information-card .icon {
    font-size: 50px;
  }
  .section-tournaments .tournaments-description-bg {
    margin-bottom: 0px;
  }
  .section-tournaments .tournaments-description {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.9px) {
  .section-tournaments {
    padding-top: 0;
    padding-bottom: 54px;
  }
  .section-tournaments .information {
    margin-bottom: 60px;
  }
  .section-tournaments .information .information-cards {
    gap: 20px;
  }
  .section-tournaments .information .information-card .icon {
    margin-bottom: 30px;
    font-size: 50px;
    transition: 0.3s all ease;
  }
  .section-tournaments .information .information-card p {
    transition: 0.3s all ease;
  }
  .section-tournaments .information .information-card:hover .icon {
    color: #ffffff;
    transform: scale(1.05);
  }
  .section-tournaments .information .information-card:hover p {
    transform: scale(1.05);
  }
  .section-tournaments .tournaments-description-bg {
    margin-bottom: 100px;
  }
}
@media (min-width: 1399.9px) {
  .section-tournaments {
    padding-top: 40px;
    padding-bottom: 95px;
  }
  .section-tournaments .information .information-card .icon {
    margin-bottom: 30px;
    font-size: 60px;
  }
  .section-tournaments .tournaments-description-bg {
    margin-bottom: 30px;
  }
}

.section-cards {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-cards .section-cards__title {
  margin-bottom: 21px;
}
.section-cards .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 767.9px) {
  .section-cards .section-cards__title {
    margin-bottom: 74px;
  }
}
@media (min-width: 991.9px) {
  .section-cards {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-cards .section-cards__title {
    margin-bottom: 29px;
  }
  .section-cards .swiper-slide .event-card {
    width: 100%;
  }
}
@media (min-width: 1399.9px) {
  .section-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-cards .section-cards__title {
    margin-bottom: 50px;
  }
  .section-cards .swiper-container {
    max-width: 1110px;
    margin: 0 auto;
  }
  .section-cards .swiper-container .swiper-button-next {
    left: -105px;
  }
  .section-cards .swiper-container .swiper-button-prev {
    right: -105px;
  }
}

.section-about {
  padding-top: 37px;
  padding-bottom: 80px;
}
@media (min-width: 767.9px) {
  .section-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 991.9px) {
  .section-about {
    padding-top: 66px;
    padding-bottom: 86px;
  }
}
@media (min-width: 1399.9px) {
  .section-about {
    padding-top: 100px;
    padding-bottom: 147px;
  }
}

.section-banner .section-banner__bg {
  padding-top: 81px;
  padding-bottom: 97px;
  margin-bottom: 30px;
  background-image: url(../img/bg/bg-banner-1-sm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-banner .section-banner__logo {
  display: block;
  width: 206px;
  height: 77px;
  margin: 10px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section-banner .button {
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-banner.section-banner__2 .section-banner__bg {
  background-image: url(../img/bg/bg-banner-2-sm.jpg);
}
.section-banner.section-banner__2 .section-banner__logo {
  width: 206px;
  height: 107px;
}
@media (min-width: 767.9px) {
  .section-banner .section-banner__bg {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-image: url(../img/bg/bg-banner-1.png);
    background-position-x: right;
  }
  .section-banner .section-banner__inner {
    position: relative;
    padding-top: 54px;
    padding-bottom: 125px;
  }
  .section-banner .section-banner__logo {
    width: 159px;
    height: 59px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 21px;
  }
  .section-banner .button {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .section-banner.section-banner__2 .section-banner__bg {
    background-image: url(../img/bg/bg-banner-2.png);
  }
  .section-banner.section-banner__2 .section-banner__logo {
    width: 159px;
    height: 83px;
  }
}
@media (min-width: 991.9px) {
  .section-banner .section-banner__inner {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .section-banner .section-banner__inner h2 {
    font-size: 58.128px;
    font-weight: 800;
  }
  .section-banner .section-banner__inner h3 {
    font-size: 26.158px;
  }
  .section-banner .section-banner__logo {
    width: 206px;
    height: 77px;
    right: 0;
    bottom: 5px;
  }
  .section-banner .button {
    margin-top: 100px;
  }
  .section-banner.section-banner__2 .section-banner__bg {
    background-image: url(../img/bg/bg-banner-2.png);
  }
  .section-banner.section-banner__2 .section-banner__logo {
    width: 206px;
    height: 107px;
  }
}
@media (min-width: 1399.9px) {
  .section-banner .section-banner__bg {
    background-image: url(../img/bg/bg-banner-1.png);
  }
  .section-banner .section-banner__inner {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .section-banner .section-banner__inner h2 {
    font-size: 64px;
  }
  .section-banner .section-banner__inner h3 {
    font-size: 28px;
  }
  .section-banner .section-banner__logo {
    width: 206px;
    height: 77px;
    bottom: 50px;
  }
  .section-banner .button {
    margin-top: 76px;
  }
}
@media (min-width: 2000px) {
  .section-banner .section-banner__bg {
    background-position-y: bottom;
  }
}

@media (min-width: 767.9px) {
  .banner-divider {
    margin-bottom: 194px;
  }
}
@media (min-width: 991.9px) {
  .banner-divider {
    margin-bottom: 120px;
  }
}
@media (min-width: 1399.9px) {
  .banner-divider {
    margin-bottom: 165px;
  }
}

.section-event {
  padding-top: 40px;
}
.section-event .my-breadcrumbs {
  margin-bottom: 15px;
}
.section-event .section-event__content {
  margin-bottom: 80px;
}
.section-event .section-event__content > h2 {
  margin-bottom: 5px;
}
.section-event .section-event__tabs .tab-pane {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 60px;
}
.section-event .section-event__tabs .tab-pane:last-child {
  padding-bottom: 0;
}
.section-event .section-event__tabs .tab-pane.fade:not(.show) {
  opacity: 1;
}
.section-event .section-event__tabs .tab-pane > h3 {
  margin-bottom: 30px;
}
.section-event .section-event__tabs .event-gallery-image {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-event .section-event__tabs .event-gallery-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-event .section-event__tabs .eventGallerySwiper .swiper-slide {
  width: 68%;
}
.section-event .section-event__tabs .event-review {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-event .section-event__tabs .event-review > span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #DBAD70;
}
.section-event .event-image {
  display: block;
  margin-top: 30px;
  margin-bottom: 36px;
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-event .event-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-event .event-information {
  margin-bottom: 30px;
}
.section-event .event-information .event-information__block:not(:last-child) {
  margin-bottom: 15px;
}
.section-event .event-information .event-information__block h4 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 400;
  color: #DBAD70;
}
.section-event .event-information .event-information__block .event-information__list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.section-event .event-information .event-information__block .event-information__list li::before {
  content: "";
  display: block;
  margin-left: 29px;
  width: 15.916px;
  min-width: 15.916px;
  height: 15.916px;
  border-radius: 50%;
  background-color: #DBAD70;
}
.section-event .event-information .event-information__block .event-information__list li:not(:last-child) {
  margin-bottom: 4px;
}
.section-event .event-information-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 22px;
  border-bottom: 1px solid #DBAD70;
}
.section-event .event-information-row .event-information-row__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 110px;
  font-size: 14px;
  font-weight: 600;
}
.section-event .event-information-row .event-information-row__item:not(:last-child) {
  margin-left: 10px;
}
.section-event .event-information-row .event-information-row__item > *:not(:last-child) {
  margin-bottom: 4px;
}
.section-event .event-information-row .event-information-row__item span.icon {
  display: block;
  margin-bottom: 15px;
  font-size: 36px;
  color: #DBAD70;
}
.section-event .event-information-row .event-information-row__item .name {
  color: rgba(255, 255, 255, 0.9);
}
.section-event .event-information-row .event-information-row__item .value {
  color: #DBAD70;
}
.section-event .event-information-row .event-information-row__item > div .name {
  margin-left: 5px;
}
.section-event .event-information-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-event .event-information-quantity .quantity {
  max-width: 160px;
}
.section-event .event-information-quantity > p {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 20px;
  font-size: 16px;
  color: #DBAD70;
}
.section-event .event-information__price p:first-of-type {
  font-size: 16px;
  font-weight: 600;
}
.section-event .event-information__price p:nth-child(2) {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.section-event .event-information__price p:nth-child(2) span {
  display: block;
  margin-right: 7px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: rgba(255, 0, 0, 0.9);
  text-decoration: line-through;
}
.section-event .event-information__button {
  display: flex;
  align-items: center;
}
.section-event .event-information__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px 6.5px 14px;
  border-radius: 15px;
  font-size: 39px;
  background-color: transparent;
  color: #DBAD70;
  border: 0.5px solid #DBAD70;
  border-bottom: none;
  transition: 0.3s all ease;
}
.section-event .event-information__button button:before {
  content: "\e984";
  font-family: "icomoon";
}
.section-event .event-information__button span {
  display: block;
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}
.section-event .event-information__button:hover button {
  color: #ffffff;
  border: 0.5px solid #DBAD70;
  border-color: #ffffff;
  border-bottom: none;
}
@media (min-width: 767.9px) {
  .section-event {
    padding-top: 33px;
    padding-bottom: 34px;
  }
  .section-event .my-breadcrumbs {
    margin-bottom: 17px;
  }
  .section-event .section-event__content {
    padding-top: 27px;
    margin-bottom: 0px;
  }
  .section-event .section-event__content > h2 {
    margin-bottom: 4px;
  }
  .section-event .section-event__tabs .tab-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 32px;
    background-color: #000;
  }
  .section-event .section-event__tabs .tab-nav .tab-nav__link {
    display: block;
    padding: 13px;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
  }
  .section-event .section-event__tabs .tab-nav .tab-nav__link.active {
    color: #DBAD70;
  }
  .section-event .section-event__tabs .tab-pane {
    display: none;
    padding-bottom: 0px;
  }
  .section-event .section-event__tabs .tab-pane.fade:not(.show) {
    opacity: 0;
  }
  .section-event .section-event__tabs .tab-pane.active {
    display: flex;
  }
  .section-event .section-event__tabs .tab-pane > h3 {
    margin-bottom: 32px;
  }
  .section-event .event-image {
    margin-top: 0px;
    margin-bottom: 19px;
  }
  .section-event .event-information {
    margin-bottom: 32px;
  }
  .section-event .event-information .event-information__block:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-event .event-information .event-information__block h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .section-event .event-information .event-information__block .event-information__list li {
    font-size: 16px;
  }
  .section-event .event-information .event-information__block .event-information__list li::before {
    content: "";
    margin-left: 31px;
    width: 16.7px;
    min-width: 16.7px;
    height: 16.7px;
  }
  .section-event .event-information .event-information__block .event-information__list li:not(:last-child) {
    margin-bottom: 8px;
  }
  .section-event .event-information-row {
    padding-bottom: 16px;
    margin-bottom: 23px;
  }
  .section-event .event-information-row .event-information-row__item {
    min-width: 78px;
  }
  .section-event .event-information-row .event-information-row__item:not(:last-child) {
    margin-left: 10px;
  }
  .section-event .event-information-row .event-information-row__item span.icon {
    margin-bottom: 8px;
    font-size: 37px;
  }
  .section-event .event-information-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .section-event .event-information-quantity .quantity {
    max-width: 169px;
  }
  .section-event .event-information-quantity > p {
    margin-left: 15px;
  }
  .section-event .event-information__price p:first-of-type {
    font-size: 17.5px;
  }
  .section-event .event-information__price p:nth-child(2) {
    font-size: 16px;
  }
  .section-event .event-information__price p:nth-child(2) span {
    font-size: 16px;
  }
  .section-event .event-information__button button {
    padding: 9px 6px 8px 18px;
    font-size: 43px;
  }
  .section-event .event-information__button span {
    display: block;
    margin-left: 5px;
    font-size: 17.5px;
  }
}
@media (min-width: 991.9px) {
  .section-event {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section-event .my-breadcrumbs {
    margin-bottom: 19px;
  }
  .section-event .section-event__content {
    padding-top: 8px;
  }
  .section-event .section-event__content > h2 {
    margin-bottom: 6px;
  }
  .section-event .section-event__tabs .tab-nav {
    margin-bottom: 40px;
  }
  .section-event .section-event__tabs .tab-nav .tab-nav__link {
    padding: 16px;
    font-size: 18px;
  }
  .section-event .section-event__tabs .tab-pane > h3 {
    margin-bottom: 40px;
  }
  .section-event .section-event__tabs .swiper-button-next,
  .section-event .section-event__tabs .swiper-button-prev {
    bottom: 10px;
    top: auto;
    font-size: 26px;
  }
  .section-event .section-event__tabs .swiper-button-next.swiper-button-disabled,
  .section-event .section-event__tabs .swiper-button-prev.swiper-button-disabled {
    font-size: 23px;
  }
  .section-event .section-event__tabs .swiper-button-next {
    left: 30%;
  }
  .section-event .section-event__tabs .swiper-button-next::after {
    content: "\e93b";
    font-size: inherit;
    color: #DBAD70;
  }
  .section-event .section-event__tabs .swiper-button-prev {
    right: 30%;
  }
  .section-event .section-event__tabs .swiper-button-prev::after {
    content: "\e94a";
    font-size: inherit;
    color: #DBAD70;
  }
  .section-event .event-image {
    margin-bottom: 6px;
  }
  .section-event .event-information {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .section-event .event-information .event-information__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-event .event-information .event-information__block h4 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section-event .event-information .event-information__block .event-information__list li {
    font-size: 20px;
  }
  .section-event .event-information .event-information__block .event-information__list li::before {
    content: "";
    margin-left: 39px;
    width: 21px;
    min-width: 21px;
    height: 21px;
  }
  .section-event .event-information .event-information__block .event-information__list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .section-event .event-information-row {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .section-event .event-information-row .event-information-row__item {
    min-width: 78px;
    font-size: 18px;
  }
  .section-event .event-information-row .event-information-row__item:not(:last-child) {
    margin-left: 10px;
  }
  .section-event .event-information-row .event-information-row__item span.icon {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .section-event .event-information-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .section-event .event-information-quantity .quantity {
    max-width: 212px;
  }
  .section-event .event-information-quantity > p {
    margin-left: 15px;
    font-size: 20px;
  }
  .section-event .event-information__price p:first-of-type {
    font-size: 22px;
  }
  .section-event .event-information__price p:nth-child(2) {
    font-size: 20px;
  }
  .section-event .event-information__price p:nth-child(2) span {
    font-size: 20px;
  }
  .section-event .event-information__button button {
    padding: 11px 8px 10.5px 22px;
    border-radius: 23px;
    font-size: 60px;
  }
  .section-event .event-information__button span {
    margin-left: 6px;
    font-size: 22px;
  }
}
@media (min-width: 1399.9px) {
  .section-event {
    padding-top: 59px;
    padding-bottom: 70px;
  }
  .section-event .my-breadcrumbs {
    margin-bottom: 20px;
  }
  .section-event .section-event__content {
    padding: 14px 80px 45px 80px;
    border: 0.8px solid #DBAD70;
    border-radius: 30px;
  }
  .section-event .section-event__content > h2 {
    margin-bottom: 6px;
  }
  .section-event .section-event__tabs .tab-nav {
    margin-bottom: 14px;
  }
  .section-event .section-event__tabs .tab-nav .tab-nav__link {
    padding: 16px;
    font-size: 20px;
  }
  .section-event .section-event__tabs .tab-pane > h3 {
    margin-bottom: 20px;
  }
  .section-event .section-event__tabs .event-gallery-image {
    padding-top: 75.1612903226%;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .section-event .section-event__tabs .event-gallery-image > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-event .section-event__tabs .event-review {
    max-width: 440px;
    margin: 0 auto;
  }
  .section-event .section-event__tabs .event-review > span {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #DBAD70;
  }
  .section-event .event-image {
    margin-bottom: 0px;
  }
  .section-event .event-information {
    padding-right: 35px;
  }
  .section-event .event-information-row {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .section-event .event-information-row .event-information-row__item {
    min-width: 97px;
  }
  .section-event .event-information-row .event-information-row__item span.icon {
    margin-bottom: 20px;
  }
  .section-event .event-information-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .section-event .event-information-quantity .quantity {
    max-width: 212px;
  }
}

.section-cart {
  padding-top: 40px;
  padding-bottom: 71px;
}
.section-cart .section-cart__title {
  margin-bottom: 60px;
}
.section-cart .section-cart__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  margin-bottom: 40px;
}
.section-cart .section-cart__form .section-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}
.section-cart .section-cart__form .section-cart__total > h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.section-cart .section-cart__form .section-cart__total > h3::after {
  content: "";
  width: 88%;
  height: 0.5px;
  margin-top: 10px;
  background-color: #DBAD70;
}
.section-cart .section-cart__form .section-cart__total p {
  margin-left: 10px;
}
.section-cart .section-cart__form .section-cart__total span {
  display: block;
  color: #DBAD70;
}
.section-cart .section-cart__form .cart-form > h3 {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #DBAD70;
  border-bottom: 0.5px solid #DBAD70;
}
.section-cart .section-cart__form .cart-form .cart-form__date {
  margin-bottom: 30px;
}
.section-cart .section-cart__form .cart-form .cart-form__date > h4 {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #DBAD70;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs > button {
  padding: 8px 31px;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  color: #ffffff;
  outline: 0.6px solid #DBAD70;
  border-radius: 36px;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs > button:hover {
  outline: 2px solid #DBAD70;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input {
  width: calc(50% - 10px);
  padding: 0px 40px 0px 50px;
  border: 0.6px solid #DBAD70;
  border-radius: 36px;
  position: relative;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::after {
  content: "\e939";
  font-family: "icomoon";
  font-size: 25px;
  color: #DBAD70;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::before {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #DBAD70;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input:nth-child(1)::before {
  content: "מ-";
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input:nth-child(3)::before {
  content: "עד-";
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input:not(:last-child) {
  margin-left: 20px;
}
.section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input input {
  width: 100%;
  padding: 8px 0;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
}
.section-cart .section-cart__form .cart-form .cart-form__members {
  margin-bottom: 30px;
}
.section-cart .section-cart__form .cart-form .cart-form__members > h4 {
  display: none;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #DBAD70;
}
.section-cart .section-cart__form .cart-form .cart-form__members p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #DBAD70;
}
.section-cart .section-cart__form .cart-form .cart-form__members .select {
  width: 146px;
  border: 0.34px solid #DBAD70;
  border-radius: 20px;
}
.section-cart .section-cart__form .cart-form .cart-form__members .select select {
  padding: 0 10px;
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
}
.section-cart .section-cart__form .cart-form .cart-form__members .select select option {
  color: #000;
}
.section-cart .section-cart__form .cart-form .cart-form__form .input-bb:not(:last-child) {
  margin-bottom: 20px;
}
.section-cart .section-cart__form .cart-form .cart-form__form .input-bb input {
  font-size: 16px;
}
.section-cart .section-cart__form .cart-form .cart-form__form button {
  display: block;
  margin-top: 40px;
  padding: 16px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid #DBAD70;
  border-bottom-width: 4px;
}
.section-cart .section-cart__form .cart-form .cart-form__form button:active {
  background-color: #000;
}
.section-cart .quantity {
  max-width: 158px;
}
@media (min-width: 767.9px) {
  .section-cart {
    padding-bottom: 30px;
  }
  .section-cart .section-cart__title {
    margin-bottom: 40px;
  }
  .section-cart .section-cart__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 20px;
    margin-bottom: 0;
  }
  .section-cart .section-cart__form {
    padding: 23px;
    border: 0.69px solid #DBAD70;
    border-radius: 20px;
  }
  .section-cart .section-cart__form .section-cart__total {
    margin-bottom: 27px;
    font-size: 18px;
  }
  .section-cart .section-cart__form .section-cart__total > h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
  }
  .section-cart .section-cart__form .section-cart__total > h3::after {
    content: "";
    width: 56%;
    height: 0.34px;
    margin-top: 7px;
  }
  .section-cart .section-cart__form .section-cart__total p {
    margin-left: 7px;
  }
  .section-cart .section-cart__form .cart-form > h3 {
    padding-bottom: 7px;
    margin-bottom: 27px;
    font-size: 20px;
    border-bottom: 0.34px solid #DBAD70;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date {
    margin-bottom: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date > h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs > button {
    padding: 2px 28px;
    font-size: 16px;
    outline: 0.41px solid #DBAD70;
    border-radius: 24px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper {
    justify-content: start;
    margin-bottom: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input {
    width: 132px;
    padding: 0px 28px 0px 30px;
    border: 0.41px solid #DBAD70;
    border-radius: 24px;
    position: relative;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::after {
    font-size: 17px;
    left: 10px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::before {
    font-size: 14px;
    right: 4px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input:not(:last-child) {
    margin-left: 0px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input input {
    padding: 4px 0;
    font-size: 14px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper > span {
    margin: 0 14px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members {
    margin-bottom: 33px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members > h4 {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members p {
    margin-bottom: 0px;
    margin-left: 27px;
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members .select {
    width: 146px;
    border: 0.34px solid #DBAD70;
    border-radius: 20px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members .select select {
    padding: 0 10px;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form .input-bb:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form .input-bb input {
    font-size: 14px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form button {
    margin-top: 27px;
    padding: 8px;
    border-radius: 10px;
    border-bottom-width: 3px;
  }
  .section-cart .quantity {
    max-width: 170px;
  }
}
@media (min-width: 991.9px) {
  .section-cart {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .section-cart .section-cart__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .section-cart .cart-form button:hover {
    box-shadow: 0px 1px 10px 0px #FFDAA4;
  }
  .section-cart .cart-form button:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .section-cart .quantity {
    max-width: 130px;
  }
}
@media (min-width: 1399.9px) {
  .section-cart {
    padding-bottom: 160px;
  }
  .section-cart .section-cart__title {
    margin-bottom: 76px;
  }
  .section-cart .section-cart__form {
    padding: 40px;
    border: 1px solid #DBAD70;
    border-radius: 30px;
  }
  .section-cart .section-cart__form .section-cart__total {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .section-cart .section-cart__form .section-cart__total > h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .section-cart .section-cart__form .section-cart__total > h3::after {
    height: 0.5px;
    margin-top: 10px;
  }
  .section-cart .section-cart__form .section-cart__total p {
    margin-left: 10px;
  }
  .section-cart .section-cart__form .cart-form > h3 {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 24px;
    border-bottom: 0.5px solid #DBAD70;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date {
    margin-bottom: 24px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date > h4 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs > button {
    padding: 8px 31px;
    font-size: 16px;
    outline: 0.6px solid #DBAD70;
    border-radius: 36px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper {
    justify-content: start;
    margin-bottom: 0px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input {
    width: 172px;
    padding: 0px 45px 0px 45px;
    border: 0.6px solid #DBAD70;
    border-radius: 36px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::after {
    font-size: 25px;
    left: 14px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input::before {
    font-size: 18px;
    right: 14px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input:not(:last-child) {
    margin-left: 0px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper .input input {
    padding: 8px 0;
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__date .cart-form__date-inputs-wrapper > span {
    margin: 0 20px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members {
    margin-bottom: 46px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members > h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members p {
    margin-left: 40px;
    font-size: 20px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members .select {
    width: 212px;
    border: 0.5px solid #DBAD70;
    border-radius: 30px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__members .select select {
    padding: 0 20px;
    font-size: 20px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form .input-bb:not(:last-child) {
    margin-bottom: 36px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form .input-bb input {
    font-size: 16px;
  }
  .section-cart .section-cart__form .cart-form .cart-form__form button {
    margin-top: 40px;
    padding: 17px;
    border-radius: 15px;
    border: 1px solid #DBAD70;
    border-bottom-width: 4px;
  }
  .section-cart .quantity {
    max-width: 220px;
  }
}

.section-events {
  padding-bottom: 30px;
}
.section-events .section-events__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.section-events .section-events__cards .event-card {
  width: 100%;
  min-width: unset;
}
.section-events .section-events__cards .event-card .event-card__desctiption p {
  font-size: 15px;
}
.section-events .show-filter {
  padding: 0;
  border: none;
  background: transparent;
  color: #DBAD70;
}
.section-events .show-filter::before {
  margin-left: 0;
  content: "";
}
@media (max-width: 767.9px) {
  .section-events .event-card {
    width: 100%;
    min-width: unset;
  }
  .section-events .event-card .event-card__flag {
    width: 24px;
    height: 24px;
    right: 10px;
    top: 16px;
  }
  .section-events .event-card .event-card__content {
    padding: 6px 7px 10px 7px;
  }
  .section-events .event-card .event-card__title h3 {
    font-size: 19px;
    font-weight: 400;
  }
  .section-events .event-card .event-card__information {
    margin-top: 10px;
  }
  .section-events .event-card .event-card__information-item {
    min-width: unset;
  }
  .section-events .event-card .event-card__information-item .icon {
    font-size: 20px;
  }
  .section-events .event-card .event-card__information-item p {
    font-size: 13px;
  }
  .section-events .event-card .event-card__price p:first-of-type {
    font-size: 18px;
  }
  .section-events .event-card .event-card__price p:nth-child(2) {
    font-size: 16px;
  }
  .section-events .event-card .event-card__price p:nth-child(2) span {
    font-size: 16px;
  }
  .section-events .event-card .event-card__button span {
    display: none;
  }
}
@media (min-width: 767.9px) {
  .section-events .section-events__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-events .search-wrapper {
    margin-right: auto;
    margin-bottom: 30px;
  }
  .section-events .search-input {
    max-width: 242px;
    margin-right: auto;
  }
}
@media (min-width: 767.9px) and (max-width: 991.9px) {
  .section-events .event-card .event-card__flag {
    width: 25px;
    height: 25px;
    right: 9px;
    top: 10px;
  }
  .section-events .event-card .event-card__content {
    padding: 7px 5px 127px 5px;
  }
  .section-events .event-card .event-card__title {
    margin-right: 0;
  }
  .section-events .event-card .event-card__title h3 {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-events .event-card .event-card__desctiption {
    margin-right: 0;
  }
  .section-events .event-card .event-card__desctiption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-events .event-card .event-card__information {
    margin-top: 16px;
    position: absolute;
    bottom: 7px;
    right: 5px;
    left: 5px;
  }
  .section-events .event-card .event-card__information-row {
    margin-bottom: 12px;
  }
  .section-events .event-card .event-card__information-item {
    min-width: unset;
  }
  .section-events .event-card .event-card__information-item .icon {
    font-size: 15px;
  }
  .section-events .event-card .event-card__information-item p {
    font-size: 10.5px;
  }
  .section-events .event-card .event-card__price {
    margin-right: 0;
  }
  .section-events .event-card .event-card__price p:first-of-type {
    font-size: 13px;
  }
  .section-events .event-card .event-card__price p:nth-child(2) {
    font-size: 11.7px;
  }
  .section-events .event-card .event-card__price p:nth-child(2) span {
    font-size: 13px;
  }
  .section-events .event-card .event-card__button button {
    font-size: 28px;
  }
  .section-events .event-card .event-card__button span {
    font-size: 11.7px;
  }
}
@media (min-width: 991.9px) {
  .section-events .search-wrapper {
    margin-bottom: 57px;
  }
  .section-events .search-wrapper input {
    font-size: 16px;
  }
  .section-events .section-events__cards .event-card .event-card__title h3 {
    font-weight: 400;
  }
  .section-events .section-events__cards .event-card .event-card__desctiption p {
    font-size: 16px;
  }
}
@media (min-width: 1399.9px) {
  .section-events .section-events__cards {
    grid-template-columns: repeat(4, 1fr);
  }
  .section-events .event-card__desctiption p {
    font-size: 18px;
  }
}

.gallery {
  padding-top: 20px;
  padding-bottom: 51px;
}
.gallery .gallery-item {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.gallery .gallery-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery__top {
  margin-top: 40px;
  margin-bottom: 36px;
}
.gallery .gallery__top .brand {
  margin-bottom: 31px;
}
.gallery .gallery__top .brand > p {
  text-align: right;
}
.gallery .gallery__top .gallery__top-images {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.gallery .gallery__top .gallery__top-images .gallery-item:nth-child(1) {
  width: 55%;
  min-width: 55%;
  padding-top: 55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery .gallery__top .gallery__top-images .gallery-item:nth-child(2) {
  width: 67%;
  min-width: 67%;
  padding-top: 67%;
  margin-right: auto;
}
.gallery .gallery__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 767.9px) {
  .gallery {
    padding-top: 26px;
    padding-bottom: 33px;
  }
  .gallery .gallery__top {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gallery .gallery__top .brand {
    width: 32%;
    min-width: 32%;
    margin-bottom: 0px;
  }
  .gallery .gallery__top .gallery__top-images {
    width: 60%;
  }
  .gallery .gallery__main {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
  }
}
@media (min-width: 991.9px) {
  .gallery {
    padding-top: 26px;
    padding-bottom: 200px;
  }
  .gallery .gallery__top {
    margin-top: 60px;
    margin-bottom: 41px;
  }
}
@media (min-width: 1399.9px) {
  .gallery {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .gallery .gallery__top {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .gallery .gallery__main {
    gap: 22px;
  }
}

.section-tournaments-hero {
  background-image: url(../img/bg/tournaments/bg-tournaments-green-mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 510px;
  position: relative;
  border-bottom: 1px dashed #DBAD70;
}
.section-tournaments-hero::before {
  content: "";
  background-image: url(../img/bg/tournaments/bg-tournaments-chair-mobile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 390px;
  height: 449px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767.9px) {
  .section-tournaments-hero {
    background-image: url(../img/bg/tournaments/bg-tournaments-hero.png);
    height: 340px;
    border-bottom: none;
  }
  .section-tournaments-hero::before {
    display: none;
  }
}
@media (min-width: 991.9px) {
  .section-tournaments-hero {
    height: 467px;
  }
}
@media (min-width: 1399.9px) {
  .section-tournaments-hero {
    background-image: url(../img/bg/tournaments/bg-tournaments-hero-wide.png);
    height: 660px;
  }
}

.section-tournaments-main {
  margin-top: 60px;
  margin-bottom: 40px;
}
.section-tournaments-main h1 {
  margin-bottom: 5px;
}
.section-tournaments-main h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
.section-tournaments-main .tournaments-register {
  margin-top: 40px;
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #DBAD70;
}
.section-tournaments-main .tournaments-register .tournaments-register__title {
  margin-bottom: 26px;
  font-size: 26px;
  font-weight: 700;
}
.section-tournaments-main .tournaments-register .tournaments-register__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.section-tournaments-main .tournaments-register .tournaments-register__text > h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.section-tournaments-main .tournaments-register .tournaments-register__text > h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.section-tournaments-main .tournaments-register .tournaments-register__text > p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}
.section-tournaments-main .tournaments-register .tournaments-register__text .select {
  width: 100%;
  border: 1px solid #DBAD70;
  border-radius: 30px;
}
.section-tournaments-main .tournaments-register .tournaments-register__text .select select {
  width: 100%;
  padding: 7px 15px 7px 40px;
  font-size: 20px;
  font-weight: 400;
  background-color: transparent;
  color: #ffffff;
}
.section-tournaments-main .tournaments-register .tournaments-register__text .select select option {
  width: 100%;
  background-color: #000;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb {
  color: #ffffff;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb.input-bb__required {
  display: flex;
  align-items: center;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb.input-bb__required::before {
  content: "\e91a";
  font-family: "icomoon";
  display: block;
  margin-left: 11px;
  font-size: 20px;
  color: #ff0000;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb input {
  font-size: 18px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:not(:last-of-type) {
  margin-bottom: 22px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:last-of-type {
  margin-bottom: 30px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block:not(:last-child) {
  margin-bottom: 15px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block .checkbox-block__text {
  font-size: 16px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .button {
  margin-top: 29px;
  margin-bottom: 10px;
}
.section-tournaments-main .tournaments-register .tournaments-register__fields .newsletter {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  text-decoration: underline;
}
.section-tournaments-main .social {
  width: 100%;
  max-width: 240px;
  margin: 18px auto 0 auto;
  margin-top: 18px;
}
.section-tournaments-main .social .social__link {
  width: 24px;
  height: 24px;
}
.section-tournaments-main .social .social__link:not(:last-child) {
  margin-left: 10px;
}
@media (min-width: 767.9px) {
  .section-tournaments-main {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    position: relative;
  }
  .section-tournaments-main h1 {
    margin-bottom: 6px;
  }
  .section-tournaments-main h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .section-tournaments-main .tournaments-register {
    margin-top: 40px;
    position: relative;
    padding: 15px 20px 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__title {
    margin-bottom: 28px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text {
    margin-bottom: 55px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h4 {
    margin-bottom: 10px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > p {
    margin-bottom: 28px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select {
    width: 283px;
    border: 1px solid #DBAD70;
    border-radius: 21px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select select {
    padding: 5px 24px 5px 40px;
    font-size: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements > * {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .clubs {
    background-image: url(../img/bg/bg-elements/bg-clubs.png);
    width: 117px;
    height: 117px;
    bottom: 80px;
    right: 10px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .spades {
    background-image: url(../img/bg/bg-elements/footer-bg-spades.png);
    width: 82px;
    height: 99px;
    bottom: 240px;
    left: 34px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields {
    max-width: 348px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb.input-bb__required::before {
    margin-left: 7px;
    font-size: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:last-of-type {
    margin-bottom: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb input {
    font-size: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block:not(:last-child) {
    margin-bottom: 8px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block .checkbox-block__text {
    font-size: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .button {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-tournaments-main .social {
    width: auto;
    max-width: none;
    margin-top: 32px;
  }
  .section-tournaments-main .social .social__link {
    width: 28px;
    height: 28px;
  }
  .section-tournaments-main .social .social__link:not(:last-child) {
    margin-left: 29px;
  }
}
@media (min-width: 991.9px) {
  .section-tournaments-main {
    margin-top: 34px;
    margin-bottom: 26px;
    padding-bottom: 0px;
  }
  .section-tournaments-main h1 {
    margin-bottom: 6px;
  }
  .section-tournaments-main h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .section-tournaments-main .tournaments-register {
    margin-top: 55px;
    position: static;
    display: flex;
    flex-wrap: wrap;
    padding: 52px 10px 37px;
    border: 0.71px solid #DBAD70;
    border-radius: 42px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text {
    margin-bottom: 0px;
    width: 54%;
    position: relative;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h3 {
    margin-bottom: 15px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > p {
    margin-bottom: 28px;
    font-weight: 18;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select {
    width: 283px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select select {
    padding: 5px 24px 5px 40px;
    font-size: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .clubs {
    width: 68px;
    height: 68px;
    bottom: -10px;
    right: 0px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .spades {
    width: 74px;
    height: 87px;
    bottom: 0px;
    left: 0px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields {
    width: 39%;
    max-width: none;
    margin-right: auto;
    margin-left: 0;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb {
    padding-left: 67px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:last-of-type {
    margin-bottom: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block .checkbox-block__item {
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-left: 14px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block:not(:last-child) {
    margin-bottom: 8px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .button {
    margin-top: 30px;
    margin-bottom: 7px;
  }
  .section-tournaments-main .social {
    margin-top: 27px;
  }
  .section-tournaments-main .social .social__link {
    width: 38px;
    height: 38px;
  }
  .section-tournaments-main .social .social__link:not(:last-child) {
    margin-left: 29px;
  }
}
@media (min-width: 1399.9px) {
  .section-tournaments-main {
    margin-top: 24px;
    margin-bottom: 28px;
  }
  .section-tournaments-main h1 {
    margin-bottom: 9px;
  }
  .section-tournaments-main h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .section-tournaments-main .tournaments-register {
    margin-top: 50px;
    padding: 57px 57px 63px;
    border: 1px solid #DBAD70;
    border-radius: 60px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__title {
    font-size: 38px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text {
    width: 52%;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h3 {
    font-size: 26px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > h4 {
    font-size: 22px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text > p {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select {
    width: 400px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .select select {
    padding: 8px 35px 8px 40px;
    font-size: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements {
    display: flex;
    align-items: end;
    margin-top: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements > * {
    position: static;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .clubs {
    width: 95px;
    height: 95px;
    margin-left: 160px;
    margin-bottom: -18px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__text .background-elements .spades {
    width: 102px;
    height: 120px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields {
    width: 30%;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb {
    padding-left: 0px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb.input-bb__required::before {
    margin-left: 11px;
    font-size: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb:last-of-type {
    margin-bottom: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .input-bb input {
    font-size: 18px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block .checkbox-block__item {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block .checkbox-block__text {
    font-size: 18px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .checkbox-block:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .button {
    margin-top: 38px;
    margin-bottom: 10px;
  }
  .section-tournaments-main .tournaments-register .tournaments-register__fields .newsletter {
    font-size: 16px;
  }
  .section-tournaments-main .social {
    margin-top: 33px;
  }
}

.tournaments-tabs {
  padding: 8px 0;
  box-shadow: 0px 1.7px 0px 0px rgba(255, 255, 255, 0.4588235294) inset;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 98;
}
.tournaments-tabs .tournaments-tabs__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tournaments-tabs .tournaments-tabs__nav > li button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  background-color: transparent;
}
.tournaments-tabs .tournaments-tabs__nav > li button .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  border-radius: 50%;
}
.tournaments-tabs .tournaments-tabs__nav > li button p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #DBAD70;
}
.tournaments-tabs .tournaments-tabs__nav > li button.active p {
  transform: scale(1.05);
  color: #ffffff;
}
@media (min-width: 360px) {
  .tournaments-tabs .tournaments-tabs__nav > li {
    min-width: 64px;
  }
}
@media (min-width: 767.9px) {
  .tournaments-tabs {
    padding: 7px 0;
    box-shadow: none;
    background: #000;
    position: static;
  }
  .tournaments-tabs .tournaments-tabs__nav {
    overflow-x: unset;
  }
  .tournaments-tabs .tournaments-tabs__nav > li {
    min-width: 80px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 3px;
    border: 1px solid #DBAD70;
    transition: 0.3s all ease;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button p {
    font-size: 16px;
    font-weight: 400;
    color: #DBAD70;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button.active .icon {
    border: 1px solid #ffffff;
    outline: 1px solid #ffffff;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button.active p {
    transform: scale(1.05);
    color: #ffffff;
  }
}
@media (min-width: 991.9px) {
  .tournaments-tabs .tournaments-tabs__nav {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .tournaments-tabs .tournaments-tabs__nav > li {
    min-width: 140px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button .icon {
    width: 60px;
    height: 60px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button p {
    font-size: 18px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li button:hover .icon {
    border: 1px solid #ffffff;
  }
}
@media (min-width: 1399.9px) {
  .tournaments-tabs {
    padding: 12px 0;
  }
  .tournaments-tabs .tournaments-tabs__nav {
    max-width: 963px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li {
    min-width: 180px;
  }
  .tournaments-tabs .tournaments-tabs__nav > li .icon {
    width: 84px;
    height: 84px;
    margin-bottom: 5px;
  }
}

.tournaments-tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper > h3 {
  margin-top: 3px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper > ul, .tournaments-tabs-content .tournaments-tabs-content__wrapper > p {
  margin-top: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper > ul {
  padding-right: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper > ul li {
  list-style: disc;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner {
  margin-top: 30px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li::before {
  content: "";
  display: block;
  margin-left: 29px;
  height: 31px;
  width: 24px;
  min-width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:nth-child(4n+1)::before {
  background-image: url(../img/icons/suit-1.png);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:nth-child(4n+2)::before {
  background-image: url(../img/icons/suit-2.png);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:nth-child(4n+3)::before {
  background-image: url(../img/icons/suit-3.png);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:nth-child(4n+4)::before {
  background-image: url(../img/icons/suit-4.png);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:not(:last-child) {
  margin-bottom: 10px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li > p > span {
  color: #DBAD70;
  font-weight: 700;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column {
  flex: 1;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li {
  margin-bottom: 15px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button {
  width: 100%;
  padding: 12px 17px 12px 30px;
  text-align: start;
  font-size: 18px;
  font-weight: 700;
  color: #DBAD70;
  border-radius: 30px;
  background-color: #1E1E1E;
  box-shadow: 0px 1px 8px 0px rgba(255, 255, 255, 0.1) inset;
  position: relative;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button::after {
  content: "v";
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button.collapsed {
  font-weight: 600;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button.collapsed::after {
  content: "+";
  color: #DBAD70;
  font-size: 24px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li .glossary__text {
  padding-top: 15px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li .glossary__text p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li .glossary__text p span {
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .search-input {
  width: 100%;
  margin-bottom: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top > h3 {
  margin-bottom: 10px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list {
  padding: 11px 11px 11px 30px;
  border-radius: 21.257px;
  border: 0.709px solid #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li {
  padding-right: 50px;
  position: relative;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:not(:last-child) {
  margin-bottom: 14px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(1)::before {
  content: "\e977";
  font-family: "icomoon";
  display: block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(1) .member__place::before {
  content: "01";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(2) .member__place::before {
  content: "02";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(3) .member__place::before {
  content: "03";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(4) .member__place::before {
  content: "04";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(5) .member__place::before {
  content: "05";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member {
  display: flex;
  align-items: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__place {
  width: 58px;
  min-width: 58px;
  display: flex;
  align-items: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__place::before {
  font-size: 36px;
  font-weight: 600;
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__avatar {
  width: 45px;
  min-width: 45px;
  height: 45px;
  margin-left: 14px;
  border-radius: 50%;
  overflow: hidden;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__name {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score span {
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score span:not(.member__score-value) {
  font-size: 16px;
  font-weight: 600;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score span.member__score-value {
  font-size: 18px;
  font-weight: 700;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table {
  margin-top: 15px;
  flex-grow: 1;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 14px;
  border-bottom: 0.7px solid #DBAD70;
  font-size: 18px;
  font-weight: 600;
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__heading .name {
  text-align: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__heading .score {
  text-align: end;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list {
  padding-top: 14px;
  margin-bottom: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #DBAD70;
  font-weight: 600;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member:not(:last-child) {
  margin-bottom: 10px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .place {
  padding-right: 12px;
  font-size: 17px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .name {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .score {
  text-align: end;
  font-size: 16px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers .link {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers .current {
  display: block;
  color: #DBAD70;
  font-size: 16px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.previous,
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.next {
  display: block;
  font-size: 14px;
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.previous::before,
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.next::before {
  font-family: "icomoon";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.previous::before {
  content: "\e94a";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.next::before {
  content: "\e93b";
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .awards__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__image {
  padding-top: 85.8823529412%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information {
  width: 100%;
  padding: 9px 6px 6px;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > h5 {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > p {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom {
  width: 100%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price {
  display: flex;
  align-items: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price::after {
  content: "";
  display: block;
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url(../img/icons/coin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span {
  display: block;
  font-weight: 400;
  text-align: center;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span:not(.value) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span.value {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  color: #DBAD70;
}
.tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom button {
  width: 100%;
  padding: 6px 15px;
  margin-top: 15px;
  border-radius: 18.214px;
  border: 0.607px solid #DBAD70;
  background: #000;
  color: #DBAD70;
  font-size: 16px;
  font-weight: 600;
}
.tournaments-tabs-content .gallery {
  padding-top: 0;
}
.tournaments-tabs-content .gallery .gallery__top {
  margin-top: 0;
}
.tournaments-tabs-content .gallery .brand__image {
  max-width: 230px;
  width: 100%;
  margin-bottom: 0;
}
.tournaments-tabs-content .account-heading {
  margin-bottom: 30px;
}
@media (min-width: 767.9px) {
  .tournaments-tabs-content .tournaments-tabs-content__wrapper > h3 {
    margin-top: 10px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper > ul, .tournaments-tabs-content .tournaments-tabs-content__wrapper > p {
    margin-top: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner {
    margin-top: 40px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 12px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li::before {
    height: 31px;
    width: 24px;
    min-width: 24px;
    margin-left: 29px;
    margin-right: 10px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary {
    gap: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button {
    padding: 12px 11px 12px 30px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .search-input {
    width: calc(100% - 360px - 15px);
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top {
    width: 360px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table {
    margin-top: 0px;
    margin-right: 15px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .awards__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information {
    padding: 9px 4px 2px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span.value {
    font-weight: 600;
  }
}
@media (min-width: 991.9px) {
  .tournaments-tabs-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper > h3 {
    margin-top: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper > ul, .tournaments-tabs-content .tournaments-tabs-content__wrapper > p {
    margin-top: 10px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner {
    margin-top: 40px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li::before {
    height: 34px;
    width: 26px;
    min-width: 26px;
    margin-left: 15px;
    margin-right: 0px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li > p > span {
    font-weight: 400;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary {
    gap: 15px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li {
    margin-bottom: 11px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button {
    padding: 11px 12px 11px 30px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments {
    padding: 19px 37px 20px 28px;
    border-radius: 42.514px;
    border: 1.417px solid #DBAD70;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .search-input {
    width: 234px;
    margin-bottom: 28px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top {
    width: 392px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top > h3 {
    margin-bottom: 14px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list {
    padding: 11px 11px 11px 60px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:not(:last-child) {
    margin-bottom: 18px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table {
    margin-right: 20px;
    padding-right: 30px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .awards__cards {
    gap: 30px 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information {
    padding: 11px 10px 9px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > h5 {
    font-size: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > p {
    font-size: 16px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom {
    margin-top: 14px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price::after {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span:not(.value) {
    font-size: 16px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span.value {
    font-size: 18px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom button {
    font-size: 18px;
  }
  .tournaments-tabs-content .gallery .brand__image {
    max-width: 287px;
  }
  .tournaments-tabs-content .account-heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1399.9px) {
  .tournaments-tabs-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper > h3 {
    margin-top: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li::before {
    height: 46px;
    width: 36px;
    min-width: 36px;
    margin-left: 45px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .information > li > p > span {
    font-weight: 700;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary {
    gap: 80px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li {
    margin-bottom: 15px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li button {
    padding: 19px 15px 19px 30px;
    font-size: 20px;
    color: #DBAD70;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li .glossary__text {
    padding-top: 13px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .glossary .glossary__column > li .glossary__text p {
    font-size: 18px;
    font-weight: 400;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments {
    padding: 38px 76px 31px 76px;
    border-radius: 60px;
    border: 2px solid #DBAD70;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .search-input {
    width: 330px;
    margin-bottom: 40px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top {
    width: 540px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top > h3 {
    margin-bottom: 18px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list {
    padding: 33px 30px 33px 80px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li {
    padding-right: 66px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li:nth-child(1)::before {
    font-size: 33px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__place {
    width: 80px;
    min-width: 80px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__place::before {
    font-size: 48px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__avatar {
    width: 64px;
    min-width: 64px;
    height: 64px;
    margin-left: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__name {
    margin-bottom: 4px;
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score span:not(.member__score-value) {
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-top .tournaments-top__list li .member .member__score span.member__score-value {
    font-size: 24px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table {
    margin-right: 66px;
    padding-right: 23px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__heading {
    padding-bottom: 18px;
    border-bottom: 1px solid #DBAD70;
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list {
    padding-top: 20px;
    margin-bottom: 32px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member:not(:last-child) {
    margin-bottom: 17px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .place {
    padding-right: 0px;
    font-size: 24px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .name {
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__list .member .score {
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers {
    gap: 10px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers .link {
    font-size: 18px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination .numbers .current {
    font-size: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.previous,
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .tournaments .tournaments-table .tournaments-table__pagination span.next {
    font-size: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information {
    padding: 18px 16px 23px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > h5 {
    font-size: 22px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__information > p {
    font-size: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom {
    margin-top: 10px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price::after {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span:not(.value) {
    font-size: 18px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom .award-card__price span.value {
    font-size: 20px;
  }
  .tournaments-tabs-content .tournaments-tabs-content__wrapper .tournaments-tabs-content__inner .awards .award-card .award-card__bottom button {
    padding: 8px;
    margin-top: 20px;
    font-size: 20px;
  }
  .tournaments-tabs-content .gallery .brand__image {
    max-width: 418px;
  }
  .tournaments-tabs-content .account-heading {
    margin-bottom: 60px;
  }
}

.section-login {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-login .form-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-login .form-wrapper .brand {
  margin-bottom: 30px;
}
.section-login .form-wrapper .brand .brand__image {
  margin-bottom: 0;
  width: 100%;
  max-width: 224px;
}
.section-login .form-wrapper .form-title {
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 600;
  color: #DBAD70;
}
.section-login .form-wrapper .form-subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.section-login .form-wrapper .inputs-wrapper {
  width: 100%;
  margin-bottom: 11px;
}
.section-login .form-wrapper .input-bb {
  margin-bottom: 17px;
}
.section-login .form-wrapper .input-bb input {
  font-size: 14px;
  border-bottom: 0.75px solid rgba(219, 173, 112, 0.4);
  color: #DBAD70;
}
.section-login .form-wrapper .input-bb label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.section-login .form-wrapper .input-bb label .required {
  display: block;
  margin-left: 3px;
  color: rgba(255, 0, 0, 0.95);
}
.section-login .form-wrapper .input-bb.input-bb__required {
  display: flex;
  align-items: center;
}
.section-login .form-wrapper .input-bb.input-bb__required::before {
  content: "*";
  color: rgba(255, 0, 0, 0.95);
}
.section-login .form-wrapper .button {
  background-color: transparent;
  border-radius: 22.407px;
  border: 0.747px solid #DBAD70;
  color: #ffffff;
}
.section-login .form-wrapper .forget {
  display: block;
  margin-top: 7px;
  margin-right: auto;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
}
.section-login .form-wrapper .remember {
  margin-top: 10px;
  margin-left: auto;
}
.section-login .form-wrapper .remember .checkbox-block__item {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 14px;
}
.section-login .form-wrapper .remember .checkbox-block__item {
  font-size: 14px;
}
.section-login .form-wrapper .link-text {
  margin-top: 14px;
  font-size: 16px;
}
.section-login .form-wrapper .link-text a {
  font-size: 18px;
  color: #DBAD70;
  text-decoration: underline;
}
.section-login .form-wrapper .avatar-block {
  margin: 0 auto 30px auto;
}
.section-login .form-wrapper.__reg {
  max-width: 610px;
}
.section-login .form-wrapper.__reg .input-bb input {
  color: #ffffff;
}
@media (min-width: 767.9px) {
  .section-login {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-login .form-wrapper .brand .brand__image {
    max-width: 300px;
  }
  .section-login .form-wrapper .form-title {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .section-login .form-wrapper .form-subtitle {
    margin-bottom: 30px;
  }
  .section-login .form-wrapper .inputs-wrapper {
    margin-bottom: 15px;
  }
  .section-login .form-wrapper .input-bb {
    margin-bottom: 23px;
  }
  .section-login .form-wrapper .input-bb input {
    font-size: 16px;
  }
  .section-login .form-wrapper .button {
    font-size: 20px;
    width: 460px;
    max-width: 460px;
  }
  .section-login .form-wrapper .forget {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-login .form-wrapper .remember {
    margin-top: 20px;
  }
  .section-login .form-wrapper .remember .checkbox-block__item {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 20px;
  }
  .section-login .form-wrapper .remember .checkbox-block__item {
    font-size: 18px;
  }
  .section-login .form-wrapper .link-text {
    margin-top: 40px;
    font-size: 18px;
  }
  .section-login .form-wrapper .background-element-1 {
    width: 110px;
    height: 130px;
    background-image: url(../img/bg/bg-elements/bg-clubs-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 106px;
    left: 10px;
  }
  .section-login .form-wrapper .background-element-2 {
    width: 114px;
    height: 135px;
    background-image: url(../img/bg/bg-elements/footer-bg-spades.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 29px;
    right: 20px;
  }
  .section-login .form-wrapper.__reg {
    max-width: 610px;
  }
  .section-login .form-wrapper.__reg .inputs-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-login .form-wrapper.__reg .inputs-wrapper .input-bb {
    width: 250px;
  }
  .section-login .form-wrapper.__reg .inputs-wrapper .input-bb input {
    font-size: 18px;
  }
}

.account-heading .account-heading__image {
  margin-left: 20px;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.account-heading .account-heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-heading .account-heading__title {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}
.account-heading .account-heading__title span {
  color: #DBAD70;
}
.account-heading .account-heading__stats {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.account-heading .account-heading__stats > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.account-heading .account-heading__stats > li:not(:last-child) {
  margin-left: 10px;
}
.account-heading .account-heading__stats > li .title {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #DBAD70;
}
.account-heading .account-heading__stats > li .title span {
  color: rgba(255, 255, 255, 0.9);
}
.account-heading .account-heading__stats > li .value {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 767.9px) {
  .account-heading .account-heading__image {
    margin-left: 38px;
    width: 53px;
    min-width: 53px;
    height: 53px;
  }
  .account-heading .account-heading__title {
    font-size: 20px;
  }
  .account-heading .account-heading__stats {
    margin-top: 27px;
  }
  .account-heading .account-heading__stats > li {
    width: 100%;
    padding: 15px;
    border: 1px solid #DBAD70;
    border-radius: 20px;
  }
  .account-heading .account-heading__stats > li:not(:last-child) {
    margin-left: 19px;
  }
  .account-heading .account-heading__stats > li .title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
  }
  .account-heading .account-heading__stats > li .value {
    font-size: 22px;
  }
}
@media (min-width: 991.9px) {
  .account-heading .account-heading__stats > li {
    padding: 16px;
  }
  .account-heading .account-heading__stats > li:not(:last-child) {
    margin-left: 20px;
  }
  .account-heading .account-heading__stats > li .title {
    font-size: 15px;
    font-weight: 600;
  }
  .account-heading .account-heading__stats > li .value {
    font-size: 25px;
  }
}
@media (min-width: 1399.9px) {
  .account-heading .account-heading__image {
    margin-left: 50px;
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .account-heading .account-heading__title {
    font-size: 22px;
  }
  .account-heading .account-heading__stats {
    margin-top: 22px;
  }
  .account-heading .account-heading__stats > li {
    padding: 26px;
  }
  .account-heading .account-heading__stats > li:not(:last-child) {
    margin-left: 22px;
  }
  .account-heading .account-heading__stats > li .title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .account-heading .account-heading__stats > li .value {
    font-size: 39px;
  }
}

.section-account {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  min-height: calc(100vh - 59px);
}
.section-account > .container {
  flex: 1;
}
.section-account .account-heading {
  margin-bottom: 20px;
}
.section-account .account-navigation {
  display: flex;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 5px 0;
  margin-bottom: 30px;
  z-index: 1;
}
.section-account .account-navigation > li {
  width: 100%;
}
.section-account .account-navigation > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.section-account .account-navigation > li a .icon {
  margin-bottom: 10px;
  font-size: 50px;
  color: #DBAD70;
}
.section-account .account-navigation > li a.active {
  font-weight: 700;
  color: #DBAD70;
}
.section-account .account-content .content-main .brand {
  width: 220px;
  margin: 0 auto 37px auto;
}
.section-account .account-content .content-main .brand .brand__image {
  width: 100%;
}
.section-account .account-content .content-main .content-main__text {
  font-size: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.section-account .account-content .content-main .content-main__text span {
  display: block;
  color: #DBAD70;
  font-size: 28px;
  font-weight: 700;
}
.section-account .account-content .content-main .content-main__link {
  margin-top: 10px;
  font-size: 16px;
  color: #DBAD70;
  text-decoration: underline;
}
.section-account .account-content .content-awards {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-account .account-content .content-awards .content-awards__inner {
  width: 100%;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s all ease;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.6);
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card {
  width: 209px;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card .award-card__image {
  padding-top: 86.1244019139%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card .award-card__image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card .award-card__title {
  margin-top: 9px;
  text-align: center;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  display: none;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card.await .award-card__image {
  position: relative;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card.await .award-card__image::before {
  content: "ממתין לאישור מנהל";
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(30, 30, 30, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-account .account-content .content-awards .content-awards__inner .swiper-slide.swiper-slide-active .award-card .award-card__title {
  display: block;
}
.section-account .account-content .content-edit .inputs-wrapper {
  width: 100%;
  margin-bottom: 11px;
}
.section-account .account-content .content-edit .input-bb {
  margin-bottom: 17px;
}
.section-account .account-content .content-edit .input-bb input {
  font-size: 14px;
  border-bottom: 0.75px solid #DBAD70;
}
.section-account .account-content .content-edit .input-bb.input-bb__required {
  display: flex;
  align-items: center;
}
.section-account .account-content .content-edit .input-bb.input-bb__required::before {
  content: "*";
  color: rgba(255, 0, 0, 0.95);
}
.section-account .account-content .content-edit .button {
  margin: 30px auto 0 auto;
  background-color: #000;
  border: 0.747px solid #DBAD70;
  color: #ffffff;
}
.section-account .account-content .avatar-block {
  margin: 0 auto;
}
.section-account .account-content .avatar-block .avatar-block__list {
  justify-content: center;
}
@media (min-width: 767.9px) {
  .section-account {
    padding-bottom: 20px;
    background-color: #000;
    position: relative;
  }
  .section-account .account-heading {
    margin-bottom: 41px;
  }
  .section-account .account-navigation {
    flex-direction: column;
    justify-content: start;
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    padding: 0;
    margin-bottom: 0;
  }
  .section-account .account-navigation > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .section-account .account-navigation > li a {
    flex-direction: row;
    align-items: center;
    font-size: 16px;
  }
  .section-account .account-navigation > li a .icon {
    width: 40px;
    margin-bottom: 0px;
    margin-left: 13px;
    font-size: 30px;
  }
  .section-account .account-content {
    position: relative;
  }
  .section-account .account-content .content-main {
    max-width: 440px;
  }
  .section-account .account-content .content-main .brand {
    width: 201px;
    margin: 0 auto 6px auto;
  }
  .section-account .account-content .content-main .content-main__text {
    font-size: 16px;
  }
  .section-account .account-content .content-main .content-main__text span {
    font-size: inherit;
    font-weight: inherit;
  }
  .section-account .account-content .content-awards {
    max-width: 436px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide {
    width: auto;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.7);
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card {
    width: 100%;
    background-color: #1E1E1E;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card .award-card__title {
    margin-top: 7px;
    padding-bottom: 6px;
    font-size: 14.5px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next {
    height: auto;
    width: auto;
    top: auto;
    bottom: 30%;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::after,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::after {
    font-family: "icomoon";
    color: #DBAD70;
    font-size: 20px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::before,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::before {
    font-size: 14px;
    color: #ffffff;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev {
    flex-direction: row-reverse;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::after {
    content: "\e94a";
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::before {
    margin-right: 9px;
    content: "הקודם";
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next {
    flex-direction: row;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::after {
    content: "\e93b";
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::before {
    margin-left: 9px;
    content: "הבא";
  }
  .section-account .account-content .content-edit {
    max-width: 434px;
  }
  .section-account .account-content .content-edit .inputs-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-account .account-content .content-edit .inputs-wrapper .input-bb {
    width: 200px;
    margin-bottom: 20px;
  }
  .section-account .account-content .content-edit .inputs-wrapper .input-bb input {
    font-size: 16px;
  }
  .section-account .account-content .account-content__background-element {
    width: 60px;
    height: 60px;
    background-image: url(../img/bg/bg-elements/bg-token-1-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: translateX(100%);
  }
  .section-account .section-account__background-element {
    width: 92px;
    height: 92px;
    background-image: url(../img/bg/bg-elements/bg-token-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 26px;
    left: 26px;
  }
}
@media (min-width: 991.9px) {
  .section-account {
    border-radius: 66px;
    border: 1px solid #DBAD70;
    padding-right: 30px;
    padding-left: 30px;
    background-color: transparent;
    margin: 25px;
  }
  .section-account .account-heading {
    margin-bottom: 58px;
  }
  .section-account .account-content .content-main .brand {
    width: 256px;
  }
  .section-account .account-content .content-main .content-main__text {
    font-size: 18px;
  }
  .section-account .account-content .content-main .content-main__link {
    margin-top: 19px;
    font-size: 18px;
  }
  .section-account .account-content .content-awards {
    max-width: 493px;
  }
  .section-account .account-content .content-edit {
    max-width: 434px;
  }
  .section-account .account-content .content-edit .inputs-wrapper .input-bb {
    margin-bottom: 30px;
  }
  .section-account .account-content .content-edit .inputs-wrapper .input-bb input {
    font-size: 18px;
  }
  .section-account .account-content .account-content__background-element {
    width: 120px;
    height: 120px;
  }
  .section-account .section-account__background-element {
    width: 121px;
    height: 121px;
    bottom: 15px;
    left: 15px;
  }
}
@media (min-width: 1399.9px) {
  .section-account {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .section-account .account-heading {
    margin-bottom: 54px;
  }
  .section-account .account-navigation > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .section-account .account-navigation > li a {
    font-size: 20px;
  }
  .section-account .account-navigation > li a .icon {
    width: 60px;
    margin-left: 20px;
    font-size: 45px;
  }
  .section-account .account-content .content-main {
    max-width: 662px;
    padding: 26px 40px;
  }
  .section-account .account-content .content-main .brand {
    width: 300px;
    margin: 0 auto 10px auto;
  }
  .section-account .account-content .content-main .content-main__text {
    font-size: 20px;
  }
  .section-account .account-content .content-main .content-main__link {
    font-size: 20px;
  }
  .section-account .account-content .content-awards {
    max-width: 710px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-slide .award-card .award-card__title {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next {
    bottom: 25%;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::after,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::after {
    font-size: 23px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::before,
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::before {
    font-size: 17px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-prev::before {
    margin-right: 20px;
  }
  .section-account .account-content .content-awards .content-awards__inner .swiper-button-next::before {
    margin-left: 20px;
  }
  .section-account .account-content .content-edit {
    max-width: 610px;
  }
  .section-account .account-content .content-edit .inputs-wrapper .input-bb {
    width: 250px;
  }
  .section-account .account-content .account-content__background-element {
    width: 180px;
    height: 180px;
  }
  .section-account .section-account__background-element {
    width: 213px;
    height: 213px;
    bottom: 10px;
    left: 10px;
  }
}

.events-page .header {
  position: sticky;
  top: 0;
}
.events-page .section-banner .button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.events-page .section-services {
  padding: 0;
}
@media (min-width: 767.9px) {
  .events-page .header {
    position: static;
  }
}

.modal_subscribe .modal-dialog {
  width: 92%;
  max-width: 880px;
}
.modal_subscribe .modal-content {
  background-color: #000;
  border-radius: 0;
}
.modal_subscribe .modal-content .modal-header {
  border-bottom: none;
}
.modal_subscribe .modal-content .modal-body {
  padding-top: 22px;
  padding-bottom: 47px;
}
.modal_subscribe .modal-content .btn-close {
  margin-right: 0;
  margin-left: auto;
  background: transparent;
}
.modal_subscribe .modal-content .btn-close::after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 20px;
  color: #DBAD70;
}
@media (min-width: 767.9px) {
  .modal_subscribe .modal-content .modal-body {
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
  }
  .modal_subscribe .modal-content .modal-body .modal-background-element-1 {
    background-image: url(../img/bg/bg-elements/footer-bg-spades.png);
    width: 85px;
    height: 101px;
    position: absolute;
    right: 0px;
    top: 93px;
  }
  .modal_subscribe .modal-content .modal-body .modal-background-element-2 {
    background-image: url(../img/bg/bg-elements/footer-bg-clubs.png);
    width: 120px;
    height: 120px;
    position: absolute;
    left: 10px;
    bottom: 20px;
  }
  .modal_subscribe .modal-content .subscribe-block {
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
  }
}
@media (min-width: 991.9px) {
  .modal_subscribe .modal-content {
    border-top: 2px solid #DBAD70;
    border-bottom: 2px solid #DBAD70;
  }
  .modal_subscribe .modal-content .modal-body {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .modal_subscribe .modal-content .modal-body .modal-background-element-1 {
    right: 52px;
    top: 70px;
  }
  .modal_subscribe .modal-content .modal-body .modal-background-element-2 {
    bottom: 105px;
  }
  .modal_subscribe .modal-content .subscribe-block {
    max-width: 514px;
  }
}

.modal_awards .modal-dialog {
  width: 92%;
  max-width: 310px;
}
.modal_awards .modal-content {
  padding: 10px;
  background-color: #000;
  border-radius: 15px;
}
.modal_awards .modal-body {
  padding: 0px;
}
.modal_awards .awards-notification {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #DBAD70;
  color: #DBAD70;
}
.modal_awards .awards-notification .awards-notification__text {
  font-size: 18px;
  font-weight: 600;
}
.modal_awards .awards-notification .awards-notification__buttons {
  display: flex;
  justify-content: center;
}
.modal_awards .awards-notification .awards-notification__buttons > * {
  display: block;
  padding: 8px 16px;
  min-width: 60px;
  background-color: transparent;
  color: #DBAD70;
  border-radius: 30px;
  border: 1px solid #DBAD70;
  font-size: 16px;
}
.modal_awards .awards-notification .awards-notification__buttons > *:not(:last-child) {
  margin-left: 15px;
}
@media (min-width: 991.9px) {
  .modal_awards .awards-notification .awards-notification__text {
    font-size: 20px;
  }
  .modal_awards .awards-notification .awards-notification__buttons > * {
    font-size: 18px;
  }
}
@media (min-width: 1399.9px) {
  .modal_awards .awards-notification .awards-notification__text {
    font-size: 22px;
  }
}

.footer {
  padding: 24px 0 22px;
  background-color: #000;
  position: relative;
}
.footer > * {
  position: relative;
  z-index: 2;
}
.footer .footer-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-logo-block .footer-logo-block__image {
  width: 113px;
  margin-bottom: 7px;
}
.footer .footer-logo-block .footer-logo-block__image img {
  width: 100%;
  height: 100%;
}
.footer .footer-logo-block .footer-logo-block__text {
  direction: ltr;
  text-shadow: 0px 1.74px 1.74px rgba(0, 0, 0, 0.25);
  font-size: 33.931px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.footer .footer-logo-block .footer-logo-block__text .footer-logo-block__text-bold {
  text-shadow: 0px 3.089px 3.089px rgba(0, 0, 0, 0.25);
  font-size: 66.395px;
}
.footer .footer-text-block {
  margin-bottom: 100px;
}
.footer .footer-information-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.footer .footer-contacts > li:not(:last-child) {
  margin-bottom: 13px;
}
.footer .footer-contacts > li > a {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.footer .footer-contacts > li > a::after {
  display: block;
  margin-right: 10px;
  font-family: "icomoon";
  font-size: 22px;
  color: #DBAD70;
}
.footer .footer-contacts > li > a.phone-link::after {
  content: "\e979";
}
.footer .footer-contacts > li > a.mail-link::after {
  content: "\e97a";
}
.footer .social {
  margin-bottom: 32px;
}
.footer .footer-menu-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -2px;
}
.footer .footer-menu-links > li {
  margin: 2px;
}
.footer .footer-menu-links > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.74;
  color: #ffffff;
}
.footer .footer-menu-links > li > a::before {
  margin-left: 5px;
  content: "";
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DBAD70;
}
.footer .footer__icon-1,
.footer .footer__icon-2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}
.footer .footer__icon-1 {
  background-image: url(../img/bg/bg-elements/footer-bg-spades.png);
  width: 40.967px;
  height: 49px;
  right: 25px;
  bottom: 290px;
}
.footer .footer__icon-2 {
  background-image: url(../img/bg/bg-elements/footer-bg-clubs.png);
  width: 58.65px;
  height: 56.516px;
  left: 10px;
  bottom: 280px;
}
@media (min-width: 767.9px) {
  .footer {
    padding: 38px 0 23px;
  }
  .footer .footer-text-block {
    margin-bottom: 92px;
  }
  .footer .subscribe-block {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer__icon-1 {
    width: 80px;
    height: 99px;
    right: 26px;
    bottom: 170px;
  }
  .footer .footer__icon-2 {
    width: 111px;
    height: 111px;
    left: 55px;
    bottom: 150px;
  }
}
@media (min-width: 991.9px) {
  .footer {
    padding: 21px 0 21px;
    border-top: 2px solid #DBAD70;
    border-bottom: 2px solid #DBAD70;
  }
  .footer .footer-logo-block .footer-logo-block__image {
    width: 60px;
    margin-bottom: 3px;
  }
  .footer .footer-logo-block .footer-logo-block__text {
    text-shadow: 0px 0.917px 0.917px rgba(0, 0, 0, 0.25);
    font-size: 20px;
  }
  .footer .footer-logo-block .footer-logo-block__text .footer-logo-block__text-bold {
    text-shadow: 0px 1.627px 1.627px rgba(0, 0, 0, 0.25);
    font-size: 36px;
  }
  .footer .footer-text-block {
    margin-bottom: 0;
  }
  .footer .footer-contacts {
    margin-bottom: 21px;
  }
  .footer .footer-contacts > li:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer .footer-contacts > li > a {
    font-size: 20px;
  }
  .footer .footer-contacts > li > a::after {
    margin-right: 6px;
    font-size: 16px;
  }
  .footer .footer-menu-links {
    margin: -4px;
    margin-bottom: 25px;
  }
  .footer .footer-menu-links > li {
    margin: 4px;
  }
  .footer .footer-menu-links > li > a {
    font-size: 18px;
    line-height: 1.1;
  }
  .footer .footer-menu-links > li > a::before {
    margin-left: 10px;
    width: 8px;
    min-width: 8px;
    height: 8px;
  }
  .footer .social {
    margin-bottom: 0;
  }
  .footer .subscribe-block {
    max-width: 364px;
  }
  .footer .footer__icon-1 {
    width: 42.514px;
    height: 50.309px;
    top: 56px;
    right: 50%;
    bottom: auto;
  }
  .footer .footer__icon-2 {
    width: 72.937px;
    height: 72.274px;
    right: 52%;
    left: auto;
    bottom: 63px;
  }
}
@media (min-width: 1399.9px) {
  .footer {
    padding: 22px 0 19px;
  }
  .footer .footer-logo-block .footer-logo-block__image {
    width: 84px;
    margin-bottom: 5px;
  }
  .footer .footer-logo-block .footer-logo-block__text {
    text-shadow: 0px 1.294px 1.294px rgba(0, 0, 0, 0.25);
    font-size: 25.225px;
  }
  .footer .footer-logo-block .footer-logo-block__text .footer-logo-block__text-bold {
    text-shadow: 0px 2.296px 2.296px rgba(0, 0, 0, 0.25);
    font-size: 49.358px;
  }
  .footer .footer-contacts {
    margin-bottom: 30px;
  }
  .footer .footer-contacts > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer .footer-contacts > li > a {
    font-size: 20px;
  }
  .footer .footer-contacts > li > a::after {
    margin-right: 10px;
    font-size: 22px;
  }
  .footer .footer-menu-links {
    margin: -5px;
    margin-bottom: 37px;
  }
  .footer .footer-menu-links > li {
    margin: 5px;
  }
  .footer .footer-menu-links > li > a {
    font-size: 20px;
    line-height: 1.39;
  }
  .footer .footer-menu-links > li > a::before {
    margin-left: 5px;
    width: 12px;
    min-width: 12px;
    height: 12px;
  }
  .footer .subscribe-block {
    max-width: 514px;
  }
  .footer .footer__icon-1 {
    width: 85px;
    height: 101px;
    top: 73px;
    right: 48%;
  }
  .footer .footer__icon-2 {
    width: 140.551px;
    height: 140.607px;
    right: 55%;
    bottom: 19px;
  }
}