/*MY RESET*/
html,
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px; }

ol,
ul {
  list-style: none; }

figure,
ul, dl {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  padding: 0; }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure {
  margin: 0; }

input,
button,
textarea {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit; }
input:focus,
button:focus,
textarea:focus {
  outline: none; }

input[type="submit"],
button {
  cursor: pointer;
  padding: 0; }

/*FONTS*/
@font-face {
  font-family: 'RFDewiExpanded';
  src: url("../fonts/RFDewiExtended-Light.woff2") format("woff2"), url("../fonts/RFDewiExtended-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'RFDewiExpanded';
  src: url("../fonts/RFDewiExpanded-Regular.woff2") format("woff2"), url("../fonts/RFDewiExpanded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'RFDewiExpanded';
  src: url("../fonts/RFDewiExtended-Bold.woff2") format("woff2"), url("../fonts/RFDewiExtended-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'RFDewiExpanded';
  src: url("../fonts/RFDewiExtended-Black.woff2") format("woff2"), url("../fonts/RFDewiExtended-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

/**BASIC**/

html, body {
  height: 100%; }

body {
  background: url("../img/julik/bg-medium.jpg") 50% 0 no-repeat, #111;
  color: #9b9b9b;
  font-family: "RFDewiExpanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  min-width: 1200px; }

a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none; }

b, strong {
  font-weight: 700; }

/*STYLES*/

/*HEADER*/

.main-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  height: 88px;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

hr{
  opacity: 0.2;
}

.logo {
  z-index: 1;
  padding-right: 20px;
  width: 92px;
  height: 20px;
  background: url(../img/julik/logo-white.png) no-repeat;
}

.menu {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: 100%; }

.menu__link {
  color: #fff;
  margin: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.4s}

.menu__link:hover{
  color: #ff0000;
}

.login {
  display: flex;
  margin-left: auto; }

.login__link {
  padding: 0 20px;
  margin-left: 20px;
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s; }

.login__link .icon {
  display: inline-block;
  background: url(../img/julik/login.png) no-repeat;
}

.login__link:first-child {
  border: 1px solid #fff;
}

.login__link:first-child .icon {
  width: 25px;
  height: 25px;
  background-position: 0 -25px; }

.login__link:last-child {
  border: 1px solid #fff
}

.login__link:last-child .icon {
  width: 25px;
  height: 20px;}

.wrapper {
  width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto; }

.ordinary-cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.ordinary-cases__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 530px;
  height: 260px;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  padding: 40px 50px;
  margin: 13px 0 13px 640px;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s;
}

.ordinary-cases__item:nth-child(1):after {
  content: url(../img/julik/new-julik.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.ordinary-cases__item:nth-child(2):after {
  content: url(../img/julik/newjulik2.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.ordinary-cases__item:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 25px; }

.ordinary-cases__name {
  position: relative;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  width: 260px;
  margin-bottom: 20px; }

.ordinary-cases__descr {
  width: 240px;
  font-family: Arial;
  color: #dbdbdb;
  font-size: 14px; }


.ordinary-cases__open {
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  margin-top: 20px; }

.purchases {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 530px;
  margin: 0 0 100px 640px;
  box-sizing: border-box; }

.purchases__up {
  display: flex;
  position: relative;
  margin: 35px 30px 35px 0;}

.purchases__right {
  display: flex;
  position: relative;}

.purchases__line {
  padding: 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  height: 100px;
  box-sizing: border-box;
  overflow: hidden; }

.purchases__line:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: linear-gradient(to right, transparent, rgba(218, 218, 220, 0.6), #dadadc); }

.purchases__num {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  color: #2f2f2f; }

.purchases__text {
  color: #545050;
  font-weight: 400;
  font-family: Arial;
  font-size: 14px;
  position: relative;
  margin: 3px 30px 0 15px;
  width: 100px}

.purchase {
  display: block;
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 100%;
  margin-right: 6px;
  flex: 0 0 auto;
  font-size: 0;
  transition: 0.3s ease-in-out; }

.purchase__img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.purchase__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  opacity: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.purchase__row {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden; }

.purchase:hover {
  box-shadow: none; }

.purchase:hover .purchase__info {
  opacity: 1; }

.index-title{
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 200;
  display: block;
}

.index-descr{
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3;
  width: 390px;
  display: inline-block;
  position: relative;
}

/*PACKS*/

.title-all{
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  vertical-align: center;
}

.packs__all{
  font-family: Arial;
  transition: 0.4s;
  line-height: 28px;
}

.packs__all:after {
  content: '';
  color: #f00;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  border-radius: 2px;
  margin-left: 10px;
}

.packs__all:hover{
  color: #ff0000;
}

.packs{
  display: flex;
  margin-bottom: 40px;
}

.packs-cases__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-width: 460px;
  width: 460px;
  height: 320px;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  padding: 40px 50px;
  margin: 40px 40px 0 0;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s; }

.packs-cases__item:hover{
  margin-top: 25px;
}

.packs-cases__item:nth-child(1):after {
  content: url(../img/julik/new1.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.packs-cases__item:nth-child(2):after {
  content: url(../img/julik/new2.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.packs-cases__item:nth-child(3):after {
  content: url(../img/julik/new3.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.black{
  color: #000;
}

.packs-cases__num {
  font-size: 60px;
  font-weight: 700;}

.packs-cases__name {
  font-size: 16px;
  font-weight: 400;
  width: 190px;
  line-height: 1.3;}

.packs-cases__descr {
  width: 130px;
  line-height: 1.3;
  font-family: Arial;}

.packs-cases__open {
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px; }

.black .packs-cases__open {
  border: 1px solid rgba(0, 0, 0, 1);}

/*MINECRAFT ACCS*/

.mineaccs{
  display: flex;
  justify-content: space-between;
}

.mineacc {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  width: 290px;
  height: 280px;
  padding: 40px 50px;
  margin-top: 20px;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s;
}

.mineacc:hover{
  margin-top: 10px;
}

.full{
  width: 540px;
}

.mineacc__name{
  font-size: 16px;
  font-weight: 400;
  width: 190px;
  line-height: 1.3;
}

.mineacc__descr {
  width: 180px;
  line-height: 1.3;
  font-family: Arial;}

.mineacc__price{
  font-size: 14px;
  font-weight: 400;
}

.mineacc__price span{
  font-size: 12px;
  margin-left: 4px;
}

.mineacc__open {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.acc .mineacc__open, .site .mineacc__open {
  border: 1px solid rgba(255, 255, 255, 1);
}

.full .mineacc__open{
  color: #111;
  background-color: #f8de00;
}

.mineacc:nth-child(1):after {
  content: url(../img/julik/mine-acc.jpg);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.mineacc:nth-child(2):after {
  content: url(../img/julik/mine-full.png);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

.mineacc:nth-child(3):after {
  content: url(../img/julik/mine-site.jpg);
  position:absolute;
  left:0;
  bottom:0;
  z-index: -1;
}

/**GOODS LINE**/

.index-goods__line{
  background-color: #1d1d1d;
  font-size: 9px;
  font-weight: 700;
  width: 1100px;
  padding: 25px 35px;
  margin-top: 60px;
  display: flex;
  text-transform: uppercase;
  justify-content: space-between;
}

.btn-tab{
  margin-left: 15px;
  cursor: pointer;
  color: #fff;
}

.platform{
  display: flex;
}

.btn-filter{
  margin-left: 15px;
  cursor: pointer;
  color: #fff;
}

.active, .active:after{
  color: #f00;
}

/*GOODS*/

.goods__all-wrap{
  margin-bottom: 50px;
}

.goods{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.good{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 244px;
  margin: 30px 0;
}

.good__img{
  position: relative;
}

.good-img{
  width: 244px;
  height: 341px;
}

.new{
  color: #fff;
  background-color: black;
  padding: 8px 12px;
  font-size: 8px;
  position: absolute;
  right:0;
  top:0;
  z-index: 2;
}

.good__name{
  padding:10px 0;
  width: 100%;
}

.good__top {
  padding: 4px 0;
}

.good__price{
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.good__price span{
  font-size: 12px;
  margin-left: 5px;
}

.good__platform{
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
}

.good__btn{
  padding: 10px 25px;
  background-color: #005cff;
  text-align: center;
  font-size: 12px;
  height: 14px;
}

.btn-super{
  color: #fff;
  background-color: #065cff;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

/**Modal**/

.card__modal {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 0 50px;
}

.modal {
  width: 650px;
  position: relative;
  z-index: 2;
  margin-bottom: 0; }

.modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  height: 62px;
}

.modal__title {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 30px;
}

.modal__content {
  padding: 15px 0;
}

.modal__content-auth {
  display: flex;
  justify-content: center;
  padding-bottom: 35px; }
.modal__content-auth .login__link:first-child {
  margin: 0; }
.modal__wrapper {
  position: fixed;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  top: -100px;
  bottom: -100px;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: -1; }
.modal__wrapper.active {
  opacity: 1;
  z-index: 999; }
.modal__close--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
.modal__close--btn {
  position: relative;
  border: none;
  background: none;
  z-index: 5;
  width: 15px;
  height: 15px;
  cursor: pointer;
  font-size: 0; }
.modal__close--btn:before, .modal__close--btn:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 6px; }
.modal__close--btn:before {
  transform: rotate(45deg); }
.modal__close--btn:after {
  transform: rotate(-45deg); }

.modal.email  {
  background: #fff;
  height: 163px;
  position: relative;
  padding: 0 50px;
}

.modal.email .modal__close--btn:before, .modal.email .modal__close--btn:after {
  background: #fff; }
.modal.email .message {
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 20px;
  text-align: center; }
.modal.email .message.alert {
  position: absolute;
  left: 35px;
  top: 54px;
  background: #faebeb;
  color: #ca3b3b;
}
.modal.email .message.success {
  margin: 25px auto 15px;
  color: #01c500;
}

.modal .email__form {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-top: 6px; }

.modal .email__input, .modal .email__submit, .modal .email__continue {
  border: none;
  box-sizing: border-box;
}

.modal .email__input {
  height: 46px;
  width: 440px;
  font-weight: 500;
  font-size: 16px;
  background: #f6f6f6;
  color: #171717;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 0 14px;
  margin-right: 14px;
}

.modal .email__submit {
  height: 46px;
  width: 212px;
  background: #ea3039;
  border: 0;
  padding: 0 15px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}


.modal .email__continue {
  height: 46px;
  width: 212px;
  background: #ea3039;
  border: 0;
  padding: 0 15px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.modal__right {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.modal__right .modal__head {
  align-self: stretch; }
.modal__footer {
  display: flex;
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 500;
  justify-content: space-between;
  width: 100%;
  margin: 3px 0 0; }
.modal__descr {
  font-size: 12px;
  font-weight: 500;
  color: #202124;
  margin: 10px 0 20px; }

.modal.buy, .modal.win {
  background-color: #fff;
  min-height: 290px;
  padding-left: 204px;
  width: 500px; }

.modal.buy:before, .modal.win:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 122px;
}

.modal.win:before {
  display: none; }

.modal__image {
  width: 158px;
  height: 228px;
  position: absolute;
  left: 45px;
  top: 27px;
  box-shadow: rgba(36, 46, 54, 0.61) 0 5px 40px;
}

.modal__creds {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  color: #343434; }
.modal__creds-title {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #bfbfbf; }
.modal__copy-btn {
  width: 13px;
  height: 13px;
  border: none;
  position: relative;
  border-radius: 2px;
  background: #d9d9d9;
  transition: 0.3s; }
.modal__copy-btn:before {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  border-radius: 2px;
  box-shadow: #fff 1px -1px; }
.modal__copy-btn:hover {
  background: #d1d1d1; }
.modal__copy-btn:hover:before {
  background: #d1d1d1; }
.modal__copy-btn:active {
  opacity: 0.5; }
.modal__list {
  margin: 30px 0; }
.modal__list .head__list-row {
  color: #000;
  justify-content: space-between; }

.modal.win, .modal.buy {
  background-color: #fff;
  width: 700px;
  overflow: auto;
  max-height: 100vh;
  display: flex;
  padding: 0 30px;
  box-sizing: border-box;
  flex-direction: column;
}

.modal__info{
  display: flex;
}

.modal__left {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto; }

.modal__image {
  position: static;
  display: block;
  margin: 0 20px 20px 0;
}


.modal__head, .modal__content {
  padding-right: 0; }



/**PAY**/

.pay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 15px;
}

.pay__tabs {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  border-bottom: 1px solid #ededed;
}
.pay__tab-purse:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(../img/icons/sprite.png) no-repeat;
  background-position: -17px -26px;
}

.pay__tab-btn {
  color: #9d9d9d;
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  height: 25px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-right: 25px;
}

.pay__tab-btn.active {
  cursor: default;
  color: #171717;
  border-bottom: 2px solid #171717;
}

.pay__type-label {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.pay__type-label:hover {
  border-color: rgba(234, 48, 57, 0.8);
}

.pay__tab-btn .fa {
  flex: 0 0 auto;
  width: 40px;
  font-size: 19px; }
.pay__tab-btn .fa.fa-credit-card-alt {
  font-size: 16px; }
.pay__tab-btn .fa.fa-mobile {
  font-size: 32px; }

.pay__tab-btn.active .pay__tab-purse:before {
  background-position: -17px -45px; }

.pay__right {
  box-sizing: border-box;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.pay__tab {
  display: none;
  flex-wrap: wrap; }

.pay__tab.active {
  display: flex; }

.pay__icon {
  display: inline-block;
  vertical-align: middle;
  width: 117px;
  height: 20px;
  background: url(../img/pays.png?t=300520) no-repeat;
}

.pay__icon.wm {
  background-position: -3px -41px;
  width: 117px;
  height: 30px; }
.pay__icon.qiwi {
  background-position: -14px 0;
  width: 97px;
  height: 40px; }
.pay__icon.yandex {
  background-position: -0px -210px;
  width: 107px;
  height: 41px; }
.pay__icon.privat {
  background-position: -0px -250px;
  width: 115px;
  height: 24px; }
.pay__icon.perfect-money {
  background-position: -0px -274px;
  width: 92px;
  height: 18px; }
.pay__icon.steam-skin {
  background-position: -122px -266px;
  width: 92px;
  height: 42px; }
.pay__icon.bitcoin {
  background-position: 0 -76px;
  width: 96px;
  height: 22px; }
.pay__icon.advcash {
  background-position: -5px -115px;
  width: 115px;
  height: 22px; }
.pay__icon.payeer {
  background-position: -10px -170px;
  width: 102px;
  height: 21px; }
.pay__icon.monobank {
  background-position: -120px 0;
  height: 27px; }
.pay__icon.sber {
  background-position: -121px -28px;
  height: 33px; }
.pay__icon.alfa {
  background-position: -121px -61px;
  height: 34px;
  width: 115px; }
.pay__icon.mts {
  background-position: -119px -125px;
  height: 42px;
  width: 119px; }
.pay__icon.bee {
  background-position: -119px -166px;
  height: 35px;
  width: 115px; }
.pay__icon.megafon {
  background-position: -119px -201px;
  height: 21px;
  width: 115px; }
.pay__icon.tele2 {
  background-position: -119px -223px;
  height: 42px;
  width: 111px; }
.pay__icon.text {
  background: none;
  width: auto;
  max-width: 95%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #282828; }
.pay__icon.visa-master {
  height: 40px;
  width: 120px; }
.pay__icon.visa-master.ru {
  background-position: -234px -0px;}
.pay__icon.visa-master.ua {
  background-position: -234px -40px;}
.pay__icon.visa-master.eu {
  background-position: -234px -80px;}
.pay__icon.visa-master.kz {
  background-position: -234px -120px;}
.pay__icon.visa-master.by {
  background-position: -234px -160px;}
.pay__sub-text {
  display: block;
  font-size: 11px; }

.pay__type {
  position: relative;
  width: 135px;
  height: 75px;
  margin: 0 36px 20px 0;
}

.pay__type:nth-child(4), .pay__type:nth-child(8){
  margin: 0 0 20px 0;
}

.pay__type input[type="radio"] {
  display: none; }
.pay__type input[type="radio"]:checked + .pay__type-label {
  border-color: #79c331; }
.pay__type input[type="radio"]:checked + .pay__type-label:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/icons/sprite.png) no-repeat;
  background-position: -48px -3px;
  position: absolute;
  top: 7px;
  right: 7px; }

.pay__form {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 10px;
}

.pay__submit {
  height: 46px;
  width: 212px;
  background: #ea3039;
  border: 0;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase }

.pay__submit:after {
  content: '';
  width: 17px;
  height: 13px;
  background: url(../img/icons/sprite.png) no-repeat;
  background-position: 0 -58px;
  margin-left: 45px; }

.pay__input {
  height: 46px;
  width: 231px;
  font-weight: 500;
  font-size: 16px;
  background: #f6f6f6;
  color: #171717;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 0 14px;
  margin-right: 14px;
}

.pay__error {
  color: #171717;
  font-weight: 400;
  display: none;
  position: absolute;
  left: 0;
  top: -25px; }
.pay__error.active {
  display: block; }

/**FOOTER**/

.footer {
  position: relative;
  height: 260px;
  background: #191919;
  color: #ffffff;
  line-height: 1.6; }

.footer__wrapper{
  width: 1200px;
  padding: 30px 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.footer__wrapper {
  height: 100%;
  display: block;
  align-items: center; }

.footer__text-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #222;
}

.footer__left {
  width: 810px;
  font-family: Arial;
  color: #878787;
  font-size: 12px;
}

.footer__right {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__link{
  color: #e7e7e7;
  font-family: Arial;
  font-size: 12px;
  transition: 0.4s;
}

.footer__link:hover {
  color: #ff0000;
}

.footer__link{
  width: 90px;
  padding: 5px 0;
  text-align: right;
}

.footer__copy-social{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-family: Arial;
  font-size: 12px;
  color: #878787;
}

/**SIGNED**/

.signed {
  display: flex;
  order: 3;
  margin-left: auto;
  position: relative;
  font-weight: 400;
  font-size: 14px; }

.signed__avatar {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin: 0 10px;
  overflow: hidden; }

.signed__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.signed__name a{
  font-size: 18px;
  color: #ea3038;
  text-decoration: underline;
}

.signed__balance {
  display: flex;
  align-items: center;
  color: #ea3038;
  margin-top: 10px; }

.signed__currency {
  font-size: 8px;
  align-self: flex-start;
  margin-top: 5px;
  margin-left: 2px; }

.signed__add {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  background: rgba(255, 0, 0, 0.2);
  border: none;
  color: #ea3038;
  border-radius: 50%;
  margin-left: 9px;
  font-size: 18px; }

.signed__logout {
  width: 33px;
  height: 33px;
  display: block;
  background: url(../img/icons/sprite.png) no-repeat -68px 0;
  position: absolute;
  top: -8px;
  right: -2px;
  transition: 0s; }


/**PAGE**/

.card {
  position: relative;
  overflow: hidden;
}

.card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title1{
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  padding: 20px 0;
}

.card__content{
  font-family: Arial;
}

.text {
  line-height: 1.3; }

.text p {
  margin-bottom: 10px; }

.text a {
  color: #fff;
  text-decoration: underline; }

.text a:hover{
  color: #ff0000;
}

.text .m-title {
  margin: 15px 0 10px;
  display: block;
}

/**404**/

._404 {
  line-height: 1.5;
  margin: 150px 0 20px; }

._404__title {
  font-size: 50px;
  margin: 0 0 25px;
  color: #ff0000; }

/**OTHER PROFILE**/

.profile-other__head{
  margin: 60px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: left;
}

/**PROFILE**/

.profile__head{
  margin: 60px 0 60px 0;
  display: flex;
  justify-content: left;
}

.profile__ava{
  margin-right: 60px;
}

.profile__head-left{
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.profile__name{
  font-size: 36px;
  color:#fff;
  font-weight: 400;
}

.profile__balance{
  font-family: Arial, sans-serif;
}

.profile__balance span{
  color: #ffffff;
}

.profile__balance-add{
  font-size: 12px;
  font-weight: 400;
  padding: 18px 50px;
  background-color: #ea3039;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1.3;
  text-transform: uppercase;
}

.profile__head-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.profile__head-good{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 270px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.profile__head-good div{
  width: 125px;
  margin-left: 10px;
}

.profile__head-good-info{
  color: #ffffff;
}

.profile__info{
  font-family: Arial;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2;
  margin-bottom: 10px;
}

.profile__form {
  position: relative;
  width: 580px;
  height: 44px;
  display: flex; }

.profile__field {
  box-sizing: border-box;
  width: 440px;
  height: 100%;
  border: 1px solid #444;
  padding: 0 18px;
  background: #111;
  font-weight: 400;
  margin-right: 10px;
}

.profile__submit {
  width: 140px;
  height: 100%;
  background: #858c92;
  color: #fff;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  border: none;
  transition: 0.3s;
}
.profile__message {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
}
.profile__message:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../img/icons/sprite.png) no-repeat;
}
.profile__message.success {
  color: #16b945;
}
.profile__message.success:before {
  background-position: -48px -3px;
  width: 20px;
  height: 20px;
}
.profile__message.alert {
  color: #e8283a;
}
.profile__message.alert:before {
  background-position: 0 -21px;
  width: 15px;
  height: 15px;
}

.hidden{
  font-size: 12px;
}

.grey-bg{
  margin-left:240px;
}

.profile__empty {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  font-weight: 400;
  font-size: 46px;
  color: #3f3f3f;
  text-align: center;
}

.table__name{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.table__name span{
  color: #565658;
}

.profile__tr {
  font-family: Arial, sans-serif;
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 55px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 5px 0;
}

.profile__tr:nth-child(even){
  background: #202020;
}

.profile__tr:nth-child(odd){
  background: #161616;
}

.profile__th, .profile__td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
  line-height: 20px;
}

.profile__th:nth-child(1), .profile__td:nth-child(1) {
  width: 85px;
  color: #fff;
}

.profile__th:nth-child(2), .profile__td:nth-child(2) {
  width: 90px;
  text-transform: capitalize; }
.profile__th:nth-child(3), .profile__td:nth-child(3) {
  width: 195px;
  text-align: left;
}
.profile__th:nth-child(4), .profile__td:nth-child(4) {
  width: 270px;
  color: #ffffff;
  text-align: left;
}
.profile__th:nth-child(5), .profile__td:nth-child(5) {
  width: 230px;
}

.profile__th:nth-child(6), .profile__td:nth-child(6) {
  width: 40px;
  height: 40px;
  align-items: center;
  text-align: center;
}

.quest{
  position: relative;
  padding: 5px 9px;
  color: #797979;
  border: 1px solid #797979;
  cursor: pointer;
}

.quest:after{
  content: '';
}

.quest:hover{
  background: #ea3039;
  color: #ffffff;
}

.quest:hover:after{
  content: 'Как активировать?';
  color: #ffffff;
  background: #13161c;
  position: absolute;
  left: -130px;
  top: 0;
  padding: 5px;
}



.profile__th {
  color: #fff;
  font-weight: 700;
}

.profile__t-foot {
  padding: 13px 25px;
  margin-top: auto; }

/**PAGINATOR**/

.pagination {
  display: inline-flex;
  background: #333333;
  overflow: hidden; }
.pagination li.active a {
  background: #ea3038;
  color: #fff;
  cursor: default; }
.pagination li.disabled a {
  opacity: 0.5;
  cursor: default; }
.pagination li.prev, .pagination li.next {
  display: none; }
.pagination a {
  color: #ea3038;
  font-weight: 400;
  width: 45px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center; }

/**GOOD PAGE**/

.good-page__layout {
  display: flex;
  justify-content: space-between;
  padding: 50px 15px;
}

.good-page__left {
  width: 300px;
}

.good-page__img_cover, .good-page__images, .good-page__video{
  width: 100%;
  padding: 10px 0;
}

.good-page__images{
  cursor: grab;
}

.slick-dots{
  display: none !important;
}

.good-page__right {
  width: 835px;
  height: auto;
}

.good__breadcrumbs{
  font-family: Arial;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}

.good-page__title-sale{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.good-page__title{
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.good-page__sale{
  font-family: Arial;
  font-size: 11px;
  color: #fff;
  background-color: #ff0036;
  padding: 4px;
  margin-left: 10px;
}

.good-page__info{
  width: 400px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}

.good-page__info-row{
  width: 100px;
  height: 100%;
  margin-right: 30px;
  font-family: Arial;
  font-size: 12px;
  padding: 10px 0;
}

.good-page__info-row div{
  margin-bottom: 6px;
}

.good-page__info-row span{
  color: #fff;
  text-transform: uppercase;
}

.good-page__old-price{
  color: #ea3039;
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
}

.good-page__price{
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.good-page__price-sale-garant{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
}
.good-page__price-sale, .good-page__buy{
  width: 270px;
  margin-right: 30px;
}

.good-page__garant-text{
  width: 535px;
  font-family: Arial;
  font-size: 10px;
  text-transform: uppercase;
}

.good-page__buy-garant{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  align-items: center;
}

.btn-good-disable{
  color: #ea3038;
}

.btn-good-buy{
  width: 270px;
  height: 45px;
  border: none;
  background-color: #ea3039;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.good-garant{
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  padding: 16px 27px;
  border: 1px solid #444;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
}

.good-garant.active{
  border: none;
  background-color: #858c92;
}

.good-page__about-title{
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 15px 0;
}

.good-page__about{
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
}

.good-page__about p{
  padding: 5px 0;
}

.good-page__comments{
  background: url("../img/julik/bg-comments.jpg") top center repeat-x, #f0f2f5;
  padding: 60px 0 30px 0;
}

/**COMMENTS**/

.comment__head{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.comment__title{
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

.comments-filter .btn-filter{
  color: #111111;
}

.comments__content{
  display: inline-block;
}

.comment{
  width: 500px;
  background-color: #ffffff;
  padding: 25px;
  display: inline-block;
  margin: 0 13px 25px 13px;
}

.comment__all{
  display: flex;
  justify-content: flex-start;
}

.comment__ava{
  margin-right: 25px;
}

.comment__img{
  width: 55px;
  height: 55px;
}

.comment__text{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 400;
  color: #13161c;
}

.comment__info{
  color: #747f8c;
  margin-top: 15px;
}

.comments__pagination{
  margin-left: 13px;
}

.comments__pagination .pagination a{
  background-color: #ffffff;
}

.comment__answer{
  padding: 25px;
  background-color: #ffffff;
  margin: 25px 0;
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
}

.comment__answer-head{
  padding-bottom: 25px;
}

.comments__textarea{
  border: none;
  background-color: #eeeeee;
  font-family: "RFDewiExpanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #13161c;
  width: 1100px;
  min-height: 90px;
  padding: 10px;
  margin-bottom: 10px;
}

.comments__captcha{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comments__submit{
  width: 270px;
  height: 45px;
  border: none;
  background-color: #ea3039;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.comment-message{
  padding: 10px;
  color: #01c500;
  font-family: "RFDewiExpanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
}


/**OTHER PAGES**/

.accounts__title, .keys__title{
  font-size: 24px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 200;
  display: block;
}

.accounts__list, .keys__list{
  padding: 0 0 50px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.account, .key, .all-or-nothing, .colls{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-width: 363px;
  width: 363px;
  height: 322px;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  padding: 40px 50px;
  margin: 40px 25px 0 0;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s;
}

.colls:nth-child(1){
  background: url(../img/cases/bfcase.jpg) no-repeat;
}
.colls:nth-child(2){
  background: url(../img/cases/12ac.jpg) no-repeat;
}
.colls:nth-child(3){
  background: url(../img/cases/ubis.jpg) no-repeat;
}
.colls:nth-child(4){
  background: url(../img/cases/simscase.jpg) no-repeat;
}

.account:nth-child(1){
  background: url(../img/cases/acc1.jpg) no-repeat;
}
.account:nth-child(2){
  background: url(../img/cases/acc2.jpg) no-repeat;
}
.account:nth-child(3){
  background: url(../img/cases/acc3.jpg) no-repeat;
}
.account:nth-child(4){
  background: url(../img/cases/acc4.jpg) no-repeat;
}
.account:nth-child(5){
  background: url(../img/cases/acc5.jpg) no-repeat;
}

.account__name{
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  width: 200px;
  margin-bottom: 20px;
}

.account__btn{
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  margin-top: 20px;
  cursor: pointer;
}

.key:nth-child(1){
  background: url(../img/cases/key1.jpg) no-repeat;
}
.key:nth-child(2){
  background: url(../img/cases/key2.jpg) no-repeat;
}
.key:nth-child(3){
  background: url(../img/cases/key3.jpg) no-repeat;
}
.key:nth-child(4){
  background: url(../img/cases/key4.jpg) no-repeat;
}
.key:nth-child(5){
  background: url(../img/cases/key5.jpg) no-repeat;
}

.all-or-nothing.sims{
  background: url(../img/cases/sims.jpg) no-repeat;
}
.all-or-nothing.siege{
  background: url(../img/cases/siege.jpg) no-repeat;
}
.all-or-nothing.rust{
  background: url(../img/cases/rust.jpg) no-repeat;
}
.all-or-nothing.rdr2{
  background: url(../img/cases/rdr2.jpg) no-repeat;
}
.all-or-nothing.pubg{
  background: url(../img/cases/pubg.jpg) no-repeat;
}
.all-or-nothing.overwatch{
  background: url(../img/cases/overwatch.jpg) no-repeat;
}
.all-or-nothing.dungeons{
  background: url(../img/cases/dungeons.jpg) no-repeat;
}
.all-or-nothing.human{
  background: url(../img/cases/human.jpg) no-repeat;
}
.all-or-nothing.gtav{
  background: url(../img/cases/gtav.jpg) no-repeat;
}

/**CASE**/

.case__breadcrumbs{
  font-family: Arial;
  font-size: 11px;
  text-transform: uppercase;
  padding: 40px 15px 30px 15px;
}

.case__top {
  height: 100%;
  position: relative;
  max-width: 2080px;
  margin: 0 auto;
  overflow: hidden;
}

.case__top:before, .case__top:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 650px;
  z-index: 2; }
.case__top:before {
  left: 0;
  background: linear-gradient(to right, #111, transparent); }
.case__top:after {
  right: 0;
  background: linear-gradient(to left, #111, transparent); }
.case__top.multi {
  height: 655px;
  background: #7900ff url(../img/bg/multi-roulette.jpg) top center no-repeat; }
.case__top.multi:before, .case__top.multi:after {
  width: 70px;
  z-index: 0;
  background: url(../img/bg/multi-rulers.png) no-repeat center; }
.case__top.multi:before {
  left: 0; }
.case__top.multi:after {
  right: 0;
  transform: rotate(180deg); }

.case__name {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 33px 0 38px;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  text-align: center; }

.case__roulette {
  position: relative; }

.case__controls {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case__name-price{
  width: 400px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}

.case__name-price span{
  color: #ffffff;
}


/*.case__controls:before {
  content: '';
  display: block; }

.case__luckbox, .case__controls:before {
  height: 100%;
  width: 375px; }*/

.case__luckbox {
  box-sizing: border-box;
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500; }

.case__btn {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 90px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  background: #ea3039;
  box-shadow: rgba(234, 48, 57, 0.4) 0 15px 20px; }

.case__response {
  width: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  text-align: center; }

.case__response .message {
  padding: 15px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box; }
.case__response .message.alert {
  background: #faebeb;
  color: #ca3b3b; }
.case__response .message.success {
  color: #01c500;
  background: rgba(1, 197, 0, 0.1); }

.case__opening {
  width: 100%;
  height: 100%; }
.case__opening .btn {
  width: 100%;
  height: 100%; }

.case__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
}

.case__left {
  width: 860px; }

.case__right {
  width: 295px; }

.case__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px; }

.case .card {
  padding: 17px 20px;
  color: #969696;
  line-height: 1.2; }

.case .card__title {
  font-size: 18px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 400;
}

.case .card__descr {
  font-family: Arial;
  color: #9b9b9b;
  margin-bottom: 40px;
}

.case .orange-bg.card {
  color: rgba(255, 255, 255, 0.65);
  box-shadow: rgba(255, 174, 0, 0.4) 0 3px 9px; }

.case .orange-bg .card__title {
  color: #fff; }

.luck-slider {
  background: #555555;
  height: 10px;
  margin: 6px 0;
  position: relative;
  width: 100%;
}

.luck-slider .ui-slider-handle {
  width: 12px;
  height: 20px;
  box-sizing: border-box;
  background: #80d94b;
  border: 5px solid #80d94b;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

.luck-slider .ui-slider-handle:focus {
  outline: none; }
.luck-slider__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #80d94b;
  padding-right: 10px; }

.luck-slider__percent {
  color: #80d94b;
  margin-bottom: 15px;
}
.luck-slider__sum {
  color: #ffae00;
  text-transform: lowercase;
  margin-bottom: 15px;
}

.roulette {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  height: 363px;
}

.roulette__box {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 363px; }

.roulette__item {
  display: inline-block;
  width: 260px;
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

.roulette__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multi .case__roulette {
  height: 100%;
  display: flex;
  justify-content: center; }

.multi .case__name {
  position: absolute;
  top: 0;
  left: 70px;
  right: 70px;
  z-index: 5;
  background: linear-gradient(#8d00fe 0, transparent 200px, transparent 455px, #8d00fe 655px);
  height: 100%;
  box-sizing: border-box; }
.multi .case__name:before {
  content: '';
  width: 100px;
  height: 12px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%); }

.multi .roulette {
  top: 0;
  height: auto;
  width: 200px; }
.multi .roulette__box {
  width: 200px;
  height: 100%;
  margin: 0 60px; }
.multi .roulette__item {
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 320px; }
.multi .roulette__item:first-child {
  margin: -180px 0 0; }

.all-games__head {
  height: 83px;
  background: #edf5f8;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 90px; }
.all-games__head .wrapper {
  display: flex; }

.all-games__link {
  color: #b0bcc1; }

.all-games__title:before {
  content: '';
  width: 3px;
  height: 9px;
  background: url(../img/icons/small-sprite.png) no-repeat;
  display: inline-block;
  margin: 0 15px; }

.hide {
  display: none; }

.text-center {
  text-align: center; }

.noselect {
  user-select: none;
}

.pay__icon.other .sub {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: 600;
  font-size: 14px;
}
.wrapper.message {
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  width: max-content;
  margin-top: -50px;
}
.promo_toggle {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
  color: #ea3038;
  text-decoration: underline;
}
.promo_toggle:hover {
  color: #ff6468;
}
.promo_wrap {
  display: none;
}
.promo_form {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 10px;
}
.promo_result {
  display: none;
}
.promo_result > div.message,
.pay_error {
  margin: 20px 0 0;
  border-radius: 60px;
  text-align: center;
}
.pay_error {
  display: none;
}
.pay__submit:disabled {
  background: lightgray;
  color: white;
  cursor: not-allowed;
}
#pay_err {
  margin: 0;
}
.message.alert {
  color: #ca3b3b;
}
.message.success {
  color: #01c500;
}
