.crafting-app .vb>.vb-dragger>.vb-dragger-styler {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
    transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
    background-color: #8E7360;
    margin: 5px 5px 5px 0;
    border-radius: 20px;
    height: calc(100% - 10px);
    display: block
}

.crafting-app .vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #8E7360
}

.crafting-app .vb>.vb-dragger:hover>.vb-dragger-styler {
  background-color: #8E7360
}

.crafting-app .vb.vb-dragging>.vb-dragger>.vb-dragger-styler {
  background-color: #8E7360
}

.crafting-app .vb.vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #8E7360
}

.box__body {
    text-align: left;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .04);
}

.recipe {
  height: 152px;
  padding: 10px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  background: #c7c7c7;
  border: 1px solid #c3baba;
  border-radius: 5px;
  font-size: 0;
  line-height: 0;
  float: left;
  position: relative
}

.recipe i {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #8b8b8b;
  box-shadow: 1px 1px 0 0 #fff, inset 1px 1px 0 0 #373737;
  margin: 1px;
  position: relative
}

.recipe i:before {
  top: 5px;
  left: 5px
}

.recipe i b {
  position: absolute;
  right: 5px;
  bottom: 15px;
  font-family: sans-serif;
  font-smooth: never;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-shadow: 2px 2px 0 #3f3f3f
}

.recipe i.active {
  cursor: pointer
}

.recipe_input,
.recipe_output {
  display: inline-block;
  width: 132px;
  height: 132px;
  float: left
}

.recipe_output {
  position: relative
}

.recipe_output i {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 40px;
  right: 0
}

.recipe_output i:before {
  top: 10px;
  left: 10px
}

.recipe_output i:after {
  content: "➡";
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  color: #8b8b8b;
  position: absolute;
  left: -55px;
  top: 25px;
  text-shadow: 1px 1px 0 #fff
}

.recipe_dark {
  background: transparent;
  border: 0
}

.recipe_dark i {
  background-color: #252525;
  box-shadow: 1px 1px 0 0 #000, inset 1px 1px 0 0 #303030
}

.recipe_dark .recipe_output i:after {
  color: #252525;
  text-shadow: 1px 1px 0 #000
}

.recipe_shapeless:before {
  content: "⇄";
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 10px;
  color: #8b8b8b;
  text-shadow: 1px 1px 0 #FFF
}

.recipe_stonecutting:before {
  content: "Камнерез";
  position: absolute;
  top: 15px;
  left: 10px;
  color: #404040;
  font-size: 16px
}

.recipe_stonecutting .recipe_input {
  position: relative
}

.recipe_stonecutting .recipe_input i {
  position: absolute;
  left: 40px;
  top: 44px
}

.recipe_stonecutting .recipe_output i {
  right: 50px
}

.recipe_brewing .recipe_input {
  background: url("../images/brewing_blaze.png") no-repeat 32px 5px
}

.recipe_brewing .recipe_input:after {
  background: url("../images/brewing_bubbles.gif") no-repeat;
  content: "";
  position: absolute;
  width: 24px;
  height: 57px;
  left: 102px;
  top: 10px
}

.recipe_brewing .recipe_input i {
  z-index: 10
}

.recipe_brewing .recipe_input i:nth-child(2) {
  left: 130px;
  top: 17px;
  position: absolute
}

.recipe_brewing .recipe_input i:nth-child(3) {
  left: 130px;
  top: 91px;
  position: absolute
}

.recipe_brewing .recipe_output i:after {
  left: -42px
}

.recipe_smelting .recipe_input {
  position: relative
}

.recipe_smelting .recipe_input i {
  position: absolute;
  left: 44px
}

.recipe_smelting .recipe_input i:nth-child(2) {
  top: 88px
}

.recipe_smelting .recipe_input:after {
  background: url('../images/furnace.gif') no-repeat;
  position: absolute;
  width: 36px;
  height: 36px;
  content: "";
  left: 50px;
  top: 46px
}

.recipe_smelting .recipe_output i:after {
  left: -80px;
  color: #fff;
  text-shadow: 1px 1px 0 #8b8b8b
}

.crafting-app__title {
  color: #fff;
  font-family: Arial;
  font-size: 22px;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 10px
}

.crafting-app__wrapper {
  margin: 15px 0;
  overflow: hidden
}

.crafting-app__recipe {
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
  float: left
}

.crafting-app__control {
  display: inline-block;
  margin-right: 15px;
  float: left;
  user-select: none
}

