/* Font-face declarations remain global but are only referenced within .section_calc */
@font-face {
  font-family: systopieregular;
  src: url(../../fonts/systopie_regular.otf);
}
@font-face {
  font-family: systopiebold;
  src: url(../../fonts/systopie_bold.otf);
}
@font-face {
  font-family: systopieitalic;
  src: url(../../fonts/systopie_italic.otf);
}
@font-face {
  font-family: systopiebolditalic;
  src: url(../../fonts/systopie_bold_italic.otf);
}

/* Scoped styles for .section_calc */
.section_calc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_calc body.popup-open {
  overflow: hidden;
}

.section_calc :after,
.section_calc :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_calc input::-webkit-input-placeholder {
  color: #000;
}
.section_calc input::-moz-placeholder {
  color: #000;
}
.section_calc input:-ms-input-placeholder {
  color: #000;
}
.section_calc input::placeholder {
  color: #000;
}

.section_calc input {
  transition: color .25s ease;
}

.section_calc input[type=checkbox] {
  display: none;
}

.section_calc input[type=checkbox] + label {
  display: block;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section_calc input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

.section_calc input[type=checkbox] + label:before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  border: 1.5px solid #fff;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  position: absolute;
  left: -40px;
  top: 2px;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  -o-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.section_calc input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -3px;
  left: -30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section_calc ::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.section_calc :-moz-placeholder {
  color: #666;
  opacity: 1;
}
.section_calc ::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.section_calc :-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.section_calc input:focus:required:invalid,
.section_calc textarea:focus:required:invalid {
  color: #666;
}

.section_calc input:required:valid,
.section_calc textarea:required:valid {
  color: #666;
}

.section_calc ul {
  padding: 0;
  margin: 0;
}

.section_calc li {
  list-style-type: none;
  display: inline-block;
  color: #000;
}

.section_calc a {
  color: #757575;
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.section_calc a:hover {
  text-decoration: none;
  color: #fff;
}

.section_calc a:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}

.section_calc span {
  display: block;
}

.section_calc {
  background: #f8f8f8;
  padding: 30px 0;
  padding:15px;
}

.calc_popup {
  width: 675px;
  margin: 0 auto;
  background: #f8f8f8;
  padding: 54px 44px;
}

.calc_popup .phone-inp {
  height: 43px;
  width: 392px;
  text-align: left;
  padding-left: 20px;
  font-size: 19px;
  background-color: #fff;
}

.calc_popup .block-modal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: flex-end;
}

.calc_popup .block-modal.calc_slider {
  margin-bottom: 15px;
}

.calc_popup .noUi-signature {
  top: 32px;
  left: -15px;
}

.calc_popup .noUi-origin:first-child {
  background: #e64c3c;
}

.calc_popup .labels label i {
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.1;
  font-size: 14px;
}

.calc_popup .noUi-base {
  width: 392px;
  background: #b5b5b5;
}

.calc_popup .noUi-origin {
  background: #b5b5b5;
}

.calc_popup .noUi-arrow:before {
  border-top: 4px solid #e64c3c;
}

.calc_popup .noUi-arrow-active:before {
  border-top: 4px solid #b5b5b5 !important;
}

.calc_popup .labels label {
  height: 50px;
  width: 33.33%;
  margin: 0;
}

.calc_popup .labels {
  height: 50px;
  width: 392px;
}

.input_parallelogram.message textarea {
  border: none;
  width: 100%;
  resize: none;
  border: 1px solid #000;
  height: 85px;
  padding-left: 10px;
}

.input_parallelogram.message {
  width: 392px;
}

.calc_popup .submit-button {
  color: #fff;
  border: none;
  display: block;
  height: 53px;
  width: 392px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 43px;
  font-size: 22px;
}

.calc_popup .red {
  color: red;
}

.title-s {
  text-align: center;
  width: 100%;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}

.title-p {
  padding-bottom: 20px;
  text-align: center;
}

