.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

/* @font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
} */

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 3;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }

  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }

  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }

  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }

  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }

  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }

  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }

  .hidden-md {
    display: none !important;
  }
}

@media print {

  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@supports (-webkit-appearance:none) {

  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.webp)
  }

  .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==")
  }

  .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
  }
}

@media (min-width: 768px) {

  @supports (-webkit-appearance:none) {}

}

@media screen and (min-width: 768px) {

  @supports (-webkit-appearance:none) {}

}

@media (min-width: 992px) {

  @supports (-webkit-appearance:none) {}

}

@media (min-width: 1200px) {

  @supports (-webkit-appearance:none) {}

}

@media screen and (max-width: 767px) {

  @supports (-webkit-appearance:none) {}

}

@media (max-width: 767px) {

  @supports (-webkit-appearance:none) {}

}

@media (min-width: 768px) and (max-width: 991px) {

  @supports (-webkit-appearance:none) {}

}

@media (min-width: 992px) and (max-width: 1199px) {

  @supports (-webkit-appearance:none) {}

}

@media print {

  @supports (-webkit-appearance:none) {}

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  @supports (-webkit-appearance:none) {}

}

@media (max-device-width: 480px) and (orientation: landscape) {

  @supports (-webkit-appearance:none) {}

}

@media all and (transform-3d),
(-webkit-transform-3d) {

  @supports (-webkit-appearance:none) {}

}
* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

/* body::-webkit-scrollbar {
    width: 0;
} */

/* html {
    scrollbar-width: none;
} */

body::-webkit-scrollbar {
    width: 2px;
    background-color: black;
}

body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #f3972b;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

@-webkit-keyframes autofill {

    0%,
    100% {
        color: #818181;
        background: #2f2e38;
    }
}

.popup__input:-webkit-autofill,
.popup__input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    border: 1px solid transparent;
    -webkit-text-fill-color: #818181;
}

.popup__input:-internal-autofill-selected {
    background: #2f2e38 !important;
    background-image: none !important;
    color: #818181 !important;
}

input[type=checkbox],
input[type=radio] {
    --active: #f3972b;
    --active-inner: #fff;
    --focus: 0px #2f2e38;
    --border: 0px #2f2e38;
    --border-hover: 0px #f3972b;
    --background: #2f2e38;
    --disabled: #acacb3;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 22px;
    width: 22px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
}

input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
}

input[type=checkbox]:disabled+label,
input[type=radio]:disabled+label {
    cursor: not-allowed;
}

input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
}


input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
}

input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
}

input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
}

input[type=radio]:not(.switch):after,
input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 8px;
    top: 5px;
    transform: rotate(var(--r, 20deg));
}

input[type=radio]:not(.switch):checked,
input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
}

input:required {
    box-shadow: none;
}

:focus {
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    color: #f3972b;
    -webkit-transition: text-decoration-color 0.2s ease;
    -o-transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease;
    text-decoration: underline transparent;
}

a:hover {
    text-decoration-color: #f3972b;
}


ul li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

/* input, textarea, select {
    -webkit-appearance: none;
}

select {
    visibility: hidden;
    } */

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

*::-moz-selection {
    background: #f3972b;
    color: #fff;
}

*::selection {
    background: #f3972b;
    color: #fff;
}

.none {
    display: none;
}

body {
    background: #191a1f;
    color: #e5e5e5;
    font-family: "gilroy-regular";
}

.scroll::-webkit-scrollbar {
    width: 0;
}

.wrap {

    padding: 0 30px 0 0px;
    margin: 0 auto;
}

/* .vm--block-scroll #app {
        overflow: hidden !important;
        width: 100%;
        height: 100vh;
        position: fixed;
} */
.vm--block-scroll {
    overflow: hidden !important;
}

.header .header__body {
    padding: 0 30px 0 30px;
}

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

textarea {
    color: #818181;
}

section {
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}

/* ahaha */
.about {
    padding-bottom: 0;
}

section .wrap {
    padding: 0 30px 30px 60px;
    margin-left: 0;
    margin-right: 0;
}

.article h1.article__title {
    font-size: 24px;
    margin-bottom: 25px;
    max-width: 855px;
}

section .wrap h2:nth-child(1),
section .wrap h1:nth-child(1),
.article h1.article__title {
    margin-top: 53px;
    line-height: 29px;
}

input {
    padding: 18px 15px;
    width: 100%;
    border: 1px solid #252834;
    border-radius: 4px;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
    color: #818181;
    filter: none;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #818181;
}


button {
    transition: background-color 0.3s ease;
    background: none;
}

/* ##### Стили для статей #####*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #919095;
    line-height: 1.5;
    font-family: "gilroy-semibold";
    margin-top: 1rem;
    margin-bottom: 1rem;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 30px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11px;
}

h2.about__title {
    margin-top: 0
}



.article,
.article p {
    font-size: 16px;
    color: #E5E5E5;
    font-family: "gilroy-regular";
    line-height: 31px;
    margin-bottom: 12px;
    word-break: break-word;
}


.article ul,
.article ol {
    margin-bottom: 20px;
}

.article ol {
    counter-reset: myCounter;
}

.article ul li,
.article ol li {
    list-style: none;
    font-size: 14px;
    line-height: 37px;
    color: #e5e5e5;
    position: relative;
    padding-left: 25px;
}

.article ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../img/icons/dots.svg");
    left: 0;
    top: 11px;
}

.article ol li:before {
    counter-increment: myCounter;
    position: absolute;
    left: 0;
    top: 12px;
    content: counter(myCounter);
    color: #000;
    background: #f3972b;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    font-family: 'gilroy-bold';
}

.article pre {
    padding: 8px;
    font-size: 90%;
    color: #777;
    display: block;
    border: none;
    background-color: #23242b;
    border-radius: 4px;
    font-family: 'Courier';
    margin: 8px 0 40px
}

.article__text table {
    margin-bottom: 20px;
    max-width: inherit;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
    line-height: 1rem;
}

.article__text table th,
.article__text table th font,
.article .table tr:nth-of-type(1) th {
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'gilroy-regular';
    text-align: center;
}

.article__text table tbody tr:nth-of-type(2n+1),
.article .table tbody tr.table__row:nth-of-type(2n) {
    background: #131217;
}

.article__text table tbody tr:nth-of-type(2n),
.article .table tbody tr.table__row:nth-of-type(2n+1) {
    background: #19181E;
}

.article table caption {
    color: #E5E5E5;
    text-align: center;
}

.article__text a {
    color: #f3972b;
    text-decoration: underline transparent;
}

.article__text a:hover {
    text-decoration-color: #f3972b;
}

.article__text table tr td,
.article__text table th {
    padding: 15px 10px !important;
    word-break: keep-all;
}

.article__text font {
    font-family: 'gilroy-regular' !important
}

.article p b,
.article p strong,
.article__text span[style*="font-weight: bold"],
.article__text span[style*="font-weight: bold"] font {
    font-family: 'gilroy-semibold' !important;
    font-weight: 600 !important
}

.article__text table tr td,
.article__text table tr td font,
.article .table tr.table__row td {
    font-size: 14px;
    line-height: 1.3;
    border-radius: 0;
    color: #fff;
    font-family: 'gilroy-medium', 'gilroy-regular' !important;
}

.article .table {
    border-collapse: collapse;
}

.article .table tr.table__row {
    background: inherit;
}

.article .table tr td,
.article .table tr th {
    padding: 18px
}

.article .table tbody tr:nth-of-type(1) {
    background: transparent;
}

.article .table tr:nth-of-type(1) th {
    border-bottom: none;
}


@media (max-width: 850px) {

    .article table tbody tr:nth-of-type(2n+1),
    .article .table tbody tr.table__row:nth-of-type(2n) {
        background: #19181E;
    }

    .article table tbody tr:nth-of-type(2n),
    .article .table tbody tr.table__row:nth-of-type(2n+1) {
        background: #131217;
    }

    .article .table tr td,
    .article .table tr th {
        padding: 18px 5px
    }

}

/* ##### end #####*/



.demo-wrapper {
    width: 80px;
    margin: 0;
}

.html5-progress-bar {
    margin: 0 auto;
}

.html5-progress-bar progress {
    background-color: #2e2f36;
    border: 0;
    width: 100%;
    height: 8px;
    border-radius: 3px;
    overflow: hidden;
}

.html5-progress-bar progress::-webkit-progress-bar {
    background-color: #2e2f36;
    border-radius: 3px;
}

.html5-progress-bar progress::-webkit-progress-value {
    background: #f3972b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0);
    border-radius: 3px 0 0 3px;
}

.html5-progress-bar .progress-value {
    padding: 0px 5px;
    line-height: 20px;
    margin-left: 5px;
    font-size: 0.8em;
    color: #555;
    height: 18px;
    float: right;
}

/*    POPUP   */

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 70;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup.open .popup__content {
    opacity: 1;
}

.popup__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.popup__content {
    color: #000;
    /* max-width: 620px; */
    position: relative;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    background: #19181e;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
}

.popup__box-form {
    background: #19181e;
}

.popup__content_image {
    padding: 0;
}

.popup__close {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    z-index: 5;
    cursor: pointer;
}

.popup__close:before,
.popup__close:after {
    content: '';
    display: block;
    background: #33303c;
    height: 1px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__close:hover:before,
.popup__close:hover:after {
    background: #f3972b;
}


.popup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup__box-form {
    padding: 43px;
    position: relative;
}

.popup__change {
    font-size: 16px;
    line-height: 36px;
    font-family: "gilroy-semibold";
    color: #919095;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup__title {
    font-size: 20px;
    line-height: 30px;
    font-family: "gilroy-semibold";
    color: #818181;
    margin: 0px 0px 1em 0px;
}

.popup__form label {
    font-size: 14px;
    line-height: 36px;
    color: #818181;
    font-weight: normal;
    display: block;
}

.popup__input-box {
    margin-bottom: 20px;
    position: relative;
}

.popup__input-box::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 18px;
    right: 13px;
    bottom: 17px;
}

.popup__input {
    color: #818181;
    border: 1px solid transparent;
    background: #2f2e38;
    padding: 15px;
}

.popup__input--user::after {
    background: url("../img/icons/user-popap.svg");
    height: 15px;
}

.popup__input--password::after {
    background: url("../img/icons/lock-popup.svg");
}

.popup__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.popup-registrations .popup__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-content-registrations {
    width: 100%;
    max-width: 347px;
}

.popup__btn {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background: #f3972b;
    border-radius: 3px;
    font-family: "circe-bold";
    padding: 0 20px;
}

.popup__btn.entrance-btn {
    width: 90px;
    padding: 0
}

.popup__link-password {
    font-size: 14px;
    line-height: 18px;
    color: #818181;
    border-bottom: 1px dashed #818181;
    margin-left: 50px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color 0.2s ease, border-color 0.2s ease;
    -o-transition: color 0.2s ease, border-color 0.2s ease;
    transition: color 0.2s ease, border-color 0.3s ease;
}

.popup__link-password:hover {
    color: #f3972b;
    border-bottom: 1px dashed #f3972b;
    text-decoration: none;
}

.popup__link-password:hover path {
    fill: #f3972b;
}

.popup__link-password .lock-popup {
    position: absolute;
    left: -28px;
}