.crafting-app__btn {
  width: 24px;
  background: rgba(255, 255, 255, .03);
  height: 50px;
  text-align: center;
  padding-top: 15px;
  color: var(--text-brown);
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
}

.crafting-app__btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .05);
}

.crafting-app__btn_back {
  float: left;
  margin-right: 10px;
  height: 152px;
  padding-top: 65px;
  -webkit-touch-callout: none
}

.crafting-app__btn_active {
  color: #fff;
  cursor: pointer
}

.crafting-app__recipe-index {
  height: 52px;
  padding-top: 16px;
  text-align: center
}

.crafting-app__ingredients {
  display: inline-block;
  float: left;
}

.crafting-app__ingredients ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: column wrap;
  margin: 13px 0 0 0;
}

.crafting-app__ingredients ul li {
  width: 190px;
  float: left;
  padding-left: 0;
  margin-bottom: 8px;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.crafting-app__ingredients ul li:before {
    content: '';
    display: none;
}

.crafting-app__ingredients ul li i {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.crafting-app__ingredients ul li i.active {
  cursor: pointer
}

.crafting-app__items {
  width: 100%;
  height: 520px;
  overflow-y: scroll
}

.crafting-app__item {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 3px;
}

.crafting-app__item_active {
    background: #70a341;
}

.crafting-app__item:before {
  top: 6px;
  left: 6px
}

.crafting-app__item:not(.crafting-app__item_active):hover {
    background: rgba(255, 255, 255, .1);
}

.crafting-app .vb>.vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0
}

.crafting-app .vb .vb-content {
  padding-right: 10px
}

.crafting-app_mobile .crafting-app__title {
  color: #000
}

.crafting-app_mobile .crafting-app__btn {
  background: #f5f5f5;
  color: #d8d8d8
}

.crafting-app_mobile .crafting-app__btn_active {
  color: #8c8c8c
}

.crafting-app_mobile .crafting-app__search {
  background-color: #f5f5f5;
  border: 1px solid #DDD
}

.crafting-app_mobile .crafting-app__item_active {
  background: #b3b3b3
}

.crafting-app_mobile .crafting-app__item:hover {
  background: #b3b3b3
}

.crafting-app_mobile .vb>.vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0
}

.crafting-app_mobile .vb>.vb-dragger>.vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: rgba(68, 68, 68, 0.18);
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block
}

.crafting-app_mobile .vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #b3b3b3
}

.crafting-app_mobile .vb>.vb-dragger:hover>.vb-dragger-styler {
  background-color: #b3b3b3
}

.crafting-app_mobile .vb.vb-dragging>.vb-dragger>.vb-dragger-styler {
  background-color: #b3b3b3
}

.crafting-app_mobile .vb.vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #b3b3b3
}

.crafting-app_mobile .vb .vb-content {
  padding-right: 10px
}

@media only screen and (max-width:805px) {
  .crafting-app_mobile .crafting-app__control {
    margin-right: 0
  }

  .crafting-app_mobile .crafting-app__ingredients {
    display: none
  }
}

@media only screen and (max-width:430px) {
  .crafting-app_mobile .crafting-app__recipe {
    margin-right: 0
  }

  .crafting-app_mobile .crafting-app__control {
    width: 100%;
    position: relative;
    margin-top: 10px
  }

  .crafting-app_mobile .crafting-app__control .crafting-app__btn {
    position: absolute;
    top: 0;
    padding: 5px 0;
    height: auto
  }

  .crafting-app_mobile .crafting-app__control .crafting-app__btn_next {
    right: 0
  }

  .crafting-app_mobile .crafting-app__control .crafting-app__btn_prev {
    left: 0
  }

  .crafting-app_mobile .crafting-app__control .crafting-app__recipe-index {
    height: auto;
    padding: 5px 0
  }

  .crafting-app_mobile .crafting-app__wrapper {
    margin-bottom: 10px
  }

  .crafting-app_mobile .crafting-app__categories {
    margin-bottom: 0
  }

  .crafting-app_mobile .crafting-app__category {
    margin-bottom: 10px
  }
}

@media only screen and (max-width:400px) {
  .crafting-app_mobile .crafting-app__recipe {
    margin-top: 10px
  }

  .crafting-app_mobile .crafting-app__btn_back {
    height: auto;
    padding: 5px 0;
    float: none
  }
}

[v-cloak] {
  display: none
}