[type=checkbox]:checked:disabled+.switch__bar {
  background: rgba(112, 184, 57, 0.4)
}

[type=checkbox]:not(:checked):disabled+.switch__bar {
  background: rgba(255, 87, 34, 0.4)
}

.control_disabled,
.control_disabled:hover {
  background: #cbcfd2;
  color: #7c7c7c;
}

.control_disabled:before,
.control_disabled:after {
  cursor: auto;
}

.plus:not(.control_disabled):hover,
.minus:not(.control_disabled):hover {
  background: rgba(253, 227, 167, 0.7);
}

.btn-blue--disabled {
  cursor: auto;
}

.icon-volume-on:before {
  background: url(../images/icons/volume_on.svg) 0 0 no-repeat;
}

.icon-volume-off:before {
  background: url(../images/icons/volume_off.svg) 0 0 no-repeat;
}

.icon-volume-on:before,
.icon-volume-off:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}

.roll_active {
  background: url("../images/roll_green.svg") 0 0 no-repeat;
}

.study,
.nmb-list {
  margin-top: 0;
}

.multi--db .select2-container {
  margin-bottom: 0;
}

.multi--db .switch-wrap {
  margin-bottom: 0;
}

.select2-container--open .select2-dropdown {
  z-index: 1000 !important;
}

.multi-wrap__item--columns {
  width: 10%;
}

.multi-wrap__item--columns .multi {
  height: initial;
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: white;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #694a04;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical {
  background: #694a04;
  border-radius: 10px;
}

.icon-stop {
  text-align: center;
}

