.trn_item {
  flex-grow: 1;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 33%;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .trn_item {
      margin: 0 24px;
      max-width: 100%;
      height: auto; } }

.trn_wrapper {
  padding: 16px 20px;
  background: #260924;
  border-radius: 0 0 10px 10px; }

.trn_image {
  border-radius: 10px 10px 0 0;
  height: 183px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative; }
  .trn_image img {
    border-radius: 10px 10px 0 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100% !important;
    height: 100% !important; }

.trn_name {
  margin: 12px 0 27px 0; }

.trn_price {
  border-radius: 5px;
  border: 1px solid #EAAC00;
  padding: 2px 8px;
  background-color: #260924;
  position: absolute;
  right: 10px;
  top: 10px; }

.trn_price span {
  font-family: 'Rany';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #EAAC00; }

.trn_game {
  display: flex;
  justify-content: start;
  column-gap: 8px;
  row-gap: 8px; }
  .trn_game span {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rany';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #260924; }

.trn_meta, .trn_start {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px; }

.trn_meta {
  align-items: center; }

.trn_date, .trn_type {
  display: flex; }

.trn_date img {
  margin-right: 4px; }

body .ftrTournament_container .trn_reg p {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  color: #bcbcbc;
  text-transform: uppercase; }

body .ftrTournament_container .trn_reg span {
  font-family: 'Rany';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  color: #FFFFFF; }

.trn_meta {
  position: relative;
  padding-top: 12px; }
  .trn_meta:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
    top: 0;
    left: 0; }
  .trn_meta .trn_btn .small-btn {
    color: #260924;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 24px; }
    .trn_meta .trn_btn .small-btn:hover {
      color: #260924; }
  .trn_meta .trn_btn.closed .small-btn {
    padding: 3px 25px;
    background-color: #928491;
    border: 1px solid #928491; }

.ftrTournament_container .trn_image {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  overflow: hidden; }
  .ftrTournament_container .trn_image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

@media only screen and (max-width: 1370px) {
  .ftrTournament_container {
    flex-wrap: wrap;
    justify-content: flex-start !important; }
    .ftrTournament_container .trn_item {
      margin-bottom: 20px;
      width: calc(50% - 40px);
      max-width: calc(50% - 40px);
      height: auto; } }

@media only screen and (max-width: 500px) {
  .trn_meta {
    flex-wrap: wrap; }
  .trn_reg, .trn_btn {
    width: 100%;
    margin: 5px 0; }
  .trn_start {
    flex-wrap: wrap; }
  .trn_date, .trn_type {
    width: 100%;
    margin: 5px 0; }
    .trn_date img, .trn_type img {
      max-width: 24px; } }

@media only screen and (max-width: 400px) {
  .ftrTournament_container .trn_image {
    height: 144px; } }

@font-face {
  font-family: 'Rany';
  src: url("../fonts/Rany.otf") format("opentype"); }

@font-face {
  font-family: 'Rany';
  src: url("../fonts/Rany-Medium.otf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: 'Rany';
  src: url("../fonts/Rany-Light.otf") format("opentype");
  font-weight: 300; }

@font-face {
  font-family: 'Rany';
  src: url("../fonts/Rany-Bold.otf") format("opentype");
  font-weight: 700; }

body h2 {
  font-family: "Rany" !important; }

body h1, body .h1 {
  font-family: 'Rany';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF; }

body h3, body .h3 {
  font-family: 'Rany';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF; }

body h5, body .h5 {
  font-family: 'Rany';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF; }

body p {
  font-family: 'Rany';
  font-style: normal;
  font-weight: 400;
  /*font-size: 12px;
    line-height: 24px;*/
  margin-bottom: 0; }

body .ftrTournament_container p, body .ltResults_container p, body .posts_wrapper p, body .posts_item p, body .posts_meta p {
  font-size: 12px;
  line-height: 24px;
  color: #fff; }

body a {
  font-family: 'Rany';
  font-style: normal; }

body span {
  font-family: 'Rany';
  font-style: normal; }

body .small-btn {
  border: 1px solid #EAAC00;
  background-color: #EAAC00;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Rany';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #260924;
  cursor: pointer;
  transition: .5s;
  padding: 2px 20px; }
  body .small-btn:hover {
    border: 1px solid #F9C024;
    color: #fff; }

.trn_btn .small-btn {
  color: #260924; }
  .trn_btn .small-btn:hover {
    background-color: #F9C024; }

.ftrTournament_container {
  display: flex;
  justify-content: center;
  margin: 17px -20px 0 -20px; }
  @media only screen and (max-width: 1024px) {
    .ftrTournament_container {
      margin: 17px 0 0 0; } }

.ltResults_container {
  display: flex;
  justify-content: center;
  margin: 37px -20px 0 -20px; }
  @media only screen and (max-width: 1024px) {
    .ltResults_container {
      margin: 37px 0 0 0; } }

.ltResults_wrapper {
  flex-grow: 1;
  margin: 0 20px; }
  @media only screen and (max-width: 1024px) {
    .ltResults_wrapper {
      margin: 0 24px; } }

.ltResults_wrapper .trn_wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px; }

.ltResults_wrapper .trn_name {
  margin: 0; }

.ltResults_wrapper .trn_wrapper {
  padding: 16px 20px 4px 20px; }

.score_wrapper {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  margin-top: 8px;
  padding: 17.5px 20px; }

.score-first, .score-second {
  display: flex;
  justify-content: space-between; }
  .score-first p:first-child, .score-second p:first-child {
    font-weight: 700; }
  .score-first span, .score-second span {
    font-family: 'Rany';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #928491;
    position: relative;
    padding-left: 25px; }
    .score-first span:after, .score-second span:after {
      content: "";
      position: absolute;
      left: 13px;
      background-color: #928491;
      height: 100%;
      width: 1px;
      top: 0; }

.score-second {
  padding-top: 7px; }
  .score-second p {
    font-weight: 400 !important;
    color: #EA3800 !important; }

.score-first {
  position: relative;
  padding-bottom: 7px; }
  .score-first:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.07);
    width: 100%;
    height: 1px;
    bottom: 0; }
  .score-first p {
    font-weight: 700 !important;
    color: #A1EF22 !important; }

.score_title {
  display: flex;
  justify-content: space-between; }
  .score_title h5 {
    margin-bottom: 7px; }

.results_wrapper {
  padding: 8px 20px; }

.results_wrapper-head {
  display: flex; }
  .results_wrapper-head h3 {
    font-family: 'Rany';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0; }
    .results_wrapper-head h3:first-child {
      padding-right: 15px;
      margin-right: 15px; }
      .results_wrapper-head h3:first-child:after {
        position: absolute;
        content: "";
        background-color: rgba(255, 255, 255, 0.1);
        width: 1px;
        height: 100%;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); }

.placement_wrapper {
  background: #211720;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  margin-top: 8px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column; }

.placement_profile {
  display: flex;
  align-items: center; }
  .placement_profile img {
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    margin-right: 12px; }
  .placement_profile h3 {
    font-family: 'Rany';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0; }

.placement_position {
  display: flex;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px; }
  .placement_position:after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0; }
  .placement_position.last {
    padding-bottom: 0;
    margin-bottom: 0; }
    .placement_position.last:after {
      background-color: transparent; }

.placement_award {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 16px; }
  .placement_award:after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

.ltResults_wrapper .score {
  display: flex;
  flex-direction: column; }
  .ltResults_wrapper .score .score-second {
    order: 2; }
  .ltResults_wrapper .score .score-first {
    order: 1; }

.ltResults_container.hide {
  opacity: 0;
  z-index: -1;
  position: absolute; }

.posts_wrapper.hide {
  display: none; }

.elementor-widget-news-archive .posts_wrapper, .elementor-widget-news .posts_wrapper {
  margin-top: 13px;
  display: flex;
  justify-content: center; }

.elementor-widget-news-archive .posts_wrapper {
  flex-wrap: wrap;
  margin: 13px -20px 0 -20px;
  justify-content: flex-start; }
  @media only screen and (max-width: 1024px) {
    .elementor-widget-news-archive .posts_wrapper {
      margin: 13px 0 0 0; } }

.elementor-widget-news .posts_wrapper {
  margin: 10px -20px 0 -20px; }
  @media only screen and (max-width: 1024px) {
    .elementor-widget-news .posts_wrapper {
      margin: 10px 0 0 0; } }

.elementor-widget-news-archive .posts_item {
  width: calc(33% - 40px); }
  @media only screen and (max-width: 1350px) {
    .elementor-widget-news-archive .posts_item {
      width: calc(50% - 40px); } }

.posts-slider .posts_item {
  flex-grow: 1;
  flex-basis: 0; }

.posts_item {
  margin: 0 20px; }
  @media only screen and (max-width: 1024px) {
    .posts_item {
      margin: 0 24px; } }

.posts_image {
  position: relative;
  background-position: bottom center; }
  .posts_image:after {
    position: absolute;
    content: "";
    opacity: .5;
    width: 100%;
    height: 100%;
    background-color: #260924;
    border-radius: 10px;
    left: 0;
    top: 0; }
  .posts_image-blur {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    bottom: 0;
    left: 0;
    background-position: bottom center;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    border-radius: 0 0 10px 10px; }

.posts_item .posts_image img {
  width: 100%;
  height: auto;
  border-radius: 10px; }

.posts_meta {
  display: flex; }
  .posts_meta .trn_date p {
    min-width: 95px; }

.posts_content {
  margin-top: -18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 20px 24px; }

.elementor-widget-news-archive .pagination {
  width: 100%;
  margin: 60px 20px; }

.pagination {
  display: flex; }

.pagination .page-numbers {
  margin-right: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f341";
  font-family: 'Rany';
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  background: linear-gradient(95.97deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(15px);
  border-radius: 50%; }

.pagination .page-numbers.current {
  border: 1px solid #EAAC00; }

.pagination .prev, .pagination .next {
  font-size: 0;
  position: relative; }
  .pagination .prev:after, .pagination .next:after {
    font-family: dashicons;
    content: "\f341";
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.pagination .prev:after {
  content: "\f341"; }

.pagination .next:after {
  content: "\f345"; }

.form_wrapper label {
  display: flex;
  font-family: 'Rany';
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #928491;
  position: relative; }
  .form_wrapper label span {
    position: absolute;
    left: 0;
    padding: .5rem 0 .5rem 0; }
  .form_wrapper label img {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: none;
    z-index: 999; }
    .form_wrapper label img.active {
      display: block; }
    .form_wrapper label img.form_delete {
      cursor: pointer; }
  .form_wrapper label input {
    font-family: 'Rany';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #928491;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 80px; }
    .form_wrapper label input:focus {
      border-bottom: 1px solid #EAAC00; }

.posts_wrapper .no-posts {
  font-family: 'Rany';
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  margin: 40px 0; }

.elementor-widget-news-archive .posts_item {
  margin: 20px 20px; }

.elementor-widget-news-archive .posts_wrapper .trn_date, .elementor-widget-news .posts_wrapper .trn_date {
  min-width: 131px; }

.elementor-widget-news .posts_content {
  padding: 20px 15px; }

.elementor-widget-news .trn_game span {
  margin: 0 3px; }

@media only screen and (max-width: 1024px) {
  .elementor-widget-news-archive .posts_wrapper {
    flex-wrap: wrap; }
  .elementor-widget-news-archive .posts_item {
    margin: 20px 0;
    width: 100%;
    flex-grow: unset;
    flex-basis: unset; }
  .elementor-widget-news-archive .posts_wrapper {
    margin-top: 0; } }

.posts_filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .posts_filters h3 {
    font-family: 'Rany';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0; }
  .posts_filters-tags {
    display: flex;
    flex-wrap: wrap; }
  .posts_filters-tag {
    border: 1px solid #928491;
    border-radius: 5px;
    padding: 8px 16px;
    margin: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative; }
    .posts_filters-tag p {
      font-family: 'Rany';
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 13px;
      color: #fff;
      margin: 0;
      padding-top: 2px; }
    .posts_filters-tag img {
      display: none; }
    .posts_filters-tag.active {
      background: #FFFFFF;
      border-radius: 3px;
      padding-right: 44px; }
      .posts_filters-tag.active p {
        color: #260924; }
      .posts_filters-tag.active img {
        position: absolute;
        display: block;
        right: 12px;
        top: 50%;
        transform: translate(0, -50%); }

.posts_image {
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 200px;
  background-size: cover; }

.posts_content {
  position: relative; }
  .posts_content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 1px;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 70%); }
  .posts_content:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 80%); }

.posts_wrapper .posts_content {
  height: calc(100% - 188px); }

.post_sidebar .posts_content:after, .post_sidebar .posts_content:before {
  background: transparent; }

.corner-shadow {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 20px 0 0 0; }

.ltResults_wrapper .trn_wrapper, .ltResults_wrapper .score_wrapper {
  position: relative; }
  .ltResults_wrapper .trn_wrapper:after, .ltResults_wrapper .score_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    height: 1px;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 70%); }
  .ltResults_wrapper .trn_wrapper:before, .ltResults_wrapper .score_wrapper:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 80%); }

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

.user_wrapper .user_avatar img {
  border-radius: 50%;
  max-width: 48px;
  width: 100%;
  height: auto; }

.user_avatar {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative; }

.user_avatar .user_menu {
  display: none;
  position: absolute;
  background: #4C1148;
  border-radius: 5px;
  padding: 0 12px;
  top: 60px;
  left: 20px;
  min-width: 144px; }
  .user_avatar .user_menu a {
    font-family: 'Rany';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer; }
    .user_avatar .user_menu a:last-child {
      border-bottom: none; }
  .user_avatar .user_menu.active {
    display: block;
    z-index: 999; }

.user_friends, .user_notif {
  cursor: pointer; }

.user_avatar p {
  margin: 9px 4px 0 16px;
  font-family: 'Rany';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  white-space: nowrap; }

.user_friends, .user_notif {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .user_friends img, .user_notif img {
    max-width: 24px; }

.user_friends {
  margin-left: 30px;
  margin-right: 20px;
  padding: 0 30px;
  position: relative; }
  .user_friends:after, .user_friends:before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 100%;
    width: 1px;
    top: 0; }
  .user_friends:before {
    left: 0; }
  .user_friends:after {
    right: 0; }

.user_notif {
  position: relative;
  /*&.new-notif{

    &:after{
      content:"";
      position: absolute;
      right: 2px;
      top: 12px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #A1EF22;
    }
  }*/ }
  .user_notif button:focus {
    outline: none !important; }

.user_btns a:first-child {
  margin-right: 20px; }

.footer {
  padding: 45px 0 20px 0;
  margin: 0 auto;
  background-color: #260924; }
  .footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: #EAAC00; }

.footer_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between; }
  @media only screen and (max-width: 1024px) {
    .footer_wrapper {
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.footer_copyright {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px; }
  .footer_copyright p {
    font-family: 'Rany';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #928491;
    margin-bottom: 0; }

.footer_menu #menu-footer {
  list-style: none;
  padding: 0;
  display: flex; }
  .footer_menu #menu-footer li {
    margin: 0 8px; }
    .footer_menu #menu-footer li a {
      font-family: 'Rany';
      font-weight: 300;
      font-size: 14px;
      line-height: 28px;
      color: #FFFFFF; }
  @media only screen and (max-width: 1024px) {
    .footer_menu #menu-footer {
      flex-wrap: wrap;
      margin: 0 8px; }
      .footer_menu #menu-footer li {
        margin: 6px 8px; } }

.footer_socials a {
  margin: 0 16px; }
  .footer_socials a:first-child {
    margin-left: 0; }
  .footer_socials a:last-child {
    margin-right: 0; }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 17px); }

@media only screen and (max-width: 1024px) {
  .footer_menu, .footer_logo {
    margin-bottom: 20px; }
  footer {
    width: 100vw; } }

.header {
  background: #260924; }

.header_wrapper {
  padding: 27px 24px; }

.header_logo {
  position: relative;
  padding: 0 10px 21px 10px;
  margin-bottom: 40px; }
  .header_logo:after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: 0;
    width: calc(100% + 48px);
    height: 1px;
    background: #4C1148; }

.header_menu {
  position: relative;
  padding-bottom: 16px; }
  .header_menu:after {
    content: "";
    position: absolute;
    left: -24px;
    bottom: 0;
    width: calc(100% + 48px);
    height: 1px;
    background: #4C1148; }

.header_menu #menu-header-main-menu, .header_menu #menu-header-sub-menu, .header_news #menu-header-main-menu, .header_news #menu-header-sub-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .header_menu #menu-header-main-menu li, .header_menu #menu-header-sub-menu li, .header_news #menu-header-main-menu li, .header_news #menu-header-sub-menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 12px 0; }
    .header_menu #menu-header-main-menu li.current-menu-item a:after, .header_menu #menu-header-sub-menu li.current-menu-item a:after, .header_news #menu-header-main-menu li.current-menu-item a:after, .header_news #menu-header-sub-menu li.current-menu-item a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 48px;
      height: 48px;
      transform: translate(-50%, 0);
      border-radius: 50%;
      background-color: #4C1148;
      z-index: 1; }
    .header_menu #menu-header-main-menu li.current-menu-item a svg, .header_menu #menu-header-sub-menu li.current-menu-item a svg, .header_news #menu-header-main-menu li.current-menu-item a svg, .header_news #menu-header-sub-menu li.current-menu-item a svg {
      color: #fff; }
      .header_menu #menu-header-main-menu li.current-menu-item a svg path, .header_menu #menu-header-sub-menu li.current-menu-item a svg path, .header_news #menu-header-main-menu li.current-menu-item a svg path, .header_news #menu-header-sub-menu li.current-menu-item a svg path {
        stroke: #fff;
        color: #fff; }
    .header_menu #menu-header-main-menu li.current-menu-item a span, .header_menu #menu-header-sub-menu li.current-menu-item a span, .header_news #menu-header-main-menu li.current-menu-item a span, .header_news #menu-header-sub-menu li.current-menu-item a span {
      color: #fff; }
    .header_menu #menu-header-main-menu li a, .header_menu #menu-header-sub-menu li a, .header_news #menu-header-main-menu li a, .header_news #menu-header-sub-menu li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative; }
      .header_menu #menu-header-main-menu li a:hover:after, .header_menu #menu-header-sub-menu li a:hover:after, .header_news #menu-header-main-menu li a:hover:after, .header_news #menu-header-sub-menu li a:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 48px;
        height: 48px;
        transform: translate(-50%, 0);
        border-radius: 50%;
        background-color: #4C1148;
        z-index: 1; }
      .header_menu #menu-header-main-menu li a span, .header_menu #menu-header-sub-menu li a span, .header_news #menu-header-main-menu li a span, .header_news #menu-header-sub-menu li a span {
        font-family: 'Rany';
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        color: #928491; }
      .header_menu #menu-header-main-menu li a svg, .header_menu #menu-header-sub-menu li a svg, .header_news #menu-header-main-menu li a svg, .header_news #menu-header-sub-menu li a svg {
        color: #928491; }
        .header_menu #menu-header-main-menu li a svg path, .header_menu #menu-header-sub-menu li a svg path, .header_news #menu-header-main-menu li a svg path, .header_news #menu-header-sub-menu li a svg path {
          stroke: #928491;
          color: #928491; }
      .header_menu #menu-header-main-menu li a:hover span, .header_menu #menu-header-sub-menu li a:hover span, .header_news #menu-header-main-menu li a:hover span, .header_news #menu-header-sub-menu li a:hover span {
        color: #fff; }
      .header_menu #menu-header-main-menu li a:hover svg, .header_menu #menu-header-sub-menu li a:hover svg, .header_news #menu-header-main-menu li a:hover svg, .header_news #menu-header-sub-menu li a:hover svg {
        color: #fff; }
        .header_menu #menu-header-main-menu li a:hover svg path, .header_menu #menu-header-sub-menu li a:hover svg path, .header_news #menu-header-main-menu li a:hover svg path, .header_news #menu-header-sub-menu li a:hover svg path {
          stroke: #fff;
          color: #fff; }
      .header_menu #menu-header-main-menu li a svg, .header_menu #menu-header-sub-menu li a svg, .header_news #menu-header-main-menu li a svg, .header_news #menu-header-sub-menu li a svg {
        margin: 15px 0;
        max-width: 20px;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .header_menu #menu-header-main-menu li.tourn a svg path, .header_menu #menu-header-sub-menu li.tourn a svg path, .header_news #menu-header-main-menu li.tourn a svg path, .header_news #menu-header-sub-menu li.tourn a svg path {
      stroke: none;
      fill: #928491; }
    .header_menu #menu-header-main-menu li.tourn a:hover svg path, .header_menu #menu-header-sub-menu li.tourn a:hover svg path, .header_news #menu-header-main-menu li.tourn a:hover svg path, .header_news #menu-header-sub-menu li.tourn a:hover svg path {
      fill: #fff; }

.header_menu #menu-header-main-menu li:first-child {
  margin-top: 0; }

.header_wrapper.mobile {
  display: none; }

@media only screen and (max-width: 1024px) {
  .user_btns-mobile ul {
    display: flex;
    margin: 20px 0 0 16px;
    list-style: none; }
    .user_btns-mobile ul li .btn-fill-purple {
      margin-left: 16px;
      border: 1px solid #4C1148; }
    .user_btns-mobile ul li a {
      padding: 7px 20px !important; }
  .header_wrapper {
    display: none; }
  .header_wrapper.mobile {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 0;
    height: 100%; }
    .header_wrapper.mobile .header_logo {
      padding: 0;
      margin: 0; }
      .header_wrapper.mobile .header_logo:after {
        width: 0; }
      .header_wrapper.mobile .header_logo a {
        display: block;
        height: 20px; }
        .header_wrapper.mobile .header_logo a img {
          height: 20px;
          width: auto; }
  .hamburger {
    left: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer; }
    .hamburger:before {
      color: #fff; }
  .header_opened {
    display: none; }
    .header_opened.show {
      display: block;
      position: fixed;
      overflow-y: auto;
      overscroll-behavior: contain;
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 99999;
      background-color: #260924; }
      .header_opened.show .hamburger {
        left: unset;
        right: 20px;
        top: 25px; }
      .header_opened.show .logo {
        margin: 16px; }
      .header_opened.show .header_menu, .header_opened.show .header_news, .header_opened.show .user_btns-mobile {
        position: relative; }
        .header_opened.show .header_menu ul, .header_opened.show .header_news ul, .header_opened.show .user_btns-mobile ul {
          padding: 0; }
          .header_opened.show .header_menu ul li a, .header_opened.show .header_news ul li a, .header_opened.show .user_btns-mobile ul li a {
            padding: 2px 20px;
            display: flex;
            align-items: center; }
            .header_opened.show .header_menu ul li a img, .header_opened.show .header_menu ul li a svg, .header_opened.show .header_news ul li a img, .header_opened.show .header_news ul li a svg, .header_opened.show .user_btns-mobile ul li a img, .header_opened.show .user_btns-mobile ul li a svg {
              margin-right: 20px;
              width: auto;
              height: 20px; }
            .header_opened.show .header_menu ul li a span, .header_opened.show .header_news ul li a span, .header_opened.show .user_btns-mobile ul li a span {
              font-family: 'Rany';
              font-weight: 400;
              font-size: 14px;
              line-height: 28px;
              color: #FFFFFF; }
          .header_opened.show .header_menu ul li.current-menu-item a, .header_opened.show .header_news ul li.current-menu-item a, .header_opened.show .user_btns-mobile ul li.current-menu-item a {
            background-color: #4C1148; }
          .header_opened.show .header_menu ul li.current-menu-item a svg, .header_opened.show .header_news ul li.current-menu-item a svg, .header_opened.show .user_btns-mobile ul li.current-menu-item a svg {
            color: #fff; }
            .header_opened.show .header_menu ul li.current-menu-item a svg path, .header_opened.show .header_news ul li.current-menu-item a svg path, .header_opened.show .user_btns-mobile ul li.current-menu-item a svg path {
              stroke: #fff;
              color: #fff; }
          .header_opened.show .header_menu ul li.current-menu-item a span, .header_opened.show .header_news ul li.current-menu-item a span, .header_opened.show .user_btns-mobile ul li.current-menu-item a span {
            color: #fff; }
          .header_opened.show .header_menu ul li a span, .header_opened.show .header_news ul li a span, .header_opened.show .user_btns-mobile ul li a span {
            color: #928491; }
          .header_opened.show .header_menu ul li a svg, .header_opened.show .header_news ul li a svg, .header_opened.show .user_btns-mobile ul li a svg {
            color: #928491; }
            .header_opened.show .header_menu ul li a svg path, .header_opened.show .header_news ul li a svg path, .header_opened.show .user_btns-mobile ul li a svg path {
              stroke: #928491;
              color: #928491; }
          .header_opened.show .header_menu ul li a:hover span, .header_opened.show .header_news ul li a:hover span, .header_opened.show .user_btns-mobile ul li a:hover span {
            color: #fff; }
          .header_opened.show .header_menu ul li a:hover svg, .header_opened.show .header_news ul li a:hover svg, .header_opened.show .user_btns-mobile ul li a:hover svg {
            color: #fff; }
            .header_opened.show .header_menu ul li a:hover svg path, .header_opened.show .header_news ul li a:hover svg path, .header_opened.show .user_btns-mobile ul li a:hover svg path {
              stroke: #fff;
              color: #fff; }
          .header_opened.show .header_menu ul li a svg, .header_opened.show .header_news ul li a svg, .header_opened.show .user_btns-mobile ul li a svg {
            margin: 15px 15px 15px 0;
            max-width: 20px;
            width: 100%;
            height: 100%;
            z-index: 2; }
          .header_opened.show .header_menu ul li.tourn a svg path, .header_opened.show .header_news ul li.tourn a svg path, .header_opened.show .user_btns-mobile ul li.tourn a svg path {
            stroke: none;
            fill: #928491; }
          .header_opened.show .header_menu ul li.tourn a:hover svg path, .header_opened.show .header_news ul li.tourn a:hover svg path, .header_opened.show .user_btns-mobile ul li.tourn a:hover svg path {
            fill: #fff; }
        .header_opened.show .header_menu:after, .header_opened.show .header_news:after, .header_opened.show .user_btns-mobile:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background: #4C1148; }
      .header_opened.show .user_btns-mobile:after {
        width: 0; }
      .header_opened.show .user_wrapper {
        justify-content: start;
        flex-wrap: wrap;
        margin: 0; }
        .header_opened.show .user_wrapper .user_avatar, .header_opened.show .user_wrapper .user_friends, .header_opened.show .user_wrapper .user_notif {
          width: 100%;
          justify-content: start;
          padding: 20px;
          margin: 0;
          position: relative; }
          .header_opened.show .user_wrapper .user_avatar:before, .header_opened.show .user_wrapper .user_avatar:after, .header_opened.show .user_wrapper .user_friends:before, .header_opened.show .user_wrapper .user_friends:after, .header_opened.show .user_wrapper .user_notif:before, .header_opened.show .user_wrapper .user_notif:after {
            width: 0; }
        .header_opened.show .user_wrapper .user_avatar_down {
          position: absolute;
          right: 20px;
          top: 25px; }
        .header_opened.show .user_wrapper .user_avatar {
          margin-bottom: 20px;
          flex-wrap: wrap; }
          .header_opened.show .user_wrapper .user_avatar:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 1px;
            background-color: #4C1148; }
        .header_opened.show .user_wrapper .user_friends, .header_opened.show .user_wrapper .user_notif {
          padding: 12px 20px; }
          .header_opened.show .user_wrapper .user_friends svg, .header_opened.show .user_wrapper .user_notif svg {
            margin-right: 20px;
            width: auto;
            height: 20px; }
            .header_opened.show .user_wrapper .user_friends svg path, .header_opened.show .user_wrapper .user_notif svg path {
              stroke: #928491; }
          .header_opened.show .user_wrapper .user_friends a, .header_opened.show .user_wrapper .user_notif a {
            font-family: 'Rany';
            font-weight: 400;
            font-size: 14px;
            line-height: 28px;
            color: #928491; }
        .header_opened.show .user_wrapper .user_avatar-profile {
          display: flex;
          width: 100%; }
        .header_opened.show .user_wrapper .user_avatar-menu {
          display: none; }
          .header_opened.show .user_wrapper .user_avatar-menu.show {
            width: 100%;
            margin-top: 20px;
            display: block;
            background: #4C1148;
            border-radius: 5px; }
            .header_opened.show .user_wrapper .user_avatar-menu.show a {
              margin: 8px 12px;
              display: block;
              font-family: 'Rany';
              font-weight: 400;
              font-size: 14px;
              line-height: 28px;
              color: #FFFFFF;
              position: relative; }
              .header_opened.show .user_wrapper .user_avatar-menu.show a:after {
                position: absolute;
                content: "";
                height: 1px;
                width: 100%;
                left: 0;
                bottom: 0;
                background-color: rgba(255, 255, 255, 0.2); }
              .header_opened.show .user_wrapper .user_avatar-menu.show a:last-child:after {
                width: 0; } }

.controls {
  display: flex;
  justify-content: start;
  margin: 0 -20px; }
  .controls.big span {
    font-size: 18px; }
    @media only screen and (max-width: 1024px) {
      .controls.big span {
        font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .controls {
      margin: 0; } }
  .controls span {
    margin: 0 20px;
    font-family: 'Rany';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .controls span {
        margin: 0 20px 0 0; } }
    .controls span.active:after {
      content: "";
      position: absolute;
      background-color: #fff;
      width: 100%;
      height: 2px;
      bottom: -12px;
      left: 0; }

.feed_controls span.active {
  color: #EAAC00; }
  .feed_controls span.active:after {
    background-color: #EAAC00; }

@media only screen and (max-width: 1024px) {
  .feed_controls {
    justify-content: space-between; }
    .feed_controls.big {
      justify-content: flex-start; }
      .feed_controls.big span {
        margin-right: 32px; } }

.slick-arrow {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(15px) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  border: none !important; }

.slick-arrow.slick-next {
  left: 50px; }
  .slick-arrow.slick-next:after {
    content: "\f345"; }

.slick-arrow.slick-prev {
  left: 0; }
  .slick-arrow.slick-prev:after {
    content: "\f341"; }

@media only screen and (max-width: 1024px) {
  .ltResults_container .slick-arrow.slick-next {
    transform: translate(50%, 0);
    right: 41%;
    left: unset; }
  .ltResults_container .slick-arrow.slick-prev {
    transform: translate(-50%, 0);
    left: 41%; } }

.slick-arrow.slick-next, .slick-arrow.slick-prev {
  font-size: 0;
  bottom: -60px;
  z-index: 999; }
  .slick-arrow.slick-next:after, .slick-arrow.slick-prev:after {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: dashicons;
    font-size: 20px;
    display: flex;
    justify-content: center; }

@media only screen and (min-width: 1024px) {
  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    bottom: 50%;
    transform: translate(0, 50%); }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0;
    left: unset; } }

.btn-outline {
  padding: 15px 20px;
  font-family: 'Rany';
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  border: 1px solid #4C1148;
  border-radius: 5px;
  transition: .5s; }
  .btn-outline:hover {
    border: 1px solid #761F70;
    color: #fff; }

.user_btns .btn-fill-purple {
  padding: 15px 20px; }

.btn-fill-purple {
  font-family: 'Rany';
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 9px 22px;
  border-radius: 5px;
  background: #4C1148;
  transition: .5s; }
  .btn-fill-purple:hover {
    background: #761F70;
    color: #fff; }

.elementor {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }

.footer-container {
  margin-top: auto !important; }

html {
  background-color: #260924; }

body {
  display: flex;
  position: relative;
  overflow-x: hidden; }

header {
  width: 120px;
  height: auto; }

main {
  width: calc(100% - 120px);
  padding: 20px 40px 20px 80px;
  margin-right: auto;
  display: block;
  margin-bottom: 165px; }
  @media only screen and (max-width: 1024px) {
    main {
      margin-bottom: 320px; } }

@media only screen and (max-width: 1024px) {
  header {
    width: 100%;
    height: 60px; }
  main {
    width: 100%;
    padding: 20px; }
  body {
    flex-wrap: wrap; } }

@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px; } }
