/*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: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  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 {
  color: #ddd;
  font-family: "RFDewiExpanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  min-width: 1200px;
}

.user_page, .user_other_page {
  background: url("../img/frost/bg.jpg") 50% 0 repeat-x, #fff;
}

.goods_page {
  /*background: url("../img/frost/bg_goods.jpg") 50% 0 repeat-x, #fff;*/
  background: #1D1E23;
}

.case_page {
  background: url("../img/frost/bg_case.jpg") 50% 0 repeat-x,
  #fff;
  background-size: auto;
}

.many_cases_page {
  background: url("../img/frost/accs.jpg") 50% 0 repeat-x,
  #fff;
}

.custom_page {
  background: #1d1e23;
}

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: 159px;
  height: 25px;
  background: url(../img/frost/logo-w.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: #ffce26;
}

.login {
  display: flex;
  margin-left: auto;
}

.login__link {
  padding: 0 20px;
  margin-left: 20px;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  font-weight: 700;
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.login__link {
  border: 1px solid #fff;
}
.modal .login__link {
  border: 1px solid #000;
}

.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/frost/login.png) no-repeat;
}
.icon.vk {
  background-position: 0 -25px;
}
.icon.steam {
  background-position: 0 0;
}
.modal .icon.vk {
  filter: invert(0.85);
}

.wrapper {
  width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.mine-cases {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
  height: 315px;
}

.mine-cases__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 300px;
  height: 315px;
  color: #fff;
  font-size: 11px;
  font-weight: 200;
  padding: 40px 50px;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s;
}

.mine-cases__item:hover {
  margin-top: -30px;
}

.mine-cases__item:nth-child(1) {
  background-color: #8296a2;
}

.mine-cases__item:nth-child(2):after {
  content: url(../img/frost/mine2.png);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 2;
}

.mine-cases__item:nth-child(3):after {
  content: url(../img/frost/mine1.png);
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 2;
}

.mine-cases__item:nth-child(2) {
  background-color: #5f2cbc;
  width: 470px;
  width: 560px;
  width: 600px;
}

.mine-cases__item:nth-child(3) {
  background-color: #018864;
  width: 380px;
  width: 560px;
  width: 520px;
}

.ordinary-cases__item:nth-child(2):after {
  content: url(../img/case-key.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;
}

.mine-cases__mine {
  color: #b7c2c8;
  text-transform: uppercase;
}

.mine-cases__name {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  width: 200px;
  margin-bottom: 20px;
  font-size: 26px;
  width: 240px;
}

.mine-cases__descr {
  width: 170px;
  font-family: Arial;
  color: #dbdbdb;
  font-size: 12px;
  /*text-transform: uppercase;*/
  width: 200px;
}

.mine-cases__open {
  font-family: Arial;
  background-color: #ffce26;
  color: #13161c;
  padding: 15px 30px;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  margin-top: 20px;
  cursor: pointer;
}

.mine-cases__open span {
  margin-left: 5px;
  font-weight: 700;
}

.purchases {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 160px 0;
  box-sizing: border-box;
}

.purchases__line {
  padding: 5px 0;
  display: flex;
  align-items: center;
  height: 100px;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 40px;
}

.purchase {
  display: block;
  position: relative;
  overflow: hidden;
  width: 68px;
  height: 100%;
  margin-right: 10px;
  flex: 0 0 auto;
  font-size: 0;
  transition: 0.3s ease-in-out;
}

.purchases__up {
  display: flex;
  justify-content: space-between;
  width: 355px;
}

.purchases__left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
}

.purchases__title {
  font-weight: 700;
  font-size: 24px;
  color: #1d1d1d;
}

.purchases__text {
  color: #545050;
  font-weight: 400;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3;
}

.purchases__right {
  display: flex;
  justify-content: space-between;
}

.purchases__stats {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: right;
  text-align: right;
  width: 60px;
  margin-left: 20px;
}

.purchases__num {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
}

.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: 8px;
  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: 10px;
  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;
  color: #1c1c1c;
  padding: 20px 0;
  font-weight: 400;
  display: block;
}

.index-title-dark {
  font-size: 24px;
  color: #fff;
  padding: 20px 0;
  font-weight: 400;
  display: block;
}

.index-descr {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3;
  width: 390px;
  display: inline-block;
  position: relative;
}

/*PACKS*/

.packs__all {
  box-sizing: border-box;
  width: 1170px;
  height: 700px;
  position: relative;
}

.packs-img {
  position: absolute;
  width: 707px;
  height: 847px;
  right: -325px;
  bottom: 0;
}

