@charset "UTF-8";
body {
  background-image: url(bg.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  margin: 0;
  padding: 0;
  background-color: #131213;
}
body#body.en .pragm_logo {
  background-image: url(logo-en.png);
}
body#body.ru .pragm_logo {
  background-image: url(logo-ru.png);
}
.nPageContent {
  background-color: transparent;
}
@font-face {
  font-family: "MontHeavy";
  src: url("Mont-HeavyDEMO.otf");
  font-weight: normal;
  font-style: normal;
}
.cosmo-bonus-content {
  text-align: center;
}
.cosmo-bonus-content * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pragm_logo {
  width: 100%;
  height: 200px;
  background-image: url(logo-ka.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 29px auto 0;
}
.cosmo-bonus-content .cosmo-title {
  color: #ffffff;
  font-family: "CrystalBetUni-Medium";
  font-size: 24px;
  margin: 50px auto 0;
  text-shadow: 0px 2px 2px #200700;
  position: relative;
  left: -3px;
}
#body.notauthorized .cosmo-bonus-content .cosmo-title {
  margin: 59px auto 0;
}
.cosmo-bonus-content .cosmo-title span:nth-child(2) {
  font-size: 28px;
  color: #FDE053;
  display: block;
  margin-left: 5px;
  margin-top: 1px;
  letter-spacing: 0.23px;
}
.cosmo-bonus-content .cosmo-prize {
  width: 533px;
  height: 160px;
  background-image: url(prize.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto 0;
}
.cosmo-bonus-content .cosmo-notification {
  font-family: "CrystalNU4-Regular";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin: 33px auto 0 19px;
}
.cosmo-bonus-content .cosmo-notification span {
  position: relative;
}
.cosmo-bonus-content .cosmo-notification span:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #ffffff;
  top: 6px;
  left: -11.5px;
}
.cosmo-bonus-content .play-the-game {
  margin: 40px auto 0;
  width: 155px;
  height: 62px;
  background: #FDE053;
  border-radius: 80px;
  font-family: "CrystalBetUni-Medium";
  text-decoration: none;
  color: #262000;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  line-height: 61px;
}
.cosmo-bonus-content .play-the-game:hover {
  background: #fcf178;
}
.cosmo-owl-carousel {
  height: 56px;
  margin: 70px auto 30px;
  width: 345px;
  position: relative;
  opacity: 0;
}
.cosmo-owl-carousel .owl-stage-outer {
  overflow: hidden;
  width: 340px;
}
.cosmo-owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 24px);
  right: -55px;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cosmo-owl-carousel .owl-nav button::after {
  content: '\e823';
  font-family: 'cb-icons';
  font-size: 10px;
  color: #999999;
  pointer-events: none;
  transform: rotate(-90deg);
  position: relative;
  left: -2px;
}
.cosmo-owl-carousel .owl-nav button.owl-prev {
  right: inherit;
  left: -51px;
}
.cosmo-owl-carousel .owl-nav button.owl-prev::after {
  transform: rotate(90deg);
  top: -1px;  
  left: -2px;
}
.cosmo-owl-carousel .owl-item {
  display: inline-flex;
  justify-content: center;
}
.cosmo-days {
  color: #fff;
  text-align: center;
  width: 68px;
  height: 56px;
  cursor: pointer;
}
.cosmo-days.selected {
  background: linear-gradient(180deg, #FFE062 0%, #FFCC00 100%);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 0px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: #262000;
  width: 68px;
}
.cosmo-days.disabled {
  opacity: 0.6;
  cursor: default;
}
.cosmo-days b {
  display: block;
  font-family: 'MontHeavy';
  font-size: 22px;
  display: block;
  margin: 4px 0 -3px 0;
}
.cosmo-days span {
  font-family: 'CrystalNU4-Bold';
  font-size: 14px;
}
.cosmo-progress {
  margin: 41px auto 0;
  max-width: 440px;
  min-width: 320px;
  height: 100px;
  min-height: 78px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.cosmo-progress:before {
  content: '';
  position: absolute;
  width: 440px;
  height: 1.5px;
  background: #FFFFFF;
  opacity: 0.2;
  top: -13px;
}
.cosmo-progress:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 240px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  z-index: -1;
  left: -31px;
  top: -127px;
}
.cosmo-progress .progress-button {
  width: 65px;
  height: 65px;
  -webkit-flex: 0 0 65px;
  flex: 0 0 65px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  display: none;
}
.cosmo-progress .progress-button::after {
  content: "\e823";
  font-family: "cb-icons";
  font-size: 8px;
  color: #9DACB7;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.cosmo-progress .progress-wrapper {
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.cosmo-progress .progress-wrapper .progress-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 24px;
  margin: -1px 18px 0 -2px;
  position: relative;
}
.cosmo-progress .progress-wrapper .progress-top::before {
  content: attr(data-title);
  font-size: 15px;
  color: #FFFFFF;
  font-family: "CrystalNU4-Bold";
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 2px;
  width: 122px;
  text-align: left;
}
.cosmo-progress .progress-wrapper .progress-step {
  width: 70px;
  color: #ffffff;
  font-family: "MontHeavy";
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 0 8px;
}
.cosmo-progress .progress-top .progress-step {
  position: relative;
}
.cosmo-progress .progress-top .progress-step:nth-child(1) {
  padding-left: 60px;
}
.cosmo-progress .progress-bar {
  height: 16px;
  margin: 22px 0 9px 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-repeat: repeat-x;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.cosmo-progress .progress-percent-cont {
  position: absolute;
  width: 420px;
  left: 1px;
  height: 16px;
}
.cosmo-progress .progress-bar .progress-percent {
  height: 16px;
  background: linear-gradient(180deg, #36DA2B 0%, #1AA510 100%);
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  max-width: 95%;
}
.cosmo-progress .progress-amount {
  position: absolute;
  width: 120px;
  right: -69px;
  height: 28px;
  top: -6px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cosmo-progress .progress-amount div {
  height: 28px;
  background: radial-gradient(50% 50% at 50% 50%, #1EC013 0%, #169A0D 100%);
  border: 1px solid #29E11D;
  box-shadow: -2px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 21px;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "MontHeavy";
  padding: 0 8px;
  line-height: 27px;
  text-align: center;
}
.cosmo-progress .progress-amount b {
  font-weight: normal;
}
.cosmo-progress .progress-amount span {
  font-family: "CrystalBetUni-Bold";
  font-size: 14px;
  font-weight: normal;
  display: none;
}
.cosmo-gift-control {
  width: 500px;
  height: 194px;
  margin: 40px auto 0;
  padding: 30px;
 

border-radius: 20px;
border: 1px solid #FF7A0F;
background: rgba(0, 0, 0, 0.50);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
.cosmo-gift-control div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cosmo-gift-control div p {
  -webkit-flex: 1;
  flex: 1;
  font-family: "CrystalNU4-Bold";
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  padding: 0 8px;
  text-align: left;
}
.cosmo-gift-control div span {
  position: relative;
  color: #FDE053;
  background: rgba(152,1,8, 0.6);
  font-family: "MontHeavy";
  font-size: 26px;
  width: 134px;
  height: 50px;
  display: flex;
  line-height: 50px;
  border-radius: 6px;
  justify-content: center;
  padding-left: 9px;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
}
  .cosmo-gift-control div span::before {
  content: '\E870';
  font-family: 'cb-mobile-icons';
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: block;
  left: -10px;
  position: relative;
}
.cosmo-gift-control .gift-button {
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, #3BDA30 0%, #1EA315 100%);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25), inset 0px 3px 0px rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  margin: 20px 0 0 -2px;
  color: #FFFFFF;
  font-family: "CrystalNU4-Bold";
  font-size: 16px;
  cursor: pointer;
  border: none;
  line-height: 20px;
}
.cosmo-gift-control .gift-button:hover {
  background: linear-gradient(180deg, #3BDA30 0%, #7cb378 100%);
}
.cosmo-gift-control .gift-button.disabled {
  border-radius: 10px;
  background: rgba(175, 175, 175, 0.30);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.40) inset, 0 2px 0 0 rgba(0, 0, 0, 0.20);
  cursor: default;
  color: rgba(255, 255, 255, 0.4);
}

.cosmo-popup-container {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 0 100px;
}
.cosmo-popup-container .cosmo-popup .cosmo-popup-header {
  height: 86px;
  padding: 0 20px 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "CrystalBetUni-Bold";
  font-size: 20px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cosmo-popup-container .cosmo-popup input.close {
  height: 58px;
  width: 58px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  color: #B3B3B3;
  border: none;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.cosmo-popup-container .cosmo-popup input.close::after {
  font-family: "cb-icons";
  content: "\e818";
  font-size: 18px;
  color: #B3B3B3;
}
.cosmo-popup-container .cosmo-popup .cosmo-popup-content {
  height: 472px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cosmo-popup-container .cosmo-popup .cosmo-popup-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cosmo-popup-container.freespins-popup .cosmo-popup {
  padding: 103px 40px 40px;
  height: 473px;
  width: 670px;
  position: relative;
  padding: 87px 40px 40px;
  overflow: hidden;

border-radius: 20px;
border: 1px solid #C94528;
background: linear-gradient(180deg, rgba(219, 79, 0, 0.80) 0%, rgba(161, 39, 0, 0.80) 46.48%, rgba(104, 25, 0, 0.80) 100%);
backdrop-filter: blur(7.5px);
}
.cosmo-popup-container.freespins-popup .cosmo-popup .cosmo-popup-header {
  color: #ffffff;
  font-family: "CrystalNU4-Bold";
  height: 99px;
}
.cosmo-popup-container.freespins-popup .cosmo-popup i.close {
  padding: 2px 0 0 0;
}
.cosmo-popup-container .cosmo-freespins {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 10px;
  height: 70px;
  margin: 15px 0 10px -3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 13px 0 8px;
}
.cosmo-popup-container .cosmo-freespins .use {
  display: none;
}
.cosmo-popup-container .cosmo-freespins.use {
  border: 1px solid #33B52A;
  box-shadow: 0px 0px 10px 2px rgba(58, 172, 49, 0.6);
}
.cosmo-popup-container .cosmo-freespins.use .cosmo-action-button {
  display: none;
}
.cosmo-popup-container .cosmo-freespins.use .cosmo-action-button.use {
  display: block;
}
.cosmo-popup-container .cosmo-freespins.disabled {
  background-color: rgba(0, 0, 0, 0.35);
}
.cosmo-popup-container .cosmo-freespins.disabled .cosmo-freespin-title::before {
  color: #666666;
}
.cosmo-popup-container .cosmo-freespins.disabled .cosmo-freespins-actions::before {
  background-image: url(freespin-disabled.svg);
  color: #666666;
}
.cosmo-popup-container .cosmo-freespins.disabled .freespin-thumb {
  opacity: 0.6;
}
.cosmo-popup-container .cosmo-freespins.disabled .cosmo-action-button {
  color: #666666;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.cosmo-popup-container .cosmo-freespins .freespin-thumb {
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
  height: 54px;  
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(2) .freespin-thumb {
  background-image: url(one1.png);
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(3) .freespin-thumb {
  background-image: url(two.png);
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(4) .freespin-thumb {
  background-image: url(three.png);
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(5) .freespin-thumb {
  background-image: url(four.png);
}
.cosmo-popup-container .cosmo-freespins .cosmo-freespin-title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.cosmo-popup-container .cosmo-freespins .cosmo-freespin-title::before {
  content: attr(data-title);
  font-family: "CrystalNU4-Bold";
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 4px 6px 0;
  text-align: left;
}
.cosmo-popup-container .cosmo-freespins .cosmo-freespin-title::after {
  margin: -1px auto 0 0;
  font-family: "CrystalNU4-Regular";
  font-size: 13px;
  color: #B3B3B3;
  width: 100%;
  text-align: left;
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(2) .cosmo-freespin-title::after {
  content: "Book of Dead";
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(3) .cosmo-freespin-title::after {
  content: "Rise of Olympus";
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(4) .cosmo-freespin-title::after {
  content: "MoonPrincess100";
}
.cosmo-popup-container .cosmo-freespins:nth-of-type(5) .cosmo-freespin-title::after {
  content: "Reactoonz";
}
.cosmo-popup-container .cosmo-freespins .cosmo-freespins-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 0 0 187px;
  flex: 0 0 187px;
}
.cosmo-popup-container .cosmo-freespins .cosmo-freespins-actions::before {
  content: attr(data-cost) "₾";
  height: 20px;
  background-image: url(freespin.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 22px;
  font-family: "CrystalNU4-Bold";
  font-size: 16px;
  line-height: 19px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #3FE234;
}
.cosmo-popup-container .cosmo-freespins .cosmo-action-button {
  min-width: 100px;
  max-width: 120px;
  height: 40px;
  background: #FDE053;
  border-radius: 6px;
  padding: 0 5px;
  font-family: "CrystalBetUni-Medium";
  font-size: 12px;
  line-height: 40px;
  color: #262000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}
.cosmo-popup-container .cosmo-freespins .cosmo-action-button.use {
  color: #ffffff;
  background: #33B52A;
  cursor: pointer;
}

@-webkit-keyframes fromTop {
  0% {
    opacity: 0;
    margin-top: -90px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes fromTop {
  0% {
    opacity: 0;
    margin-top: -90px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes toBottom {
  0% {
    opacity: 1;
    margin-top: 0px;
  }
  100% {
    opacity: 0;
    margin-top: 90px;
  }
}
@keyframes toBottom {
  0% {
    opacity: 1;
    margin-top: 0px;
  }
  100% {
    opacity: 0;
    margin-top: 90px;
  }
}
.rules-container {
  position: relative;
  text-align: left;
  margin: 60px auto;
  width: 840px;
}
.show-mobile {
  display: none!important;
}
.freespins-popup .freespin-qty {
 font-size: 16px;
 color: #FFFFFF;
 font-family: 'CrystalNU4-Bold';
 width: 160px;
 text-align: left;
}
.en .freespins-popup .freespin-qty {
  width: 170px;
}
.cosmo-popup-container .cosmo-freespins.disabled .freespin-qty {
  color: #666666;
}
#body.notauthorized .cosmo-gift-control .gift-button {
  background: rgba(175, 175, 175, 0.3);
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 2px 0px rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  cursor: initial;
  color: rgba(255,255,255,0.4);
  pointer-events: none;
}
.rules-new-list-title {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.promo-verification {
    display: none;
    margin: 51px auto 50px;
}
#body.notauthorized .promo-verification.promo-auth {
    display: flex;
    display: -webkit-flex;
}
.promo-verification .lr-buttons {
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
    width: 830px;
    height: 120px;
    position: relative;
    border: 2px solid #33B52A;
    border-radius: 90px;
    align-items: center;
}
.promo-verification .lr-buttons:before {
    content: '';
    position: absolute;
    background: url(verif_img.svg) top center no-repeat;
    width: 40px;
    height: 40px;
    left: 48px;
    top: 38px;
}
.lr-buttons > p {
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'CrystalNU4-Bold';
    text-align: left;
    width: 379px;
    margin-left: 108px;
    margin-right: 12px;
}
.ru .lr-buttons > p {
    font-size: 16px;
    width: 373px;
    margin-right: 18px;
}
.lr-buttons > div {
    -webkit-align-items: center;
}
.lr-buttons > div > a {
    border: none;
    height: 58px;
    font-family: "CrystalBetUni-Medium";
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 59px;
    text-align: center;
    border-radius: 30px;
}
.lr-buttons .user_verification {
    margin-right: 16px;
}
.lr-buttons .user_verification a {
    color: #262000;
    background: linear-gradient(180deg, #FDE053 0%, #F1C802 100%);
    width: 115px;
}
.lr-buttons .user_registration a {
    color: #ffffff;
    background: linear-gradient(180deg, #3BDA30 0%, #24B91A 100%);
    width: 169px;
}
.lr-buttons > div > a:hover {
    filter: brightness(1.1);
}