.popup__link-password .lock-popup path {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.popup__box-social {
    width: 100%;
    background: #131316;
    padding: 90px 60px 45px 60px;
    /* max-width: 265px; */
}

.popup__social-name {
    font-size: 14px;
    line-height: 36px;
    color: #818181;
}

.popup__social-btn {
    border-radius: 4px;
    border-radius: 4px;
    padding: 15px 35px 15px 55px;
    width: 100%;
    font-size: 14px;
    font-family: "circe";
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

.popup__social-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popup__social-btn--fb {
    background: #156ace;
}

.popup__social-btn--fb::before {
    width: 8px;
    height: 13px;
    background: url("../img/icons/fc-popup.svg");
    left: 40px;
}

.popup__social-btn--tg {
    background: #2AABEE;
}

.popup__social-btn--tg:hover {
    background: #207DAD;
}

.popup__social-btn--tg::before {
    width: 14px;
    height: 12px;
    background: url("../img/icons/tg-popup.svg");
    left: 32px;
}

.popup__social-btn--vk {
    background: #478ccc;
}

.popup__social-btn--vk:hover {
    background: #235D93;
}

.popup__social-btn--vk::before {
    width: 14px;
    height: 8px;
    background: url("../img/icons/vk-popup.svg");
    left: 32px;
}

.popup__social-btn--gg {
    background: #fe6359;
    margin-bottom: 25px;
}

.popup__social-btn--gg:hover {
    background: #C3544D;
}

.popup__social-btn--gg::before {
    width: 14px;
    height: 14px;
    background: url("../img/icons/gg-popup.svg");
    background-repeat: no-repeat !important;
    left: 42px;
}

.popup__social-box {
    margin: 5px 0 0;
}

.popup__registration-link {
    font-size: 14px;
    color: #f3972b;
    padding: 0 0 35px;
    display: inline-block;
}

.popup-registrations .popup__content {
    max-width: 350px;
}

.popup-registrations .popup__input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 14px;
    color: #919095;
    white-space: nowrap;
    cursor: pointer;
    padding-top: 5px;
    font-family: "circe";
}

.popup-registrations .popup__input-label span {
    margin-left: 8px;
}

.popup-registrations .popup__check-link {
    color: #f3972b;
    margin-left: 2px;
}

.popup-registrations .popup__checkbox {
    display: block;
    margin: -2px 0 0 0px;
}

.popup__form .popup__registration-link {
    padding-bottom: 15px
}

.popup-registrations .jq-checkbox,
.popup-registrations .jq-radio {
    width: 24px;
    height: 24px;
    background: #2f2e38;
    border-radius: 3px;
}

.popup-registrations .jq-checkbox.checked .jq-checkbox__div,
.popup-registrations .jq-radio.checked .jq-checkbox__div {
    display: block;
}

.popup-registrations .jq-checkbox__div {
    width: 10px;
    height: 10px;
    position: absolute;
    background: url("../img/icons/check.svg") no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.popup-registrations .popup__link-entrance {
    font-size: 14px;
    line-height: 14px;
    color: #f3972b;
    margin: 45px 0 5px;
    display: inline-block;
}

.popup-registrations .popup__btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
}

.popup-discharge .popup__content {
    max-width: 350px;
}

.popup-discharge .popup__btn {
    width: 100%;
    margin-bottom: 10px;
}

.popup-send-email .popup__content {
    max-width: 350px;
}

.popup-new-password .popup__content {
    max-width: 350px;
}

.popup-new-password .popup__btn {
    width: 100%;
}

.entrance-input.empty_field {
    border: 1px solid #fe6359;
}

.entrance-input:valid {
    border-color: transparent;
}

.entrance-input:focus {
    border: 1px solid transparent;
}

.registrations-input.empty_field {
    border: 1px solid #fe6359;
}

.registrations-input:valid {
    border-color: transparent;
}

.registrations-input.checked {
    border: 1px solid transparent;
}

.registrations-input:focus {
    border: 1px solid transparent;
}

.discharge-input.empty_field {
    border: 1px solid #fe6359;
}

.discharge-input:valid {
    border-color: transparent;
}

.discharge-input:focus {
    border: 1px solid transparent;
}

.new-password-input.empty_field {
    border: 1px solid #fe6359;
}

.new-password-input:valid {
    border-color: transparent;
}

.new-password-input:focus {
    border: 1px solid transparent;
}

.coupon-alert {
    display: none;
}

.popup__form .popup__content {
    max-width: 350px;
}

.popup__form .popup__social-name {
    margin-top: 25px;
}

.popup__btn.registrations-btn {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: none;
    vertical-align: middle;
    text-align: center;
}


.bootstrap-datetimepicker-widget {
    list-style: none;
    top: 50px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
    top: 70px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #2f2e38;
    top: -9px;
    left: 60px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #2f2e38;
    top: -9px;
    left: 60px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2f2e38;
    bottom: -9px;
    left: 60px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2f2e38;
    bottom: -9px;
    left: 60px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 10px;
    height: 10px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #939bad;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eeeeee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #777777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #777777;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.month:hover {
    background: #fff;
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.map {
    width: 100%;
    height: 100%;
    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;
    padding: 20px 0
}

.map__list {
    text-align: center;
}

.map__item {
    margin-bottom: 15px;
}

a.map__link {
    font-size: 18px;
    color: #919095;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.map__link:hover {
    color: #f3972b;
}

.tabs {
    width: 100%;
    margin-top: 25px;
}

.tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-header-mobile {
    display: none;
    position: relative;
}

.tabs-header-mobile .tabs-header-container {
    position: relative;
    z-index: 5;
    background: #2f2e38;
    border-radius: 0 0 3px 3px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

.tabs-header-mobile .tabs-header-container.open {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.tabs-header-mobile .tabs-header__item {
    border: none;
    margin-right: 0;
    width: 100%;
    padding: 0px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    font-family: "circe";
    text-decoration: none;
}

.tabs-header-btn {
    width: 100%;
    border: 1px solid #f3972b;
    border-radius: 3px 3px 3px 3px;
    font-size: 16px;
    line-height: 50px;
    color: #f3972b;
    font-family: "circe-bold";
}

.tabs-header-btn.active {
    background: #2f2e38;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #202020;
}

.tabs-header__item,
a.js-tab-trigger {
    text-decoration: none;
    padding: 10px 35px;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid #f3972b;
    border-radius: 3px;
    font-size: 16px;
    line-height: 36px;
    font-family: "circe-bold";
    color: #f3972b;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.tabs-header__item.active,
.tabs-header__item:hover {
    background: #f3972b;
    text-decoration: none;
    color: #fff;
}

.tabs-content__item {
    display: none;
    padding-top: 35px;
}

.tabs-content__item.active {
    display: block;
}

#uploadImagesList {
    list-style: none;
    padding: 0;
}

#uploadImagesList .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#uploadImagesList .item .img-wrap {
    width: inherit;
    display: block;
    height: 150px;
}

#uploadImagesList .item .img-wrap img {
    width: auto;
    height: inherit;
}

#uploadImagesList .item .delete-link {
    cursor: pointer;
    display: block;
}

.clear {
    clear: both;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-input .fileuploader-input-caption,
.fileuploader-items .fileuploader-item span.fileuploader-action-popup,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.fileuploader-items .fileuploader-item,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-popup,
.fileuploader-popup .fileuploader-popup-node {
    -webkit-animation: fileuploaderFadeIn 0.2s ease;
    animation: fileuploaderFadeIn 0.2s ease;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    display: inline-block;
    margin: 0;
    padding: 14px 22px;
    border: none;
    border-radius: 30px;
    outline: 0;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    background: #e6ebf4;
    color: #90a0bc;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:hover {
    background: #edf1f7;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button:active {
    background: #dfe5f1;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success {
    background: #9658fe;
    background: -o-linear-gradient(315deg, #3a8ffe 0%, #9658fe 100%);
    background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.fileuploader-input .fileuploader-input-button:hover,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover {
    background-position: left;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.fileuploader-input .fileuploader-input-button:active,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:active {
    background-position: right;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-popup.loading:after {
    content: "";
    position: absolute;
    min-width: 24px;
    min-height: 24px;
    max-width: 48px;
    max-height: 48px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=") no-repeat center;
    background-size: contain;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item .fileuploader-item-icon i,
.fileuploader-popup.loading:after,
.fileuploader-popup .fileuploader-popup-move:after,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fileuploader-items .fileuploader-item .fileuploader-action,
.fileuploader-items .fileuploader-item .progress-bar2 span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-move,
.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fileuploader,
.fileuploader *,
.fileuploader :before,
.fileuploader :after,
.fileuploader-popup,
.fileuploader-popup *,
.fileuploader-popup :before,
.fileuploader-popup :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fileuploader,
.fileuploader-popup {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.fileuploader button,
.fileuploader-popup button {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    font: inherit;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fileuploader button:focus,
.fileuploader-popup button:focus {
    outline: 0;
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 16px 0;
    background: #fafbfd;
    border-radius: 6px;
}

.fileuploader-icon-main {
    display: inline-block;
    font-size: 18px;
    color: #789bec;
}

.fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    border-radius: 30px;
    cursor: pointer;
}

.fileuploader-input .fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 16px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #ebeef1;
    border-radius: 30px;
    color: #789bec;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.01);
    font-weight: bold;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fileuploader-focused .fileuploader-input .fileuploader-input-caption {
    border-color: #789bec;
}

.fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-height: 22px;
    margin-right: 6px;
}

.fileuploader-input.fileuploader-dragging {
    background: #fff;
    border: 1px solid #ebeef1;
    border-style: dashed;
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-caption {
    border-color: transparent;
}

.fileuploader-input.fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.fileuploader-disabled .fileuploader-input {
    opacity: 0.7;
    cursor: default;
    pointer-events: none !important;
}

.fileuploader-items .fileuploader-items-list {
    display: block;
    margin: 0 -16px;
    padding: 0;
    list-style: none;
}

.fileuploader-items .fileuploader-item {
    position: relative;
    margin: 0;
    padding: 20px 16px 20px 22px;
    border-bottom: 1px solid #ebeef1;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fileuploader-items .fileuploader-item:last-child {
    border-bottom: 0;
    margin-bottom: -16px;
}

.fileuploader-items .fileuploader-item.upload-failed {
    background: rgba(254, 84, 111, 0.06);
}

.fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 36px;
    height: 36px;
}

.fileuploader-items .fileuploader-item .columns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.fileuploader-items .fileuploader-item .column-thumbnail {
    position: relative;
    width: 36px;
    height: 36px;
}

.fileuploader-items .fileuploader-item .column-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    color: #74809d;
    overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #74809d;
    text-decoration: none;
}

.fileuploader-items .fileuploader-item .column-title div {
    width: 100%;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title span {
    font-size: 12px;
    color: #979fb8;
}

.fileuploader-items .fileuploader-item .column-actions {
    margin: 0 16px;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    content: "";
    width: 50%;
    height: 50%;
}

.fileuploader-items .fileuploader-item .fileuploader-item-image img,
.fileuploader-items .fileuploader-item .fileuploader-item-image canvas {
    position: absolute;
    max-width: none;
    max-height: 100%;
    background: #fff;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 4px;
    cursor: default;
    background-color: #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888;
}

.fileuploader-items .fileuploader-item .fileuploader-item-icon i {
    position: absolute;
    display: block;
    width: 90%;
    font-style: normal;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 56, 71, 0.2);
    border-radius: 6px;
    cursor: pointer;
    opacity: 0;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:hover {
    opacity: 1;
}

.fileuploader-items .fileuploader-item span.fileuploader-action-popup:active {
    background: rgba(43, 56, 71, 0.4);
}

.fileuploader-items .fileuploader-item .fileuploader-action {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #c0c6d2;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
}

.fileuploader-items .fileuploader-item .fileuploader-action+.fileuploader-action {
    margin-left: 16px;
}

.fileuploader-items .fileuploader-item .fileuploader-action:hover {
    color: #789bec;
}

.fileuploader-items .fileuploader-item .fileuploader-action:active {
    color: #668ee9;
}

.fileuploader-items .fileuploader-item .fileuploader-action i {
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 20px;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    color: #fff;
    background: #fe7676;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
    box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
    font-size: 14px;
    text-shadow: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
    background-color: #fe8a8a;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:active {
    background-color: #fe6262;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success {
    color: #fff;
    background: #43d084;
    border-radius: 50%;
    -webkit-box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8);
    box-shadow: -1px 1px 6px rgba(67, 208, 132, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success i {
    font-size: 14px;
    text-shadow: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:hover {
    background-color: #53d48f;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-success:active {
    background-color: #33cc79;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success i:before {
    content: "\e904";
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
    background: #fe7676;
    -webkit-box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
    box-shadow: -1px 1px 6px rgba(254, 118, 118, 0.8);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:hover i:before,
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active i:before {
    content: "\e923";
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove.fileuploader-action-success:active {
    background-color: #fe6262;
}

.fileuploader-items .fileuploader-item.file-has-popup span.fileuploader-action-popup {
    display: block;
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px;
}

.fileuploader-items .fileuploader-item .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    background: #789bec;
    -webkit-box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6);
    box-shadow: 0 4px 8px -1px rgba(120, 155, 236, 0.6);
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, 0.08);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fileuploader-items .fileuploader-item .progress-bar2 span {
    position: absolute;
    right: 16px;
    color: rgba(151, 159, 184, 0.16);
    font-size: 48px;
}

.fileuploader-items .fileuploader-item.sorting {
    background: #fafbfd;
    border-radius: 6px;
    opacity: 0.8;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    z-index: 799;
}

.fileuploader-items .fileuploader-item.sorting,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image img,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-image canvas,
.fileuploader-items .fileuploader-item.sorting .fileuploader-item-icon,
.fileuploader-items .fileuploader-item.sorting .fileuploader-action {
    -webkit-animation: none;
    animation: none;
}

.fileuploader-items .fileuploader-sorter-placeholder {
    background: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0;
    -webkit-animation: none;
    animation: none;
}

.file-type-image .fileuploader-item-icon {
    background-color: #3982fe !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E");
}

.file-type-image .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-type-audio .fileuploader-item-icon {
    background-color: #66d043 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E");
}

.file-type-audio .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-type-video .fileuploader-item-icon {
    background-color: #9868ff !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E");
}

.file-type-video .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-rar .fileuploader-item-icon,
.file-ext-zip .fileuploader-item-icon {
    background-color: #ffd236 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E");
}

.file-ext-rar .fileuploader-item-icon i,
.file-ext-zip .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-pdf .fileuploader-item-icon {
    background-color: #ef5350 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E");
}

.file-ext-pdf .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-doc .fileuploader-item-icon,
.file-ext-docx .fileuploader-item-icon,
.file-ext-rtf .fileuploader-item-icon {
    background-color: #2372ba !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E");
}

.file-ext-doc .fileuploader-item-icon i,
.file-ext-docx .fileuploader-item-icon i,
.file-ext-rtf .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-xls .fileuploader-item-icon,
.file-ext-xlsx .fileuploader-item-icon {
    background-color: #14a73c !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E");
}

.file-ext-xls .fileuploader-item-icon i,
.file-ext-xlsx .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-pps .fileuploader-item-icon,
.file-ext-ppsx .fileuploader-item-icon,
.file-ext-ppt .fileuploader-item-icon,
.file-ext-pptx .fileuploader-item-icon {
    background-color: #f26522 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E");
}

.file-ext-pps .fileuploader-item-icon i,
.file-ext-ppsx .fileuploader-item-icon i,
.file-ext-ppt .fileuploader-item-icon i,
.file-ext-pptx .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-psd .fileuploader-item-icon {
    background-color: #3172eb !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E");
}

.file-ext-psd .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-ai .fileuploader-item-icon {
    background-color: #ff9e00 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E");
}

.file-ext-ai .fileuploader-item-icon i {
    visibility: hidden;
    color: #fff;
}

.file-ext-txt .fileuploader-item-icon {
    background-color: #454545 !important;
}

.file-ext-txt .fileuploader-item-icon i {
    color: #fff !important;
}

.file-ext-css .fileuploader-item-icon {
    background-color: #26a69a !important;
}

.file-ext-css .fileuploader-item-icon i {
    color: #fff !important;
}

.file-ext-html .fileuploader-item-icon {
    background-color: #cf33a8 !important;
}

.file-ext-html .fileuploader-item-icon i {
    color: #fff !important;
}

.fileuploader-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #191d1e;
    z-index: 1090;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.fileuploader-popup.loading:after {
    width: 48px;
    height: 48px;
    z-index: 8;
}

.fileuploader-popup .fileuploader-popup-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 2;
}

.fileuploader-popup .fileuploader-popup-node {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    height: 100%;
    min-width: 20px;
    min-height: 20px;
    padding: 80px 56px 64px;
    overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-node.is-zoomed {
    display: block;
}

.fileuploader-popup .fileuploader-popup-node .reader-node {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-movable {
    cursor: -webkit-grab;
    cursor: grab;
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-moving .point,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .area-move,
.fileuploader-popup .fileuploader-popup-node .reader-node.is-amoving:hover .point {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
}

.fileuploader-popup .fileuploader-popup-node.node-image .reader-node>img,
.fileuploader-popup .fileuploader-popup-node.node-video .reader-node>video,
.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node>audio,
.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node>div {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #47525d;
    background: #fafafa;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 0;
    outline: 0;
}

.fileuploader-popup .fileuploader-popup-node.node-audio .reader-node audio {
    width: 450px;
    border-radius: 34px;
}

.fileuploader-popup .fileuploader-popup-node.node-application .reader-node iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 3px;
}

.fileuploader-popup .fileuploader-popup-node.node-astext .reader-node div {
    max-width: 992px;
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    overflow-y: auto;
    white-space: pre-wrap;
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered {
    display: block;
}

.fileuploader-popup .fileuploader-popup-node.has-node-centered .reader-node {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+") no-repeat center;
    background-size: contain;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div {
    position: absolute;
    bottom: 14px;
    left: 0;
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    max-width: 100%;
    background-image: none;
    word-wrap: break-word;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div.is-bright-color {
    color: #888;
}

.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon div i {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    white-space: nowrap;
    visibility: visible;
}

.fileuploader-popup .fileuploader-popup-content {
    color: #fdfdfd;
}

.fileuploader-popup .fileuploader-popup-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fileuploader-popup .fileuploader-popup-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.fileuploader-popup .fileuploader-popup-content ul li+li {
    margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta li:first-child {
    overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta span {
    display: block;
    color: #80868b;
    font-size: 14px;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
    max-width: 100%;
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-info:not(:empty) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
    margin-left: 16px;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button {
    padding: 14px 24px;
    text-shadow: none;
}

.fileuploader-popup .fileuploader-popup-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] {
    display: inline-block;
    padding: 16px;
    padding-bottom: 13px;
    cursor: pointer;
    text-decoration: none;
    color: #fdfdfd;
    border-bottom: 3px solid transparent;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action] i {
    display: inline-block;
    font-size: 18px;
    margin-top: -4px;
    margin-right: 6px;
    vertical-align: middle;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action]:hover {
    border-bottom-color: #789bec;
    color: #fff;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
    font-size: 14px;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action] {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    padding: 0;
    vertical-align: middle;
    color: #fdfdfd;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer button[data-action]:hover {
    background: rgba(255, 255, 255, 0.3);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input {
    display: inline-block;
    -webkit-appearance: none;
    width: 130px;
    padding: 0;
    margin: 0 16px;
    vertical-align: middle;
    background: transparent;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input:focus {
    outline: none;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: none;
    background: #789bec;
    border-radius: 6px;
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer input::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer span {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    margin-left: 6px;
    color: #fff;
    vertical-align: middle;
}

.fileuploader-popup .fileuploader-popup-move {
    position: absolute;
    display: none;
    width: 56px;
    height: 100%;
    font-size: 24px;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
    z-index: 1;
}

.fileuploader-popup .fileuploader-popup-move:hover {
    opacity: 1;
}

.fileuploader-popup .fileuploader-popup-move:after {
    position: absolute;
}

.fileuploader-popup .fileuploader-popup-move[data-action="next"] {
    left: auto;
    right: 0;
}

.fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-move {
    display: inline-block;
}

.fileuploader-popup .fileuploader-cropper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 20, 27, 0.65);
    z-index: 9;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(250, 250, 250, 0.8);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 34%;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid:after {
    top: 50%;
    left: 0;
    height: 34%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:before,
.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.has-grid.moving:after {
    opacity: 1;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 3;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-a {
    top: -12px;
    left: -12px;
    cursor: nw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-b {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: n-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-c {
    top: -12px;
    right: -12px;
    cursor: ne-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-d {
    top: 50%;
    right: -12px;
    margin-top: -12px;
    cursor: w-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-e {
    bottom: -12px;
    right: -12px;
    cursor: nw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-f {
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    cursor: s-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-g {
    bottom: -12px;
    left: -12px;
    cursor: sw-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .point.point-h {
    left: -12px;
    top: 50%;
    margin-top: -12px;
    cursor: w-resize;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: move;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-move:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-image img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area .area-info {
    position: absolute;
    bottom: -12px;
    left: 50%;
    color: #fff;
    font-family: sans-serif;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 14px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.fileuploader-popup .fileuploader-cropper .fileuploader-cropper-area.show-info .area-info {
    opacity: 0;
}

@-webkit-keyframes fileuploaderFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fileuploaderFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.result {
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #e5e5e5;
    border-radius: 4px;
    width: 250px;
    height: 50px;
    text-align: center;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.result::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 14px;
    left: 35px;
}

.purchase {
    background: #90a416;
    -webkit-box-shadow: 0px 20px 60px rgba(212, 227, 40, 0.15);
    box-shadow: 0px 20px 60px rgba(212, 227, 40, 0.15);
    bottom: 100px;
}

.purchase::before {
    background: url("../img/icons/purchase.svg");
}

.disadvantage {
    background: #e0443a;
    -webkit-box-shadow: 0px 20px 60px rgba(227, 40, 40, 0.15);
    box-shadow: 0px 20px 60px rgba(227, 40, 40, 0.15);
    padding-left: 40px;
    bottom: 170px;
}

.disadvantage::before {
    background: url("../img/icons/danger.svg");
    width: 15px;
}

@font-face {
    font-family: "gilroy-light";
    font-display: swap;
    src: url("../fonts/gilroy-light.woff") format("woff"), url("../fonts/gilroy-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-regular";
    font-display: swap;
    src: url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-semibold";
    font-display: swap;
    src: url("../fonts/gilroy-semibold.woff") format("woff"), url("../fonts/gilroy-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-bold";
    font-display: swap;
    src: url("../fonts/gilroy-bold.woff") format("woff"), url("../fonts/gilroy-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-medium";
    font-display: swap;
    src: url("../fonts/gilroy-medium.woff") format("woff"), url("../fonts/gilroy-medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "circe";
    font-display: swap;
    src: url("../fonts/circe.woff") format("woff"), url("../fonts/circe.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "circe-bold";
    font-display: swap;
    src: url("../fonts/circe-bold.woff") format("woff"), url("../fonts/circe-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

.aside {
    width: 345px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 0px 0px 30px;
    background: #131217;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 79, 0.05);
    box-shadow: 0px 4px 14px rgba(0, 0, 79, 0.05);
    z-index: 60;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__logo-box {
    padding-right: 30px;
}

.aside__logo {
    width: 100%;
    text-align: center;
    display: block;
}

.aside__logo img {
    height: 180px;
}

.aside__form {
    position: relative;
    /* z-index: 50; */
}

.hr-line-logo {
    height: 1px;
    margin-right: 30px;
    margin-bottom: 18px;
    background-color: #0A0A0C;
}

@media (max-width: 1560px) {
    .hr-line-logo {
        display: none;
    }
}

.aside__language-box {
    padding-right: 30px;
}

.aside .jq-selectbox__select.drop .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aside .jq-selectbox__trigger {
    background: #141317;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aside .jq-selectbox__trigger-arrow {
    height: 7px;
    width: 14px;
    background: url("../img/icons/aside-arrow.svg");
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside .jq-selectbox__select {
    padding: 15px 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #1d1c23 !important;
    width: 100%;
    border: none !important;
    border-radius: 4px;
    padding: 15px 20px 25px 0px;
    font-size: 14px;
    line-height: 17px;
    color: #919095;
    font-family: "gilroy-semibold";
    top: 40px;
}

.aside__type-activation-box {
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    gap: 9.46px;
}

.aside__language-box,
.aside__operator-box {
    margin-bottom: 10px;
}

.aside__type-activation-box {
    margin-bottom: 18px;
}

.aside__type-button {
    border: 1px solid #383838;
    border-radius: 3px;
    font-family: "circe-bold";
    white-space: nowrap;
    color: #383838;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 42px;
    flex: 1;
}

.aside__type-button.active {
    background-color: #F3972B;
    color: #fff;
    border: 1px solid #F3972B;
}

.aside__type-button:not(.active):hover {
    border: 1px solid #F3972B;
    color: #F3972B;
}

.aside__type-button--help {
    max-width: 42px;
}

.aside__rent-setting-box {
    padding-right: 30px;
    margin-bottom: 10px;
}

.aside__rent-setting-input {
    background-color: #1d1c23 !important;
    width: 100%;
    border: none !important;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.aside__rent-setting-input .aside__rent-name {
    color: #919095;
    font-family: "gilroy-semibold";
    line-height: 32px;
    padding-left: 8px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single {
    height: 50px;
    padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #919095;
    font-family: "gilroy-semibold";
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.aside__rent-selection__arrow {
    background: #141317;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.aside__rent-selection__arrow b {
    height: 7px;
    width: 14px;
    background: url("../img/icons/aside-arrow.svg") no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    margin-left: -7px;
}

.aside__rent-selection__arrow b {
    left: 50%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    /* margin-left: -7px; */
}

.select2-container--default .select2-results>.select2-results__options {
    background: #1d1c23;
    width: 100%;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    line-height: 17px;
    color: #919095;
    font-family: "gilroy-semibold";
    max-height: 340px;
}

.select2-dropdown {
    border-color: #1d1c23;
}

.select2-container--default .select2-results__option--selected,
.select2-results__options {
    background-color: #1d1c23;
}

.select2-results__option--selectable {
    padding: 0 0 20px;
    padding-left: 18px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1d1c23;
    color: #f3972b;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span,
.select2-results__option--selectable span {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span img,
.select2-results__option--selectable span img {
    margin-right: 10px;
    width: 30px;
}

.select2-results__option--selectable span {
    display: block;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
}

.select2-results__option--selectable span img.img-flag {
    position: absolute;
    left: 0;
    width: 30px;
    height: auto;
}

.select2.select2-container {
    width: 100% !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.select2-results .mCSB_scrollTools .mCSB_draggerContainer {
    right: 13px !important;
    margin-top: 15px;
    background-color: #000;
    margin-bottom: 10px;
    width: 2px;
}

.select2-results .mCSB_scrollTools {
    margin-right: 5px;
}

.select2-results {
    position: relative;
    touch-action: initial;
    padding-bottom: 25px;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f3972b !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.select2-results .mCustomScrollBox {
    height: 450px;
}

.select2-dropdown {
    background: #1d1c23;
}

.select2-results__options {
    background: #1d1c23;
    width: 100%;
    border-radius: 0 0 4px 4px;
    padding: 5px 20px 10px 0px;
    font-size: 14px;
    line-height: 17px;
    color: #919095;
    font-family: "gilroy-semibold";
    top: 40px;
}

body.hid {
    overflow: hidden;
}

.aside .select2-results__options .mCSB_scrollTools .mCSB_dragger {
    width: 25px !important;
    left: -7px !important;
}

.aside .select2-results .mCSB_scrollTools .mCSB_draggerContainer {
    background: #000;
}

.aside .jq-selectbox__dropdown ul {
    /*height: 465px !important;
    max-height: 715px !important;*/
}

.aside .select2-results ul::-webkit-scrollbar {
    width: 0;
}

.aside .jq-selectbox__dropdown li {
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}

.aside .jq-selectbox__dropdown li::before {
    left: 20px;
    top: 14px;
    content: "";
    position: absolute;
    width: 30px;
    height: 18px;
    z-index: 20;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.aside .jq-selectbox__dropdown li:hover {
    background: #26252d;
}

.aside .jq-selectbox__select-text {
    padding-left: 40px;
    position: relative;
}

.aside .flag {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__select {
    width: 100%;
    background: #1d1c23;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.aside__select:hover {
    background: #1d1c23;
}

/* .no-webp .aside .flag-russia::before,
.aside .flag-russia::before {
    background: url("../img/icons/flag-russia.png");
}

.no-webp .aside .flag-estonia::before ,
.aside .flag-estonia::before {
    background: url("../img/icons/flag-estonia.png");
}

.no-webp .aside .flag-finland::before ,
.aside .flag-finland::before {
    background: url("../img/icons/flag-finland.png");
}

.no-webp .aside .flag-france::before,
.aside .flag-france::before {
    background: url("../img/icons/flag-france.png");
}
.no-webp .aside .flag-kazakhstan::before ,
.aside .flag-kazakhstan::before {
    background: url("../img/icons/flag-kazakhstan.png");
}
.no-webp .aside .flag-netherlands::before ,
.aside .flag-netherlands::before {
    background: url("../img/icons/flag-netherlands.png");
}

.no-webp .aside .flag-lithuania::before ,
.aside .flag-lithuania::before {
    background: url("../img/icons/flag-lithuania.png");
}

.no-webp .aside .flag-latvia::before ,
.aside .flag-latvia::before {
    background: url("../img/icons/flag-latvia.png");
}

.no-webp .aside .flag-poland::before ,
.aside .flag-poland::before {
    background: url("../img/icons/flag-poland.png");
}

.no-webp .aside .flag-portugal::before ,
.aside .flag-portugal::before {
    background: url("../img/icons/flag-portugal.png");
}

.no-webp .aside .flag-spain::before ,
.aside .flag-spain::before {
    background: url("../img/icons/flag-spain.png");
}

.no-webp .aside .flag-sweden::before ,
.aside .flag-sweden::before {
    background: url("../img/icons/flag-sweden.png");
}

.no-webp .aside .flag-ukraine::before ,
.aside .flag-ukraine::before {
    background: url("../img/icons/flag-ukraine.png");
}

.no-webp .aside .flag-united::before ,
.aside .flag-united::before {
    background: url("../img/icons/flag-kingdom.png");
} */

.aside .jq-selectbox__dropdown .flag {
    padding-left: 60px;
}

.aside .jq-selectbox__dropdown .no-flag {
    padding-left: 20px;
}

.aside .jq-selectbox__select-text.text-padding {
    padding-left: 40px;
}

.aside .jq-selectbox::before {
    left: 20px;
    top: 14px;
    content: "";
    position: absolute;
    width: 30px;
    height: 18px;
    background-size: cover;
    background-position: center;
}

.aside__language-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative !important;
    left: 7px !important;
}

.aside__language-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    left: 0;
}

.aside__operator-box {
    padding-right: 30px;
}

.aside .aside__operator-box .mCustomScrollBox,
.aside .aside__language-box .mCustomScrollBox {
    padding-right: 0;
}

.aside .aside__operator-box .mCSB_scrollTools,
.aside .aside__language-box .mCSB_scrollTools {
    right: -14px;
}

.aside__operator-select .jq-selectbox__select-text {
    padding-left: 0px;
}

.aside__operator-select .jq-selectbox__dropdown li:first-child::before {
    display: none;
}

.aside__operator-select .jq-selectbox__dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative !important;
    left: 7px !important;
}

.aside__operator-select .jq-selectbox__dropdown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    left: 0;
}

.aside .jq-selectbox__select-text {
    color: #919095;
    font-family: "gilroy-semibold";
}

.aside__filter-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    padding-right: 30px;
}

.aside__services {
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-semibold";
    color: #919095;
}

.aside__services span {
    color: #2c2e34;
}

.aside__favorite {
    position: relative;
}

.aside__favorite span {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 2px;
    left: -15px;
}

.aside__favorite path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__favorite-btn {
    background: none;
    font-size: 14px;
    line-height: 17px;
    color: #2f2e38;
    font-family: "gilroy-semibold";
    border-bottom: 1px dashed #2f2e38;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 851px) {
    .aside__favorite:hover .aside__favorite-btn {
        color: #f3972b;
        border-bottom: 1px dashed #f3972b;
    }

    .aside__favorite:hover path {
        fill: #f3972b;
    }

}

.favorite_active button {
    color: #f3972b;
    border-bottom: 1px dashed #f3972b;
}

.favorite_active span svg * {
    fill: #f3972b;
}

.aside__search-box {
    position: relative;
    padding-right: 30px;
    margin-top: 11px;
}

.aside__search-input {
    font-family: "gilroy-semibold";
    color: #919095;
    padding-right: 40px;
    height: 50px;
    font-size: 12px;
    line-height: 14px;
}

.aside__search-input::-webkit-input-placeholder,
.select2-search__field::-webkit-input-placeholder {
    color: #919095 !important;
    font-family: "gilroy-semibold";
}

.aside__search-input:-ms-input-placeholder,
.select2-search__field:-ms-input-placeholder {
    color: #919095 !important;
    font-family: "gilroy-semibold";
}

.aside__search-input::-ms-input-placeholder,
.select2-search__field::-ms-input-placeholder {
    color: #919095 !important;
    font-family: "gilroy-semibold";
}

.aside__search-input::placeholder,
.select2-search__field::placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #919095 !important;
    font-family: "gilroy-semibold";
}

.aside__search-input::-moz-selection,
.select2-search__field::-moz-selection {
    background: #131217;
    color: #919095 !important;
}

.aside__search-input::-moz-placeholder,
.select2-search__field::-moz-placeholder {
    color: #fdfdfd !important;
    font-family: "gilroy-semibold";
}


/* .aside__search-input::selection,
.select2-search__field::selection {
    background: #131217;
    color: #919095 !important;
} */

.aside__search-btn {
    position: absolute;
    right: 30px;
    top: 2px;
    background: transparent;
    width: 50px;
    height: 50px;
    cursor: default;
}

.aside__search-btn path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__services-box-container {
    position: relative;
    height: calc(100% - 500px);
}

.aside__services-box-container.not-auth {
    position: relative;
    height: calc(100% - 440px);
}

.aside__services-box {
    margin-top: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
}

.aside__showmore {
    width: 100%;
    padding-right: 30px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.aside__showmore-btn {
    background: none;
    font-size: 14px;
    line-height: 17px;
    color: #2f2e38;
    font-family: "gilroy-semibold";
    border-bottom: 1px dashed #2f2e38;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__services-box::-webkit-scrollbar {
    width: 0;
}

.aside .aside__services-item.zero {
    background: rgba(227, 40, 40, 0.17)
}

.aside .aside__services-item.zero:hover {
    background: #26252d;
}

.aside .aside__services-item.many {
    background: rgba(243, 151, 43, 0.17);
}

.aside .aside__services-item.many:hover {
    background: #26252d;
}

.aside .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.aside .mCSB_scrollTools .mCSB_draggerRail {
    height: 0;
    width: 0;
}

.aside .mCSB_scrollTools .mCSB_dragger {
    width: 25px !important;
    left: -10px !important;
}

.aside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: absolute !important;
    left: 10px;
}

.aside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #f3972b;
    margin: 0;
}

.aside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: #f3972b;
}

.aside .mCSB_scrollTools .mCSB_draggerContainer {
    background: #1d1c23;
    width: 2px;
}

.aside .mCustomScrollBox {
    padding-right: 30px;
}

.aside__services-item {
    background: #19181e;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__services-item:hover {
    background: #26252d;
}

.aside__services-item-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.aside__services-like {
    margin-right: 7px;
}

.aside .aside__services-like.active path {
    fill: #f3972b;
}

.aside__services-icon {
    margin-right: 8px;
}

.aside__services-name {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    color: #919095;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside__services-pieces {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
}

.aside__services-price {
    font-size: 12px;
    line-height: 15px;
    font-family: "gilroy-bold";
    color: #919095;
    margin-left: 13px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside__services-bag {
    border: 1px solid #383838;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 13px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__services-bag path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.aside__services-bag:hover {
    border: 1px solid #f3972b;
    background: #f3972b;
}

.aside__services-bag:hover path {
    fill: #fff;
}

.aside .aside__close {
    background: #26252d;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 50%;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -17px;
    top: 10px;
    display: none;
    cursor: pointer;

}

.aside .aside__close:before,
.aside .aside__close:after {
    content: '';
    display: block;
    background: #bfbfbf;
    height: 1px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.aside .aside__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.aside .aside__close:hover:before,
.aside .aside__close:hover:after {
    background: #f3972b;
}


.aside .header__burger span {
    position: absolute;
    background: #919095;
    position: absolute;
    left: 0;
    width: 12px;
    height: 1px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aside .header__burger:before,
.aside .header__burger:after {
    content: "";
    background: #919095;
    position: absolute;
    width: 12px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.aside .header__burger:before {
    top: 21px;
}

.aside .header__burger:after {
    bottom: 21px;
}

.aside.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/*   HEADER   */

.header {
    border-bottom: 1px solid #26272d;
    position: relative;
    z-index: 2;
}

.subheader {
    position: relative;
    z-index: 1;
}



.header-box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    left: 345px;
}

.header-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191a1f;
}

body {
    overflow-x: hidden;
}

.header__body,
.subheader__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__body {
    height: 78px;
}

.header__burger-logo-box {
    display: none;
}

.header__logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.header__logo-box {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.header__logo-img--4 {
    display: none;
}

.header__logo-img--4 img {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.header__logo-box .header__logo-text {
    width: 116px;
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
    transition: color .2s ease;
}

a.header__logo-box {
    text-decoration: none !important;
}


.header__burger-aside {
    cursor: pointer;
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 10;
    border: 1px solid #252834;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    transition: all 0.3s ease;
}

.header__burger {
    display: none;
    z-index: 10;
}

.header__burger-aside span {
    position: absolute;
    background: #919095;
    position: absolute;
    left: 0;
    width: 12px;
    height: 1px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger-aside:before,
.header__burger-aside:after {
    content: "";
    background: #919095;
    position: absolute;
    width: 12px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__burger-aside:before {
    top: 19px;
}

.header__burger-aside:after {
    bottom: 19px;
}

.header__burger-aside:hover {
    background: #252834;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 20;
    white-space: nowrap;
}

.header__list li {
    list-style: none;
}



a.header__link {
    font-size: 15px;
    line-height: 17px;
    color: #919095;
    text-decoration: none;
    display: block;
    padding: 30px 30px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header__list li a.header__link.active {
    color: #919095;
    border-bottom: 1px solid transparent;
}

.header__list li a.header__link.active:hover,
a.header__link:hover {
    border-bottom: 1px solid #f3972b;
    color: #fff;
}

.header__container_dropdown {
    position: absolute;
    -webkit-box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
    box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
    border-radius: 4px;
    width: 110px;
    /* visibility: hidden; */
    overflow: hidden;
    /* opacity: 0; */
    display: none;
    padding: 15px 0;
    background: #141319;
    z-index: 9999;
}

.header__container_dropdown li:first-child {
    /* border-radius: 4px 4px 0 0; */
}

.header__container_dropdown li {
    z-index: 9999;
}

.header__container_dropdown li a {
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    display: block;
    background: #141319;
    font-size: 13px;
    line-height: 13px;
    font-family: "gilroy-regular";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #919095;
}

.header__container_dropdown li a:hover {
    color: white;
}

@media (min-width: 851px) {
    .header__link_dropdown:hover .header__container_dropdown {
        /* visibility: visible; */
        /* opacity: 1; */
        display: block;
    }

    .header__link_dropdown:hover .header__icon-down {
        transform: rotate(180deg)
    }

    .header__link_dropdown:hover .header__link {
        border-bottom: 1px solid #f3972b;
        color: #fff;
    }
}

@media (max-width: 850px) {
    .header__link_dropdown.c_active .header__container_dropdown {
        /* visibility: visible; */
        /* opacity: 1; */
        display: block;
    }

    .header__link_dropdown.c_active .header__icon-down {
        transform: rotate(180deg)
    }

    .header__link_dropdown .header__link {
        color: #919095 !important;
    }

    .header__link_dropdown.c_active .header__link {
        color: white !important;
    }
}

.header__link_dropdown .header__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    width: 110px;
}

.header__icon-down {
    height: 6px;
    margin-left: 6px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 850px) {

    .header__link_dropdown:hover .header__link,
    .header__container_dropdown {
        width: 100%;
    }

    .header__link_dropdown .header__link {
        width: 100%;
        justify-content: center;
    }
}

.header__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
}

.header__info-box-container {
    height: 100%;
    z-index: 25;
    display: flex;
}

.header__info-box {
    height: 100%;
}

.header__people {
    height: 100%;
}

.header__info-box-container.login .log-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__info-box-container.login .log-out {
    display: none;
}

.header__info-box-container.logout .log-in {
    display: none;
}

.header__info-box-container.logout .log-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.header__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    margin-right: 30px;
}

a.header__reg {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #252834;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    color: #919095;
    font-family: "gilroy-semibold";
    margin-right: 15px;
    padding: 17px 25px 17px 25px;
    position: relative;
    white-space: nowrap;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.header__reg:hover {
    text-decoration: none;
    color: #fff;
    background: #f3972b;
    border: 1px solid #f3972b;
}

a.header__in {
    text-decoration: none;
    border: 1px solid #252834;
    color: #919095;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-semibold";
    margin-right: 15px;
    padding: 17px 25px 17px 55px;
    position: relative;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.header__in:hover,
.header__burger:hover {
    color: #fff;
    background: #f3972b;
    border: 1px solid #f3972b;
    cursor: pointer;
}

.header__burger:hover:before,
.header__burger:hover:after,
.header__burger:hover span {
    background: #fff
}

.header__in:active,
.header__burger:active {
    color: #fff !important;
}

.header__in .lock-icon {
    position: absolute;
    left: 25px;
}

.header__in path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__in:hover path {
    fill: #fff;
}


.header__people-email-box {
    position: relative;
}

.header__people-list,
.header__people-avatar-list {
    position: absolute;
    -webkit-box-shadow: 0px 15px 27px rgba(0, 0, 0, 0.54);
    box-shadow: 0px 15px 27px rgba(0, 0, 0, 0.54);
    border-radius: 4px;
    bottom: -245px;
    left: -65px;
    visibility: hidden;
    opacity: 0;
    width: 220px;
    overflow: hidden;
}

.header__people-list {
    bottom: -215px;
    width: 225px;
}

.header__people-list-item {
    position: relative;
    border-radius: 4px;
}

.header__people-list-item::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__people-list-item:first-child {
    border-radius: 4px 4px 0 0;
}

.header__people-list-item:last-child {
    border-radius: 0 0 4px 4px;
}

.header__people-list-item--user::before {
    background: url("../img/icons/user.svg") no-repeat;
}

.header__people-list-item--entrance::before {
    background: url("../img/icons/entrance.svg") no-repeat;
}

.header__people-list-item--balance::before {
    background: url("../img/icons/cash.svg") no-repeat;
}

.header__people-list-item--loyalty::before {
    background: url("../img/icons/gift.svg") no-repeat;
    left: 15px;
}

.header__people-list-item--referral::before {
    background: url("../img/icons/referral.svg") no-repeat;
    left: 15px;
}

a.header__people-link {
    text-decoration: none;
    padding: 15px 10px 15px 50px;
    display: block;
    background: #1d1c23;
    font-size: 14px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #919095;
}

a.header__people-link:hover {
    background: #26252d;
    text-decoration: none;
}

.header__people-avatar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__people-arrow-box {
    position: relative;
}

.header__people-avatar-list {
    left: auto;
    right: 0;
    z-index: 55;
}

.header__people-avatar-list.open {
    opacity: 0;
    visibility: hidden;
}

.header__people-arrow-item {
    padding-top: 3px;
}

.header__people-arrow-box .header__people-list-item--balance span {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    display: none;
    margin-right: 20px;
}

.header__people-arrow-item {
    display: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.header__people-arrow-item.drop {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__people-avatar {
    background: transparent url(../img/icons/avatar.svg) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.header__people-info {
    font-size: 14px;
    line-height: 16px;
    color: #919095;
    margin-right: 30px;
}

.header__people-info span {
    font-family: "gilroy-bold";
}

.header__people-info {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header__people-info .header__people-email {
    font-family: "gilroy-regular";
}

.header__people-email {
    margin-bottom: 10px;
    position: relative;
    padding-right: 25px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #919095;
    text-overflow: ellipsis;
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    :
        -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__people-email::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    background: url("../img/icons/header-arrow.svg");
    right: 0;
    top: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__people-email:active {
    color: #f3972b;
    text-decoration: none;
}

.header__people:hover .header__people-email::after {
    transform: rotate(180deg)
}


.header__people:hover .header__people-list {
    visibility: visible;
    opacity: 1;
}


.header__people-email-box.open .header__people-list {
    visibility: visible;
    opacity: 1;
}

.header__people-email.drop::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header__info-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__message {
    position: relative;
    margin-right: 17px;
}

.header__message span {
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    padding: 0;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f3972b;
    position: absolute;
    top: -5px;
    right: -5px;
}

.header__message-btn {
    padding: 17px;
    border: 1px solid #252834;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__message-btn:hover {
    background: #252834;
}

a.header__replenishment-btn {
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-semibold";
    color: #919095;
    border: 1px solid #252834;
    border-radius: 4px;
    padding: 17px 25px 17px 45px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__replenishment-btn path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__replenishment-btn span {
    word-break: keep-all;
    white-space: nowrap;
}

a.header__replenishment-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #f3972b;
    border: 1px solid transparent;
}

.header__replenishment-btn:hover path {
    fill: #fff;
}

.header__replenishment-btn .plus-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
}

.header__menu-close {
    display: none;
}

/* Switch language */

.langswitch__container {
    width: 100%;
    /* margin-right: 44px; */
    align-items: baseline;
}

.langswitch__list {
    /* display: flex; */
    padding: 18px 12px 4px 22px;
    border-radius: 6px;
    margin-top: 10px;
    margin-right: 14px;
    margin-left: auto;
    /* width: 110px; */
}

.langswitch__element {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-align-items: center;
}

.langswitch__list-open {
    /* visibility: hidden; */
    display: none;
}

@media (min-width: 851px) {
    .langswitch__list:hover .langswitch__icon-down {
        transform: rotate(180deg)
    }

    .langswitch__list:hover {
        background: #141319;
    }

    .langswitch__list:hover .langswitch__list-open {
        /* visibility: visible; */
        /* opacity: 1; */
        display: block;
    }

    .langswitch__list:hover {
        -webkit-box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
        box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
        border-radius: 4px;
    }

    .langswitch__list-open .langswitch__element:hover .langswitch__text {
        color: #f3972b;
    }
}

@media (max-width: 850px) {
    .langswitch__list.c_active .langswitch__icon-down {
        transform: rotate(180deg)
    }

    .langswitch__list.c_active {
        background: #141319;
    }

    .langswitch__list.c_active .langswitch__list-open {
        /* visibility: visible; */
        /* opacity: 1; */
        display: block;
    }

    .langswitch__list.c_active {
        -webkit-box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
        box-shadow: 0px 15px 27px rgb(0 0 0 / 54%);
        border-radius: 4px;
    }

    .langswitch__list-open .langswitch__element.c_active .langswitch__text {
        color: #f3972b;
    }
}


.langswitch__lang-icon {
    width: 14.67px;
    /* height: 10px; */
    margin-right: 12px;
}


.langswitch__icon-down {
    height: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.langswitch__text {
    font-family: 'gilroy-medium';
    font-style: normal;
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 17px;
    margin-right: 12px;
    letter-spacing: 1px;
    color: white;
}

@media (min-width: 1561px) and (max-width: 1605px),
(min-width: 1141px) and (max-width: 1247px),
(min-width: 851px) and (max-width: 942px) {
    .langswitch__list {
        margin-top: 15px;
        margin-right: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .langswitch__text {
        display: none;
    }

    .langswitch__lang-icon {
        width: 18px;
        margin-right: 4px;
    }
}

@media (max-width: 850px) {
    .langswitch__container {
        display: block;
        height: 120px;
    }

    .langswitch__list {
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .langswitch__element {
        /* justify-content: center; */
        width: 80px;
    }

    .langswitch__text {
        margin-right: 6px;
    }
}

/*** About ***/

.about__text {
    font-size: 20px;
    line-height: 36px;
    color: #e5e5e5;
    max-width: 745px;
    margin-bottom: 20px;
}

.about__text span {
    font-family: "gilroy-semibold";
}

.about__list {
    margin-bottom: 40px;
}

.about__list-item {
    font-size: 14px;
    line-height: 37px;
    color: #e5e5e5;
    position: relative;
    padding-left: 25px;
}

.about__list-item::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../img/icons/dots.svg");
    left: 0;
    top: 11px;
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
}

.news__info-box {
    padding: 35px 30px 25px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

a.news__item--big {
    display: none;
}

a.news__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    border: 1px solid #252834;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

a.news__item:nth-child(2n) {
    margin-left: 2%;
    margin-right: 2%
}

a.news__item:nth-child(4n) {
    margin-left: 2%;
    margin-right: 0%
}

a.news__item:hover {
    text-decoration: none;
}

a.news__item:hover .news__info-box {

    background: #0e0f12;
    text-decoration: none;
}

.news__img {
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    display: flex;
    flex: 1 1 45%;
}

.news__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.news__name {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    font-family: "gilroy-semibold";
    color: #e5e5e5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news__text {
    font-size: 14px;
    line-height: 22px;
    color: #e5e5e5;
    margin-bottom: 15px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.news__date {
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-semibold";
    color: #919095;
}

a.news__all-article {
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 16px;
    line-height: 16px;
    color: #919095;
    font-family: "circe-bold";
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news__all-article::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 0;
    border-bottom: 1px dashed #919095;
    bottom: -2px;
    left: 0;
}

a.news__all-article:hover {
    color: #f3972b;
}

.news__all-article:hover::after {
    border-color: #f3972b;
}

.news__all-article span {
    color: #313132;
}

.news__all-btn-box {
    text-align: center;
}

a.news__all-btn {
    text-decoration: none;
    font-size: 16px;
    font-family: "circe-bold";
    text-align: center;
    color: #ffffff;
    display: none;
    position: relative;
    color: #919095;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news__all-btn::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 0;
    border-bottom: 1px dashed #919095;
    bottom: -2px;
    left: 37px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.news__all-btn:hover {
    color: #f3972b;
}

.news__all-btn:hover::after {
    border-color: #f3972b;
}

.news__all-btn span {
    color: #313132;
}

.news-none {
    display: none;
}

.cabinet__email {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}

.cabinet__email p {
    margin: 0;
}

.cabinet__email span {
    color: #E58F2A;
}

.cabinet__api-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cabinet__api {
    background: #111113;
    border-radius: 3px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #818181;
    margin-right: 20px;
    margin-bottom: 0;
    width: 265px;
    word-wrap: break-word
}

.cabinet__copy {
    color: #f3972b;
    padding: 16px 25px;
    font-size: 14px;
    line-height: 14px;
}

.cabinet .cabinet__api-box p.cabinet__copy {
    margin: 0;
}

.cabinet__btn-transparent {
    border: 1px solid #f3972b;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #f3972b;
    padding: 16px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "circe-bold";
    white-space: nowrap;
    margin-right: 20px;
}

.cabinet__btn-transparent:hover {
    background: #f3972b;
    color: #fff;
}

.cabinet__btn {
    background: #f3972b;
    border-radius: 3px;
    font-family: "circe-bold";
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 0px;
    width: 200px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cabinet__btn:hover,
.popup__btn:hover {
    background: #d4801c;
}

.cabinet__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cabinet__input {
    background: #2f2e38;
    border-radius: 3px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
}

.cabinet__input--voucher {
    width: 470px;
    margin-right: 20px;
    border-color: transparent;
}

.cabinet .cabinet__input--voucher.empty_field {
    border: 1px solid #fe6359;
}

.cabinet .cabinet__input--voucher:valid {
    border-color: transparent;
}

.cabinet .cabinet__input--voucher:focus {
    border: 1px solid transparent;
}

.cabinet__input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cabinet__name {
    font-size: 16px;
    line-height: 36px;
    color: #e5e5e5;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cabinet__name--2fa {
    margin-bottom: 10px;
}

.cabinet__info--2fa {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 36px;
}

.cabinet__input--password {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
    margin-right: 15px;
    border-color: transparent;
}

.cabinet .cabinet__input--password.empty_field {
    border: 1px solid #fe6359;
}

.cabinet .cabinet__input--password:valid {
    border-color: transparent;
}

.cabinet .cabinet__input--password:focus {
    border: 1px solid transparent;
}

.cabinet__btn--password {
    padding: 17px;
    width: 220px;
    margin-top: 15px;
}

.cabinet .purchase {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cabinet .disadvantage {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cabinet .purchase.result-show {
    opacity: 1;
    visibility: visible;
}

.cabinet .disadvantage.result-show {
    opacity: 1;
    visibility: visible;
}

.cabinet__social-box {
    display: flex;
    gap: 12px;
}

.cabinet .popup__social-btn {
    margin-bottom: unset;
    width: 153px;
}

.ban-title {
    margin-bottom: 0;
}

.ban-info {
    display: flex;
    align-items: center;
}

.ban-info-text {
    line-height: 36px;
}

.ban-info-text p {
    margin: 0;
}

.ban-info-text span {
    color: #E58F2A;
}

.ban-info button {
    height: 50px;
    margin-left: 33px;
}

/* Balance */

.balance__container {
    display: flex;
    justify-content: space-between;
}

.balance__history {
    background: #131217;
    padding: 30px;
    border-radius: 4px;
    flex: 1;
    max-width: 730px;
}

.balance__history-box .first-th {
    /* padding-left: 0 !important; */
    /* text-align: left !important; */
}

.balance__history-payment {
    background: #26252D;
    padding: 25px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.balance__history-payment-row {
    display: flex;
    margin-bottom: 23px;
}

.balance__history-payment-column {
    flex: 1 1 0px;
}

.balance__history-payment-title span {
    color: #E5E5E5;
    font-size: 12px;
    font-family: 'gilroy-regular';
    line-height: 36px;
}

.balance__history-payment-content span {
    color: #919095;
    font-size: 12px;
    font-family: 'gilroy-regular';
    line-height: 14px;
}

.balance .table__row.delete .table__ready-btn,
.balance .balance__history-payment.delete .table__ready-btn,
.history .numbers__box-item.delete .table__ready-btn {
    display: none;
}

.numbers__box-item.refresh .table__ready-btn {
    display: flex;
}

.balance__history-box table {
    display: table !important;
}

.balance__total-container {
    display: none !important;
}

.balance .table__item-text {
    width: 100% !important;
}

@media (max-width: 725px) {
    .balance__history-box table {
        display: none !important;
    }

    .balance__total-container {
        display: block !important;
    }
}

@media (max-width: 850px) {

    .balance__box,
    .balance__history {
        /* padding: 0 !important; */
    }

    .balance__history-payment {
        margin-bottom: 10px;
    }
}

/* .balance .table__ready-btn, .balance .table__delete-btn, .balance .table__refresh-btn {
    display: block !important;
} */

.balance .table__refresh-btn {
    border: 1px solid #3D3C45;
    padding-top: 0 !important;
}

.balance .table__waiting-btn {
    padding-top: 8px !important;
}

.balance .table__ready-btn,
.history .table__ready-btn {
    margin: 0 !important;
}

.balance .table__row {
    background: #19181E !important;
}

.balance .table__row:hover {
    background: #26252D !important;
}

.balance__history-box th {
    padding: 10px 0 !important;
}

.balance .table__item-text {
    font-family: 'gilroy-regular';
}

.referral .table__ready-btn:hover,
.referral .table__delete-btn:hover,
.balance .table__ready-btn:hover,
.balance .table__delete-btn:hover {
    background: transparent;
}

.referral .table__ready-btn:hover path,
.balance .table__ready-btn:hover path {
    fill: #f3972b !important;
}

.referral .table__delete-btn:hover path,
.balance .table__delete-btn:hover path {
    fill: #e0443a !important;
}

@media (max-width: 726px) {
    .balance {
        width: 515px;
        margin: auto
    }
}

@media (max-width: 546px) {
    .balance {
        width: 320px;
        margin: auto;
    }
}

.balance__info {
    font-size: 16px;
    line-height: 16px;
    color: #e5e5e5;
    margin-bottom: 35px;
}

.balance__box {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; */
    /* width: 48%; */
    background: #131217;
    padding: 30px;
    border-radius: 4px;
    flex: 1;
    max-width: 730px;
    /* margin-right: 20px; */
    width: 100%;
}

@media (max-width: 850px) {

    .balance__box,
    .balance__history {
        background: #0D0C0F;
    }
}

@media (max-width: 546px) {
    .balance .wrap {
        padding: 0 !important;
    }
}

.balance .balance__box-item.active,
.balance .balance__box-select-currency.active {
    background: #1D1C23;
}

.balance__box-item {
    border: 1px solid #252834;
    border-radius: 4px;
    width: 125px;
    max-width: 125px;
    /* min-width: 110px; */
    height: 125px;
    -webkit-box-flex: 0;
    /* -ms-flex: 1 1 20%; */
    /* flex: 1 1 20%; */
    /* flex: 0 1 125px; */
    flex: 0 0 125px;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 10px;
    /* margin-right: 11px; */
    /* margin-bottom: 15px; */
    /* -webkit-transition: all 0.3s ease; */
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    /* padding-bottom: 35px;*/
}

.balance__box-item:nth-child(5) {
    /* margin-right: 0; */
}

.balance__box-item span {
    display: block;
    bottom: 9px;
    position: absolute;
    width: 100%;
    font-size: 12px;
    font-family: 'gilroy-semibold';
    color: #919095;
}

.balance__box-item.active span {
    color: #D7D7D7;
}

.balance__p-title {
    font-family: 'gilroy-regular';
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 5px;
}

.balance__box-select-amount {
    border: 1px solid #252834;
    height: 50px;
    border-radius: 4px;
    -webkit-box-flex: 0;
    /* -ms-flex: 1;
    flex: 1; */
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    margin: 0px 5px;
    margin-bottom: 10px;
    text-align: center;
    /* margin-right: 15px; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    /* padding: 17px 47px; */
}

.balance__box-select-amount span {
    display: block;
    font-size: 14px;
    font-family: 'gilroy-semibold';
    color: #919095;
}

.balance__box-select-amount:last-child {
    margin-right: 0;
}

.balance__box-select-amount:nth-child(5) {
    margin-right: 0;
}

.balance__box-select-currency {
    /* width: 125px; */
    height: 50px;
    border: 1px solid #252834;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    text-align: center;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    color: #919095;
}

.balance__box-select-currency span {
    display: block;
    font-size: 14px;
    font-family: 'gilroy-semibold';
    color: #919095;
}

.balance__box-select-currency.active span {
    color: #D7D7D7;
}

.balance__box-select-currency:last-child {
    margin-right: 0;
}

.balance__box-select-amount:hover,
.balance__box-select-currency:hover,
.balance__box-item:hover {
    background: #1D1C23;
}

.balance__box-select-amount:hover span,
.balance__box-select-currency:hover span,
.balance__box-item:hover span {
    color: #D7D7D7;
}

.balance__box-img {
    vertical-align: middle !important;
}

.balance__box-img-mobile {
    display: none;
}

.balance__box-img-mobile--qiwi {
    /* margin-right: 45px; */
    /* margin-left: 20px; */
}

.balance__box-img-mobile--interkassa {
    margin-right: 25px;
}

.balance__box-img-mobile--enot {
    margin-right: 30px;
}

.balance__item-img {
    margin-bottom: 40px;
    height: 50px;
}

.balance__item-name {
    font-size: 14px;
    line-height: 17px;
    color: #919095;
    font-family: "gilroy-semibold";
}

.balance__form {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
    /* margin-top: 30px; */
}

.balance__input-box {
    /* max-width: 680px; */
}

.balance__input-box label {
    font-size: 16px;
    line-height: 36px;
    color: #E5E5E5;
    font-weight: 400;
}

.balance__input-box .title {
    font-size: 20px;
    color: #818181;
    margin-bottom: 13px;
}

.balance__input-box .dop {
    font-size: 16px;
    color: #818181
}

.balance__input-box .inputs {
    /* margin-top: 32px; */
    flex-wrap: wrap;
}

.balance__input-box .input__form {
    display: flex;
    margin-right: 10px;
    flex-flow: column;
    /* flex: 1; */
}

.balance__input-box .balance__amounts {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    margin: 0px -5px;
    margin-bottom: 20px;
}

.balance__currencies {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    margin: 0px -5px;
    margin-bottom: 20px;
}

.balance__payments {
    margin: 0 -5px;
    margin-bottom: 20px;
}

.balance__payments-content {
    display: flex;
    flex-wrap: wrap;
}

.balance__payments .os-scrollbar-vertical {
    padding-left: 20px !important;
}

.balance__payments .os-scrollbar-track-off {
    background-color: unset !important;
}

@media (min-width: 851px) {
    .balance__payments {
        max-height: 270px;
        /* overflow: overlay; */
        overflow: auto;
    }

    .balance__payments::-webkit-scrollbar {
        width: 2px;
        background-color: none;
    }

    .balance__payments::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #f3972b;
    }
}

.flex-clear {
    flex-basis: 0;
    height: 0;
}

@media (max-width: 1764px) {
    .balance__container {
        flex-direction: column;
    }

    .balance__box {
        margin-bottom: 28px;
    }

    .flex-clear {
        flex-basis: 100%;
        height: 0;
    }
}

@media (max-width: 850px) {
    .flex-clear {
        flex-basis: 0;
        height: 0;
    }

    .balance__input-box .input__form,
    .balance__input-box .input__form input,
    .balance__input-box .btn__form,
    .balance__input-box .balance__btn {
        margin: 0;
        width: 100% !important;
    }

    .balance__input-box .input__form {
        margin-bottom: 12px;
    }

    .balance__input-box .btn__form {
        margin-top: 12px;
    }
}

.balance__input-box .btn__form {
    display: flex;
    flex-flow: column-reverse;
}

.balance__input-box .input__form input {
    width: 260px;
}

.input__form-payment {
    display: grid;
    /* width: 100px; */
}

.balance__input {
    background: #2f2e38;
    border-radius: 3px;
    padding: 16px 25px;
    /* max-width: 380px; */
    grid-column-start: 1;
    grid-row-start: 1;
}

.balance__input:disabled {
    background: #1D1C23;
    border: none;
    color: #818181 !important;
    -webkit-text-fill-color: #818181 !important;
}

.balance__cover {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid transparent;
    padding: 16px 25px;
    pointer-events: none;
    grid-column-start: 1;
    grid-row-start: 1;
    color: transparent;
    opacity: 0.4;
    /* max-width: 260px; */
}

/*   
.balance__cover::after {
    margin-left: 0.5ch;
    content: "₽";
    color: #818181;
} */

.balance__btn {
    width: 125px;
    font-size: 16px;
    line-height: 16px;
    font-family: "circe-bold";
    color: #ffffff;
    background: #f3972b;
    border-radius: 3px;
    padding: 17px 0;
    text-align: center;
    /* margin-left: 15px; */
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.balance__btn:hover {
    background: #d4801c;
}

.balance .balance__input.empty_field {
    border: 1px solid #fe6359;
}

.balance .balance__input:valid {
    border-color: transparent;
}

/*   BONUS   */

.bonus__user-status {
    width: 100%;
    background: #131217;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

.bonus__user-status h3 span {
    color: white;
    font-family: 'gilroy-medium';
}

.bonus__user-status-text {
    font-size: 16px;
    line-height: 22px;
    color: #E5E5E5;

    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 430px) {
    .bonus__user-status-text p:first-child {
        max-width: 25ch;
    }
}

.bonus__user-status-text span {
    color: #F3972B;
    font-family: 'gilroy-semibold';
}

.bonus__user-status h3,
.bonus__user-status p {
    margin: 0;
}

.bonus__btn-transparent {
    border: 1px solid #f3972b;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #f3972b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "circe-bold";
    white-space: nowrap;
    width: 140px;
    height: 40px;
    margin-top: 17px;
}

.bonus__btn-transparent:hover {
    background: #f3972b;
    color: #fff;
}

.bonus .bonus__questions {
    padding: 10px 0;
}

.bonus .bonus__questions img {
    width: 50%;
}

.bonus .question-container {
    margin-bottom: 10px;
}

.bonus .question-container:last-child {
    margin-bottom: 0;
}

.bonus .question-container {
    background-color: #131217;
}

@media (max-width: 850px) {
    .bonus__user-status {
        padding: 0;
    }

    .bonus .question-container,
    .bonus .bonus__user-status {
        background-color: #0d0c0f;
    }

    .bonus .bonus__user-status {
        padding: 30px 20px;
    }
}

/* Bonus table */

.bonus__table-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bonus__table-block {
    background: #131217;
    padding: 20px 0;
    border-left: 1px solid #27262B;
    border-bottom: 1px solid #27262B;
    /* height: 80px; */
    flex: 0 0 16.667%;

    font-size: 16px;
    font-family: 'gilroy-regular';

    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus__table-block:nth-last-child(-n+6) {
    border-bottom: 0;
}

.bonus__table-block input,
.bonus__table-mob-block input {
    background: #f3972b;
    cursor: default !important;
}

.bonus__table-block__title {
    font-size: 20px;
    font-family: 'gilroy-semibold';
    padding: 30px 0;
}

.bonus__table-block__title:nth-child(1) {
    background: linear-gradient(97.92deg, #F18609 0%, #FFAC4A 100%);
    font-size: 21px;
    color: white;
    border-top-left-radius: 4px;
}

.bonus__table-block:nth-child(6) {
    border-top-right-radius: 4px;
}

.bonus__table-block:last-child {
    border-bottom-right-radius: 4px;
}

.bonus__table-block:nth-last-child(+6) {
    border-bottom-left-radius: 4px;
}

.bonus__table-block__f-column {
    /* padding: 14px 15px; */
    padding: 20px;
    justify-content: left;
    border-left: 0;
}

.bonus__span-stroke {
    color: #F3972B;
    border-radius: 4px;
    border: 1px solid #F3972B;
    padding: 7px 0;
    font-family: 'gilroy-semibold';
    width: 90px;
    font-size: 16px;
    text-align: center;
}

.bonus__span-orange {
    color: #F3972B;
    font-family: 'gilroy-semibold';
}

.bonus__line {
    background: #F3972B;
    border-radius: 2px;
    width: 24.94px;
    height: 3.97px;
}

@media (max-width: 1288px) {
    .bonus__table-block__title:nth-child(1) {
        font-size: 18px;
    }

    .bonus__table-block__title {
        font-size: 17px;
    }

    .bonus__table-block {
        font-size: 13px;
    }

}

/* mob table */

.bonus__table-mob {
    display: none;
}

.bonus__table-mob p {
    margin-bottom: 20px;
}

.bonus__table-mob-block h3 {
    font-size: 20px;
    font-family: 'gilroy-semibold';
    color: white;
    margin: 0;
    margin-bottom: 20px;
}

@media (max-width: 785px) {
    .bonus__table-content {
        display: none;
    }

    .bonus__table-mob {
        display: block;
    }
}

.bonus__table-mob {
    width: 100%;
    overflow: hidden;
}

.bonus__table-mob .bonus__span-stroke {
    font-size: 12px;
}

.bonus__table-mob-container {
    width: calc(100% * 5);
    /* margin-left: calc(-83vh * 1); */
}

.bonus__table-mob-block {
    /* width: 83vh; */
    background: #0D0C0F;
    float: left;
    text-align: center;
    padding: 35px 25px;
}

.bonus__table-mob-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #27262B;
}

.bonus__table-mob-element:last-child {
    padding-bottom: 0;
}

.bonus__span-desc {
    margin-top: 10px;
}

.bonus__btn-slider {
    position: absolute;
    height: 540px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus__btn-right {
    right: 0;
}

.bonus__btn-left {
    left: 0;
}

.bonus__btn-slider img {
    width: 15px;
    height: 27px;
}

/* turboboost modal */

.modal__turbo-boost {
    padding: 40px;
    color: #818181;
    font-size: 17px;
    line-height: 25px;
    font-family: 'gilroy-semibold';
    text-align: center;
}

.modal__turbo-boost .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal__turbo-boost p {
    margin: 0;
}

.modal__turbo-boost .cabinet__btn {
    margin-top: 18px;
    cursor: pointer;
}

.modal__turbo-boost span {
    color: #F3972B;
}

/* PRICE LIST */

.price-list .table__item-name-icon {
    display: flex;
    align-items: center;
    padding-left: 40%;
}

.price-list .table__item-name-icon img {
    width: 15px;
    margin-right: 5px;
}

.price-list .select2-container--default .select2-selection--single {
    background-color: #131217 !important;
    width: 100%;
    border: none !important;
    border-radius: 3px;
    font-size: 14px;
    line-height: 17px;
    color: #E5E5E5;
    font-family: "gilroy-semibold";
    top: 40px;
}

.price-list .select2-selection__rendered {
    color: #E5E5E5 !important;
    font-family: 'gilroy-regular' !important;
    line-height: 24px !important;
}

.price-list .table__item-text {
    width: 100% !important;
}

.price-list table {
    display: table !important;
}

.price-list .referral__history-box .table__row:nth-child(even),
.referral .referral__history-box .table__row:nth-child(even) {
    background: #131217 !important;
}

.price-list .sorted-element img {
    margin-left: 0 !important;
    margin-right: 8px;
}

.sorted-element-center {
    display: flex;
    justify-content: center;
}

.price-list .select2-results__options,
.list-services .select2-container--default .select2-results__option--selected,
.list-services .select2-dropdown,
.list-services .select2-results__options,
.list-services .select2-results__option--selected,
.list-services .select2-results__option--highlighted {
    background-color: #131217 !important;
    border-color: #131217 !important;
}


.price-list__search-input {
    color: #E5E5E5;
    padding-right: 40px;
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    background-color: #131217 !important;
    border-color: #131217 !important;
    font-family: 'gilroy-regular';
}

.price-list__search-input::placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #959595 !important;
    font-family: "gilroy-semibold";
}

.price-list__search-btn {
    position: absolute;
    top: 0;
    right: 30px;
    background: transparent;
    width: 50px;
    height: 50px;
    cursor: default;
}

.price-list td.first-td,
.price-list .first-th {
    width: 30%;
}

.price-list td:nth-child(2),
.price-list th:nth-child(2) {
    width: 25%;
}

.price-list td:nth-child(3) {
    width: 25%;
}

.price-list td:nth-child(4) {
    width: 20%;
}


@media (max-width: 850px) {
    .price-list table {
        border-collapse: collapse !important;
    }

    .price-list .table__row {
        border-bottom: 1px solid #1D1C23;
    }

    .price-list .table__row:last-child {
        border-bottom: 0;
    }

    .price-list tr {
        background-color: #131217 !important;
    }

    .price-list td.first-td,
    .price-list .first-th {
        width: 20%;
        padding-right: 0;
    }

    .price-list td:nth-child(2),
    .price-list th:nth-child(2) {
        width: 40%;
        padding-left: 0;
    }

    .price-list td:last-child,
    .price-list th:last-child {
        width: 20%;
    }

    .price-list td.first-td .table__item-text {
        text-align: left;
        max-width: 100px;
    }

    .price-list td.first-td .table__item-name-icon {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: contents;
    }

    .price-list .first-th {
        text-align: left !important;
    }

    .price-list .first-th .sorted-element-center {
        justify-content: start;
    }

    .price-list .table__item-name-icon {
        padding-left: 0;
        white-space: initial;
        text-align: left;
    }

    .price-list .select2-container--default .select2-selection--single {
        background-color: #0D0C0F !important;
    }

    .price-list .select2-results__options,
    .list-services .select2-container--default .select2-results__option--selected,
    .list-services .select2-dropdown,
    .list-services .select2-results__options,
    .list-services .select2-results__option--selected,
    .list-services .select2-results__option--highlighted {
        background-color: #0D0C0F !important;
        border-color: #0D0C0F !important;
    }

    .price-list__search-input {
        background-color: #0D0C0F !important;
        border-color: #0D0C0F !important;
    }

    .price-list__select-container {
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .price-list__select-services {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 4px !important;
    }

    .price-list__select-roles,
    .price-list__search {
        width: 49.4% !important;
        margin-right: 0 !important;
    }

    .price-list__search-box {
        padding-right: 0 !important;
    }

    .price-list__search-btn {
        right: 0 !important;
    }
}

.price-list__select-container {
    display: flex;
}

.price-list__select-services {
    width: 260px;
    margin-right: 18px;
}

.price-list__select-roles {
    width: 180px;
    margin-right: 18px;
}

.price-list__data-container {
    margin-top: 31px;
}

.price-list__search-box {
    position: relative;
    padding-right: 30px;
}

/* REFERRAL SYSTEM */

.referral__data-container {
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
    margin-bottom: 20px;
}

.referral__data-block {
    background: #131217;
    flex: 1 1 0px;
    margin: 0 10px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 25px;
    border-radius: 4px;
}

@media (max-width: 1500px) {
    .referral__data-container {
        flex-wrap: wrap;
    }

    .referral__data-block:nth-child(1),
    .referral__data-block:nth-child(2) {
        flex: 40%;
        margin-bottom: 20px;
    }
}

.referral__data-head {
    width: 100%;
    text-align: center;
}

.referral__data-head span {
    color: #E5E5E5;
    font-size: 24px;
    font-family: 'gilroy-regular';
}

@media (min-width: 851px) {
    .referral__data-head-text {
        width: 25ch;
    }
}

.ref-balance {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref-balance svg {
    width: 20px;
    height: 16px;
    margin-left: 6px;
    cursor: pointer;
}

.ref-balance .show-info span {
    bottom: 30px !important;
}

.referral__data-block:nth-child(3) .referral__data-head span {
    font-size: 20px;
}

.referral__data-footer {
    position: absolute;
    bottom: 14px;
}

.referral__data-footer span {
    color: #919095;
    font-size: 16px;
    font-family: 'gilroy-medium';
}

.referral__link {
    background: #111113;
    border-radius: 3px 0 0 3px;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #E5E5E5;
    margin: 0;
    width: 100%;
    word-wrap: break-word;
}

.referral__link-container {
    display: flex;
    align-items: center;
}

.referral__link-copy {
    padding: 9px;
    border: 1px solid #F3972B;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

@media (max-width: 850px) {
    .referral__data-container {
        margin: 0;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .referral__data-block {
        flex: none !important;
        background: #0D0C0F;
        margin: 0;
        margin-bottom: 10px !important;
    }

    .referral__data-block:last-child {
        margin-bottom: 0 !important;
    }
}

.referral .question-container {
    background-color: #131217;
}

.referral .question-container:last-child {
    margin-bottom: 0;
}

@media (max-width: 850px) {
    .referral .question-container {
        background-color: #0d0c0f;
    }

    .referral__history-container h3 {
        margin-bottom: 20px !important;
    }
}

.referral__history-container {
    margin-top: 40px;
}

.referral__history-container h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.referral__history-box table {
    border-spacing: 0;
    margin-bottom: 0;
}

.referral__history-box .table__row {
    background-color: #131217;
}

.referral__history-box .table__row {
    height: 50px;
}

.referral__history-box .table__row:nth-child(odd) {
    background: #19181E;
}

.referral__history-box .table__item-text {
    font-family: 'gilroy-regular';
    font-size: 14px;
    color: #E5E5E5;
    max-width: 350px;
}

.referral .show-info:hover span {
    max-width: initial;
}

@media (max-width: 1354px) {
    .referral .table__item-text {
        width: 100%;
    }
}

/* List Container Referrals */

.referral .balance__history-payment-content span {
    overflow-wrap: anywhere;
}

.list-referrals .balance__history-payment-column {
    flex: 45 1 0px;
}

.list-referrals .balance__history-payment-column:first-child {
    flex: 55 1 0px;
}

.history-requests .balance__history-payment-column {
    flex: 35 1 0px;
}

.history-requests .balance__history-payment-column:first-child {
    flex: 65 1 0px;
}

.referral__list-referral-title {
    margin-bottom: 10px;
}

.referral__list-referral-title span {
    line-height: 15px;
}

/* sort */

.sorted-element {
    cursor: pointer;
}

.sorted-element img {
    vertical-align: middle;
    margin-left: 8px;
    transform: rotate(180deg);
}

.referral__sort-params {
    background: #26252D;
    padding: 13px 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.referral__sort-params span {
    font-family: 'gilroy-semibold';
    font-size: 12px;
    font-weight: 600;
    color: #E5E5E5;
}

.referral__sort-params svg {
    margin-top: 2px;
    transform: rotate(180deg);
}

.referral__sort-params svg path {
    fill: #919095;
}

.sorted-img-rotate {
    transform: rotate(0deg) !important;
}

.sorted-img-rotate-mobile {
    transform: rotate(180deg) !important;
}


/* Modal withdrawal */
.modal-referral-withdrawal {
    /* justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center; */
    padding: 57px 50px 58px 50px;
    color: #E5E5E5;
    font-size: 16px;
    font-family: 'gilroy-regular';
    font-weight: normal !important;
}

.modal-referral-withdrawal p {
    line-height: 1.5em;
}

.modal-referral-withdrawal label {
    font-weight: normal !important;
}

.modal-referral__checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.modal-referral__checkbox label {
    font-size: 15px;
    font-family: 'gilroy-regular';
    font-weight: normal !important;
    margin: 0;
    margin-left: 7px;
}

.modal-referral__inputs {
    margin-top: 20px;
}

.modal-referral__inputs label {
    margin: 0;
    line-height: 36px;
}

.referral__btn {
    background: #f3972b;
    border-radius: 3px;
    font-family: "circe-bold";
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 17px 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Ceo page */

.seo-page h1 {
    margin-bottom: 30px;
    font-size: 24px;
}

.seo-page .block-service {
    border-radius: 4px;
    background: #131217;
    padding: 50px;
    display: flex;
    flex-direction: column;
    max-width: 850px;
}

.seo-page .block-service__info {
    display: flex;
    align-items: center;
}

.seo-page .block-service__info img {
    width: 40px;
    margin-right: 15px;
}

.seo-page .block-service__info span {
    font-family: 'gilroy-regular';
    font-size: 32px;
    color: #E5E5E5;
}

.seo-page .block-service__row {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.seo-page .block-service__content {
    display: flex;
    flex-direction: column;
}

.seo-page .block-service__content .title {
    font-family: 'gilroy-regular';
    font-size: 16px;
    color: #919095;
    margin-bottom: 10px;
}

.seo-page .block-service__content .info {
    font-family: 'gilroy-regular';
    font-size: 20px;
    color: #E5E5E5;
}

.seo-page .block-service__country {
    display: flex;
}

.seo-page .block-service__country img {
    width: 22px;
    margin-right: 8px;
}

.seo-page .balance__btn {
    cursor: pointer;
}

.seo-page .block-content {
    margin-top: 30px;
    max-width: 1000px;
    width: 100%;
    line-height: 31px;
}

.seo-page .block-content p {
    font-size: 16px;
    font-family: 'gilroy-regular';
    color: #E5E5E5;
    line-height: 31px;
    margin-bottom: 12px;
    word-break: break-word;
}

.seo-page .block-content img {
    max-width: 100%;
    height: inherit;
    margin-bottom: 0;
}

a.aside__services-item {
    text-decoration: none;
}

@media (max-width: 850px) {
    .seo-page .block-service {
        background-color: #0D0C0F;
        padding: 40px 30px;
    }
}

@media (max-width: 750px) {
    .seo-page .block-service__row {
        flex-direction: column;
    }

    .seo-page .block-service__content {
        margin-bottom: 25px;
    }
}

/* Empty message */

.referral .history__box_zero,
.price-list .history__box_zero {
    justify-content: center;
    background-color: #131217;
}

.referral .history__box_zero p,
.price-list .history__box_zero p {
    color: #E5E5E5;
    font-family: 'gilroy-regular';
    font-size: 14px;
}

.modal-referral-withdrawal input::-webkit-outer-spin-button,
.modal-referral-withdrawal input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*   ACTIVE NUMBERS   */

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px 5px;
    border-collapse: separate;
}

.table th {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    color: #919095;
    padding: 10px 0;
}

.table td {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    color: #919095;
}

.table td:first-child {
    border-radius: 4px 0 0 4px;
}

.table td:last-child {
    border-radius: 0 4px 4px 0;
}

.table__row {
    background: #14131a;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table__row:hover {
    background: #0c0b0f;
}

.table__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.table__item-img {
    margin: 0 15px 0 8px;
}

.table__item-name {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    color: #919095;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.table__item--number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 160px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}

.table__item--history-number {
    overflow: unset !important;
}

.table__item--history-number span {
    display: block !important;
}

.table__flag-box {
    position: relative;
    width: 70px;
    margin: 0 auto;
}

.rent .table__flag-box {
    width: auto;
    max-width: 70px;
}

.history .table__flag-box {
    width: auto;
    max-width: 70px;
}

.table__flag-box picture,
.numbers__item--country picture {
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.table__flag-box picture img,
.numbers__item--country picture img {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    top: 50%;
    left: 50%;
}


.numbers .table__row td:nth-child(2) {
    width: 90px;
}

.numbers .table__row td:nth-child(1),
.numbers .table__item-name {
    max-width: 150px
}


.table__flag-box span,
.table__flag-box.show-info span {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-family: gilroy-semibold;
    color: #fff;
    background: #2f2e38;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table__flag-box span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table .cloud {
    position: relative;
    background: #2b2936;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table .cloud:hover path {
    fill: #fff;
}

.table .table__item-cloud1 {
    background: #2b2936;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
}

.table .table__item-cloud1 span {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-family: gilroy-semibold;
    color: #fff;
    background: #2f2e38;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table .table__item-cloud1 span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table .table__item-cloud1 path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table .table__item-cloud1:hover path {
    fill: #fff;
}

.table .table__item-cloud2 {
    background: #2b2936;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

.table .table__item-cloud2 span {
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-family: gilroy-semibold;
    color: #fff;
    background: #2f2e38;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table .table__item-cloud2 span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table .table__item-cloud2 path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table .table__item-cloud2:hover path {
    fill: #fff;
}

.table__item-text,
.table__code-sms,
.history .table__item--status {
    font-size: 12px;
    line-height: 15px;
    font-family: "gilroy-bold";
    color: #919095;
    white-space: nowrap;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}

.history .table__item--status {
    white-space: normal;
    width: auto;
    max-width: 400px;
    font-family: "gilroy-medium";
}

.table__item-text {
    width: 100%;
}

.table__item-text span {
    margin-right: 5px;
    position: relative;
    display: none;
}

.allsms__th {
    width: 95px
}

.history .table__item-text {
    width: 100px;
}

.support .table__row.onreview .table__item-text span.review,
.support .table__row.onclosed .table__item-text span.closed,
.support .onanswered span.answered {
    display: block;
    font-family: 'gilroy-semibold';
}

.table__item--status {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
}

.table .table__item-status-btn {
    position: relative;
}


.table .table__item-status-btn span {
    display: block;
    position: absolute;
    /* white-space: nowrap; */
    font-size: 12px;
    line-height: 12px;
    font-family: gilroy-semibold;
    color: #fff;
    background: #2f2e38;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table .table__item-status-btn span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table__item-status-btn {
    border: 1px solid #919095;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    margin: 0 auto;
}

.table__item-status-btn path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table__item-status-btn:hover {
    background: #919095;
}

.table__item-status-btn:hover path {
    fill: #fff;
}

.table__progress-box {
    background: #2e2f36;
    border-radius: 3px;
    height: 8px;
    overflow: hidden;
}

.table__progress-line {
    background: #f3972b;
    height: 100%;
    width: 65%;
    margin-right: 0;
}

.table__item--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table__item--number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.table__continue-btn {
    cursor: pointer;
    position: relative;
}

.table__btn {
    position: relative;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    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;
}

.table__btn path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table__ready-btn {
    border: 1px solid #f3972b;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 8px;
}

.table__ready-btn:hover {
    background: #f3972b;
}

.table__ready-btn:hover path {
    fill: #fff;
}

.table__ready-btn span,
.show-info span,
.table__continue-btn span {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table__continue-btn span {
    bottom: 24px;
}

.show-info {
    position: relative;
}

.show-info span {
    bottom: 49px;
    white-space: nowrap;
}

.numbers__container .show-info span {
    bottom: 30px;
}

.table__ready-btn span:after,
.show-info span:after,
.table__continue-btn span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table__delete-btn {
    display: none;
    border: 1px solid #e0443a;
    padding-top: 4px;
}

.table__delete-btn:hover {
    background: #e0443a;
}

.table__delete-btn:hover path {
    fill: #fff;
}

.table__delete-btn span {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table__delete-btn span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table__refresh-btn {
    display: none;
    padding-top: 4px;
    border: 1px solid #f35b2b;
}

.table__refresh-btn:hover {
    background: #f35b2b;
}

.table__refresh-btn:hover path {
    fill: #fff;
}


.table__refresh-btn span {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.table__refresh-btn span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


.table__waiting-btn {
    display: none;
    border: 1px solid #3D3C45;
}

.table__waiting-btn:hover {
    /* background: #f35b2b; */
}

.table__waiting-btn:hover path {
    /* fill: #fff; */
}

.table__waiting-btn span {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

.table__waiting-btn span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.table__item--allsms {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.table__item--allsms button {
    width: 30px;
    height: 30px;
    border: 1px solid #919095;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 5px;
}

.table__item--allsms button path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table__item--allsms button:hover {
    background: #919095;
}

.table__item--allsms button:hover path {
    fill: #fff;
}

.table__item--allsms .sms-hover {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px 20px;
    text-align: left;
    z-index: 5;
    left: -205px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 190px;
    opacity: 0;
    visibility: hidden;
}

.table__item--allsms .sms-hover span {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
}

.table__item--allsms .sms-hover p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    white-space: normal;
}

.table__item--allsms .sms-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid #2f2e38;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: -4px;
    display: block;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* new */
.table__item--allsms .container-sms-hover {
    position: absolute;
    z-index: 5;
    left: -205px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 210px !important;
    opacity: 0;
    visibility: hidden;
}

.table__item--allsms .sms-hover-new {
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px 20px;
    text-align: left;
    width: 190px !important;
}

.table__item--allsms .sms-hover-new span {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
}

.table__item--allsms .sms-hover-new p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    white-space: normal;
}

.table__item--allsms .sms-hover-new::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid #2f2e38;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 16px;
    display: block;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table__row.delete .table__delete-btn,
.balance__history-payment.delete .table__waiting-btn,
.numbers__box-item.delete .table__delete-btn,
.table__row.delete .table__waiting-btn {
    display: block;
    text-align: center;
}

.table__row.refresh .table__refresh-btn {
    display: block;
}


.aside__services-item .show-info span {
    display: none;
}

.aside__services-item .ellipsed .show-info span {
    bottom: 50%;
    display: block;
    left: 25px;
    border-color: transparent;
    right: auto;
    background: #fff;
    border-radius: 2px;
    color: #444;
    font-size: 10px;
    width: auto;
    padding: 5px;
    transform: translateY(50%);
    box-shadow: none;
}

.ellipsed .show-info span:after {
    border-left: none;
    margin-left: 1px;
    border-right: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: -4px;
    right: auto;
    display: block;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.table__delete-btn:hover span,
.table__ready-btn:hover span,
.table__refresh-btn:hover span,
.table__waiting-btn:hover span,
.show-info:hover span,
.table .table__item-status-btn:hover span,
.table .table__item-cloud2:hover span,
.table .table__item-cloud1:hover span,
.numbers__item--allsms:hover .sms-hover,
.table__item--allsms:hover .sms-hover,
.table__item--allsms:hover .container-sms-hover,
.table__item--allsms .container-sms-hover:hover,
.table__flag-box picture:hover+span,
.table__continue-btn:hover span {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 240px;
    width: max-content;
}

.white-space {
    white-space: nowrap;
}

.table__delete-btn span:hover,
.table__ready-btn span:hover,
.table__refresh-btn:hover span,
.table__waiting-btn span:hover,
.show-info span:hover,
.table .table__item-status-btn span:hover,
.table .table__item-cloud2 span:hover,
.table .table__item-cloud1 span:hover,
.table__item--allsms .sms-hover:hover,
.table__flag-box span:hover,
.table__continue-btn span:hover {
    opacity: 0;
    visibility: hidden;
}

.numbers__container .show-info span {
    opacity: 0 !important;
    visibility: hidden !important;
}

.show-info.active span {
    opacity: 1 !important;
    visibility: visible !important;
}

.numbers {
    min-height: 100vh;
    padding-bottom: 0px;
}

.numbers .wrap {
    padding-bottom: 0;
}

.numbers .pagination {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
}


.numbers__progress-container {
    width: 80px;
    height: 8px;
    background: #2e2f36;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.numbers__progress-item {
    height: 100%;
    background: #f3972b;
    position: absolute;
    left: -100%;
    top: 0;
    width: 80px;
    -webkit-animation-name: load;
    animation-name: load;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.numbers__item--number-btn {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.numbers__item--number-btn:hover path {
    fill: #fff;
}

.numbers__item--number-btn:hover span {
    opacity: 1;
    visibility: visible;
}

.numbers__item--number-btn span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #fff;
    background: #2f2e38;
    -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 10px 17px;
    z-index: 5;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numbers__item--number-btn span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #2f2e38;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    display: block;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes load {
    0% {
        left: -100%;
    }

    50% {
        border-radius: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes load {
    0% {
        left: -100%;
    }

    50% {
        border-radius: 0%;
    }

    100% {
        left: 100%;
    }
}

.numbers__total-container {
    display: none;
}

.numbers__box-item {
    padding: 16px 20px;
    background: #14131a;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.numbers__box-item:hover {
    background: #0c0b0f;
}

.numbers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.numbers__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.numbers__item-img {
    margin-right: 8px;
}

.numbers__item-name {
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #919095;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 120px
}


.numbers__progress-box {
    width: 80px;
    height: 8px;
    background: #2e2f36;
    border-radius: 3px;
    overflow: hidden;
}

.numbers__progress-line {
    background: #f3972b;
    width: 65%;
    height: 100%;
}

.numbers__item--number {
    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;
    margin-top: 30px;
    margin-bottom: 30px;
}

.numbers__item--history-number {
    gap: 6px;
    width: 106px;
    justify-content: unset;
}

.numbers__item--number button {
    background: #2b2936;
    border-radius: 3px;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 4px;
}

.numbers__item-text {
    font-size: 12px;
    line-height: 15px;
    color: #919095;
    font-family: "gilroy-bold";
    margin: 0 20px;
    text-align: center;
}

.numbers__item-text span {
    margin-right: 5px;
    position: relative;
}

.numbers__item-text span::before {
    content: "+";
}

.numbers__item--status {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #919095;
    margin-bottom: 20px;
    font-family: 'gilroy-medium';
}

.numbers__btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.numbers__item--remain {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
    width: 40px;
}

.numbers__rent-item--remain {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
    display: flex;
    flex-direction: column;
}

.numbers__item--action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
}

.numbers__btn {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numbers__btn path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numbers__btn:hover path {
    fill: #fff;
}

.numbers__ready-btn {
    border: 1px solid #f3972b;
    margin-right: 15px;
}

.numbers__ready-btn:hover {
    background: #f3972b;
}

.numbers__delete-btn {
    border: 1px solid #e0443a;
    display: none;
}

.numbers__delete-btn:hover {
    background: #e0443a;
}

.numbers__refresh-btn {
    border: 1px solid #f35b2b;
    display: none;
}

.numbers__refresh-btn:hover {
    background: #f35b2b;
}

.numbers__item--allsms {
    position: relative;
}

.numbers__item--allsms button {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #919095;
}

.numbers__item--allsms button path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numbers__item--allsms button:hover path {
    fill: #fff;
}

.numbers__item--allsms button:hover {
    background: #919095;
}

.numbers__item--allsms .sms-hover {
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    background: #2f2e38;
    -webkit-box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px 20px;
    text-align: left;
    z-index: 5;
    left: -205px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 190px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.numbers__item--allsms .sms-hover span {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    margin-bottom: 15px;
    display: block;
    color: #ffffff;
}

.numbers__item--allsms .sms-hover p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}

.numbers__item--allsms .sms-hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid #2f2e38;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: -4px;
    display: block;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.numbers__box-item.delete .numbers__delete-btn {
    display: block;
}

.numbers__box-item.refresh .numbers__refresh-btn {
    display: block;
}

.numbers .table__code-sms {
    -webkit-touch-callout: all;
    /* iOS Safari */
    -webkit-user-select: all;
    /* Safari */
    -khtml-user-select: all;
    /* Konqueror HTML */
    -moz-user-select: all;
    /* Firefox */
    -ms-user-select: all;
    /* Internet Explorer/Edge */
    user-select: all;
    /* Chrome and Opera */

}

/*   ACTIVE RENT NUMBERS   */

@media (max-width: 1415px) {
    .rent .table__item--status span {
        display: block;
    }
}

.rent .table td:first-child {
    width: 1px;
}

.rent .table__delete-btn {
    display: block;
}

.rent .table__item--status {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.green-circle {
    width: 50%;
    height: 50%;
    background-color: #1B9C10;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.numbers-rent__btn {
    border-radius: 4px;
    width: auto;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
}

.numbers-rent__btn-cancel {
    border: 1px solid #e0443a;
    color: #e0443a;
}

.numbers-rent__btn-success {
    border: 1px solid #f3972b;
    color: #f3972b;
    width: 30px;
    padding: unset;
}

.numbers-rent__btn-messages {
    border: 1px solid #919095;
    color: #919095;
    position: relative;
}

.rent .numbers__item--action {
    gap: 6px;
}

.numbers-rent__btn-messages::before,
.rent .table__item--allsms button::before {
    content: var(--count-messages);
    position: absolute;
    height: 15px;
    width: 15px;
    background: #F3972B;
    border-radius: 50%;
    right: -7px;
    top: -6px;
    color: white;
    font-size: 10px;
    font-family: "gilroy-semibold";
    padding: 1px;
}

.numbers-rent__btn-messages::before {
    padding: 2.5px;
}

.rent .table__ready-btn {
    margin-right: 0 !important;
}

/* RENT MESSAGES MODAL */

.rent-messages__container {
    /* height: 530px; */
    /* min-height: 210px; */
    padding: 25px 20px 28px 35px;
}

.rent-messages__container.empty {
    padding-right: 35px;
}

.rent-messages__scrollbar {
    min-height: 375px;
    padding-right: 20px;
    position: relative;
    height: calc(100% - 42px);
}

.rent-messages__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    /* overflow-y: scroll; */
    /* height: 440px; */
}

.rent-messages__block {
    background-color: #2F2E38;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
}

.rent-messages__block .title {
    color: #919095;
    font-size: 14px;
    line-height: 18px;
    font-family: "gilroy-semibold";
}

.rent-messages__block .text-message {
    color: #E5E5E5;
    font-size: 14px;
    line-height: 18px;
    font-family: "gilroy-regular";
    margin: 0;
    margin-top: 5px;
}

.rent-messages__container .history__box_zero {
    margin-bottom: 0;
}

/* RENT CANCEL CONFIRMATION MODAL */

.rent-cancel-modal__container {
    padding: 50px 30px 40px 30px;
}

.rent-cancel-modal__container h3 {
    margin-top: 0;
    font-size: 20px;
}

.rent-cancel-modal__btn-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
}

/* RENT SETTING MODAL */

.rent-cancel-modal .select2-selection__rendered {
    line-height: 32px !important;
}

.rent-cancel-modal .select2-container .select2-selection--single {
    height: 50px !important;
}

.rent-cancel-modal .popup__form label {
    font-family: "gilroy-semibold";
    line-height: 28.5px;
    font-size: 12px;
}

/* RENT INFORMATION */

.rent-infromation__container {
    padding: 30px 35px;
}

.rent-infromation__container .content {
    color: #818181;
    font-size: 17px;
    line-height: 25px;
    font-family: 'gilroy-semibold';
}

.rent-infromation__container .content p {
    margin-bottom: 20px;
}

.rent-infromation__container .content p:last-child {
    margin-bottom: 0;
}

/* CONNECT 2FA MODAL */

.connect-2fa__container {
    padding: 29px 40px 40px 40px;

    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: "gilroy-regular";
}

.connect-2fa__container h3 {
    font-size: 18px;
    line-height: 22px;
    color: #919095;
    font-family: "gilroy-semibold";
    font-weight: 600;
    margin: 0px 0px 25px 0px;
}

.connect-2fa__container p {
    color: #E5E5E5;
    line-height: 19px;
    margin-bottom: 20px;
}

.connect-2fa__qrcode {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.connect-2fa__qrcode-image {
    width: 96px;
    height: 96px;
    background-position: 53% 52%;
    background-size: 120% 120%;
}

.connect-2fa__qrcode img {
    width: 96px;
    height: 96px;
}

.connect-2fa__qrcode-text {
    display: flex;
    flex-direction: column;
}

.connect-2fa__qrcode-text .title {
    margin-bottom: 10px;
}

.connect-2fa__qrcode-text .secret {
    color: #F3972B;
    margin: 0;
}

.connect-2fa__inputs {
    margin-top: 20px;
}

.connect-2fa__inputs label {
    margin: 0;
    line-height: 36px;
    font-weight: 500;
}

/* DEFAULT BUTTONS */

.btn__default {
    background: #f3972b;
    border-radius: 3px;
    font-family: "circe-bold";
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 20px;
    border: 1px solid #f3972b;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    flex: 1;
}

.btn__default:hover {
    background: #d4801c;
}

.btn-transparent {
    background-color: unset;
    border: 1px solid #f3972b;
    color: #f3972b;
}

.btn-transparent:hover {
    background: #f3972b;
    color: #fff;
}

/*   PAGINATION   */
.pagination {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pagination__arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #252834;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.pagination__arrow path {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination__arrow:hover {
    background: #f3972b;
    border: 1px solid transparent;
}

.pagination__arrow:hover path {
    fill: #fff;
}

.pagination__prev {
    margin-right: 15px;
}

.pagination__next {
    margin-left: 15px;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination__list-item {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-regular";
    color: #919095;
    min-width: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination__list-item:not(:last-child) {
    margin-right: 10px;
}

.pagination__list-item:hover {
    color: #f3972b;
}

.pagination .pagination__list-item.current {
    font-family: "gilroy-semibold";
}

a.pagination__link {
    text-decoration: none;
    color: #919095;
    font-family: inherit;
    font-weight: inherit;
}

a.pagination__link:hover,
a.pagination__link:focus,
a.pagination__link:visited {
    text-decoration: none;
    color: #919095;
    font-family: "gilroy-semibold";
}

.history {
    min-height: 100vh;
    padding-bottom: 0px;
}

.history .history__box,
.numbers .numbers__box {
    padding-bottom: 60px;
}

.history .wrap {
    padding-bottom: 0;
}

.history__type-box {
    display: flex;
    gap: 17px;
    width: 200px;
    margin-bottom: 9px;
}

.history__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
}

.history .table__ready-btn:hover {
    background: none;
}

.history .table__ready-btn:hover path {
    fill: #f3972b;
}

.history .table__delete-btn:hover {
    background: none;
}

.history .table__delete-btn:hover path {
    fill: #e0443a;
}

.history .table__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
}

.history .first-th {
    text-align: center;
}

.history .last-th {
    text-align: right;
    padding-right: 70px;
}

.history .table__item--allsms {
    white-space: nowrap;
}

.history .last-td {
    text-align: right;
    padding-right: 27px;
}

.history__input-container {
    width: 165px;
    margin-right: 17px;
}

.history__input-box {
    position: relative;
    margin-right: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
}

.history__input-name {
    font-size: 16px;
    line-height: 36px;
    color: #e5e5e5;
    margin-bottom: 5px;
}

.history__input {
    background: #2f2e38;
    border-radius: 3px;
    width: 165px;
    text-align: center !important;
}

.history__btn {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    font-family: "circe-bold";
    background: #f3972b;
    border-radius: 3px;
    padding: 18px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.history__btn:hover {
    background: #d4801c;
}

.history__btn-outline {
    border: 1px solid #f3972b;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    color: #f3972b;
    padding: 18px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "circe-bold";
    white-space: nowrap;

    margin-left: auto;
}

.history__btn-outline:hover {
    background: #f3972b;
    color: #fff;
}

.history .pagination {
    position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
}

.history .table__item--status {
    margin: 0 auto;
}

.history .table__row.delete .table__delete-btn {
    display: flex;
}

.history .table__row.delete .table__ready-btn {
    display: none;
}

.history .table__row.ready .table__ready-btn {
    display: flex;
}

.history .table__row.ready .table__delete-btn {
    display: none;
}

.history .last-td .table__item--allsms {
    width: auto;
    height: auto;
    display: block;
}

.history .table__ready-btn {
    margin-right: 0;
    /* padding-top: 8px; */
}

.history .table__delete-btn {
    padding-top: 0;
}

.history .numbers__item-text {
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.history .numbers__item--status {
    margin: 25px 0;
}

.history .numbers__item--allsms {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
}

.history .numbers__ready-btn {
    margin-right: 0;
    margin-left: 25px;
}

.history .numbers__delete-btn {
    margin-left: 25px;
}

.history .numbers__box-item.delete .numbers__delete-btn {
    display: block;
    margin: 0 15px 0 5px;
}

.history .numbers__box-item.delete .numbers__ready-btn {
    display: none;
}

.history .numbers__box-item.ready .numbers__delete-btn {
    display: none;
}

.history .numbers__box-item.ready .numbers__ready-btn {
    display: block;
    margin: 0 15px 0 5px;
}

.table__row-link {
    cursor: pointer;
}

.support .table__item--allsms {
    width: auto;
    height: auto;
}

.support .table__item--allsms td {
    padding: 17px 0;
}

.support .table>tbody>tr>td {
    padding: 10px 20px;
}


a.support__btn {
    text-decoration: none;
    font-size: 16px;
    line-height: 36px;
    font-family: "circe-bold";
    color: #ffffff;
    background: #f3972b;
    border-radius: 3px;
    padding: 6px 60px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a.support__btn:hover {
    text-decoration: none;
    color: #ffffff;
    background: #d4801c;
}

.support .table__item--allsms {
    white-space: nowrap;
}

.support .table-th {
    text-align: left;
    padding-left: 130px;
}

.support .table__item--status {
    font-size: 14px;
    line-height: 16px;
    color: #919095;
    white-space: nowrap;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: "gilroy-medium", "gilroy-regular";
    text-overflow: ellipsis;
    overflow: hidden;
}

.support .table__item-text {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
}

.support .review {
    color: #f3972b;
}

.support .closed {
    color: #e0443a;
}

.support .answered {
    color: #7be03c;
}


.support .header__message {
    margin-right: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.support .header__message span {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    color: #ffffff;
    padding: 0;
    text-align: center;
    line-height: 18px;
    right: -12px;
    top: -12px;
}

.support .header__message-btn {
    width: 30px;
    height: 30px;
    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;
    padding: 0;
}



.support .numbers__box-item.onreview .review {
    display: block;
}

.support .numbers__box-item.onreview .closed {
    display: none;
}

.support .numbers__box-item.onclosed .closed {
    display: block;
}

.support .numbers__box-item.onclosed .review {
    display: none;
}

.support .table__item--allsms {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
}

.column-thumbnail {
    width: 45px !important;
    background: #70d58c;
    border-radius: 3px;
    height: 45px !important;
    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;
}

.fileuploader {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "gilroy-light";
}

.fileuploader-input .fileuploader-input-caption {
    border: 1px dashed #cfdae8;
    background: none;
    border-radius: 3px;
    width: 290px;
    height: 50px;
    padding-left: 50px;
    font-family: "gilroy-regular" !important;
    font-weight: 400;
}

.fileuploader-input .fileuploader-input-caption span {
    font-size: 13px;
    color: #94a5b7;
    font-family: "gilroy-regular" !important;
    margin-top: -1px;
    display: block;
}

.fileuploader-input {
    width: 290px;
    height: 50px;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-items .fileuploader-item .fileuploader-item-icon,
.fileuploader-items .fileuploader-item .progress-bar2 .fileuploader-progressbar,
.fileuploader-popup .fileuploader-cropper,
.fileuploader-popup .fileuploader-cropper *,
.fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li [data-action],
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success,
.fileuploader-popup .fileuploader-popup-move,
.fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
    display: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url("../img/icons/delete.svg");
    width: 8px;
    height: 8px;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i {
    display: none;
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove:hover {
    background-color: transparent;
}

.fileuploader-items .fileuploader-item .column-actions {
    margin: 0;
}

.column-actions {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 125px;
    bottom: 8px;
}

.fileuploader-items .fileuploader-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fileuploader-items .fileuploader-item {
    border-bottom: none;
}

.fileuploader-input {
    display: block;
}

.fileuploader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fileuploader-items {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
}

.fileuploader-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}

.fileuploader-input .fileuploader-input-caption {
    position: relative;
    color: #94a5b7;
    line-height: 50px;
}

.fileuploader-input .fileuploader-input-caption::before {
    content: "+";
    position: absolute;
    width: 20px;
    height: 100%;
    left: 20px;
    top: 0;
    font-size: 30px;
    line-height: 50px;
}

.form {
    max-width: 800px;
}

.form__body {
    position: relative;
}

.form__item {
    margin-bottom: 30px;
}

.form__label {
    font-size: 14px;
    line-height: 36px;
    color: #818181;
    margin-bottom: 10px;
    font-family: 'gilroy-regular';
    font-weight: 400;
}

.form__input {
    display: block;
    background: #2f2e38;
    border-radius: 3px;
    width: 100%;
    padding-left: 25px;
}

.form__textarea {
    resize: vertical;
    padding: 15px 25px;
    height: 130px;
    overflow-y: auto;
    position: relative;
    display: block;
    line-height: 22px;
}

.file__preview {
    width: 200px;
    padding-bottom: 30px;
}

.file__preview img {
    max-width: 100%;
}

.form__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    width: 285px;
}

.file__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 285px;
    border-radius: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #cfdae8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px 15px 15px 50px;
    font-size: 13px;
    color: #94a5b7;
}

.file__item--upload::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 13px;
    background: url("../img/icons/upload.png");
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form__button {
    font-size: 16px;
    font-family: "circe-bold";
    background: #f3972b;
    border-radius: 3px;
    text-align: center;
    padding: 0 70px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -1px;
    left: 310px;
    width: 220px;
    height: 50px;
}

.form__button:hover {
    background: #d4801c;
}

.ticket__message-box {
    margin-top: 25px;
    max-width: 800px;
}

.ticket .your-message {
    background: #0c0b0f;
}

.ticket .your-message .ticket__user {
    background: #19181e;
}

.ticket__message-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 17px;
    font-family: "gilroy-light";
    color: #ffffff;
    margin-bottom: 20px;
}

.ticket__message-img {
    margin-right: 11px;
    width: 45px;
    height: 45px;
    background: #70d58c;
    border-radius: 3px;
    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;
}

.ticket__message-info-name {
    margin-bottom: 5px;
}

.ticket__message-info-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ticket__message-info-size span {
    margin-right: 5px;
}

.ticket__message-info-size a {
    width: 9px;
    height: 12px;
}

.ticket__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    padding-bottom: 0;
    background: #14131a;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ticket__user {
    background: #0c0b0f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
}

.ticket__message-content {
    width: 75%;
}

.ticket__message-name {
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-semibold";
    color: #919095;
    margin-bottom: 6px;
}

.ticket__message-text {
    font-size: 14px;
    line-height: 18px;
    color: #919095;
    margin-bottom: 10px;
    white-space: break-spaces;
    word-wrap: break-word;
}

.ticket__message-text p {
    margin: 0;
}

.ticket__message-date {
    font-size: 12px;
    line-height: 14px;
    color: #919095;
    margin-bottom: 20px;
}

.ticket .form__label {
    margin-bottom: 0;
}

.ticket label {
    margin-bottom: 0;
}

.ticket .form__item {
    margin-bottom: 25px;
}

.ticket textarea {
    color: #818181;
}

.ticket .fileuploader-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
}

.ticket .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 20px;
}

.fileuploader-items .fileuploader-item .column-title div {
    font-size: 15px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    font-family: "gilroy-light";
    margin-bottom: 5px;
}

.fileuploader-items .fileuploader-item .column-title {
    padding-top: 2px;
    font-weight: 300;
    font-size: 15px;
    font-family: "gilroy-light";
}

.fileuploader-items .fileuploader-item .column-title span {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: "gilroy-light";
}

.article__title {
    margin-bottom: 25px;

}

.article__img {
    border-radius: 4px;
    overflow: hidden;
    max-width: 855px;
    margin-bottom: 55px;
    position: relative;
}

.article__text img,
.question-container img,
.seo-page .block-content img {
    cursor: pointer;
}

.article__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__label-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: auto;
}

.article__label {
    background: #f3972b;
    border: 1px solid #f3972b;
    padding: 0 33px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    font-family: "circe-bold";
    display: none;
    color: #fff;
    font-size: 16px;
}

.article__date {
    font-size: 14px;
    line-height: 17px;
    font-family: "gilroy-bold";
    margin-bottom: 15px;
    color: #919095;
}

.article__text {
    font-size: 16px;
    line-height: 31px;
    color: #e5e5e5;
    max-width: 1000px;
    width: 100%;
}

.article__text img {
    max-width: 100%;
    height: inherit;
    margin-bottom: 40px;
}

.article__text p img {
    margin-bottom: 0
}

.article__text .youtube-embed-wrapper iframe {
    max-width: 720px !important;
    max-height: 400px !important;
}


.article.article-vk .article__label--vk {
    display: block;
}

.article.article-gg .article__label--gg {
    display: block;
}

.article.article-qiwi .article__label--qiwi {
    display: block;
}

.dropdown-menu {
    background: #2f2e38;
    border-radius: 4px;
    display: block !important;
    width: 23em !important;
    background: #2f2e38 !important;
    padding: 20px !important;
    top: 100px !important;
    position: absolute;
    z-index: 10;
}

.dropdown-menu table {
    width: 100%;
    height: 100%;
}

.bootstrap-datetimepicker-widget table td.weekend {
    width: 40px !important;
    height: 40px !important;
    padding: 0;
}

td.weekend.width {
    width: 40px !important;
}

.bootstrap-datetimepicker-widget table td.day:first-child {
    width: 40px !important;
}

.bootstrap-datetimepicker-widget {
    top: auto !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #fff !important;
    width: 40px !important;
}

.bootstrap-datetimepicker-widget table td {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px;
    line-height: 20px;
    color: #737a8c;
}

.bootstrap-datetimepicker-widget table td:hover {
    border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #fff !important;
    border-radius: 50%;
    color: #21242b;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #939bad;
}

.bootstrap-datetimepicker-widget table th.prev {
    width: 10px !important;
    height: 17px !important;
}

.bootstrap-datetimepicker-widget button:hover {
    background-color: #2f2e38;
}

.prev .glyphicon {
    background: url("../img/icons/pagination-prev.svg") no-repeat;
    height: 12px;
    width: 6px;
}

.next .glyphicon {
    background: url("../img/icons/pagination-prev.svg") no-repeat;
    height: 12px;
    width: 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    color: #939bad !important;
    font-family: "gilroy-regular" !important;
}

.dow {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #939bad;
    text-transform: uppercase;
    border-bottom: 1px solid #4d515c;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: transparent;
}

.glyphicon-chevron-up {
    background: url("../img/icons/time-up.svg") no-repeat center center !important;
}

.glyphicon-chevron-up:hover {
    background: url("../img/icons/time-up.svg") no-repeat center center !important;
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-up:after {
    content: "";
}

.glyphicon-chevron-down {
    background: url("../img/icons/time-down.svg") no-repeat center center !important;
}

.glyphicon-chevron-down:hover {
    background: url("../img/icons/time-down.svg") no-repeat center center !important;
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-chevron-down:after {
    content: "";
}

.glyphicon-time {
    background: url("../img/icons/clock.svg") no-repeat center bottom !important;
    border-top: 1px solid #4d515c;
    padding-top: 20px;
    display: block;
}

.glyphicon-time::before {
    content: "";
}

.glyphicon-calendar {
    background: url("../img/icons/calendar.svg") no-repeat center top !important;
}

.glyphicon-calendar::before {
    content: "";
}

.glyphicon-calendar {
    border-bottom: 1px solid #4d515c;
}

.timepicker-hour,
.timepicker-minute {
    font-size: 39px;
    line-height: 36px;
    color: #919095;
}

.news.lock-padding {
    padding-right: 0 !important;
}

body.lock-padding {
    padding-right: 0 !important;


}

.select2-results {
    max-height: 450px;
}

.aside__services-box {
    padding-right: 30px;
}

.select2-results .os-scrollbar-vertical {
    right: 14px;
}

.os-scrollbar-track-off {
    background: #000 !important;
    width: 2px;
}

.os-scrollbar-handle {
    background: #f3972b !important;
    cursor: pointer;
}

.aside__services-box-container .os-scrollbar-vertical {
    right: 8px;
}

.os-theme-dark>.os-scrollbar {
    padding: 0 2px
}

.select2-dropdown.select2-dropdown--below {
    padding-bottom: 10px;
}

.select2-search.select2-search--dropdown {
    padding-right: 18px;
    padding-left: 14px;
    margin-bottom: 10px;
}

.os-content {
    padding-bottom: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #252834;
    padding: 10px;
}

.select2-search.select2-search--dropdown {
    position: relative;
}

.select2-search.select2-search--dropdown::after {
    position: absolute;
    content: url(../img/icons/search.svg);
    right: 30px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    display: block;

}

.history__box_zero {
    display: flex;
    align-items: center;
    background: #14131a;
    padding: 15px 15px 15px 22px;
    border-radius: 4px;
    margin-bottom: 28px;
    font-family: "gilroy-medium", "gilroy-regular";

}

.history__box_zero p {
    line-height: 1.55;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #919095;
}

.history__box_zero svg {
    margin-right: 20px;
    flex: 0 0 auto;
}

.block-info-activations {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px 70px 48px 70px;
    color: #818181;
    font-size: 17px;
    line-height: 25px;
}

@media (max-width: 700px) {
    .block-info-activations {
        flex-direction: column;
        padding: 48px 20px 28px 20px;
        font-size: 14px;
        align-items: start;
    }

    .block-info-activations__content {
        width: 100%;
    }

    .block-info-activations__content .popup__box {
        flex-direction: column;
    }

    .block-info-activations .col {
        width: 100%;
    }

    .block-info-activations svg {
        margin-right: 6px !important;
    }

    .block-text-stats {
        margin-right: 0 !important;
    }

    .block-info-activations .support__btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.block-info-activations .col {
    display: flex;
    align-items: center;
}

.block-info-activations p {
    font-family: 'gilroy-medium';
    margin-bottom: 0;
}

.block-info-activations svg {
    margin-right: 14px;
}

.block-info-activations .support__btn {
    cursor: pointer;
    padding: 6px 60px;
}

.block-text-stats {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    margin-right: 40px;
}

.block-text-stats .col {
    /* margin-bottom: 15px; */
}

@media (max-width: 700px) {
    .block-text-stats {}
}

.d-flex {
    display: flex;
}

.numbers .block-info-activations svg {
    margin-right: 14px;
}


@media (max-width: 1640px) {
    .numbers .d-flex {
        display: flex;
        flex-direction: column;
    }

    .numbers .block-info-activations {
        margin-left: 0px;
        flex-wrap: wrap;
    }

    .numbers .block-text-stats {
        flex-direction: column;
    }

    .numbers .block-info-activations .support__btn {
        margin-top: 0;
    }
}

@media (max-width: 567px) {
    .numbers .block-info-activations .support__btn {
        margin-top: 10px;
    }
}

/* @media (max-width: 850px) {
    .services-modal-shadow {
        background: rgba(0, 0, 0, 0) !important;
    }
} */

.services-modal-shadow {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, 0.39); */
    background: rgba(0, 0, 0, 0.85);
    z-index: 100;
}

.services-modal {
    background: #19181E;
    border-radius: 8px;
    position: absolute;
    max-width: 700px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-modal .service-close {
    float: right;
    padding: 16px 16px 0 0;
    cursor: pointer;
}

.services-modal .content {
    color: #818181;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    padding: 48px 76px 48px 63px;
}

.services-modal .content p {
    /* margin-bottom: 0px; */
    font-family: 'gilroy-regular';
}

@media (max-width: 700px) {

    /* .servicesw-modal-shadow {
        top: 20%;
    } */
    .services-modal .content {
        padding: 30px 35px;
    }
}

.t__help .content {
    padding: 30px 35px;
    color: #818181;
    font-size: 17px;
    line-height: 25px;
    font-family: 'gilroy-semibold';
    max-width: 650px;
}

.t__help .content p {
    margin-bottom: 20px;
}

.t__help .content p:last-child {
    margin-bottom: 0;
}

#help_attr {
    /* width: 710px !important; */
    height: auto !important;
    margin-bottom: 150px !important;
    margin-top: 10px;
}

#try_buy_attr {
    top: 200px !important;
    padding: 0 30px !important;
}

@media (max-width: 530px) {
    .modal__stats_services .content {
        min-width: auto !important;
    }
}

.modal__stats_services .content {
    padding: 40px;
    color: #818181;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    min-width: 570px;
}

.modal__stats_services h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.services-modal .content p {
    font-family: 'gilroy-regular';
}

/* @media (min-width: 701px) {
    .services-modal {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
} */

.container__stats_services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* width: 310px; */
    margin-top: 32px;
    font-family: 'gilroy-semibold';
}

/* .services-modal-buy-number {
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(30, 29, 40, 0.85);
    z-index: 9999;
    opacity: 1;
} */

.services-modal-buy-number .content {
    color: white;
    font-family: 'gilroy-regular';
    font-size: 16px;
    line-height: 20px;
}

.services-modal-buy-number .support__btn {
    width: 100%;
    text-align: center;
    margin-top: 27px;
    cursor: pointer;
}

.buy__number_try {
    margin-top: 32px;
}

.ticker-load {
    background: url(/assets/img/file-viewer/loader.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 23px;
    animation: anim 3s infinite linear;
    margin-top: 9px;
}

@keyframes anim {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 219px 0;
    }
}

.container__stats_services:after {
    flex-basis: 32%;
    content: "";
}

.block__stats_services {
    background-color: #2F2E38;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    /* width: 48%; */
    width: calc(33% - 4px);
    flex-basis: 32%
}

.block__stats_services:nth-child(odd) {
    /* margin-right: 8px; */
}

@media (max-width: 530px) {
    .block__stats_services {
        flex-basis: 100%;
        margin-right: 0 !important;
    }
}

.block__stats_services img {
    width: 20px;
    margin-right: 8px;
}

.block__stats_services span {
    font-size: 12px;

}

.support__btn.ghost {
    border: 1px solid #919095;
    background: transparent;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    color: #919095;
    border-radius: 3px;
    /* padding: 6px 60px; */
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
    font-family: 'circe-bold';
}

.support__btn.ghost:hover {
    color: #f3972b;
    border-color: #f3972b;
    text-decoration: none;
    background: transparent;
}

.select2-results__option.select2-results__message {
    padding-left: 15px;
}

.select2-results__option--selectable:last-child {
    padding-bottom: 0px;
}

.select2-search__field {
    font-size: 12px;
    line-height: 14px;
    font-family: "gilroy-semibold";
    color: #919095;
    padding-right: 40px;
    height: 40px;
}


@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }

}



@media (min-width: 2100px) {
    section {
        padding-left: 23%;
    }

    .aside {
        width: 23%;
    }

    .aside__services-name {
        width: 180px;
    }

    .header-box {
        left: 23%
    }

    .support .table tr td:nth-child(1) {
        width: 160px
    }

    .support .table tr td:nth-child(2) {
        width: calc(100% - 500px) !important;
    }

    .support .table tr td:nth-child(3) {
        width: 250px;
    }

    .support .table tr td:nth-child(4) {
        width: 90px;
    }

    .support .table__item--status {
        width: 900px;
    }

}

@media (min-width: 2140px) {
    .header__menu {
        margin-right: 150px;
    }
}

@media (min-width: 2220px) {}

@media (min-width: 2270px) {
    .header .header__body {
        padding-left: 120px
    }

    section .wrap {
        max-width: 100%;
        padding-left: 150px;
    }
}

@media (min-width: 2330px) {}

@media (min-width: 2450px) {
    a.news__item--big {
        display: block;
    }

    a.news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
    }
}

@media (min-width: 2500px) {}

/* ahaha */
@media (min-width: 850px) {
    .about {
        min-height: calc(100vh - 49px);
    }
}

@media (max-width: 2100px) {
    section {
        padding-left: 345px;
    }

    .support .table__item--status {
        width: 600px
    }

    .support .table__item-text {
        width: 150px
    }
}

@media (max-width: 1930px) {
    /*.header__menu {
        margin-right: 100px;
    }*/
}


@media (max-width: 1860px) {}

@media (max-width: 1770px) {
    a.header__link {
        padding: 30px 15px;
    }

    .header .header__body {
        padding: 0 30px 0 50px;
    }

}

@media (max-width: 1750px) {
    .subheader {
        border-bottom: 1px solid #26272d;
    }

    .subheader__body {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


}

/*@media (max-width: 1730px) {
    .header-box {
        width: calc(100% - 345px);
    }

}*/


@media (max-width: 1600px) {
    .header__menu {
        margin-right: 10px;
    }

    .support .table__item--status {
        width: 550px;
    }

    .table__item-text {
        width: 200px;
    }

    .support .table__item-text {
        width: 150px
    }
}

@media (max-width: 1560px) {

    .aside__logo-box {
        display: none;
    }


    .aside {
        padding-top: 30px;
    }

    .header {
        height: 80px;
    }



    .header .header__body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
        padding: 0 30px 0 40px;
    }

    .header__burger-logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__logo-img--3 {
        display: none;
    }

    .header__logo-img--4 {
        display: block;
        width: 175px;
        height: 60px;
        position: relative;
        margin-left: -25px;
    }

    .header__menu {
        width: 100%;
        margin-right: 0;
    }



    a.header__link {
        padding: 30px;
    }

    .subheader .wrap {
        padding-left: 35px;
        padding-right: 30px;
    }

    section {
        padding-top: 160px;
        padding-bottom: 80px;
    }

    /* ahaha */
    .about {
        padding-bottom: 0;
    }

    .aside__services-box-container {
        position: relative;
        height: calc(100% - 300px);
    }

    .aside__services-box-container.not-auth {
        position: relative;
        height: calc(100% - 240px);
    }

    section .wrap h2:nth-child(1),
    .article h1.article__title {
        margin-top: 30px
    }

}

@media (max-width: 1483px) {
    .balance__info {
        line-height: 26px;
    }
}

@media (max-width: 1475px) {
    .support .table__item--status {
        overflow: hidden;
        width: 350px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .support .table__item-text {
        width: 140px
    }

}

@media (max-width: 1415px) {
    .table__item--status span {
        display: none;
    }

    .table__item-status-btn {
        display: block;
    }
}

@media (max-width: 1812px) {
    a.news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }

    .about a.news__item {
        display: none;
    }

    .about a.news__item:nth-child(1),
    .about a.news__item:nth-child(2),
    .about a.news__item:nth-child(3) {
        display: flex;
    }

    a.news__item:nth-child(4n),
    a.news__item:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }

    a.news__item:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%
    }

    .news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: left;

    }

    .news-none-br {
        display: none;
    }
}

@media (max-width: 1275px) {


    a.header__link {
        padding: 30px 25px;
    }
}

@media (max-width: 1200px) {
    .header .header__body {
        padding: 0 30px 0 0
    }

    section .wrap {
        padding: 0 30px;
    }

    .header__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .subheader .wrap {
        padding-left: 5px;
        padding-right: 15px;
    }
}

@media (max-width: 1140px) {
    .header-box {
        left: 0
    }

    .header .wrap {
        padding: 0 30px;
    }

    .header .header__body {
        padding: 0 30px 0;
    }

    .header__list li {
        width: auto;
        margin: 0;
        text-align: center;
    }

    .subheader .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .aside .aside__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .aside {
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        padding-top: 30px;
    }

    section {
        padding-left: 0px;
        padding-bottom: 50px;
    }

    .header-box {
        padding-left: 0;
    }

    .header__burger-aside {
        display: block;
    }


    a.header__link {
        padding: 30px;
    }

    .numbers .number-th {
        width: 170px;
    }

    .numbers .number-td {
        width: 170px;
    }

    .numbers .code-th {
        width: 80px;
    }

    .numbers .code-td {
        width: 80px;
    }

    .numbers .status-td {
        width: 120px;
    }


}

@media (max-width: 1100px) {
    .wrap {
        padding: 0 20px;
    }

    .header__logo-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__burger {
        position: relative;
        width: 34px;
        height: 34px;
        position: relative;
        border-radius: 50%;
        z-index: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px;
        background: #26252d;
    }
}



@media (max-width: 1024px) {
    .header .wrap {
        padding-left: 20px;
    }



    .history .table>tbody>tr>th,
    .history .table>tfoot>tr>th,
    .history .table>thead>tr>th {
        padding-bottom: 3px;
    }

    .history__input-name {
        margin-bottom: 0;
    }

}

@media (max-width: 960px) {
    a.header__link {
        padding: 30px 15px;
    }

    .numbers .table__row td:nth-child(1),
    .numbers .table__item-name {
        max-width: 135px
    }
}

@media (max-width: 870px) {
    .aside__logo img {
        width: 200px;
    }


}

@media (max-width: 850px) {
    body {
        background: #131217;
    }

    body.lock,
    body.lock #app {
        overflow: hidden !important;
        height: 100vh;
        width: 100%;
        position: fixed
    }

    .header__list li {
        width: 100%;
        text-align: center;
    }

    .history,
    .numbers {
        padding-bottom: 0px !important;
        min-height: auto !important
    }

    .history .history__box,
    .numbers .numbers__box {
        padding-bottom: 120px;
    }

    .history__box_zero {
        background: #0d0c0f;
    }

    .history__box_zero p {
        font-size: 13px
    }

    input {
        font-size: 14px;
        line-height: 14px;
    }

    input::-webkit-input-placeholder,
    input::-moz-placeholder,
    input:-ms-input-placeholder,
    input::-ms-input-placeholder,
    input::placeholder {
        font-size: 14px;
        line-height: 14px;
        color: #818181;
    }

    section {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    section.article {
        margin-bottom: none;
        padding-bottom: 5px
    }

    .article__text.has-table {
        overflow-y: scroll;
    }

    .aside-hide .aside__form {
        display: none;
    }

    .aside-hide .aside__services-box-container {
        display: none;
    }

    .aside__services-box {
        position: static;
    }

    .aside .aside__close {
        display: none;
    }

    .aside {
        padding-top: 0;
    }

    .aside {
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        width: 100%;
        z-index: 50;
    }

    .header {
        display: none;
    }

    .subheader {
        z-index: 100;
    }

    .header__logo-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        overflow: hidden;
    }

    .header__in {
        border-radius: 50%;
        font-size: 0px;
        line-height: 34px;
        padding: 4px 0 0;
        width: 34px;
        height: 34px;
        text-align: center;
        overflow: hidden;
        background: #26252d;
    }

    .aside__info .lock-icon {
        left: 0;
        position: relative;
    }


    .header__logo-img--3 {
        display: block;
        padding: 0 20px;
        position: relative;
        width: 180px;
        height: 115px;
    }

    .header__logo-img--4 {
        display: none;
    }

    .header__logo-text {
        display: none;
    }


    .header__people {
        margin-right: 0;
    }



    .header__people-arrow-box .header__people-list-item--balance span {
        margin-right: 0;
        display: inline;
        margin-left: 5px;
    }

    .header__people-arrow-box .header__people-list-item--balance span:last-child {
        margin-left: 0px;
    }

    .header__people-arrow-item {
        display: block;
    }

    .header__people-avatar {
        margin-right: 0;
        width: 34px;
        height: 34px;
    }

    .header__people-avatar img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .header__people-info {
        display: none;
    }

    .header__menu-close {
        display: block;
        position: absolute;
        top: 60px;
        width: 25px;
        height: 25px;
        right: 45px;
        cursor: pointer;

    }

    .header__menu-close:before,
    .header__menu-close:after {
        content: '';
        display: block;
        background: #6c6c6c;
        height: 1px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .header__menu-close:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__menu-close:hover:before,
    .header__menu-close:hover:after {
        background: #f3972b;
    }

    .subheader {
        border-bottom: none;
        margin-bottom: 60px;
    }

    .aside-hide .subheader {
        margin-bottom: 0;
    }


    .aside__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 35px;
        margin-right: 30px;
        border-bottom: 1px solid #0a0a0c;
        height: 115px;
    }

    .aside-hide .aside__info {
        margin-bottom: none
    }


    .header__burger {
        display: block;
    }

    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #131217;
        padding: 70px 10px 20px 10px;
        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;
    }

    .header__menu.active {
        top: 0;
    }

    .header__list {
        display: block;
        text-align: center;
        margin: 90px 0;
        width: 50%;
    }



    .header__list li a {
        border: none !important;
    }

    .header__list li a:hover {
        border: none;
    }

    .aside__info.login .log-in-in {
        display: block;
        z-index: 60;
        height: auto;
    }

    .table__row {
        background: #19181e;
    }

    .numbers .table__row td:nth-child(1),
    .numbers .table__item-name .history .table__row td:nth-child(1),
    .history .table__item-name {
        max-width: 120px
    }

    .article__label-box {
        bottom: 25px;
        left: 15px;
    }

    .article__label {
        padding: 0 8px;
        line-height: 26px;
        font-size: 12px;
    }

    .aside__services-box-container {
        height: auto;
    }


    .popup__title {
        font-size: 17px;
    }

    .header__people-avatar-box {
        cursor: pointer;
    }

    .header__people-avatar-list.open {
        opacity: 1;
        visibility: visible;
    }

    a.header__in {
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        padding: 0;
        margin: 0;
    }

    .support .table__item-text,
    .support .table__item.table__item--allsms {
        width: 100%;
        text-align: left;
        margin: 0
    }

    .support .table__item-text {
        text-align: center;
    }



    .history .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px;
        width: 100%;
        padding: 0 30px;
        align-items: center;
    }

    .pagination__list {
        overflow-y: auto;
        padding: 10px 0;
        overflow: hidden;
    }

    .news {
        justify-content: space-between;
    }

    a.news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
    }

    .about a.news__item,
    .about a.news__item:nth-child(3) {
        display: none;
    }

    .about a.news__item:nth-child(1),
    .about a.news__item:nth-child(2) {
        display: flex;
    }

    a.news__item:nth-child(2n),
    a.news__item:nth-child(4n),
    a.news__item:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0
    }

    a.news__all-article {
        display: none;
    }

    a.news__all-btn {
        display: inline-block;
    }

    .aside__search-input::-moz-placeholder,
    .select2-search__field::-moz-placeholder {
        color: #959595 !important;
        font-family: "gilroy-semibold";
    }




    .aside__info .log-in-in {
        display: none;
    }

    .aside__info.login .log-out-out {
        display: none;
    }

    .aside__info.log-out .log-out-out {
        display: block;
    }

    .aside__info.log-out .log-in-in {
        display: none;
    }



}

@media (max-width: 850px) and (max-width: 850px) {
    .header__logo-img--3 img {
        position: absolute;
        width: 180px;
        top: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 157px;
    }

    .header-box {
        position: relative;
    }


}


@media (max-width: 800px) {
    .table__item-img {
        margin: 0 5px 0 0
    }

    .numbers .table__row td:nth-child(1),
    .numbers .table__item-name {
        max-width: 110px
    }

    .numbers .table__row td:nth-child(2),
    .numbers .table__flag-box {
        width: 30px;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
    }

    .number-td,
    .table__item--number {
        width: 140px
    }

    .numbers .code-td {
        padding: 0;
    }

    .aside .jq-selectbox__dropdown .mCSB_scrollTools {
        display: none !important;
    }

    .aside .jq-selectbox__dropdown ul {
        height: auto !important;
    }




    h2.about__title {
        margin: 0px 0 15px;
        font-size: 19px;
    }

    a.news__all-article {
        top: -50px
    }


}

@media (max-width: 785px) {
    .support .table__item--status {
        width: 220px;
    }
}

@media all and (max-width: 768px) {
    .fileuploader-popup .fileuploader-popup-header {
        display: block;
        padding: 0;
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta {
        padding: 16px;
    }

    .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-buttons {
        position: fixed;
        left: 0;
        bottom: 16px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .fileuploader-popup .fileuploader-popup-node {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 117px;
    }

    .fileuploader-popup .fileuploader-popup-footer {
        bottom: 61px;
        background: none;
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-zoomer {
        display: none;
    }

    .fileuploader-popup .fileuploader-popup-footer .fileuploader-popup-tools li a:hover {
        border-color: transparent;
    }

    .fileuploader-popup .fileuploader-popup-move {
        width: 30px;
    }

    .fileuploader-popup .fileuploader-popup-has-arrows .fileuploader-popup-node {
        padding-left: 30px;
        padding-right: 30px;
    }



    .cabinet__api-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;

    }

    .cabinet__api {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
        width: auto;
    }

    .cabinet__copy {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .cabinet__btn-transparent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 20;
        margin-bottom: 15px;
    }

    .cabinet__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ban-info {
        flex-direction: column;
        align-items: inherit;
    }

    .ban-info button {
        margin: 0;
    }

    .cabinet__input--voucher {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        width: 48%;
    }

    .cabinet__btn--active {
        margin-bottom: 0;
    }

    .cabinet__input-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cabinet__input--password {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        margin-bottom: 15px;
        flex: 0 0 100%;
    }

    .cabinet__btn--password {
        width: 100%;
        margin-top: 3px;
    }


}

@media (max-width: 700px) {


    .table {
        display: none;
    }

    .article__text .table,
    .article .table {
        display: table;
    }


    .numbers .pagination {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px;
    }



    .numbers__total-container {
        display: block;
    }

    .numbers__box-item {
        background: #19181e;
    }

    .numbers__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .numbers__btn-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    .history .numbers__item-text {
        margin: 0;
    }

    .history .numbers__item--number {
        margin: 0;
    }

    .history__input-name {
        margin-top: -5px
    }

    .history__form {
        margin-bottom: 30px
    }

    .support__btn {
        margin-top: 20px;
    }

    .support .table__item--status {
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
        white-space: normal;
        text-align: left;
        width: auto;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        display: flex;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .support .header__message {
        margin: 0;
    }

    .support .table__item-text,
    .support .table__item.table__item--allsms {
        text-align: left;
    }


}

@media (max-width: 653px) {
    .cabinet__info {
        line-height: 26px;
        font-size: 15px;
    }
}


@media (max-width: 620px) {
    .balance__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .balance__box-item {
        /* margin-bottom: 15px; */
        height: 120px;
    }
}



@media (max-width: 585px) {
    .cabinet__api-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cabinet__api {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 25px;
        text-align: center;
    }

    .cabinet__btn-transparent {
        margin-right: 0;
    }

    .cabinet .btn-copy {
        width: 100%;
    }

    .cabinet__btn--active {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .fileuploader-input {
        width: 100%;
    }

    .fileuploader-input .fileuploader-input-caption {
        width: 100%;
    }

    .form__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .file__input {
        width: 100%;
    }

    .file__button {
        width: 100%;
        padding: 15px 0;
    }

    .file__item--upload::before {
        display: none;
    }

    .form__button {
        width: 100%;
        bottom: -70px;
        left: 0;
    }

    .ticket {
        padding-bottom: 40px;
    }

    .ticket__message-box {
        margin-top: 90px;
    }
}

@media (max-width: 720px) {
    .history__form {
        flex-wrap: wrap;
    }

    .history__type-box {
        width: auto;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 9px;
    }

    .history__btn {
        flex: 1;
    }

    .history__btn-outline {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 562px) {
    .history__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .history__input-container {
        width: 100%;
        margin-right: 0;
    }

    .history__input-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        width: 100%;
        margin-bottom: 5px;
    }

    .history__input {
        width: 100%;
    }

    .history__btn {
        width: 100%;
        margin-top: 20px;
    }

    .dropdown-menu {
        width: 100% !important;
    }

    .bootstrap-datetimepicker-widget table td {
        height: 25px !important;
        width: 25px !important;
    }
}


@media (max-width: 534px) {
    .news-page .news__all-article {
        position: static;
        margin-top: 10px;
        display: none;
        display: block;
    }
}

@media (max-width: 580px) {
    .popup__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .popup__change {
        display: none;
    }

    .popup__box-form {
        padding: 28px;
    }

    .popup__box-social {
        flex: 0;
        padding: 0 30px;
        background: #19181e;
        max-width: unset;
    }

    .popup__social-btn:not(:last-child) {
        margin-right: 10px;
    }

    .cabinet__social-box {
        gap: unset;
    }

    .popup__social-btn::before {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .popup__social-btn span {
        display: none;
    }

    .popup__social-btn {
        width: 70px;
        height: 35px;
        padding: 0;
    }

    .popup__social-name {
        line-height: initial;
        padding-bottom: 10px;
    }

    .popup__social-name:nth-child(1) {
        display: block;
        line-height: 34px;
        padding: 0;
    }

    .popup__social-box {
        margin: 0
    }

    /* .popup__content{max-width: 400px !important;} */
    .popup-registrations .popup__input-label {
        font-size: 13px;
    }

    .popup-registrations .jq-checkbox,
    .popup-registrations .jq-radio {
        width: 23px;
        height: 23px;
    }
}

@media (max-width: 510px) {}

@media (max-width: 500px) {

    .aside-hide .aside__info {
        margin-bottom: 0;
    }

    /* .aside-hide .aside {
        padding-bottom: 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 45;
    } */

    .aside__search-box {
        margin-top: 13px;
    }

    .about__text {
        line-height: 26px;
        font-size: 15px;
    }

    .about__list-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .about__list-item::before {
        top: 4px;
    }

    .about__list-item {
        line-height: 22px;
    }

    a.news__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .about a.news__item,
    .about a.news__item:nth-child(2),
    .about a.news__item:nth-child(3),
    .about a.news__item:nth-child(4) {
        display: none !important;
    }

    .about a.news__item:first-child {
        display: flex !important;
    }


    .cabinet__api-box {
        margin-bottom: 10px;
    }

    .cabinet__name {
        margin-top: 18px;
        margin-bottom: 5px;
    }

    .cabinet__name--password {
        margin-top: 35px;
    }

    .balance__title {
        margin-bottom: 15px;
    }

    .balance__info {
        margin-bottom: 20px;
    }

    .balance__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }

    .balance__input-box {
        width: 100%;

    }

    .balance__btn {
        width: 100%;
        margin-top: 15px;
    }






    .support .numbers__btn-container {
        display: block;
        text-align: left;
    }



    .support .table__item--allsms {
        margin: 0;
    }

    .ticket__title {
        line-height: 29px;
    }

    .ticket__message {
        background: #19181e;
    }

    .news__name {
        height: auto;
    }

    .aside__services-name {
        width: 90px;
    }

    /* section {    padding-top: 115px; } */
    section.about {
        padding-top: 0;
    }




}

@media (max-width: 465px) {
    .tabs-header-desctop {
        display: none;
    }

    .tabs-header-mobile {
        display: block;
    }

    .numbers__item-name {
        width: 80px;
    }

    .numbers .table__flag-box {
        text-align: right;
    }

}

@media (max-width: 450px) {
    .cabinet__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cabinet__input--voucher {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 435px) {
    .balance__box-item span {
        /* margin-top: 0;
    bottom: auto;
    display: flex;
    right: 0;
    width: 50%; */
    }

    /* .balance__box-item {
        width: 100%;
        padding: 25px 40px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    } */

    .balance__box-img {
        display: none;
    }

    .balance__box-img-mobile {
        /* display: block; */
        display: revert;
    }
}

@media (max-width: 400px) {
    .support__btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .balance__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .balance__item-img {
        margin-bottom: 0;
        height: auto;
        width: 67px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67px;
        flex: 0 0 67px;
        margin-right: 25px;
    }

    .balance__item-qiwi {
        width: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        margin-left: 20px;
        margin-right: 40px;
    }


    .fileuploader-input .fileuploader-input-caption {
        padding-left: 40px
    }

    .fileuploader-input .fileuploader-input-caption::before {
        left: 15px
    }

}

@media (max-width: 350px) {
    .aside-hide section {
        padding-top: 115px;
    }

    .header__reg {
        display: none;
    }

    .aside__services-name {
        width: 40px;
    }
}

@media (max-width: 340px) {
    .popup__box-social {
        padding: 25px;
    }
}


@supports (-webkit-appearance: none) {
    .popup__input--user::after {
        background: url("../img/icons/user-popap.svg");
    }

    .popup__input--password::after {
        background: url("../img/icons/lock-popup.svg");
    }

    .popup__social-btn--fb::before {
        background: url("../img/icons/fc-popup.svg");
    }

    .popup__social-btn--fb::before {
        background: url("../img/icons/tg-popup.svg");
    }

    .popup__social-btn--vk::before {
        background: url("../img/icons/vk-popup.svg");
    }

    .popup__social-btn--gg::before {
        background: url("../img/icons/gg-popup.svg");
    }

    .popup-registrations .jq-checkbox__div {
        background: url("../img/icons/check.svg") no-repeat;
    }

    .fileuploader-input .fileuploader-input-caption .fileuploader-pending-loader,
    .fileuploader-items .fileuploader-item.upload-pending .fileuploader-action-remove:after,
    .fileuploader-items .fileuploader-item .fileuploader-item-image.fileuploader-loading:after,
    .fileuploader-popup.loading:after {
        background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZGRlNGY2IiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMjUgMjUiIHRvPSIzNjAgMjUgMjUiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz4gPC9wYXRoPiA8L3N2Zz4=") no-repeat center;
    }

    .file-type-image .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7,8.5C7,7.119,8.119,6,9.5,6S12,7.119,12,8.5S10.881,11,9.5,11S7,9.881,7,8.5z M14.5,11l-4,6l-2-3L5,19h15L14.5,11z'/%3E%3C/svg%3E");
    }

    .file-type-audio .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.21,5h-1.07v9.613c-0.685-0.381-1.62-0.504-2.58-0.271c-1.687,0.405-2.812,1.753-2.511,3.007c0.3,1.254,1.913,1.939,3.6,1.533c1.544-0.369,2.615-1.527,2.558-2.682h0.003V8.34c1.752,1.296,3.29,1.123,3.575,4.21C20.188,7.362,13.354,7.498,13.21,5z'/%3E%3C/svg%3E");
    }

    .file-type-video .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.81 11.28L8.487 6.107a.622.642 0 0 0-.326-.1c-.326 0-.592.28-.592.623h-.003l.003 10.738c0 .344.266.623.592.623.123 0 .225-.044.335-.106l8.315-5.166a.91.94 0 0 0 .323-.72.96.96 0 0 0-.323-.721z'/%3E%3C/svg%3E");
    }

    .file-ext-rar .fileuploader-item-icon,
    .file-ext-zip .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6,11h12v2H6V11z M6,15h8v2H6V15z M6,7h12v2H6V7z'/%3E%3C/svg%3E");
    }

    .file-ext-pdf .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M17.61 13.224c-.336-.115-.752-.16-1.242-.15l-.84.06-.952.158-.906-.958c-.662-.808-1.23-1.684-1.732-2.6l.257-.608.283-.825c.153-.528.227-.985.192-1.37-.117-1.353-.86-2.218-1.9-2.127S9.164 5.88 9.28 7.23c.03.354.16.752.37 1.196a8.11 8.11 0 0 0 .396.743l.56.846-.132.35-1.12 2.846-.705 1.628-.068.012-.797.17-.838.24c-.52.178-.937.38-1.232.63-1.04.87-1.324 1.978-.658 2.77s1.807.707 2.848-.164c.272-.23.523-.563.77-.988a8.87 8.87 0 0 0 .381-.75c.078-.17.137-.35.207-.522l.173-.364 3.614-1 1.18-.256.47.502.64.595c.42.354.808.606 1.174.733 1.283.442 2.376.115 2.712-.862s-.326-1.917-1.6-2.36zM10.88 5.94c.314-.028.595.3.663 1.09.02.215-.034.546-.15.95l-.263.79-.454-.83c-.156-.333-.248-.613-.265-.807-.068-.79.154-1.162.47-1.2zM7.683 16.947c-.183.32-.36.555-.5.68-.606.508-1.04.54-1.242.298s-.096-.66.51-1.168c.166-.14.467-.286.864-.42l.8-.24-.423.85zm5.104-3.19l-2.74.735.353-.847.193-.475.807-2.082c.417.673.878 1.344 1.4 1.976l.5.58-.524.114zm5.35 1.452c-.103.298-.517.422-1.265.163-.203-.07-.484-.254-.805-.524l-.617-.562.947-.075c.367-.01.66.022.844.086.748.258.998.612.896.912z'/%3E%3C/svg%3E");
    }

    .file-ext-doc .fileuploader-item-icon,
    .file-ext-docx .fileuploader-item-icon,
    .file-ext-rtf .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM7.974 8.5h-1.33l.922 7h1.708l.73-5.22.702 5.22h1.714l.938-7h-1.26l-.645 5.613L10.72 8.5h-1.4l-.77 5.613L7.974 8.5zM19 6h-3v12h3V6z'/%3E%3C/svg%3E");
    }

    .file-ext-xls .fileuploader-item-icon,
    .file-ext-xlsx .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M5 17.33V6.67L15 4v16L5 17.33zM19 6h-3v12h3V6zm-6.148 9.5l-2.08-3.5 2.043-3.5H11.57l-1.244 2.246c-.047.196-.125.382-.232.554-.088-.173-.158-.354-.21-.54l-1.2-2.26H7.338L9.33 12l-2.182 3.5h1.338l1.396-2.416c.066-.14.117-.385.14-.385a1.58 1.58 0 0 1 .131.385l1.38 2.416h1.32z'/%3E%3C/svg%3E");
    }

    .file-ext-pps .fileuploader-item-icon,
    .file-ext-ppsx .fileuploader-item-icon,
    .file-ext-ppt .fileuploader-item-icon,
    .file-ext-pptx .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11,13h6.975c-0.256,3.355-3.054,6-6.475,6C7.91,19,5,16.09,5,12.5c0-3.421,2.645-6.219,6-6.475V13zM13,5.025V11h5.975C18.731,7.811,16.189,5.269,13,5.025z'/%3E%3C/svg%3E");
    }

    .file-ext-psd .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.853 11.374h.61c.57 0 .997-.112 1.28-.338s.424-.553.424-.983c0-.435-.12-.755-.356-.962S9.2 8.78 8.695 8.78h-.842v2.595zm4.183-1.387c0 .94-.293 1.66-.88 2.157s-1.424.747-2.507.747h-.796V16H6V7.262h2.79c1.06 0 1.867.228 2.417.683s.83 1.137.828 2.042zM18 14.016c0 .686-.238 1.207-.714 1.565s-1.188.538-2.137.538a6.63 6.63 0 0 1-1.243-.098c-.33-.063-.652-.16-.96-.29v-1.506c.367.17.75.303 1.144.4a4.66 4.66 0 0 0 1.122.161c.66 0 .99-.2.99-.573.005-.13-.042-.256-.13-.35a1.93 1.93 0 0 0-.454-.305c-.214-.112-.5-.244-.86-.397-.514-.215-.892-.414-1.133-.597-.225-.164-.405-.38-.526-.63-.11-.24-.163-.53-.163-.877 0-.594.23-1.053.69-1.377s1.112-.487 1.958-.487c.804 0 1.588.175 2.35.525l-.552 1.315c-.307-.134-.62-.25-.938-.353-.287-.092-.588-.138-.89-.138-.54 0-.807.146-.807.437 0 .163.085.305.26.424s.552.297 1.14.532c.52.21.904.408 1.147.592s.422.395.537.633.173.527.173.858z'/%3E%3C/svg%3E");
    }

    .file-ext-ai .fileuploader-item-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M12.58 16l-.6-2.072H8.964L8.364 16h-1.89l2.922-8.738h2.145L14.473 16H12.58zm-1.02-3.618l-.937-3.185-.15-.582-1.07 3.767h2.155zm3.452-4.756c0-.59.328-.886.986-.886s.986.294.986.886c0 .282-.078.502-.244.656-.164.16-.412.238-.742.238-.658 0-.986-.298-.986-.894zM16.908 16h-1.816V9.347h1.816V16z'/%3E%3C/svg%3E");
    }

    .fileuploader-popup .fileuploader-popup-node .fileuploader-popup-file-icon {
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPiA8Zz4gIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4gIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSI0MDIiIHdpZHRoPSI1ODIiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjYmJjYWNmIiBpZD0ic3ZnXzIiIGQ9Im00OSwxNi44NDJsMCw0Mi4xMDVjMCwyLjc5MSAtMi4yNyw1LjA1MyAtNS4wNjksNS4wNTNsLTM4Ljg2MiwwYy0yLjgsMCAtNS4wNjksLTIuMjYyIC01LjA2OSwtNS4wNTNsMCwtNTMuODk0YzAsLTIuNzkxIDIuMjY5LC01LjA1MyA1LjA2OSwtNS4wNTNsMjcuMDM0LDBsMTYuODk3LDE2Ljg0MnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZmlsbD0iI2RmZWFlZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0ic3ZnXzQiIGQ9Im00OSwxNS44OTlsMCwyLjA5NmwtMTMuODEzLDBjLTIuODYsMCAtNC4xNzksLTIuMzIgLTQuMTc5LC01LjE4MWwwLC0xMi44MTRsMi4wOTIsMGwxNS45LDE1Ljg5OXoiIGNsYXNzPSJjbHMtMyIvPiA8L2c+PC9zdmc+") no-repeat center;
    }

    .purchase::before {
        background: url("../img/icons/purchase.svg");
    }

    .disadvantage::before {
        background: url("../img/icons/danger.svg");
    }

    .aside .jq-selectbox__trigger-arrow {
        background: url("../img/icons/aside-arrow.svg");
    }

    .aside .flag-russia::before {
        background: url("../img/icons/flag-russia.webp");
    }

    .aside .flag-estonia::before {
        background: url("../img/icons/flag-estonia.webp");
    }

    .aside .flag-finland::before {
        background: url("../img/icons/flag-finland.webp");
    }

    .aside .flag-france::before {
        background: url("../img/icons/flag-france.webp");
    }

    .aside .flag-kazakhstan::before {
        background: url("../img/icons/flag-kazakhstan.webp");
    }

    .aside .flag-netherlands::before {
        background: url("../img/icons/flag-netherlands.webp");
    }

    .aside .flag-lithuania::before {
        background: url("../img/icons/flag-lithuania.webp");
    }

    .aside .flag-latvia::before {
        background: url("../img/icons/flag-latvia.webp");
    }

    .aside .flag-poland::before {
        background: url("../img/icons/flag-poland.webp");
    }

    .aside .flag-portugal::before {
        background: url("../img/icons/flag-portugal.webp");
    }

    .aside .flag-spain::before {
        background: url("../img/icons/flag-spain.webp");
    }

    .aside .flag-sweden::before {
        background: url("../img/icons/flag-sweden.webp");
    }

    .aside .flag-ukraine::before {
        background: url("../img/icons/flag-ukraine.webp");
    }

    .aside .flag-united::before {
        background: url("../img/icons/flag-kingdom.webp");
    }

    .header__people-list-item--user::before {
        background: url("../img/icons/user.svg") no-repeat;
    }

    .header__people-list-item--entrance::before {
        background: url("../img/icons/entrance.svg") no-repeat;
    }

    .header__people-list-item--balance::before {
        background: url("../img/icons/cash.svg") no-repeat;
    }

    .header__people-list-item--loyalty::before {
        background: url("../img/icons/gift.svg") no-repeat;
    }

    .header__people-list-item--referral::before {
        background: url("../img/icons/referral.svg") no-repeat;
    }

    .header__people-email::after {
        background: url("../img/icons/header-arrow.svg");
    }

    .about__list-item::before {
        background: url("../img/icons/dots.svg");
    }

    .fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove {
        background: url("../img/icons/delete.svg");
    }

    /*.fileuploader-input .fileuploader-input-caption::before {
        background: url("../img/icons/upload.webp");
    }*/
    .file__item--upload::before {
        background: url("../img/icons/upload.webp");
    }

    .prev .glyphicon {
        background: url("../img/icons/pagination-prev.svg") no-repeat;
    }

    .next .glyphicon {
        background: url("../img/icons/pagination-prev.svg") no-repeat;
    }

    .glyphicon-chevron-up {
        background: url("../img/icons/time-up.svg") no-repeat center center !important;
    }

    .glyphicon-chevron-up:hover {
        background: url("../img/icons/time-up.svg") no-repeat center center !important;
    }

    .glyphicon-chevron-down {
        background: url("../img/icons/time-down.svg") no-repeat center center !important;
    }

    .glyphicon-chevron-down:hover {
        background: url("../img/icons/time-down.svg") no-repeat center center !important;
    }

    .glyphicon-time {
        background: url("../img/icons/clock.svg") no-repeat center bottom !important;
    }

    .glyphicon-calendar {
        background: url("../img/icons/calendar.svg") no-repeat center top !important;
    }
}


@media (min-width: 768px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 992px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 1200px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 1930px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2000px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2100px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2140px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2220px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2270px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2330px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2450px) {
    @supports (-webkit-appearance: none) {}
}

@media (min-width: 2500px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 2100px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1930px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1929px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1860px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1770px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1750px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1730px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1660px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1600px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1560px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1483px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1475px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1415px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1812px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1310px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1275px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1200px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1140px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1100px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1040px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1024px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 960px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 850px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 850px) and (max-width: 850px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 820px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 800px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 785px) {
    @supports (-webkit-appearance: none) {}
}

@media all and (max-width: 768px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 745px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 700px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 653px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 630px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 620px) {
    @supports (-webkit-appearance: none) {}
}



@media (max-width: 585px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 570px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 562px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 540px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 534px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 530px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 510px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 500px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 465px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 450px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 435px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 400px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 380px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 350px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 340px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-height: 870px) {
    @supports (-webkit-appearance: none) {}
}

#set_scroll ul {
    /*height: auto!important;*/
}

#set_scroll #mCSB_2_container {
    /*max-height: 68vh;*/
}

#set_scroll #mCSB_2_scrollbar_vertical {
    /*display: none!important;*/
}


@media (max-height: 700px) {
    .select2-results .mCustomScrollBox {
        height: 300px;
    }
}

@media (max-height: 400px) {
    .select2-results .mCustomScrollBox {
        height: 200px;
    }

    body.hid {
        overflow: auto;
    }
}


.popup__close svg,
.aside__close picture,
.header__people-avatar picture {
    display: none;
}


nav.active[data-v-a26de5ca] {
    border: none !important;
    color: #919095 !important;
}


@supports (-webkit-overflow-scrolling: touch) {

    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.ele-clone {
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    position: fixed;
}

/* ##### Стили для FAQ #####*/
.question-container {
    width: 100%;
    margin-bottom: 12px;
    background-color: #14131A;
    border-radius: 4px;
}

.question-container .header-que {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 23px;
    cursor: pointer;
}

.question-container .header-que p {
    font-family: 'gilroy-medium';
    color: #919095;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    width: 90%;
}

.question-container .header-que svg {
    width: 14px;
    float: right;
}

.question-container .content {
    display: none;
    /* margin-top: 20px; */
    white-space: normal;
    max-width: 1200px;
    padding: 16px 23px;
    padding-top: 0;
}

.question-container .content p {
    color: #E5E5E5;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'gilroy-regular';
    line-height: 20px;
}

.question-container .content img {
    max-width: 100%;
    max-height: 440px;
    width: auto;
    height: auto;
    margin: 5px 0;
}


/* .question-container .youtube-embed-wrapper iframe {
    max-width: 720px !important;
    max-height: 400px !important;
} */

.question-container iframe {
    width: 100%;
    max-width: 704px;
    margin: 5px 0;
}

@media (max-width: 990px) {
    .question-container iframe {
        width: 100%;
        height: calc(80vw/1.77);
    }
}

@media (max-width: 850px) {
    .question-container {
        background-color: #0d0c0f;
    }
}

.faq .active {
    background-color: black;
}

.faq h3 {
    line-height: 29px;
    margin-top: 25px;
}

/* .faq h3:first-of-type {
    margin-top: 0;
} */

/* .faq .is-active {
    background-color: black;
} */

/* ##### End #####*/

/* API365 */

.container-api {
    display: flex;
}

.container-api .left-side {
    flex-basis: 15%;
}

.container-api .content {
    flex-basis: 85%;
}

.container-api h2 {
    margin-top: 0 !important;
}

.container-api__anchors {
    display: flex;
    flex-direction: column;
}

.article-api .article__title {
    padding-left: 16px;
}

@media (min-width: 875px) and (max-width: 1628px) {
    .container-api .left-side {
        flex-basis: 30%;
    }
}

@media (max-width: 875px) {
    .container-api {
        flex-direction: column;
    }

    .container-api .content {
        margin-top: 20px;
    }
}

.container-api__anchor-block {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 8px 8px 8px 16px;
    margin-bottom: 4px;
    cursor: pointer;

    font-family: "gilroy-regular";
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #FDFDFD;
}

.container-api__anchor-block.active {
    background: #131217;
    border-left: 5px solid #F3972B;
    padding-left: 11px;
}

.container-api__anchor-block .method {
    color: #F3972B;
}

/* modal */

.modal-api__list .content {
    padding: 26px 20px 20px 35px;
    min-width: 490px;
    height: 75vh;
}

.modal-api__list-operators {
    min-width: 580px !important;
}

.modal-api__search {}

.modal-api__search-box {
    position: relative;
    /* padding-right: 30px; */
}

.modal-api__search-input {
    color: #E5E5E5;
    padding-right: 40px;
    padding-left: 8px;
    height: 44px;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    border-bottom: 1px solid #1D1C23;
    border-radius: 0;
    font-family: 'gilroy-regular';
}

.modal-api__search-btn {
    position: absolute;
    top: 0;
    right: -8px;
    background: transparent;
    width: 50px;
    height: 44px;
    cursor: default;
}

@media (max-width: 530px) {
    .modal-api__list .content {
        /* min-width: auto !important; */
        /* padding: 15px; */
        min-width: 90vw !important;
    }
}

@media (max-width: 600px) {
    .modal-api__list-operators {
        min-width: 90vw !important;
    }
}

/* modal table */

.api_page__data-container table {
    display: table !important;
}

.api_page__data-container {
    margin-top: 5px;
}

.api_page__data-container .table-header {
    padding-right: 12px;
}

.api_page__data-container .table-content {
    /* max-height: 55vh;
    overflow-y: auto;
    margin-top: 5px;
    padding-right: 12px; */

    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 150px);
}

.api_page__data-container,
.api_page__data-container .referral__history-box {
    height: 100%;
}

/* .api_page__data-container .table-content {
    cursor: pointer;
}

.api_page__data-container .table-content table {
    cursor: default;
} */

.api_page__data-container .table-content::-webkit-scrollbar {
    width: 2px;
    background-color: none;
    z-index: 99999;
}

.api_page__data-container .table-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #f3972b;
}

.api_page__data-container .table__item-name-icon {
    display: flex;
    align-items: center;
    padding-left: 40%;
}

.api_page__data-container .table__item-name-icon img {
    width: 15px;
    margin-right: 5px;
}

.api_page__operators .table__item-name-icon img {
    margin-right: 0 !important;
}

.api_page__data-container table {
    border-collapse: collapse !important;
}

.api_page__data-container .table__row {
    border-bottom: 1px solid #1D1C23;
}

.api_page__data-container .table__row:first-child {
    border-top: 1px solid #1D1C23;
}

.api_page__data-container .table__row:last-child {
    border-bottom: 0;
}

.api_page__data-container tr {
    background-color: #19181E !important;
}

.api_page__data-container td,
.api_page__data-container th {
    text-align: left !important;
}

.api_page__data-container .table__item-name-icon {
    padding-left: 0;
    white-space: initial;
    text-align: left;
}

.api_page__data-container .table__item-text {
    width: 100% !important;
}

.api_page__data-container th.first-th {
    width: 40%;
}

.api_page__data-container td.first-td {
    width: 40%;
}

.api_page__data-container .os-scrollbar-vertical {
    padding-left: 20px !important;
}

.api_page__data-container .os-scrollbar-track-off {
    background-color: unset !important;
}

/* operators */
.api_page__operators th.first-th {
    width: 30%;
}

.api_page__operators td.first-td {
    width: 30%;
}

.api_page__operators th:last-child {
    width: 40%;
}

.api_page__operators td:last-child {
    width: 40%;
    padding-bottom: 1px;
    padding-right: 0;
}

.api_page__operators tr:last-child td:last-child {
    padding-bottom: 8px;
}

@media (max-width: 412px) {
    .modal-api__list .content {
        /* padding: 10px; */
    }

    .api_page__operators .table__item-text {
        font-size: 12px;
    }

    .api_page__operators th.first-th {
        width: 35%;
    }

    .api_page__operators td.first-td {
        width: 35%;
    }

    .api_page__operators th:last-child {
        width: 30%;
    }

    .api_page__operators td:last-child {
        width: 30%;
    }

    .api_page__data-container .table-content {
        overflow-x: scroll;
    }
}

.api_page__operators .table__item-name-icon {
    flex-wrap: wrap;
}

.api_page__operators .table__item-list {
    margin-bottom: 7px;
    margin-right: 7px;
}

.api_page__data-container .empty-data-message {
    margin-top: 20px;
    text-align: center;
    font-family: 'gilroy-regular';
    font-size: 14px;
    line-height: 16px;
    color: #E5E5E5;
}

@media (max-width: 580px) {
    .article__text table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* END */

.numbers__title-container {
    display: flex;
    margin-top: 53px;
    margin-bottom: 25px;
    align-items: center;
}

.numbers__title-container svg {
    cursor: pointer;
    fill: #919095;
}

.numbers__title-container svg:hover {
    fill: orange;
}

.numbers__title-container .show-info {
    margin-left: 14px;
    height: 17px;
}

.numbers__title-container .show-info span {
    bottom: 30px;
}

.numbers__title {
    margin: 0 !important;
}

b,
strong {
    font-family: 'gilroy-semibold' !important;
}

/* Footer */

footer {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    /* width: 100%; */
    display: flex;
    justify-content: right;
    padding: 5px 30px 30px 0;
    z-index: 99;
}

@media (max-width: 850px) {
    footer {
        width: 100%;
    }
}

footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer a,
footer span {
    color: #919095 !important;
    font-size: 14px;
    font-family: 'gilroy-semibold';
    font-weight: 600;
    text-decoration: none;
}

footer span {
    font-size: 12px;
}

footer a:hover {
    color: #F3972B !important;
}

@media (max-width: 850px) {
    footer {
        justify-content: center;
        padding: 20px 0;
    }

    footer {
        flex-direction: column;
        padding: 20px 10px;
        text-align: center;
    }
}

.custom-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.cursor-pointer {
    cursor: pointer;
}