.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: 425px;
  height: 390px;
  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/frost/case1.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.packs-cases__item:nth-child(2):after {
  content: url(../img/frost/case2.jpg);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.black {
  color: #000;
}

.packs-cases__num {
  font-size: 120px;
  font-weight: 400;
}

.packs-cases__name {
  font-size: 26px;
  font-weight: 200;
  width: 270px;
  line-height: 1.3;
}

.packs-cases__descr {
  width: 240px;
  line-height: 1.3;
  font-family: Arial;
}

.packs-cases__open {
  font-family: Arial;
  background-color: #ffce26;
  color: #13161c;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  margin-top: 20px;
}

.black .packs-cases__open {
  border: 1px solid rgba(0, 0, 0, 1);
}

/**GOODS LINE**/

.index-goods__line {
  background-color: #1d1d1d;
  font-size: 9px;
  font-weight: 700;
  width: 1100px;
  padding: 25px 35px;
  margin: 60px 0 30px;
  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: #ffce26;
}

/*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;
  height: 341px;
  margin: 0 0 30px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
.good.empty {
  background: transparent;
}

.good-page__left {
  width: 300px;
}
.good-page__right {
  width: 835px;
  height: auto;
}
.good-page__img_cover, .good-page__images, .good-page__video {
  width: 100%;
  padding: 10px 0;
}

.good__img {
  position: relative;
}

.good-img {
  width: 244px;
  height: 341px;
  opacity: 1;
  transition: 0.4s;
}

.good:hover .good-img {
  opacity: 0.5;
}

.good__name {
  position: absolute;
  top: 45%;
  width: 224px;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
}

.good__name span {
  display: block;
}

.good:hover .good__name {
  opacity: 1;
}

.good__price {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  background-color: #fff;
  color: #1d1d1d;
  width: 70px;
  height: 36px;
  position: absolute;
  left: 87px;
  bottom: 25px;
}

.sale .good__price, .new .good__price {
  left: 45px;
  bottom: 25px;
}

.good__price span {
  font-size: 10px;
  margin-left: 2px;
}

.good__sale {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  background-color: #ffce26;
  color: #1d1d1d;
  width: 70px;
  height: 36px;
  position: absolute;
  right: 45px;
  bottom: 25px;
}

.good__new {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  background-color: #446ad6;
  color: #fff;
  width: 70px;
  height: 36px;
  position: absolute;
  right: 45px;
  bottom: 25px;
}

.btn-super {
  color: #fff;
  background-color: #8cafcf;
  padding: 20px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  height: 45px;
  margin: 0 25%;
}

/**Modal**/

.card__title {
  font-weight: 400;
  font-size: 18px;
  color: #1d1e23;
}

.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;
  text-align: center;
  width: 100%;
}

.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: absolute;
  right: 16px;
  top: 20px;
  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;
  position: relative;
  padding: 0 50px 20px;
}

.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 {
  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,
.modal .email__continue {
  height: 46px;
  width: 212px;
  background: #ffce26;
  border: 0;
  padding: 0 15px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #1c1c1c;
  text-transform: uppercase;
}


.modal.auth {
  background: #fff;
}

.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.other {
  background-position: -119px -125px;
  height: 41px;
  width: 144px; }
*/
.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: 420px;
  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__logo {
  opacity: 0.3;
}

.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__info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
}

.signed__avatar {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 5px;
  margin: 0 10px;
  overflow: hidden;
}

.signed__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.signed__name a {
  font-size: 18px;
  color: #ffce26;
  text-decoration: underline;
}

.signed__balance {
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  color: #ffce26;
  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: 23px;
  width: 23px;
  background: rgba(255, 205, 0, 0.2);
  border: none;
  color: #ffce26;
  border-radius: 50%;
  margin-left: 9px;
  font-size: 18px;
  line-height: 20px;
}

