.middle-news-paginator a{
	width: 25px;
    display: inline-block;
}

.box:after, .box:before {  
    background-color: unset;
}

.change_ava_profile {
    margin-top: -10px !important;
    padding-bottom: 5px !important;
}

#changeava-label {
    opacity: 1 !important;
}

._nheader__upgrade_gold{
	padding-left: 3px;
    margin-top: 1px;
}

._nheader__upgrade ._nbutton--big-text {
    font-size: 14px;
}

#embed_code_modal {
	left: unset;
    top: unset;
    display: block;
    margin: auto;    
    height: auto;
}

#embed_code_modal textarea{
	width: 100%;
    height: 100px;
    font-size: 14px;
}

._ntournament__left {
    width: calc(100% - 165px - 35px);
}


._ncontainer--nlanding{
	max-width: unset;
	padding: 0;
}

.logo_chess{
  /*margin-right: auto !important;*/
}

#_njsBodyWrapper{
	background-image: linear-gradient(180deg, rgba(18, 0, 100, .8) 0%, rgba(29, 20, 71, 1) 100%), url(/images//content/landing/main-bg.png);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
}

._nheader__nav {
    margin-right: auto;
}

._nbutton {
    height: 36px;
}

.productbx{
	text-align: center;
}

.productbx{
	text-align: center;
}

.productbx ilink_shop img{
	padding-top: 30px;
}

.link_disc{
	width: 20px;
	margin-right: 5px;
}

._nlandingQuick ._nplayingTournaments__cost {
    font-size: 10px;
}

._npersonalHead__options {
    cursor: pointer;
}

._nfooter{
	margin: auto;
	max-width: 1440px;
	font-size: 12px;
}

._nlandingAdventure__item:nth-child(4):after, ._nlandingAdventure__item:nth-child(8n+4):after {
    background-image: unset;
}

._nlandingAdventure__item:nth-child(5):before, ._nlandingAdventure__item:nth-child(8n+5):before { 
    background-image: unset;
}

._nlandingAdventure__title>i:after { 
    background-image: unset;    
}

._nlandingAdventure__item:not(:nth-child(4n)):not(:last-child):after {   
    background-image: unset;
}

.profile_new{
	z-index: 4;
}

._npersonalHead:after {
	z-index: 5;
}

._nchessfg__game_1 {
    border-right: none;
    border-radius: 7px 0 0 7px;
}

._nchessq__wrapper {
    margin: 0px -8px;
}

.change_background_profile{
	cursor: pointer;
}

.remove_stream{
	cursor: pointer;
}

.edit_tournament{
	cursor: pointer;
}

._npersonalTournaments__thumb{
	width: 155px;
    height: 100px;
	margin: auto;
}

.edit_background .tmFooter {
    margin-top: -485px !important;
    padding-right: 15px !important;
}

.save-tournament-preview{
	background: aquamarine;
}

#edit_tournament{
	height: 700px !important;
}

.slider-previews__btn{
	z-index: 15 !important;
}

.bsauth{
	padding-left: 50px;
}

/* Общие стили для кнопок */
.button {
  position: relative;
  font-family: inherit;
  font-size: 32px;
  font-weight: 900;
  width: 100%;
  height: 72px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  border: none;
  transition: opacity 300ms;
  cursor: pointer;
}

.button i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 72px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.button::before {
  position: absolute;
  top: -6px;
  left: -6px;
  overflow: hidden;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  content: "";
  opacity: 0.75;
  border-radius: 18px;
  -webkit-filter: blur(18px);
  filter: blur(18px);
}

.button:hover {
  opacity: 0.75;
}

