

/* Start:/local/components/bokus/tournaments/templates/.default/style.css?166618919012225*/
.back-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 77px;
  height: 33px;
  margin-bottom: 30px;
  justify-content: space-between;
  cursor: pointer;
  color: #D0D2D5;
  font-size: 24px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
}

.back-btn img {
  width: 8px;
  height: 16px;
  margin-right: 4px;
}

.back-btn a {
  color: #D0D2D5;
  display: flex;
  font-size: 24px;
  line-height: 32px;
}

.tournament-container {
  margin-top: 50px;
}

.info__container.landing__container {
  margin-top: 50px;
}
.info__container.landing__container .article__title {
  margin-top: 0;
}

.shared__container.landing__container {
  margin-top: 150px;
}

.leaderboard__container.landing__container {
  margin-bottom: 150px;
}

.img__container {
  height: 632px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img__container img {
  max-width: 100%;
  height: auto;
}

.events__captions_container {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  margin-top: 50px;
}

.events__captions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.october-title {
  display: flex;
}

.event__caption {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event__caption:last-child {
  cursor: pointer;
}

.event__img {
  height: 72px;
  width: 72px;
  position: relative;
  flex: 0 0 auto;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.event__icon {
  width: 27px;
  height: 30px;
}

.bg-color {
  background: linear-gradient(180deg, #F65932 0%, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0) 100%);
}

.event__description {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.date-start {
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  color: #f65932;
  white-space: nowrap;
}

.event__description .description {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
  padding: 0;
}

.dropdown-box {
  display: flex;
  height: 72px;
  width: 72px;
  background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%), #C4C4C4;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  transition: background 1.5s ease-out;
}

.dropdown-box.active {
  border: 1px solid #F65932;
  background: none;
  transition: background 1.5s ease-out;
}

.dropdown-box img {
  transition: transform 1.5s ease-out;
}

.dropdown-box.active img {
  transform: rotateX(180deg);
  transition: transform 1.5s ease-out;
}

.dropdown__container-inner {
  flex-direction: column;
  width: 100%;
  transition: transform 1.5s ease-out;
}

.dropdown__container-outer {
  display: flex;
  width: 100%;
  /*max-width: 100%;*/
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s ease-out;
}

.dropdown__container-outer.active {
  max-height: 3000px;
  transition: max-height 1.5s ease-out;
}

.dropdown__container-outer.active .dropdown__container-inner {
  display: block;
  transform: translateY(0);
  transition: transform 1.5s ease-out;
}

.dropdown__card {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #555C65;
  border-bottom: 1px solid #555C65;
  padding: 30px 0;
  font-family: "Open Sans", sans-serif;
  /*justify-content: space-between;*/
}

.dropdown__card-left {
  display: flex;
  text-align: left;
  flex: 1 1 30%;
}

.dropdown__card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.dropdown__card-right {
  display: flex;
  text-align: left;
  flex: 1 1 70%;
  flex-direction: column;
}

.dropdown__card__description {
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #D0D2D5;
}

.dropdown__card__description span {
  color: #F65932;
  text-decoration: none !important;
}

.handicap__table-outer {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: max-height 1.5s ease-out;
}

.handicap__table-outer.active {
  max-height: 900px;
  transition: max-height 1.5s ease-out;
}

.handicap__table-outer.active .handicap__table-inner {
  display: flex;
}

.handicap__table-inner {
  border-radius: 20px;
  -moz-border-radius: 6px;
  border-collapse: collapse;
  text-align: center;
}

.border-radius-table-desktop {
  border: 2px solid #555C65;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.handicap__table-inner th, .handicap__table-inner td {
  font-weight: normal;
  color: #7D848D;
  padding: 9px 8px;
  cursor: auto;
  /*border: 2px solid #555C65;*/
  border-left: 2px solid #555C65;
  border-top: 2px solid #555C65;
  border-radius: 10px;
  width: 500px;
}

.handicap__table-inner th {
  color: #FFFFFF;
  border-top: none;
}

.handicap__table-inner tr:first-child {
  background-color: #0B121C;
}

.handicap__table-inner th:last-child {
  border-top-right-radius: 20px;
}

.handicap__table-inner th:first-child {
  border-top-left-radius: 20px;
}

.handicap__table-inner td:first-child, .handicap__table-inner th:first-child {
  border-left: none;
}

.dropdown__card-right span {
  color: #f65932;
  text-decoration: underline;
  margin: 20px 0;
  cursor: pointer;
}

.shared__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shared-title {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shared-btn {
  margin-top: 40px;
}

.shared-icon {
  margin-right: 10px;
}

.owl-dots {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.owl-dot {
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 26px;
  width: 60px;
  height: 5px;
  margin: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}

.owl-dot.active span {
  display: block;
  width: 60px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 26px;
  transition: background-color 0.5s ease-out;
}

.orange {
  color: orangered;
}

@media (min-width: 1024px) {
  .mobile-text-btn {
    display: none;
  }

  .tournament-section .article__title {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .tournament-section {
    margin: 0 20px;
  }
}
@media (max-width: 1024px) {
  .img__container {
    height: auto;
    width: 100%;
  }

  .img__container img {
    margin: auto;
    display: flex;
    border-radius: 8px;
  }

  .article__title {
    margin-top: 30px;
    text-align: left;
    font-size: 40px;
  }

  .shared-title {
    font-size: 40px;
  }

  .events__captions_container {
    margin-top: 30px;
  }

  .events__captions {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
    width: auto;
  }

  .event__caption:not(:first-child) {
    margin-top: 20px;
  }

  .dropdown-box {
    width: 100%;
    height: 40px;
  }

  .dropdown-box img {
    margin-left: 8px;
    margin-top: 2.75px;
  }

  .back-btn {
    margin-left: 20px;
  }
}
@media (min-width: 826px) {
  .section_leaderboard-mobile {
    display: none;
  }
}
@media (min-width: 810px) {
  .swiper-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) {
  .handicap__table-mobile {
    display: none;
  }

  .dropdown-box-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .tournament-container, .info__container.landing__container {
    margin-top: 30px;
  }

  .event__img {
    height: 50px;
    width: 50px;
  }

  .event__icon {
    width: 20px;
    height: 21px;
  }

  .border-radius-table-desktop {
    display: none;
  }

  .handicap__table-inner {
    display: none;
  }

  .handicap__table-outer {
    display: none;
  }

  #hide__table {
    display: none;
  }

  .mb-150 {
    margin-bottom: 100px;
  }

  .tournament-section {
    margin: 0 20px;
  }

  .back-btn {
    margin-left: 0;
  }

  .img__container {
    height: auto;
    width: 100%;
  }

  .article__title {
    margin-top: 0;
    text-align: left;
  }

  .mt-50 {
    margin-top: 25px;
  }

  .swiper-horizontal > .swiper-scrollbar {
    margin: 12px auto;
  }

  .events__captions_container {
    margin-top: 30px;
  }

  .events__captions {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }

  .event__caption:not(:first-child) {
    margin-top: 15px;
  }

  .dropdown-box {
    width: 100%;
    height: 40px;
  }
  .dropdown-box.active {
    display: none;
  }

  .shared-btn {
    width: 288px;
    height: 40px;
    margin-top: 20px;
  }

  .dropdown-box img {
    margin-left: 8px;
    margin-top: 2.75px;
  }

  .mobile-text-btn {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .dropdown__card {
    flex-direction: column;
    padding: 20px 0;
    margin: auto;
  }
  .dropdown__card:first-child {
    border-top: none;
  }

  .dropdown__card__title {
    margin-bottom: 10px;
  }

  .handicap__table-inner th, td {
    border-left: none;
  }

  .handicap__table-mobile-border-radius {
    border: 1px solid #555C65;
    border-radius: 10px;
  }

  .handicap__table-mobile {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    color: #D0D2D5;
    padding: 10px 8px;
    cursor: auto;
  }

  .handicap__table-mobile-inner-border {
    border-collapse: collapse;
  }

  .handicap__table-mobile-inner-border td {
    border-top: 1px solid #555C65;
  }

  .handicap__table-mobile-inner-border th {
    background-color: #0B121C;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 10px 8px;
  }

  .handicap__table-mobile-inner-border th:first-child, td:first-child {
    border-right: 1px solid #555C65;
  }

  .dropdown-box-mobile {
    margin: auto;
    display: flex;
    width: 95%;
    height: 40px;
    background: none;
    border: 1px solid #F65932;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    transition: background 1.5s ease-out;
  }

  .dropdown-box-mobile.active {
    background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%), #C4C4C4;
    transition: background 1.5s ease-out;
  }

  .dropdown-box-mobile img {
    transform: rotateX(180deg);
    transition: transform 1.5s ease-out;
    margin-left: 8px;
  }

  .dropdown-box-mobile.active img {
    transform: rotateX(180deg);
    transition: transform 1.5s ease-out;
  }

  /** Invite your friends **/
  .shared__container.landing__container {
    margin-top: 100px;
  }
  .shared__container .popup-open {
    margin: 20px 0 0;
    padding: 10px 50px;
    height: auto;
  }

  .shared-title {
    font-size: 24px;
    line-height: 36px;
  }

  /** LeaderBoard mobile card **/
  .leaderboard__container.landing__container {
    margin: 100px -20px;
    width: auto;
  }

  .table__card__container {
    padding-top: 10px;
  }

  .number-leaderboard {
    padding-right: 17px;
  }

  .row-container {
    margin-left: 22px;
    margin-top: 10px;
  }

  .bold-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .normal-text {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #D0D2D5;
  }

  .score-box {
    border-left: 1px solid #555C65;
  }

  .score-box:first-child {
    border: none;
  }

  .score-box p {
    margin-left: 10px;
  }

  .score-box:first-child p {
    margin: auto;
  }
}
@media (max-width: 607px) {
  .bowling-name-container, .title-leaderboard-bc {
    display: none;
  }
}
@media (max-width: 390px) {
  .sponsor__img {
    width: 125px;
    height: 125px;
  }

  .sponsor__box {
    width: 270px;
    height: 197px;
  }

  .title-leaderboard-score {
    font-size: 14px;
  }

  .cut-score, .avscore, .total-score {
    font-size: 14px;
  }

  .people-name {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 340px) {
  .place {
    right: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/tournaments.offer/templates/.default/style.css?16783727324399*/
/**HEADER BOTTOM**/
.mainscreen {
  background-image: url("/local/components/bokus/tournaments.offer/templates/.default/images/header_bg.png");
  /* background-position: 50%; */
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 767px;
  margin-top: -82px;
  margin-bottom: 100px;
}
.mainscreen__inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.landing__header__bottom {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  justify-content: space-between;
}

.tournaments__title {
  margin-top: 130px;
  font-family: "Oswald", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.left-side {
  flex: 0 1 489px;
  margin-top: 40px;
}

.slogan {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 34px;
  margin-bottom: 24px;
  padding: 5px 0;
  z-index: 1;
  display: inline-block;
}

.slogan__mask {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.3%, rgba(232, 0, 0, 0)), color-stop(52.12%, #e80000), to(rgba(232, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(232, 0, 0, 0) 1.3%, #e80000 52.12%, rgba(232, 0, 0, 0));
  background: linear-gradient(270deg, rgba(232, 0, 0, 0) 1.3%, #e80000 52.12%, rgba(232, 0, 0, 0));
  position: relative;
  left: -200px;
  right: -200px;
  width: calc(100% + 400px);
}

.slogan__span {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 0;
  z-index: 1;
  position: relative;
}

.description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  color: #fff;
  opacity: 0.9;
  margin-top: 20px;
}

.actions {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.actions > .btn {
  width: 50%;
}

.phone__container {
  position: relative;
}

.phone__play {
  position: absolute;
  top: -60px;
  left: 252px;
}

.phone__play__big__bubble {
  border-radius: 50%;
  -webkit-animation: pulsePlayBubble 1.5s ease-out infinite alternate;
  animation: pulsePlayBubble 1.5s ease-out infinite alternate;
  width: 227px;
  height: 227px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f65932), color-stop(45.84%, rgba(246, 89, 50, 0.2)), to(rgba(246, 89, 50, 0)));
  background: -webkit-linear-gradient(top, #f65932, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0));
  background: linear-gradient(180deg, #f65932, rgba(246, 89, 50, 0.2) 45.84%, rgba(246, 89, 50, 0));
}

.phone__play__small__bubble {
  position: absolute;
  top: 34px;
  left: 48px;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: pulsePlayBubble 1.5s ease-out infinite alternate;
  animation: pulsePlayBubble 1.5s ease-out infinite alternate;
}

.phone__play__button {
  position: absolute;
  top: 55px;
  left: 69px;
  width: 88px;
  height: 88px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.phone__play__text {
  top: 230px;
  left: 50px;
  position: absolute;
  width: 127px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.phone__container > img {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

@media (max-width: 768px) {
  .mainscreen {
    margin-top: -90px;
    background-position: 100%;
    background-size: cover;
    margin-bottom: 100px;
  }

  .left-side {
    margin-top: 0;
    flex: 0 1 249px;
  }

  article.landing__header__bottom {
    margin-top: 0;
  }

  .tournaments__title {
    margin-top: 105px;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 36px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/tournaments.calendar/templates/.default/style.css?16657391618773*/
@charset "UTF-8";
/*******************/
.calendar__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
  position: relative;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: row;
}
.header.landing__container {
  flex-direction: row;
  margin-bottom: 30px;
}

.year__container {
  display: flex;
  justify-content: space-between;
  max-width: 236px;
  width: 100%;
}

.arrow-left {
  display: flex;
  align-items: center;
}

.arrow-left:active {
  position: relative;
  transform: translateX(-10px);
  transition: transform 0.3s ease-out;
}

.current__year {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 89px;
  text-transform: uppercase;
  color: #f65932;
  letter-spacing: 0.05em;
  max-width: 125px;
}

.arrow-right {
  display: flex;
  align-items: center;
  /*margin-left: 27px;*/
}

.arrow-right:active {
  position: relative;
  transform: translateX(10px);
  transition: transform 0.5s ease-out;
}

.vector-arrow {
  width: 30px;
  cursor: pointer;
}

.section__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carousel {
  position: relative;
  margin-bottom: 38px;
}

.owl-stage-outer {
  position: absolute;
  border-top: 1px solid #555C65;
  border-bottom: 1px solid #555C65;
}

.owl-item.active.center .month {
  -webkit-text-stroke: 1px #F65932;
  -webkit-text-fill-color: #F65932;
}

.background {
  cursor: pointer;
}

.background::before {
  position: absolute;
  content: "";
  cursor: pointer;
  display: flex;
  height: 89px;
  width: 360px;
  background: linear-gradient(90deg, #2C3440 0%, rgba(43, 51, 64, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.background::after {
  position: absolute;
  content: "";
  cursor: pointer;
  display: flex;
  height: 89px;
  width: 360px;
  background: linear-gradient(90deg, #2C3440 0%, rgba(43, 51, 64, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.table__container {
  font-size: 20px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 50px;
  display: grid;
  cursor: default;
  font-family: "Open Sans", sans-serif;
}

.w--full {
  max-width: none;
}

.table__container th {
  font-weight: normal;
  color: #7D848D;
  border-bottom: 2px solid #555C65;
  padding: 10px 8px;
}

.table__container td {
  border-bottom: 2px solid #555C65;
}

/*th: width для контроля ширины столбцов*/
.table__container th:first-child {
  width: 55%;
}

.table__container th:nth-child(2) {
  width: 10%;
  text-align: right;
}

.table__container th:nth-child(3) {
  width: 10%;
}

.table__container th:nth-child(4) {
  width: 10%;
}

.table__container tr {
  position: relative;
  z-index: 1;
}
.table__container tr td:first-child:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  left: -25vw;
  width: 130vw;
  height: 100%;
  background: linear-gradient(264.59deg, #F65932 0%, #CC3535 100%), #F65932;
  background: -webkit-linear-gradient(rgba(246, 89, 50, 0), #cc3535), #f65932;
  z-index: 0;
  transition: 0.3s linear;
}
.table__container tr:not(:first-child):hover td:first-child:before {
  visibility: visible;
  opacity: 1;
}

.table__container td {
  padding: 22px 8px;
  transition: 0.3s linear;
}

.table__container tr, .table__container a {
  color: #f65932;
}

.table__container td a {
  display: flex;
  transition: color 0.3s linear;
  align-items: center;
  position: relative;
}

.table__container td:nth-child(2) {
  text-align: right;
}

.table__container td:nth-child(3), .table__container th:nth-child(3) {
  text-align: right;
  width: auto;
  white-space: nowrap;
}

.table__container td:nth-child(3) {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
}

.table__container td:nth-child(4) {
  white-space: nowrap;
}

.table__container td:nth-child(2), .table__container td:nth-child(4) {
  color: #FFFFFF;
  opacity: 0.9;
}

.table__container td:first-child {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 32px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.table__container tr:hover {
  color: #FFFFFF;
}

.table__container tr:hover a {
  color: #FFFFFF;
}

.big {
  width: 380px;
}

.not-found.article__title {
  font-size: 40px;
  margin: 30px auto;
}

.month {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 89px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: multiply;
  -webkit-text-stroke: 1px #FFFFFF;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: auto;
}

.focus-elem-month {
  -webkit-text-stroke: 1px #F65932;
  -webkit-text-fill-color: #F65932;
}

.focus-elem-month .month {
  -webkit-text-stroke: 1px #F65932;
  -webkit-text-fill-color: #F65932;
}

input {
  all: unset;
}

@media (min-width: 769px) {
  hr {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-price {
    display: none;
  }
}
@media (max-width: 1024px) {
  .article__title {
    line-height: 25px;
  }

  .tournament__container {
    margin-bottom: 100px;
  }

  .new-tournament__container {
    flex-direction: column-reverse;
  }

  .right, .left {
    width: 100%;
    max-width: none;
  }

  .new-tournament__container .right img {
    width: 100%;
    margin: auto;
  }

  .article__title {
    font-size: 40px;
  }

  .landing__container {
    width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .table__container td a {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  /*
    Tournament calendar
  */
  .month {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    /*white-space: nowrap;*/
    /*mix-blend-mode: multiply;*/
    /*-webkit-text-stroke: 0px #FFFFFF;*/
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
  }

  .background::before {
    position: absolute;
    content: "";
    cursor: pointer;
    display: flex;
    height: 49px;
    width: 160px;
    left: 0;
    top: -5px;
    background: linear-gradient(90deg, #2C3440 0%, rgba(43, 51, 64, 0) 100%);
    z-index: -1;
  }

  .background::after {
    position: absolute;
    content: "";
    cursor: pointer;
    display: flex;
    height: 49px;
    width: 160px;
    background: linear-gradient(90deg, #2C3440 0%, rgba(43, 51, 64, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
    top: -5px;
    z-index: -1;
  }

  .current__year {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.005em;
    width: 100%;
    text-align: center;
  }

  .vector-arrow {
    width: 19px;
    cursor: pointer;
  }

  .section__container.landing__container {
    margin-top: 10px;
  }

  .header.landing__container {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .year__container {
    margin-top: 20px;
    max-width: unset;
    justify-content: center;
  }

  /*
    New tournament every month
  */
  .header {
    margin-bottom: 16px;
  }

  .status-tournament {
    display: none;
  }

  .landing__container {
    flex-direction: column;
  }

  .tournament__container {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .new-tournament__container {
    flex-direction: column-reverse;
    margin: 10px 20px 0;
  }

  .new-tournament__container .right {
    display: flex;
    margin-top: 10px;
  }

  .new-tournament__container .left {
    margin-top: 20px;
  }

  .new-tournament__container .left .description {
    font-size: 16px;
    line-height: 22px;
  }

  .carousel {
    margin-bottom: 0 !important;
  }

  /*
    Таблица
   */
  .calendar__container {
    margin-bottom: 100px;
  }

  .table__container {
    margin-bottom: 20px;
  }

  .table__container tr:first-child {
    display: none;
  }

  .table__container tr {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #555c65;
  }

  .table__container td {
    padding: 0;
    border: none;
  }
  .table__container td:not(:first-child) {
    margin-top: 5px;
  }

  .table__container td a {
    position: relative;
  }

  .mobile-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #7D848D;
    margin-right: 10px;
  }

  .table__container td:nth-child(2) {
    text-align: left;
  }

  .big {
    width: auto;
    height: 40px;
  }

  .btn big filled {
    width: auto;
  }

  .article__title, .not-found.article__title {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/tournaments/templates/.default/style.css?166618919012225 */
/* /local/components/bokus/tournaments.offer/templates/.default/style.css?16783727324399 */
/* /local/components/bokus/tournaments.calendar/templates/.default/style.css?16657391618773 */
