@font-face {
  font-family: "Thrones";
  src: url("BPGGuardianEgyp.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Thrones-Caps";
  src: url("BPGGuardianEgypCaps.ttf");
  font-weight: normal;
  font-style: normal;
}

.HeaderWheel.BattleShip .HeaderWheelBt {
  width: 100%;
  height: 100%;
  z-index: 222;
}

.HeaderWheel.BattleShip .HeaderWheelBt:after {
  display: none;
}
.HeaderWheel.BattleShip {
  width: 150px;
  height: 56px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.HeaderWheel.BattleShip:after {
  display: none;
}
.HeaderWheel.BattleShip .HeaderWheelBt:before {
  content: '';
  width: 116px;
  height: 29px;
  
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: calc(50% - 116px/2);
  top: 0px;
  z-index: 1;
}
.ka .HeaderWheel.BattleShip .HeaderWheelBt:before {
  background-image: url('header/title_ka.svg');
}
.en .HeaderWheel.BattleShip .HeaderWheelBt:before {
  background-image: url('header/title_en.svg');
}
.ru .HeaderWheel.BattleShip .HeaderWheelBt:before {
  background-image: url('header/title_ru.svg');
}


.HeaderWheel.BattleShip .autorize {
  width: 150px;
  height: 56px;
  background-image: url('header/d-aut.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#body.notauthorized .HeaderWheel.BattleShip {
  width: 186px;
  background-image: url('header/d-not-aut.png');
}


.HeaderWheel.BattleShip .autorize div {
  width: 107px;
    height: 20px;
    font-size: 10px;
    font-family: 'CrystalNU4-Regular';
    display: flex;
    position: absolute;
    left: calc(50% - 62px/2);
    bottom: 6px;
    color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
}
.HeaderWheel.BattleShip .autorize div label {
  font-size: 14px;
  font-family: 'CrystalBetUni-Bold';
  margin-right: 5px;
}
.HeaderWheel.BattleShip .HeaderWheelContainer {
  width: 360px;
  height: 240px;
  background: url('header/d-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.HeaderWheel.BattleShip .HeaderWheelContainer:after {
  display: none;
}
.HeaderWheel.BattleShip .HeaderWheelContainer:before {
  content: '';
  width: 156px;
  height: 39px;
  
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: calc(50% - 156px/2);
  top: 23px;
  z-index: 1;
}
.ka .HeaderWheel.BattleShip .HeaderWheelContainer:before {
  background-image: url('header/title_ka.svg');
}
.en .HeaderWheel.BattleShip .HeaderWheelContainer:before {
  background-image: url('header/title_en.svg');
}
.ru .HeaderWheel.BattleShip .HeaderWheelContainer:before {
  background-image: url('header/title_ru.svg');
}











/*progress*/
.header-BattleShip-progress-container {
    margin: 15px auto;
    border: 1px solid #61C5FF;
    backdrop-filter: blur(2px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 320px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    box-sizing: border-box;
}
.header-BattleShip-progress-container .progress-wrapper {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    width: 292px;
    margin-left: 14px;
}

.header-BattleShip-progress-container .progress-wrapper .progress-top .progress-step div:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: calc(50% - 4px/2);
  bottom: -13px;
  z-index: 2;
}
.header-BattleShip-progress-container .progress-wrapper .progress-top .progress-step.active div:before {
  background: #0D6A06;
}

.header-BattleShip-progress-container .progress-bar-cont {
    width: calc(50px*5);
    position: absolute;

    left: 20px;
}


.header-BattleShip-progress-container .progress-wrapper .progress-top, 
.header-BattleShip-progress-container .progress-wrapper .progress-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-start;
    height: 24px;
    margin: 0 0px 0px 20px;
    box-sizing: border-box;
}
.header-BattleShip-progress-container .progress-wrapper .progress-top::before, 
.header-BattleShip-progress-container .progress-wrapper .progress-bottom::before {
    content: attr(data-title);
    font-size: 10px;
    color: #FFFFFF;
    line-height: 11px;
    opacity: 0.6;
    font-family: "CrystalNU4-Regular";
    height: 24px;
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 0px;
    width: 40px;
    text-align: left;
    top: 3px;
}
.header-BattleShip-progress-container .progress-wrapper .progress-step {
    width: 50px;
    color: rgb(255 255 255 / 100%);
    font-family: "CrystalNU4-Bold";
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-BattleShip-progress-container .progress-top .progress-step {
    position: relative;
}
.header-BattleShip-progress-container .progress-top .progress-step div {
  position: absolute;
  width: 100px;
  right: -50px;
  text-align: center;
}
.header-BattleShip-progress-container .progress-bottom .progress-step div {
  position: absolute;
  width: 100px;
  right: -50px;
  text-align: center;
}

.header-BattleShip-progress-container .progress-top .progress-step div::after {
    content: "₾";
    font-size: 12px;
    font-family: "CrystalBetUni-Bold";
    margin: 0 0 0 1px;
}
.header-BattleShip-progress-container .progress-bar {
    height: 16px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.25), inset 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    float: none;
    background-repeat: no-repeat;
    padding: 0 20px 0 0;
    position: relative;
    box-sizing: border-box;
}
.header-BattleShip-progress-container .progress-bar .progress-percent-cont {
    height: 16px;
    width: 250px;
    position: absolute;
    left: 16px;
    top: 0;
}
.header-BattleShip-progress-container .progress-bar .progress-percent {
    height: 16px;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
    position: relative;
    max-width: 93%;
}
.header-BattleShip-progress-container .progress-bar .progress-percent:after {
    content: '';
    width: calc(100% - 0px);
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0px;
    top: 1px;
    background: url(header/progess-bg.png) repeat-x;
    opacity: 0.4;
}
.header-BattleShip-progress-container .progress-amount {
    position: absolute;
    width: 140px;
    right: -70px;
    height: 22px;
    top: -4px;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-BattleShip-progress-container .progress-amount div {
    height: 22px;
    background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
    border: 1px solid #29E11D;
    box-shadow: -2px 3px 0px rgb(0 0 0 / 25%);
    border-radius: 21px;
    font-size: 13px;
    color: #FFFFFF;
    font-family: "CrystalNU4-Bold";
    padding: 0 8px;
    line-height: 21px;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 40%);
}
.header-BattleShip-progress-container .progress-amount span {
    font-family: "CrystalBetUni-Bold";
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 2px;
}
.header-BattleShip-progress-container .progress-bar:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 16px;
    background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
    left: 0px;
    top: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.header-BattleShip-progress-container .progress-bar .progress-percent:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: -18px;
    top: 1px;
    background: url(header/progess-bg.png) repeat-x;
    opacity: 0.4;
    z-index: 1;
}

.header-BattleShip-progress-container .progress-bottom {
    padding: 2px 0 0;
}
.header-BattleShip-progress-container .progress-bottom .progress-step div::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(sword.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 0 2px;
    flex: 0 0 16px;
    display: inline-block;
        position: relative;
    top: 6px;
}
.header-BattleShip-progress-container .progress-wrapper .progress-bottom::before {
    top: 44px;
}

.header-BattleShip-progress-container .perecent_0 .progress-amount {
    right: -67px;
}




/*mobile*/
.header-promo-BattleShip {
  width: 320px;
  height: 120px;
  background-image: url('header/m-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.header-promo-BattleShip-logo_1 {
  width: 116px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 5px;
  left: 34px;
  position: absolute;
}
.ka .header-promo-BattleShip-logo_1 {
  background-image: url('header/title_ka.svg');
}
.en .header-promo-BattleShip-logo_1 {
  background-image: url('header/title_en.svg');
}
.ru .header-promo-BattleShip-logo_1 {
  background-image: url('header/title_ru.svg');
}


.header-promo-BattleShip-logo_2 {
  width: 164px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 37px;
  left: 10px;
  position: absolute;
  background-image: url('header/freespins.svg');
}
.header-promo-BattleShip-score {
  position: absolute;
  width: 109px;
  height: 30px;
  right: 14px;
  top: 14px;
  background: rgba(30, 30, 32, 0.6);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 7px;
}
.header-promo-BattleShip-score:before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('sword.svg');
      margin-right: 7px;

}

.header-promo-BattleShip-score div {
  color: #fff;
  font-family: 'Helvetica';
  font-size: 10px;
      display: flex;
    flex-direction: column;
}
.header-promo-BattleShip-score div label {
  font-size: 13px;
  font-family: 'Gotham-Normal';
}

.header-BattleShip-progress-container-mob {
  position: absolute;
  bottom: 22px;
}



.mob-BattleShip-header-title {
    font-size: 10px;
    color: #CAD3FF;
    font-family: 'CrystalNU4-Regular';
    padding-left: 45px;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    float: left;
    width: 120px;
}
.mob-BattleShip-header-title label {
    display: block;
    color: #fff;
    font-family: 'Gotham-Normal';
    font-size: 13px;
    position: relative;
    top: 0px;
}
.mob-BattleShip-header-title:after {
    content: '\E870';
    font-family: 'cb-mobile-icons';
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 16px/2);
    left: 15px; 
    color: #fff;
    font-size: 20px;   
}


.mob-BattleShip-header-progress {
    width: 175px;
    position: relative;
    float: right;
    margin-right: 24px;
    top: 0px;
}

.Mob-BattleShip-progress-line {
    width: 100%;
}
.Mob-BattleShip-progress-list {
    width: calc(100%/5);
    height: 15px;
    line-height: 15px;
    float: left;
    position: relative;
}
.Mob-BattleShip-progress-list:after {
    content: '';
    background: rgba(255,255,255,0.4);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    right: -1.5px;
    bottom: -7px;
    z-index: 1;
}
.Mob-BattleShip-progress-list.active:after {
    background: #0D6A06;
}

.Mob-BattleShip-progress-list label {
    font-size: 11px;
    color: rgba(255,255,255,0.9);
    width: 100px;
    right: -48px;
    text-align: center;
    position: absolute;
    font-family: 'CrystalBetUni-Medium';
}

.Mob-BattleShip-progress {
    width: 100%;
    background: rgba(0,0,0,0.3);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 9px;
    position: relative;
}
.Mob-BattleShip-progress:after {
  content: '';
  width: 9px;
  height: 9px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  right: -9px;
  top: 0;
  background: rgba(0,0,0,0.3);
}
.Mob-BattleShip-progress div {
    position: absolute;
    height: 9px;
    border-radius: 10px;
    background: #FF2121;
}
.Mob-BattleShip-progress div:after {
    content: '';
    width: calc(100% + 0px);
    height: 100%;
    position: absolute;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0;
    /*background: url(SantaBattleShip/progress.png) repeat-x;*/
    background: #33B52A;
}
.Mob-BattleShip-progress.percent100 div:after {

}
.Mob-BattleShip-progress.percent100:after {
    background: #33B52A;
}

.Mob-slots-SJ-Top,
.Mob-boardgames-SJ-Top,
.Mob-jetx-SJ-Top  {
    margin-top: 25px;
}