/* Стили блока при авторизованном пользователе */
.cta {
  color: #fff;
  background-image: url("../images/background_scl.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  font-family: "Fira Sans", sans-serif;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 30px;
}

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

.cta__video-wrapper {
  width: 100%;
}

.cta__video-wrapper iframe {
  width: 100%;
  min-height: 285px;
  aspect-ratio: 16 / 9;
}

.cta__lead {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  padding: 0 10px 10px;
  font-weight: 700;
}

.cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 24px;
  background-color: rgba(54, 43, 121, 0.8);
  -webkit-box-shadow: 0 18px 24px rgb(0 0 0 / 10%);
  box-shadow: 0 18px 24px rgb(0 0 0 / 10%);
}

.cta__logo {
  width: 190px;
  height: 90px;
  margin-bottom: 55px;
}

.cta__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta__button {
  background-image: radial-gradient(
    99% 134% at 16% -14%,
    #ff91c6 0,
    #ff76b8 35%,
    #ff64ae 100%
  );
  -webkit-box-shadow: 0 13px 9px rgb(0 0 0 / 20%);
  box-shadow: 0 13px 9px rgb(0 0 0 / 20%);
}

.cta__button::before {
  background-color: rgba(255, 110, 180, 0.3);
}

.cta__button i {
  background-color: #ff56a5;
}

.cta__button--left {
  display: none;
}


/* Стили блока для неавторизованного пользователя */

.play-now {
  background-image: url("../images/background_scl.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 50px;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  border-radius: 15px;
}

.play-now__items {
  display: flex;
  align-items: center;
}

.play-now__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  flex: 0 1 50%;
}

.play-now__text {
  margin: 40px 0;
  font-family: DIN, "Fira Sans", sans-serif;
  font-size: 20px;
  font-stretch: condensed;
  text-align: center;
  color: #ffffff;
}


@media (max-width: 992px) {
  .cta__actions {
    padding: 30px 15px;
  }

  .cta__button,
  .play-now__button {
    font-size: 26px;
  }

  .play-now__items {
    flex-direction: column;
  }

  .play-now__content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cta__video {
    border-radius: 24px;
    background-color: rgba(54, 43, 121, 0.8);
    -webkit-box-shadow: 0 18px 24px rgb(0 0 0 / 10%);
    box-shadow: 0 18px 24px rgb(0 0 0 / 10%);
    padding: 30px 15px;
  }

  .cta {
    grid-template-columns: 1fr;
    background-position: 60%;
  }

  .cta__actions {
    display: none;
  }

  .cta__video-wrapper {
    margin-bottom: 55px;
  }

  .cta__button--left {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .cta__button,
  .play-now__button {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .cta__video-wrapper {
    margin-bottom: 35px;
  }

  .play-now {
    background-position: 60%;
    padding: 50px 15px;
  }

  .play-now__content {
    padding: 50px 20px;
  }

  .cta {
    background-position: 65%;
  }
}

@media (max-width: 411px) {
  .cta {
    padding: 50px 15px;
  }

  .play-now {
    background-position: 65%;
  }

  .button {
    font-size: 20px;
  }

  .button i {
    width: 60px;
  }

  .play-now__items {
    background-color: rgba(54, 43, 121, 0.8);
    border-radius: 24px;
  }
}

@media (max-width: 1700px) {
	.mpersonalstats{
		display: none;	
	}
}

@media (max-width: 1570px) {
	.mpersonalstats{
		display: none;	
	}
	
	._nheader--chess ._nheader__nav {
		font-size: 12px;
	}
	
	._nheader__nav>a:not(:last-child) {
		margin-right: 14px;
	}
	
	._nheader__orders{
		font-size: 12px;
	}
	
	._nheader__coins {
		font-size: 12px !important;
	}
}

@media (max-width: 1440px) {
	.mpersonalstats{
		display: none;	
	}
	
	._nheader--chess ._nheader__nav {
		font-size: 10px;
	}
	
	._nheader__nav>a:not(:last-child) {
		margin-right: 10px;
	}
	
	._nheader__orders{
		font-size: 10px;
	}
	
	._nheader__coins {
		font-size: 12px !important;
	}
}