.signed__name a {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.signed__logout {
  width: 33px;
  height: 33px;
  display: block;
  background: url(../img/icons/sprite.png) no-repeat -68px 0;
  position: absolute;
  top: -15px;
  right: -6px;
  transition: 0s;
}

/**PAGE**/

.card {
  position: relative;
  overflow: hidden;
}

.card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title__page {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
}

.card__content {
  font-family: Arial;
  color: #1c1c1c;
}

.page__content {
  font-family: Arial;
  margin-bottom: 50px;
  color: #fff;
}

.text {
  line-height: 1.3;
}

.text p {
  margin-bottom: 10px;
}

.text a {
  color: #fff;
  text-decoration: underline;
}

.text a:hover {
  color: #745915;
}

.text .m-title {
  margin: 30px 0 30px 0;
  display: block;
  font-size: 16px;
}

/**404**/

._404 {
  line-height: 1.5;
  margin: 150px 0 20px;
}

._404__title {
  font-size: 50px;
  margin: 0 0 25px;
  color: #8d7118;
}

/**OTHER PROFILE**/

.profile-other__head {
  margin: 30px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 200px;
  overflow: hidden;
}

/**PROFILE**/

.profile-page {
  color: #b1b6bb;
}

.profile__head {
  margin: 30px 0 60px 0;
  display: flex;
  justify-content: left;
  height: 205px;
  /*overflow: hidden;*/
}

.profile__avatar {
  width: 200px;
  height: 200px;
  margin-right: 60px;
}

.profile__ava {
  object-fit: cover;
  object-position: center top;
}

.profile__head-left {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.profile__name {
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

.profile__balance span {
  color: #ffffff;
}

.profile__head-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}

.profile__head-good {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 400px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin: 20px 0;
}

.profile__head-good div {
  width: 125px;
  margin-right: 10px;
}

.profile__head-good-info {
  color: #ffffff;
}

.profile__info {
  font-family: Arial;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.profile__form {
  position: relative;
  width: 280px;
  height: 40px;
  display: flex;
}

.profile__field {
  box-sizing: border-box;
  width: 240px;
  height: 100%;
  border: 1px solid #444;
  padding: 0 18px;
  background: #111;
  font-size: 12px;
  font-weight: 400;
}

.profile__submit {
  width: 140px;
  height: 100%;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  font-weight: 900;
  border: none;
  transition: 0.3s;
}

.profile__message {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -28px;
}

.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;
}

.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;
}
.profile__empty-row {
  margin: 30px 0 60px;
}

.profile__table {
  color: #1c1c1c;
  font-family: Arial, sans-serif;
}

.profile__tr {
  display: flex;
  min-height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.profile__th, .profile__td {
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.profile__th:nth-child(1), .profile__td:nth-child(1) {
  width: 85px;
}

.profile__th:nth-child(2), .profile__td:nth-child(2) {
  width: 140px;
  text-transform: capitalize;
}

.profile__th:nth-child(3), .profile__td:nth-child(3) {
  width: 295px;
}

.profile__th:nth-child(4), .profile__td:nth-child(4) {
  width: 360px;
}

.profile__th:nth-child(5), .profile__td:nth-child(5) {
  width: 260px;
}

.profile__th {
  font-weight: 700;
}

.profile__tr:nth-child(2n) {
  background-color: #cccccc;
}

.profile__t-foot {
  padding: 15px 0 25px;
}

/**PAGINATOR**/

.pagination {
  display: inline-flex;
  background: #333333;
  overflow: hidden;
}

.pagination li.active a {
  background: #ffce26;
  color: #1c1c1c;
  cursor: default;
}

.pagination li.disabled a {
  opacity: 0.5;
  cursor: default;
}

.pagination li.prev, .pagination li.next {
  display: none;
}

.pagination a {
  color: #7d3e00;
  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: 15px 15px;
}

.good-page__title-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.good-page__title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 42px;
}

.good-page__price-sale {
  display: flex;
  flex-flow: column;
}
.case_page .good-page__price-sale {
  justify-content: flex-end;
  text-align: right;
}

.good-page__old-price {
  color: #53545a;
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  margin-right: 15px;
}

.good-page__descr-buy {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.max {
  height: 790px;
}

.text-open {
  max-height: 355px;
}

.text-short-show {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 5px;
}

.good-page__short {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}

.good-page__garant {
  position: relative;
}

.question {
  position: absolute;
  top: 0;
  left: -25px;
  border: 1px solid #ffce26;
  color: #ffce26;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 400;
}

.qtext {
  position: absolute;
  top: -90px;
  left: 0;
  width: 300px;
  background: #111;
  padding: 10px;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  display: none;
}

.question:hover .qtext {
  display: block;
}

.good-page__garant-tabs {
  display: flex;
  flex-flow: row;
  height: 45px;
}

.good-page__small {
  width: 300px;
}

.good-imgs {
  height: 370px;
  max-height: 610px;
  overflow: hidden;
}

.good-page__img_cover {
  width: 100%;
}

.good-page__images, .good-page__video {
  width: 100%;
}

.good-page__images {
  cursor: grab;
}

.slick-dots {
  display: none !important;
}

.good-page__big {
  width: 835px;
}

.breadcrumbs {
  font-family: Arial;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}

.many_cases_page .breadcrumbs,
.case_page .breadcrumbs {
  margin: 30px 0 15px;
}

.good-page__title-sale {
  display: flex;
  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: 420px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0;
}

.good-page__info-row {
  width: 110px;
  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__price {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.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 {
  display: flex;
  flex: 0 0 300px;
  margin-right: 30px;
}
.case_page .good-page__price-sale {
  margin-right: 0;
}

.good-page__garant-text {
  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 {
  background: rgba(255, 14, 10, 0.1);
  color: #ea3038;
  width: 300px;
  height: 45px;
  text-align: center;
  align-items: center;
  line-height: 45px;
}

.btn-good-buy {
  width: 300px;
  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: 10px;
  color: #fff;
  padding: 17px;
  border: 1px solid #444;
  text-align: center;
  cursor: pointer;
  min-width: 66px;
}

.good-garant.active {
  border: none;
  background-color: #858c92;
}

.good-page__about-title {
  font-weight: 400;
  font-size: 18px;
  padding: 15px 0;
}

.good-page__about {
  font-family: Arial;
  font-size: 14px;
  /*color: #1c1c1c;*/
}

.good-page__about p {
  padding: 5px 0;
}

.good-page__comments {
  background: #f0f2f5;
}
.good-page__similar {
  background: #fff;
}
.good-page__comments, .good-page__similar {
  padding: 40px 0 20px;
}
.good-page__similar .card__title {
  margin-bottom: 20px;
}

#good-slider {
  display: none;
 }

/**COMMENTS**/

.comment__head {
  display: flex;
  justify-content: space-between;
  padding: 0 0 25px;
}

.comment__title {
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}

.comments-filter .btn-filter {
  color: #111111;
}

.comments__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.comment {
  width: 500px;
  background-color: #ffffff;
  padding: 25px;
  display: inline-block;
}

.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: 25px 0;
}

.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: 300px;
  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__head, .keys__head {
  height: 200px;
}

.accounts__title, .keys__title {
  font-size: 24px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 200;
  display: block;
}

.accounts__list, .keys__list {
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.account, .key {
  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 0 0;
  align-items: flex-start;
  text-align: left;
  transition: 0.4s;
}

.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;
}

/**CASE**/

.case__top {
  height: 100%;
  position: relative;
  margin: 0 -375px;
  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, #1D1E23, transparent);
}
.case__top:after {
  right: 0;
  background: linear-gradient(to left, #1D1E23, 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: 125px;
  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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
  margin-top: 20px;
}

.case__btn {
  display: flex;
  width: 300px;
  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, 167, 51, 0.4) 0 15px 20px;
}

.case__response {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  text-align: center;
}

.case__response span {
  margin-left: 8px;
  font-weight: 900;
}

.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 {
  color: #f74545;
  background: rgba(255, 14, 10, 0.1);
}

.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: 100px;
  margin-bottom: 30px;
}

.case__left {
  width: 860px;
}

.case__right {
  width: 295px;
}

.case__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.case_page .card {
  padding: 17px 20px;
  color: #969696;
  line-height: 1.2;
}

.case_page .card__title {
  font-size: 18px;
  color: #7c7c7c;
  padding: 20px 0;
  font-weight: 400;
}

.case_page .card__descr {
  font-family: Arial;
  color: #9b9b9b;
  margin-bottom: 40px;
}

.case_page .orange-bg.card {
  color: rgba(255, 255, 255, 0.65);
  box-shadow: rgba(255, 174, 0, 0.4) 0 3px 9px;
}

.case_page .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: #ffce26;
  border: 5px solid #ffce26;
  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: #ffce26;
  padding-right: 10px;
}

.luck-slider__percent {
  color: #ffce26;
  margin-bottom: 15px;
}

.luck-slider__sum {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 15px;
}

.roulette {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  height: 363px;
  left: 0;
}

.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__item:first-child {
  margin-left: -80px;
}

.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;
}

.pay__submit, .profile__submit, .profile__balance-add, .btn-good-buy, .btn-super, .case__btn, .account__btn, .comments__submit {
  border: none;
  font-size: 11px;
  font-weight: 900;
  padding: 14px 50px;
  background-color: #ffce26;
  color: #000;
  cursor: pointer;
  letter-spacing: 1.3px;
  text-align: center;
  text-transform: uppercase;
}

.profile__balance-add {
  padding: 20px 50px;
}

.accounts__descr, .keys__descr {
  width: 560px;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.wrapper > .message.alert {
  margin-top: 0;
}

.wrapper > .message.alert > .card__content {
  margin: 50px 0 50px;
  color: red;
}

.pay__submit {
  padding: 0;
}