.icon-stop:before {
  background: url(../images/icons/icons.svg#stop) 0 0 no-repeat;
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
}

@media screen and (max-width: 767.98px) {
  body {
    padding-left: 0;
  }
}

.btn-red {
  cursor: not-allowed;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  min-width: 50px;
  margin-left: 20px;
  line-height: 46px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.btn-red span:before {
  background: rgb(244, 66, 54);
}

.btn-red span {
  background: rgb(244, 66, 54);
  display: block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 8px;
}

.minis-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/* .multi-wrap__item {
  width: 20%;
} */

/* .multi-wrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
} */


/* .nmb-list {
  min-width: 21.25em;
  margin: 3.75em auto 0;
  padding: 1.875em;
}

.nmb-list ul li {
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.25;
}
.field--sm {
  width: 7.5em;
}

.field-num .field {
  padding: 0 1.5625em;
}
.field-num--lg .field {
  margin-bottom: 0.625em;
  height: 2.1875em;
  font-size: 2em;
  margin-top: 0.625em;
}

.field-num--lg .minus, .field-num--lg .plus {
    bottom: 1.25em;
}

.minus {
    left: 0.625em;
}

.minus, .plus {
  bottom: 0.625em;
  height: 1.875em;
  width: 1.875em;
  line-height: 1.5;
}

.minus:before, .plus:before {
  font-size: 1.3125em;
}

.btn--sm {
  height: 3.5em;
  width: 16em;
  font-size: 0.95em;
  line-height: 1;
}

.study__smile {
  margin-bottom: 1em;
}

.study__equal {
  margin-bottom: 0.3125em;
  line-height: 1.25;
  font-size: 2em;
}

.study__ex {
  margin-bottom: 1em;
  font-size: 1.25em;
  line-height: 1.25;
}

.study {
  min-height: 17.8125em;
  margin-top: 3.75em;
  padding: 1.5em 3.5em;
}

.study--sm {
  min-width: 21.25em;
}

.study__title {
  margin-bottom: 0.625em;
  font-size: 2em;
} */



/* .nmb-list {
  display: inline-block;
  min-width: 340px;
  margin: 60px auto 0;
  padding: 30px;
  text-align: center;
} */

@media (min-width: 576px) {

  .block-decor.nmb-list,
  .study--large {
    transform: scale(1.5);
  }
}

@media (min-width: 1024px) {

  /* .block-decor.nmb-list,
  .block-decor.study {
    position: relative;
    top: -100px;
  } */
  .block-decor.nmb-list,
  .study--large {
    transform: scale(2);
  }
}


.nmb-list ul {
  display: inline-block;
  text-align: left
}

.nmb-list ul li {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: right;
}

.nmb-list ul li:last-child {
  margin-bottom: 0
}

.multi-wrap {
  margin: 0 -10px;
  padding-top: 10px;
  font-size: 0
}

.multi-wrap__item {
  display: inline-block;
  vertical-align: top;
  /* width: 20%; */
  padding: 0 15px
}

.multi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 257px;
  margin: 30px 0 0
}

.multi--db {
  display: block
}

.multi--db .multi__in {
  height: 100%;
  padding: 15px 5px 30px 15px
}

.multi--db .label {
  font-size: 12px;
  line-height: 1.25;
  text-align: center
}

.multi--db .field-num {
  margin-bottom: 15px
}

.multi--db .field-num:last-child {
  margin-bottom: 0
}

.multi--db .field,
.multi--db .select2-container {
  margin-bottom: 0;
  height: 40px;
  line-height: 40px
}

.multi--db .select2-container {
  margin-bottom: 15px
}

.multi--db .minus,
.multi--db .plus {
  bottom: 5px
}

.multi--db .minus {
  left: 5px
}

.multi--db .plus {
  right: 5px
}

.multi--db .select2-container .select2-selection--single {
  height: 40px
}

.multi--db .select2-container--default .select2-selection__rendered {
  line-height: 34px
}

.multi--db .select2-container--default .select2-selection__arrow b::after {
  line-height: 40px
}

.multi--db .slimScrollDiv {
  padding-right: 12px
}

.multi__in {
  width: 100%;
  padding: 0 18px
}

/* .multi__name {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase
} */

.multi__name {
  position: absolute;
  top: 0.625em;
  left: 0.625em;
  right: 0.625em;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase
}

.multi__points {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase
}

/* .multi__btn {
  width: 100%;
  height: 44px;
  font-size: 19px;
  line-height: 44px
} */

.multi__btn {
  width: 100%;
  height: 2.5em;
  font-size: 18px;
  line-height: 2.5em
}

.multi__btn+.multi__btn {
  margin-top: 0.835em
}

/* .multi__label {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  text-transform: none
} */

.multi__label {
  display: block;
  margin-bottom: 0.8333333333333334em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: none
}

/* .multi__field {
  margin-bottom: 18px
} */
.fit {
  display: inline-block;
  white-space: nowrap;
}

.multi__field {
  margin-bottom: 1em;
}

.multi__screens {
  width: 100%;
  height: 100%;
  padding: 2.4em 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multi__icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  margin-left: -20px
}

.multi__nmb {
  font-size: 36px;
  font-weight: 900;
  /* line-height: 113px; */
  text-align: center
}

/* .multi__smile {
  display: block;
  margin: 0 auto 10px;
  height: 30px;
  width: 30px
} */

.multi__smile {
  display: block;
  margin: 0 auto 0.625em;
  height: 2em;
  width: 2em;
}

/* .multi__equal {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-align: center
} */

.multi__equal {
  margin-bottom: 0.2777777777777778em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2777777777777777em;
  text-align: center
}

/* .multi__ex {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center
} */

.multi__ex {
  margin-bottom: 0.7142857142857143em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2857142857142858em;
  text-align: center
}

.multi__btns {
  text-align: center
}

.multi__btns .btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  height: 44px;
  width: 74px;
  line-height: 48px
}

.multi__btns .btn i {
  position: relative;
  z-index: 1
}

.multi ul li {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-align: center
}

.multi ul li:last-child {
  margin-bottom: 0
}

/* @media only screen and (max-width: 1530px) {
  .multi-wrap__item {
    width: 25%
  }
}

@media only screen and (max-width: 1280px) {
  .multi-wrap__item {
    width: 33.3333%
  }
}

@media only screen and (max-width: 1050px) {
  .multi-wrap__item {
    width: 50%
  }
} */

@media only screen and (max-width: 1023px) {
  .icon-play-btn:before {
    font-size: 20px;
    line-height: 30px
  }

  .nmb-list {
    margin-top: 35px;
    min-width: 290px;
    padding: 15px
  }

  /* .multi-wrap__item {
    width: 33.3333%
  } */

  .multi__btn {
    font-size: 19px
  }

  .multi__icon {
    width: 30px;
    bottom: -15px
  }
}

/* @media only screen and (max-width: 768px) {
  .multi-wrap__item {
    width: 50%
  }
}

@media only screen and (max-width: 480px) {
  .multi-wrap__item {
    width: 100%
  }
} */