.header {
  border-top: 1px solid rgba(255, 209, 0, .5);
  border-bottom: 1px solid rgba(255, 209, 0, 1);
  position: relative;
  margin-bottom: 2px;
}

.header::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.header::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 209, 0, .5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__content-wrap {
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(255, 209, 0, .5) 0%, rgba(255, 209, 0, .1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 209, 0, .5) 0%, rgba(255, 209, 0, .1) 100%);
  background: -o-linear-gradient(top, rgba(255, 209, 0, .5) 0%, rgba(255, 209, 0, .1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 209, 0, .5) 0%, rgba(255, 209, 0, .1) 100%);
  background: linear-gradient(top, rgba(255, 209, 0, .5) 0%, rgba(255, 209, 0, .1) 100%);
  background-color: rgba(255, 209, 0, .1);
  padding: 1px;
  box-sizing: border-box;
  margin: 2px 0;
}

.header__content {
  border-radius: 3px;
  background: -moz-linear-gradient(top, #193c5b 50%, #0c2742 50%);
  background: -ms-linear-gradient(top, #193c5b 50%, #0c2742 50%);
  background: -o-linear-gradient(top, #193c5b 50%, #0c2742 50%);
  background: -webkit-linear-gradient(top, #193c5b 50%, #0c2742 50%);
  background: linear-gradient(top, #193c5b 50%, #0c2742 50%);
  background-color: #193c5b;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.header__side-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
}

.header__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-right: 45px;
}

.header__social-link {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  font-size: 0;
  margin-right: 11px;
}

.header__social-link:hover {
  opacity: .7;
}

.header__social-link:last-child {
  margin-right: 0;
}

.header__social-link.instagram {
  background-image: url("/assets/paryajpam/images/social/instagram_color.png");
}

.header__social-link.facebook {
  background-image: url("/assets/paryajpam/images/social/facebook_color.png");
}

.header__social-link.whatsapp {
  background-image: url("/assets/paryajpam/images/social/whatsapp_color.png");
}

.header__social-link.telegram {
  background-image: url("/assets/paryajpam/images/social/telegram_color.png");
}

.header__social-link.cinema {
  background-image: url("/assets/paryajpam/images/social/tv_icon.svg");
}

.cinema {
  width: 45px;
  padding: 50px;
}

.header__cart {
  background: url("/assets/common/images/icon-cart.png") no-repeat top left;
  background-size: 100% 100%;
  display: block;
  width: 47px;
  height: 49px;
  margin-right: 33px;
}

.header__lightning {
  background: url("/assets/paryajpam/images/social/lightning_color.png") no-repeat top left;
  background-size: 100% 100%;
  display: block;
  width: 53px;
  height: 57px;
  margin-right: 59px;
}

.header__language {
  position: relative;
}

.header__language-current {
  display: block;
  height: 64px;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  font-size: 11px;
  text-transform: uppercase;
}

.header__language-current-flag {
  display: block;
  margin: 0 auto 5px;
  border-radius: 2px;
  overflow: hidden;
  width: 32px;
  height: 22px;
}

.header__language-list {
  display: none;
  background-color: #0a243d;
  position: absolute;
  top: 100%;
  width: 156px;
  left: 50%;
  margin-left: -78px;
  border-radius: 0 0 2px 2px;
  border-width: 1px 1px 1px 1px;
  border-style: dashed solid solid solid;
  border-color: rgba(255, 209, 0, .23) #ffd100 #ffd100 #ffd100;
  padding-top: 10px;
  z-index: 100;
}

.header__language-list.state-open {
  display: block;
}

.header__language-list::before {
  content: "";
  background: -moz-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -ms-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -o-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: -webkit-linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background: linear-gradient(top, #122739 0%, rgba(255, 209, 0, .69) 100%);
  background-color: #122739;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 0;
  right: 0;
}

.header__language-list::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 9px solid #09213b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  margin-top: -1px;
}

.header__language-list li {
  border-top: 1px dashed rgba(255, 209, 0, .23);
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 1px 0;
}

.header__language-list li:last-child {
  border-bottom: none;
}

.header__language-option {
  background: -moz-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -ms-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -o-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: -webkit-linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background: linear-gradient(to right, #112e4b 0%, #193c5b 100%);
  background-color: #112e4b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 9px;
  color: #fff;
}

.header__language-flag {
  border-radius: 2px;
  overflow: hidden;
  margin-right: 13px;
}

.header__logo {
  display: block;
  background: url("../../../images/main/logo.png") no-repeat center center;
  background-size: 100% 100%;
  width: 226px;
  height: 131px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -113px;
  z-index: 10;
}

.header_logo_youtube {
  display: block;
  background: url("../../../images/main/logo_youtube.png") no-repeat center center;
  background-size: 100% 100%;
  width: 265px;
  height: 129px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -154px;
  z-index: 10;
}

.header__side-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 14px;
}

.header__money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}

.header__flip-button {
  /*background: url("../../../images/main/stars.png") no-repeat top center;*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 53px;
  height: 64px;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  margin: 0 17px;
}

.header__flip-button:hover {
  text-decoration: none;
}

.header__flip-button:hover .header__flip-button-round {
  opacity: 1;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.header__flip-button:hover .header__flip-button-name {
  opacity: .25;
}

.header__flip-button:hover::after {
  /*opacity: 0;*/
}

.header__flip-button-deposit::after {
  content: "";
  background: url("/assets/paryajpam/images/icons/deposit.png") no-repeat top center;
  width: 71px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -35px;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.header__flip-button-withdraw::after {
  content: "";
  background: url("/assets/paryajpam/images/icons/withdraw.png") no-repeat top center;
  width: 73px;
  height: 71px;
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -36px;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.header__flip-button-lightning {
  margin-right: 33px;
  margin-left: 0;
}

.header__flip-button-lightning::after {
  content: "";
  background: url("/assets/paryajpam/images/social/tv_icon.svg") no-repeat top center;
  background-size: 100% 100%;
  width: 53px;
  height: 57px;
  position: absolute;
  left: 50%;
  top: 4px;
  margin-left: -27px;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.header__flip-button-lightning .header__flip-button-round {
  top: 6px;
}

.header__flip-button-lightning .header__flip-button-round::after {
  border: none;
}

.header__flip-button-round {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: -moz-linear-gradient(top, #ef264b 0%, #f79126 100%);
  background: -ms-linear-gradient(top, #ef264b 0%, #f79126 100%);
  background: -o-linear-gradient(top, #ef264b 0%, #f79126 100%);
  background: -webkit-linear-gradient(top, #ef264b 0%, #f79126 100%);
  background: linear-gradient(top, #ef264b 0%, #f79126 100%);
  background-color: #ef264b;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-size: 10px;
  line-height: 9px;
}

.header__flip-button-round::after {
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, .15);
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.header__flip-button-round span {
  display: block;
}

.header__flip-button-round strong {
  font-size: 14px;
  line-height: 17px;
}

.header__flip-button-name {
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*.header__favorite {*/
/*  display: none;*/
/*  background: url("../../../images/main/favorite.png") no-repeat top center;*/
/*  width: 23px;*/
/*  height: 21px;*/
/*  margin-right: 3px;*/
/*}*/
.header__favorite {
  display: none;
  background: url("/assets/paryajpam/images/icons/deposit.png") no-repeat top center;
  background-size: auto;
  width: 42px;
  height: 42px;
  margin-right: -6px;
  background-size: 100%;
}
.header__favorite1 {
  display: none;
  background: url("/assets/paryajpam/images/icons/withdraw.png") no-repeat top center;
  background-size: auto;
  width: 42px;
  height: 42px;
  margin-right: -13px;
  background-size: 100%;
}

.header__auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  position: relative;
}

.header__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}

.header__button {
  margin-right: 22px;
  width: 120px;
}

.header__button:last-child {
  margin-right: 0;
}

.header__button-balance {
  display: none;
}

.header__menu {
  background-color: #122739;
  width: 262px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.header__menu.state-open {
  display: block;
}

.header__menu-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
  background-image: -moz-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(235, 48, 87) 0%, rgb(255, 209, 0) 44%, rgb(255, 209, 0) 100%);
  background-color: rgb(248, 166, 31);
  border-radius: 5px;
  color: #122739;
  font-size: 13px;
  line-height: 13px;
  height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.header__menu-name::after {
  content: "";
  background: url("../../../images/main/header-menu-name-balloons.png") no-repeat top center;
  width: 54px;
  height: 39px;
  position: absolute;
  right: 7px;
  bottom: 0;
}

.header__menu-name-img {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}

.header__menu-dropdown {
  background-color: #122739;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
  padding-top: 7px;
  right: 0;
  top: 40px;
}

.header__menu-dropdown.state-open {
  display: block;
}

.header__menu-counts {
  /*border-top: 1px dashed #fce923;*/
  /*padding-top: 9px;*/

  background: url(../../../images/main/honeycomb.png) repeat-y bottom left;
  background-size: auto 30%;
  /*align-items: center;*/
  /*justify-content: space-around;*/
  /*height: 45px;*/
  /*font-size: 17px;*/
  /*font-weight: bold;*/
  /*color: #f7f0a5;*/
}

.header__menu-counts-content {
  /*background: url("../../../images/main/honeycomb.png") no-repeat bottom left;*/
  /*background-size: auto 100%;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  align-items: center;
  justify-content: space-around;
  /*height: 45px;*/
  font-size: 17px;
  font-weight: bold;
  color: #f7f0a5;
}

.header__menu-counts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header__menu-counts-img {
  margin-right: 6px;
}

.header__menu-item {
  padding-bottom: 1px;
}

.header__menu-link {
  background: -moz-linear-gradient(to right, rgb(17, 47, 75) 0%, rgb(10, 34, 60) 25%, rgb(25, 60, 91) 100%);
  background: -ms-linear-gradient(to right, rgb(17, 47, 75) 0%, rgb(10, 34, 60) 25%, rgb(25, 60, 91) 100%);
  background: -o-linear-gradient(to right, rgb(17, 47, 75) 0%, rgb(10, 34, 60) 25%, rgb(25, 60, 91) 100%);
  background: -webkit-linear-gradient(to right, rgb(17, 47, 75) 0%, rgb(10, 34, 60) 25%, rgb(25, 60, 91) 100%);
  background: linear-gradient(to right, rgb(17, 47, 75) 0%, rgb(10, 34, 60) 25%, rgb(25, 60, 91) 100%);
  background-color: rgb(17, 47, 75);
  padding-left: 12px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 17px;
  line-height: 17px;
}

.header__menu-img {
  width: 38px;
  height: 38px;
  margin-right: 16px;
}



.circle {
  background: red;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 0px;
  height: 0px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  margin-left: 255px;
  margin-top: -12px;

}

.header__menu-counts-rows-3 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1px repeat(3, 55px) 1px 55px;
}

.header__menu-counts-rows-4 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1px repeat(4, 55px) 1px 55px;
}

.header__menu-counts-rows-2 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1px repeat(2, 55px) 1px 55px;
}

.header__menu-counts-content-grid-tow {
  display: grid;
  grid-template-columns: 60px 1fr;
}


.header__menu-counts-content-grid-three {
  display: grid;
  grid-template-columns: 60px 1fr 50px;
}

.header__menu-counts-content-background {
  background: #122739;
}

.header__menu-counts-item-img{
  justify-self: center;
  width: 38px;
  height: 40px;
}

.header__menu-counts-item-text-on-img
{
  justify-self: center;
  width: 38px;
  height: 40px;
  background: url(../../../assets/paryajpam/images/menu/htg.svg) repeat-x bottom left;
  display: grid;
  align-content: center;
  justify-content: center;
  user-select: none;
}

.header__menu-counts-item-text-on-img div{
  height: min-content;
  color: #2A2E33;
  font-size: 11px;
  margin-bottom: 2px;
}

.header__menu-counts-item-img img{
  width: 38px;
  height: 40px;
}

.header__menu-counts-item-text{
  margin-left: 5px;
}

.header__menu-counts-item-line{
  height: 1px;
  background: url(../../../assets/paryajpam/images/interface_elements/line_2.png) repeat-x bottom left #122739;
  background-size: 100% 100%;
}

.header__menu-counts-item-text>.title{
  font-size: 12px;
}
.header__menu-counts-item-text>.amount{
  font-size: 18px;
}

.header__menu-counts-item-text>.amount span{
  font-size: 18px;
 }

@media screen and (max-width: 1024px) {

  .cinema {
    width: 30px;
    padding: 10px;
  }

  .header {
    border-bottom: none;
    height: 43px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    position: fixed;
  }
  .header__content {
    height: 39px;
  }
  .header__side-left {
    padding-left: 3px;
  }
  .header__side-right {
    padding-right: 7px;
  }
  .header__social {
    display: none;
  }
  .header__cart {
    width: 30px;
    height: 31px;
    margin-right: 6px;
  }
  .header__flip-button-lightning {
    width: 26px;
    height: 40px;
    margin-right: 6px;
  }
  .header__flip-button-lightning::after {
    top: 5px;
    margin-left: -13px;
    width: 26px;
    height: 28px;
  }
  .header__flip-button:hover::after {
    opacity: 1;
  }
  .header__flip-button-lightning .header__flip-button-round {
    display: none;
  }
  .header__language-current {
    color: #ffd100;
    height: 39px;
    padding-top: 4px;
    font-size: 9px;
  }
  .header__language-current-flag {
    width: 27px;
    height: 19px;
    margin-bottom: 0;
  }
  .header__favorite {
    display: block;
  }
  .header__favorite1 {
    display: block;
  }
  .header__money {
    display: none;
  }
  .header__logo {
    width: 97px;
    height: 56px;
    margin-left: -49px;
  }
  .header_logo_youtube {
    width: 165px;
    height: 80px;
    margin-left: -82px;
  }

  .header__button {
    width: auto;
    font-size: 9px;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
  }
  .header__button-reg {
    display: none;
  }
  .header__button-balance {
    display: block;
  }
  .header__menu {
    display: none;
    position: fixed;
    width: 290px;
    top: 70px;
    left: 50%;
    margin-left: -145px;
    z-index: 10001;
  }
  .header__menu-name {
    cursor: inherit;
  }
  .header__menu-dropdown {
    display: block !important;
  }
  .header__menu-list {
    display: none;
  }
  .circle {
    margin-left: 50px;
  }
}