.title-s .h2 {
  color: #000;
  font-size: 30px;
  font-family: systopieitalic, sans-serif;
  font-weight: 100;
  background-color: #f8f8f8;
  text-align: center;
  display: inline-block;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
  line-height: 1;
}

.section_calc .title-s:before {
  content: '';
  height: 2px;
  background: #666;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
}

.section_calc .title-p p {
  color: #000;
  font-family: systopieitalic, sans-serif;
  font-weight: 100;
  font-size: 18px;
}

.section_calc .phone-container {
  text-align: right;
  line-height: 1.3;
  position: relative;
  top: 3px;
}

.section_calc .phone-container .phone {
  font-size: 20px;
  font-family: systopiebolditalic, sans-serif;
  text-align: right;
  display: block;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
}

.section_calc .phone-container .phone:hover {
  color: #ff4837;
}

.section_calc #dopoln {
  display: none !important;
}

.car_menu li {
  width: 280px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.car_menu li a {
  display: block;
  margin-bottom: 3px;
  text-decoration: none;
  padding: 7px 15px;
}

.car_menu li a.active,
.car_menu li a:hover {
  background: #ffcd00 url(../img/arrow_act.png) no-repeat 251px 12px;
  -webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
  box-shadow: inset 0 3px 8px 0 #c86d03;
  border-left: 1px solid #c86d03;
  border-right: 1px solid #c86d03;
  padding: 7px 14px;
}

.car_menu li a span {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}

.car_menu li a img {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  float: left;
  opacity: .5;
  margin-right: 10px;
}

.car_menu li a .name {
  display: block;
  color: #304150;
  font-size: 18px;
  font-family: systopieitalic, sans-serif;
  line-height: 1.2;
}

.car_menu li a.active img,
.car_menu li a:hover img {
  opacity: 1;
}

.car_menu li a.active .descripton,
.car_menu li a.active .name,
.car_menu li a:hover .descripton,
.car_menu li a:hover .name {
  color: #000;
}

.car_menu li a .descripton {
  display: block;
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.car_menu .img_car {
  height: 28px;
  width: 65px;
  display: table-cell;
  vertical-align: middle;
}

.car_menu .img_car img {
  width: 90%;
}

.car_menu .text_car {
  display: table-cell;
  text-align: left;
  padding-left: 5px;
  vertical-align: middle;
}

.parallelogram_group label {
  padding-right: 15px;
  margin-left: -7px;
  font: 15px systopiebolditalic, sans-serif;
}

.parallelogram_group .where {
  padding-left: 22px;
}

.input_whence,
.input_where {
  height: 23px;
}

.adr_input {
  display: none;
  position: absolute;
  font-size: 15px;
  outline: 0;
  width: 235px;
  padding: 10px 14px;
  background: 0 0;
  z-index: 5000;
  outline: 0;
  border: none;
}

.main-sl-line {
  background-image: url(../img/bg_slider_auto.png);
  width: 96.5%;
  margin-bottom: 20px;
  height: 20px;
  position: relative;
  right: 20px;
  -webkit-background-size: cover;
  background-size: cover;
}

.adr_block {
  padding-bottom: 43px;
  width: 100%;
  position: relative;
  z-index: 1000;
}

.adr_input.whence_act {
  top: 1px;
  left: 75px;
  padding-bottom: 13px;
  width: 250px;
}

.adr_input.where_act {
  top: 1px;
  left: 423px;
  padding-bottom: 13px;
  width: 250px;
}

.parallelogram_group .adr_block div,
.parallelogram_group .adr_block label {
  float: left;
  display: block;
}

.parallelogram_group .adr_block label {
  line-height: 43px;
  font-family: systopieitalic, sans-serif;
}

.parallelogram_group .adr_block label.input_where {
  float: right;
  margin-right: 30px;
}

.input_parallelogram {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  display: inline-block;
  border: 2px solid #555;
  width: 250px;
  height: 44px;
  padding: 8px 15px;
  background-color: #fff;
}

.input_parallelogram.message {
  padding: 0;
  border: none;
}

.input_parallelogram input {
  font-size: 15px;
  font-style: italic;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  outline: 0;
  border: none;
  width: 100%;
}

.input_parallelogram.message textarea {
  border: 2px solid #2c2a20;
  outline: 0;
}

.radio_box_parallelogram label {
  cursor: pointer;
  font-size: 12px;
  color: #747474;
  font-family: systopieitalic, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  display: inline-block;
  line-height: 22px;
  text-align: center;
  padding: 0 13px;
  float: left;
  margin-left: 3px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(23%, #fcfcfc), to(#ebebeb));
  background: -webkit-linear-gradient(top, #fff 0, #fcfcfc 23%, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #fcfcfc 23%, #ebebeb 100%);
  background: linear-gradient(to bottom, #fff 0, #fcfcfc 23%, #ebebeb 100%);
  -webkit-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.radio_box_parallelogram label:nth-child(7),
.radio_box_parallelogram label:nth-child(8) {
  display: none;
}

.radio_box_right label {
  height: 47px;
  width: auto;
  font-size: 15px;
  line-height: 30px;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 400;
  margin-left: 0;
  color: #000;
}

.section_calc .radio_box_right label:first-child {
  padding: 0 18px;
}

.radio_box_parallelogram input[type=radio] {
  display: none;
}

.radio_box_parallelogram label span {
  display: block;
  top: -6px;
  position: relative;
  width: auto;
  margin-top: 0;
  font: 12px systopiebolditalic, sans-serif;
  font-weight: 400;
  float: none;
  text-transform: uppercase;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  letter-spacing: 1px;
}

.radio_box_parallelogram label b {
  font-style: normal;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
}

.radio_box_right {
  position: relative;
  top: -22px;
  left: 30px;
}

.radio_box_parallelogram label b {
  font-family: systopiebolditalic, sans-serif;
}

.radio_box_parallelogram .active {
  color: #000;
  background: #ffcd00;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
  box-shadow: inset 0 3px 8px 0 #c86d03;
  border: 1px solid #c86d03;
}

.radio_box_parallelogram label span {
  font-family: systopieitalic, sans-serif;
}

.lease_time_block {
  margin: 28px 0 78px -6px
}

.lease_time_block > span {
  /*width: 115px;
  float: left;
  display: block;*/
	font: 15px / 15px systopieitalic, sans-serif;
    margin: 20px auto;
}

.lease_time_block .lease_time_slider {
  float: left;
  width: 570px;
}

.radio_box_title {
  font: 20px systopieitalic, sans-serif;
  margin-bottom: 15px;
  margin-left: -5px;
  margin-top: 100px;
}

.porter {
  display: none;
}

.porter_time_block {
  margin: 80px 0 70px 0;
}

.porter_time_block > span {
  width: 205px;
  float: left;
  display: block;
  font: 16px systopieitalic, sans-serif;
  line-height: 12px;
}

.porter_time_block > span {
  margin-left: -5px;
}

.porter_time_block .porter_time_slider {
  float: left;
  width: 475px;
}

.noUi-signature span {
  font-size: 11px;
  font-weight: 700;
  font-family: systopiebolditalic, sans-serif;
  display: inline;
}

.noUi-signature span span {
  font-size: 15px;
  font-family: systopiebolditalic, sans-serif;
}

.left_block {
  float: left;
  height: 215px;
  width: 245px;
  text-align: center;
}

.left_block p {
  text-align: center;
}

.left_block .or {
  font: 14px systopieitalic, sans-serif;
  color: #232327;
  margin: 28px 0 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.left_block .or span {
  background-color: #f8f8f8;
  overflow: hidden;
  letter-spacing: 2px;
  text-align: center;
  width: 245px;
  font-size: 18px;
  padding: 0 5px;
  display: inline;
}

.left_block .or span:before {
  content: '';
  left: 0;
  position: absolute;
  width: 300px;
  height: 1px;
  margin-top: 12px;
  background-color: #bbb;
  z-index: -1;
}

.left_block .phone-container .phone {
  font: 19px systopiebolditalic, sans-serif;
  color: #000;
}

.left_block .phone-container .phone span {
  font-size: 33px;
  display: inline-block;
}

.left_block .phone-container .phone:hover {
  color: #ff4837;
}

.left_block .phone-container .phone_time {
  font: 15px systopieitalic, sans-serif;
  color: #aeaeae;
  text-align: center;
  padding-top: 5px;
}

.right_block {
  float: left;
  margin: 50px 0 0 60px;
}

.right_block .chek_home {
  width: 350px;
  padding: 0 21px 0 27px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  background: url(../img/bg_check.png) repeat-x 0 0 #fff;
  margin: 0 4px;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  padding-bottom: 15px;
}

.right_block .bottom_line {
  background: url(../img/bg_check_bott.png) no-repeat 0 100%;
  margin: 0;
  height: 10px;
}

.right_block .item {
  color: #232327;
  margin-top: 6px;
  padding-bottom: 5px;
}

.right_block .item span {
  float: right;
}

.right_block .item span sub {
  vertical-align: super;
  text-transform: uppercase;
  font: 10px systopiebolditalic, sans-serif;
}

.right_block .item.price {
  height: 32px;
}

.right_block .item.price .total-txt {
  font: 21px systopiebolditalic, sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  float: left;
  color: #000;
  letter-spacing: 2px;
}

.right_block .price_mkad,
.right_block .price_val {
  float: left !important;
  margin-right: 4px;
}

.right_block .item.price span {
  font: 32px/32px systopiebolditalic, sans-serif;
  color: #e14a3b;
}

.right_block .item.price span sub {
  font-size: 15px;
}

.right_block .desc {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 12px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: systopieregular, sans-serif;
  padding-bottom: 5px;
}

.right_block .desc.all_price {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 110%;
  font-family: Arial, sans-serif;
}

.right_block hr {
  background: url(images/line.png);
  height: 13px;
  border: none;
  margin: 10px -27px 0 -27px;
}

.right_block hr.top_line {
  background: url(images/line2.png);
}

.submit-button {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background-color: #f38c37;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e8513c));
  background-image: -webkit-linear-gradient(top, transparent 0, #e8513c 100%);
  background-image: -o-linear-gradient(top, transparent 0, #e8513c 100%);
  background-image: linear-gradient(to bottom, transparent 0, #e8513c 100%);
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  width: 240px;
  margin-top: 50px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.submit-button:hover {
  background-color: #e8513c;
}

.bottom .submit-button {
  display: inline-block;
  float: left;
  margin-left: 330px;
}

.submit-button a,
.submit-button input {
  background: 0 0;
  border: none;
  outline: 0;
  font: 24px systopiebolditalic, sans-serif;
  color: #fff;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  padding: 9px 28px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-shadow: 0 1px 2px #666;
  text-align: center;
  font-family: systopieitalic, sans-serif;
  font-weight: 400;
}

.main-slider {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  max-width: 100%;
}

.main-slider .right-block > div,
.main-slider img {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
}

.main-slider .left-block {
  border: 1px solid #e5e5e5;
  float: left;
  height: 225px;
  background: #fff;
}

.main-slider .left-block img {
  padding: 20px 42px;
  width: 105%;
}

.main-slider .right-block {
  float: left;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 25px;
  height: 225px;
  background: #f8f8f8;
  width: 393px;
}

.main-slider .right-block .volume_tonnage_size {
  margin-left: -23px;
}

.main-slider .h2 {
  color: #e14a3b;
  font: 15px systopiebolditalic, sans-serif;
  margin: 21px 0 18px;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.main-slider .h2 span {
  font-size: 30px;
  position: relative;
  font-family: systopiebolditalic, sans-serif;
  top: 6px;
  display: inline;
}

.main-slider .h3 {
  font: 26px systopieitalic, sans-serif;
  margin-bottom: 17px;
  height: 66px;
  margin-left: -15px;
  text-indent: 8px;
  line-height: 110%;
}

.main-slider .span-group span {
  font: 15px systopieitalic, sans-serif;
  padding-right: 15px;
  margin-right: 15px;
  display: block;
  float: left;
  background: url(../img/separator.png) no-repeat right top;
  line-height: 26px;
}

.section_calc .labels label i {
  display: block;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.submit-button a,
.submit-button input {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section_calc input.valid[type=checkbox]:checked + label:before {
  top: -1px;
}

.section_calc .brd-input label.error {
  color: red;
  font-size: 13px;
  transition: all .25s ease;
}

.section_calc .pass-block {
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: -80px;
}

.section_calc .i-take-block {
  position: relative;
  display: block;
  padding-bottom: 10px;
  min-width: 230px;
}

.section_calc .i-take-block label {
  position: relative;
  display: block !important;
  width: 100%;
  height: auto;
  padding: 0px;
  padding-left: 35px;
  cursor: pointer;
  text-align: left;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
}

.section_calc .i-take-block label:before {
  content: "";
  display: inline-block;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  background: #ffcd00;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-box-shadow: inset 0 3px 8px 0 #c86d03;
  box-shadow: inset 0 3px 8px 0 #c86d03;
  border: 1px solid #c86d03;
}

.section_calc .i-take-block input[type=checkbox] {
  display: block !important;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
}

.section_calc .i-take-block input[type=checkbox]:checked + label:before {
  left: 5px !important;
  top: -3px !important;
  background-color: transparent;
  border: 4px solid #feca01;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-target * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default;
}

.noUi-base {
  width: 100%;
  height: 12px;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #bfbfbf;
  background: #e64c3c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 0;
}

#bell .noUi-base {
  background: #d4d4d4;
}

.noUi-handle {
  background: url(../../img/new-calculator/slider-icon.png);
  height: 42px;
  width: 37px;
  margin: -11px 0 0 -23px;
}

.noUi-active {
  opacity: 0.8;
}

.noUi-signature {
  position: relative;
  top: -10px;
  left: -36px;
  height: 22px;
  text-align: center;
  width: 60px;
  color: #000;
  font: 16px 'Systopie';
  font-weight: bold;
  font-style: italic;
  background: #ffcd00;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  -moz-box-shadow: inset 0px 3px 8px 1px #c86d03;
  -webkit-box-shadow: inset 0px 3px 8px 1px #c86d03;
  box-shadow: inset 0px 3px 8px 1px #c86d03;
}

#bell .noUi-signature {
  top: 33px;
  left: -5px;
}

.noUi-signature span {
  line-height: 22px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
}

.noUi-arrow-block {
  margin-top: 10px;
}

.noUi-arrow {
  height: 10px;
  float: left;
  width: 10px;
  position: relative;
}

.noUi-arrow:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d4d4d4;
  position: absolute;
}

#bell .noUi-arrow:before {
  border-top: 4px solid #e64c3c;
}

.noUi-arrow-active:before {
  border-top: 4px solid #e64c3c !important;
}

#bell .noUi-arrow-active:before {
  border-top: 4px solid #d4d4d4 !important;
}

.noUi-connect {
  background: Teal;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: #d4d4d4;
  z-index: 1;
}

#bell .noUi-origin:first-child {
  background: #e64c3c;
}

.noUi-origin-upper {
  background: inherit !important;
  border-radius: inherit;
}

.noUi-z-index {
  z-index: 10;
}

.noUi-vertical {
  width: 40px;
  height: 100%;
}

.noUi-vertical .noUi-origin {
  bottom: 0;
  left: 0;
}

.noUi-vertical .noUi-handle {
  margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
  background: #999;
}

.noUi-target[disabled] .noUi-connect {
  background: #BBB;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}