.noplata {
  background-color: #cb0303 !important;
  color: #fff !important;
  border-radius: 3px !important;
justify-content: center;
align-items: center;
display: flex;

  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
  padding: 2px 6px;
  position: relative;
}

.checked-bez {
  position: absolute;
  width: 50%;
  text-align: center; 
  bottom: 40px;
  font-size: 10px;
  padding: 3px 0;
  background-color: #cb0303 !important;
  color: #fff !important;
  font-family: roboto medium,sans-serif;
  text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
  }
  
.flex {
  display: flex;
}
body {
  font: 13px Arial,Tahoma,Verdana,Helvetica,sans-serif !important;
  background-color: #ffffff !important;
}
ol, ul {
  padding-left: 0 !important;
}
.phone {
  letter-spacing: -1px;
}
.theme--light.v-card {
  background-color: #fff;
  border-color: #fff;
  color: rgba(0,0,0,0.87);
}
.theme--dark.v-card {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}
.v-card {
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
  text-decoration: none;
}
.v-card > *:first-child:not(.v-btn):not(.v-chip) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.v-card > *:last-child:not(.v-btn):not(.v-chip) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.v-card--flat {
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2), 0px 0px 0px 0px rgba(0,0,0,0.14), 0px 0px 0px 0px rgba(0,0,0,0.12);
}
.v-card--hover {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: box-shadow;
}
.v-card--hover:hover {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.v-card__title {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
.v-card__title--primary {
  padding-top: 24px;
}
.v-card__text {
  padding: 16px;
  width: 100%;
}
.v-card__actions {
  align-items: center;
  display: flex;
  padding: 8px;
}
.v-card__actions > *,
.v-card__actions .v-btn {
  margin: 0;
}
.v-card__actions .v-btn + .v-btn {
  margin-left: 8px;
}

.theme--light.v-sheet {
  background-color: #fff;
  border-color: #fff;
  color: rgba(0,0,0,0.87);
}
.theme--dark.v-sheet {
  background-color: #424242;
  border-color: #424242;
  color: #fff;
}
.v-sheet {
  display: block;
  border-radius: 2px;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-sheet--tile {
  border-radius: 0;
}

.v-autocomplete.v-input > .v-input__control > .v-input__slot {
  cursor: text;
}
.v-autocomplete input {
  align-self: center;
}
.v-autocomplete--is-selecting-index input {
  opacity: 0;
}
.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line) .v-select__slot > input {
  margin-top: 24px;
}
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input {
  pointer-events: inherit;
}
.v-autocomplete__content.v-menu__content {
  border-radius: 0;
}
.v-autocomplete__content.v-menu__content .v-card {
  border-radius: 0;
}

.theme--light.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(0,0,0,0.42);
}
.theme--light.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
  border-color: rgba(0,0,0,0.87);
}
.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
  border-image: repeating-linear-gradient(to right, rgba(0,0,0,0.38) 0px, rgba(0,0,0,0.38) 2px, transparent 2px, transparent 4px) 1 repeat;
}
.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__prefix,
.theme--light.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__suffix {
  color: rgba(0,0,0,0.38);
}
.theme--light.v-text-field__prefix,
.theme--light.v-text-field__suffix {
  color: rgba(0,0,0,0.54);
}
.theme--light.v-text-field--solo > .v-input__control > .v-input__slot {
  border-radius: 2px;
  background: #fff;
}
.theme--light.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
  background: rgba(0,0,0,0.16);
}
.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #424242;
}
.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
.theme--light.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: #fff;
}
.theme--light.v-text-field--box > .v-input__control > .v-input__slot {
  background: rgba(0,0,0,0.06);
}
.theme--light.v-text-field--box .v-text-field__prefix {
  max-height: 32px;
  margin-top: 22px;
}
.theme--light.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
.theme--light.v-text-field--box.v-input--is-focused .v-text-field__prefix,
.theme--light.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
  margin-top: 22px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.theme--light.v-text-field--box:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
  background: rgba(0,0,0,0.12);
}
.theme--light.v-text-field--outline > .v-input__control > .v-input__slot {
  border: 2px solid rgba(0,0,0,0.54);
}
.theme--light.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  border: 2px solid rgba(0,0,0,0.87);
}
.theme--dark.v-text-field > .v-input__control > .v-input__slot:before {
  border-color: rgba(255,255,255,0.7);
}
.theme--dark.v-text-field:not(.v-input--has-state) > .v-input__control > .v-input__slot:hover:before {
  border-color: #fff;
}
.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before {
  border-image: repeating-linear-gradient(to right, rgba(255,255,255,0.5) 0px, rgba(255,255,255,0.5) 2px, transparent 2px, transparent 4px) 1 repeat;
}
.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__prefix,
.theme--dark.v-text-field.v-input--is-disabled > .v-input__control > .v-input__slot:before .v-text-field__suffix {
  color: rgba(255,255,255,0.5);
}
.theme--dark.v-text-field__prefix,
.theme--dark.v-text-field__suffix {
  color: rgba(255,255,255,0.7);
}
.theme--dark.v-text-field--solo > .v-input__control > .v-input__slot {
  border-radius: 2px;
  background: #424242;
}
.theme--dark.v-text-field--solo-inverted.v-text-field--solo > .v-input__control > .v-input__slot {
  background: rgba(255,255,255,0.16);
}
.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot {
  background: #fff;
}
.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot .v-label,
.theme--dark.v-text-field--solo-inverted.v-text-field--solo.v-input--is-focused > .v-input__control > .v-input__slot input {
  color: rgba(0,0,0,0.87);
}
.theme--dark.v-text-field--box > .v-input__control > .v-input__slot {
  background: rgba(0,0,0,0.1);
}
.theme--dark.v-text-field--box .v-text-field__prefix {
  max-height: 32px;
  margin-top: 22px;
}
.theme--dark.v-text-field--box.v-input--is-dirty .v-text-field__prefix,
.theme--dark.v-text-field--box.v-input--is-focused .v-text-field__prefix,
.theme--dark.v-text-field--box.v-text-field--placeholder .v-text-field__prefix {
  margin-top: 22px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.theme--dark.v-text-field--box:not(.v-input--is-focused) > .v-input__control > .v-input__slot:hover {
  background: rgba(0,0,0,0.2);
}
.theme--dark.v-text-field--outline > .v-input__control > .v-input__slot {
  border: 2px solid rgba(255,255,255,0.7);
}
.theme--dark.v-text-field--outline:not(.v-input--is-focused):not(.v-input--has-state) > .v-input__control > .v-input__slot:hover {
  border: 2px solid #fff;
}
.application--is-rtl .v-text-field .v-label {
  transform-origin: top right;
}
.application--is-rtl .v-text-field .v-counter {
  margin-left: 0;
  margin-right: 8px;
}
.application--is-rtl .v-text-field--enclosed .v-input__append-outer {
  margin-left: 0;
  margin-right: 16px;
}
.application--is-rtl .v-text-field--enclosed .v-input__prepend-outer {
  margin-left: 16px;
  margin-right: 0;
}
.application--is-rtl .v-text-field--reverse input {
  text-align: left;
}
.application--is-rtl .v-text-field--reverse .v-label {
  transform-origin: top left;
}
.application--is-rtl .v-text-field__prefix {
  text-align: left;
  padding-right: 0;
  padding-left: 4px;
}
.application--is-rtl .v-text-field__suffix {
  padding-left: 0;
  padding-right: 4px;
}
.application--is-rtl .v-text-field--reverse .v-text-field__prefix {
  text-align: right;
  padding-left: 0;
  padding-right: 4px;
}
.application--is-rtl .v-text-field--reverse .v-text-field__suffix {
  padding-left: 0;
  padding-right: 4px;
}
.v-text-field {
  padding-top: 12px;
  margin-top: 4px;
}
.v-text-field input {
  flex: 1 1 auto;
  line-height: 20px;
  padding: 8px 0 8px;
  max-width: 100%;
  min-width: 0px;
  width: 100%;
}
.v-text-field .v-input__prepend-inner,
.v-text-field .v-input__append-inner {
  align-self: flex-start;
  display: inline-flex;
  margin-top: 4px;
  line-height: 1;
  user-select: none;
}
.v-text-field .v-input__prepend-inner {
  margin-right: auto;
  padding-right: 4px;
}
.v-text-field .v-input__append-inner {
  margin-left: auto;
  padding-left: 4px;
}
.v-text-field .v-counter {
  margin-left: 8px;
  white-space: nowrap;
}
.v-text-field .v-label {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 6px;
  transform-origin: top left;
  white-space: nowrap;
  pointer-events: none;
}
.v-text-field .v-label--active {
  max-width: 133%;
  transform: translateY(-18px) scale(0.75);
}
.v-text-field > .v-input__control > .v-input__slot {
  cursor: text;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field > .v-input__control > .v-input__slot:before,
.v-text-field > .v-input__control > .v-input__slot:after {
  bottom: -1px;
  content: '';
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-text-field > .v-input__control > .v-input__slot:before {
  border-style: solid;
  border-width: thin 0 0 0;
}
.v-text-field > .v-input__control > .v-input__slot:after {
  border-color: currentColor;
  border-style: solid;
  border-width: thin 0 thin 0;
  transform: scaleX(0);
}
.v-text-field__details {
  display: flex;
  flex: 1 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.v-text-field__prefix,
.v-text-field__suffix {
  align-self: center;
  cursor: default;
}
.v-text-field__prefix {
  text-align: right;
  padding-right: 4px;
}
.v-text-field__suffix {
  padding-left: 4px;
  white-space: nowrap;
}
.v-text-field--reverse .v-text-field__prefix {
  text-align: left;
  padding-right: 0;
  padding-left: 4px;
}
.v-text-field--reverse .v-text-field__suffix {
  padding-left: 0;
  padding-right: 4px;
}
.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.v-text-field--box,
.v-text-field--full-width,
.v-text-field--outline {
  position: relative;
}
.v-text-field--box > .v-input__control > .v-input__slot,
.v-text-field--full-width > .v-input__control > .v-input__slot,
.v-text-field--outline > .v-input__control > .v-input__slot {
  align-items: stretch;
  min-height: 56px;
}
.v-text-field--box input,
.v-text-field--full-width input,
.v-text-field--outline input {
  margin-top: 22px;
}
.v-text-field--box.v-text-field--single-line input,
.v-text-field--full-width.v-text-field--single-line input,
.v-text-field--outline.v-text-field--single-line input {
  margin-top: 12px;
}
.v-text-field--box .v-label,
.v-text-field--full-width .v-label,
.v-text-field--outline .v-label {
  top: 18px;
}
.v-text-field--box .v-label--active,
.v-text-field--full-width .v-label--active,
.v-text-field--outline .v-label--active {
  transform: translateY(-6px) scale(0.75);
}
.v-text-field--box > .v-input__control > .v-input__slot {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.v-text-field--box > .v-input__control > .v-input__slot:before {
  border-style: solid;
  border-width: thin 0 thin 0;
}
.v-text-field.v-text-field--enclosed {
  margin: 0;
  padding: 0;
}
.v-text-field.v-text-field--enclosed:not(.v-text-field--box) .v-progress-linear__background {
  display: none;
}
.v-text-field.v-text-field--enclosed .v-input__prepend-outer,
.v-text-field.v-text-field--enclosed .v-input__prepend-inner,
.v-text-field.v-text-field--enclosed .v-input__append-inner,
.v-text-field.v-text-field--enclosed .v-input__append-outer {
  margin-top: 16px;
}
.v-text-field.v-text-field--enclosed .v-text-field__details,
.v-text-field.v-text-field--enclosed > .v-input__control > .v-input__slot {
  padding: 0 12px;
}
.v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 8px;
}
.v-text-field--reverse input {
  text-align: right;
}
.v-text-field--reverse .v-label {
  transform-origin: top right;
}
.v-text-field--reverse > .v-input__control > .v-input__slot,
.v-text-field--reverse .v-text-field__slot {
  flex-direction: row-reverse;
}
.v-text-field--solo > .v-input__control > .v-input__slot:before,
.v-text-field--outline > .v-input__control > .v-input__slot:before,
.v-text-field--full-width > .v-input__control > .v-input__slot:before,
.v-text-field--solo > .v-input__control > .v-input__slot:after,
.v-text-field--outline > .v-input__control > .v-input__slot:after,
.v-text-field--full-width > .v-input__control > .v-input__slot:after {
  display: none;
}
.v-text-field--outline {
  margin-bottom: 16px;
  transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field--outline > .v-input__control > .v-input__slot {
  background: transparent !important;
  border-radius: 4px;
}
.v-text-field--outline .v-text-field__prefix {
  margin-top: 22px;
  max-height: 32px;
}
.v-text-field--outline .v-input__prepend-outer,
.v-text-field--outline .v-input__append-outer {
  margin-top: 18px;
}
.v-text-field--outline.v-input--is-dirty .v-text-field__prefix,
.v-text-field--outline.v-input--is-focused .v-text-field__prefix,
.v-text-field--outline.v-text-field--placeholder .v-text-field__prefix {
  margin-top: 22px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field--outline.v-input--is-focused > .v-input__control > .v-input__slot,
.v-text-field--outline.v-input--has-state > .v-input__control > .v-input__slot {
  border: 2px solid currentColor;
  transition: border 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-text-field.v-text-field--solo .v-label {
  top: calc(50% - 10px);
}
.v-text-field.v-text-field--solo .v-input__control {
  min-height: 48px;
  padding: 0;
}
.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.v-text-field.v-text-field--solo .v-text-field__slot {
  align-items: center;
}
.v-text-field.v-text-field--solo .v-input__append-inner,
.v-text-field.v-text-field--solo .v-input__prepend-inner {
  align-self: center;
  margin-top: 0;
}
.v-text-field.v-text-field--solo .v-input__prepend-outer,
.v-text-field.v-text-field--solo .v-input__append-outer {
  margin-top: 12px;
}
.v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
  transform: scaleX(1);
}
.v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
  border-color: currentColor;
}

.theme--light.v-select .v-select__selections {
  color: rgba(0,0,0,0.87);
}
.theme--light.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(0,0,0,0.38);
}
.theme--light.v-select .v-chip--disabled,
.theme--light.v-select .v-select__selection--disabled {
  color: rgba(0,0,0,0.38);
}
.theme--light.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: #fff;
}
.theme--dark.v-select .v-select__selections {
  color: #fff;
}
.theme--dark.v-select.v-input--is-disabled .v-select__selections {
  color: rgba(255,255,255,0.5);
}
.theme--dark.v-select .v-chip--disabled,
.theme--dark.v-select .v-select__selection--disabled {
  color: rgba(255,255,255,0.5);
}
.theme--dark.v-select.v-text-field--solo-inverted.v-input--is-focused .v-select__selections {
  color: rgba(0,0,0,0.87);
}
.v-select {
  position: relative;
}
.v-select > .v-input__control > .v-input__slot {
  cursor: pointer;
}
.v-select .v-chip {
  flex: 0 1 auto;
}
.v-select .fade-transition-leave-active {
  position: absolute;
  left: 0;
}
.v-select.v-input--is-dirty ::placeholder {
  color: transparent !important;
}
.v-select:not(.v-input--is-dirty):not(.v-input--is-focused) .v-text-field__prefix {
  line-height: 20px;
  position: absolute;
  top: 7px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-select.v-text-field--enclosed:not(.v-text-field--single-line) .v-select__selections {
  padding-top: 24px;
}
.v-select.v-text-field input {
  flex: 1 1;
  margin-top: 0;
  min-width: 0;
  pointer-events: none;
  position: relative;
}
.v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
  transform: rotate(180deg);
}
.v-select.v-select--chips input {
  margin: 0;
}
.v-select.v-select--chips .v-select__selections {
  min-height: 42px;
}
.v-select.v-select--chips.v-select--chips--small .v-select__selections {
  min-height: 32px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box .v-select__selections,
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed .v-select__selections {
  min-height: 68px;
}
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--box.v-select--chips--small .v-select__selections,
.v-select.v-select--chips:not(.v-text-field--single-line).v-text-field--enclosed.v-select--chips--small .v-select__selections {
  min-height: 56px;
}
.v-select.v-text-field--reverse .v-select__slot,
.v-select.v-text-field--reverse .v-select__selections {
  flex-direction: row-reverse;
}
.v-select__selections {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  line-height: 18px;
}
.v-select__selection {
  max-width: 90%;
}
.v-select__selection--comma {
  align-items: center;
  display: inline-flex;
  margin: 7px 4px 7px 0;
}
.v-select__slot {
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
}
.v-select:not(.v-text-field--single-line) .v-select__slot > input {
  align-self: flex-end;
}

.theme--light.v-chip {
  background: #e0e0e0;
  color: rgba(0,0,0,0.87);
}
.theme--light.v-chip--disabled {
  color: rgba(0,0,0,0.38);
}
.theme--dark.v-chip {
  background: #555;
  color: #fff;
}
.theme--dark.v-chip--disabled {
  color: rgba(255,255,255,0.5);
}
.application--is-rtl .v-chip__close {
  margin: 0 8px 0 2px;
}
.application--is-rtl .v-chip--removable .v-chip__content {
  padding: 0 12px 0 4px;
}
.application--is-rtl .v-chip--select-multi {
  margin: 4px 0 4px 4px;
}
.application--is-rtl .v-chip .v-avatar {
  margin-right: -12px;
  margin-left: 8px;
}
.application--is-rtl .v-chip .v-icon--right {
  margin-right: 12px;
  margin-left: -8px;
}
.application--is-rtl .v-chip .v-icon--left {
  margin-right: -8px;
  margin-left: 12px;
}
.v-chip {
  align-items: center;
  border-radius: 28px;
  display: inline-flex;
  font-size: 13px;
  margin: 4px;
  outline: none;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: middle;
}
.v-chip .v-chip__content {
  align-items: center;
  border-radius: 28px;
  cursor: default;
  display: inline-flex;
  height: 32px;
  justify-content: space-between;
  padding: 0 12px;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}
.v-chip--removable .v-chip__content {
  padding: 0 4px 0 12px;
}
.v-chip .v-avatar {
  height: 32px !important;
  margin-left: -12px;
  margin-right: 8px;
  min-width: 32px;
  width: 32px !important;
}
.v-chip .v-avatar img {
  height: 100%;
  width: 100%;
}
.v-chip:focus:not(.v-chip--disabled),
.v-chip--active,
.v-chip--selected {
  border-color: rgba(0,0,0,0.13);
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.v-chip:focus:not(.v-chip--disabled):after,
.v-chip--active:after,
.v-chip--selected:after {
  background: currentColor;
  border-radius: inherit;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: inherit;
  width: 100%;
  pointer-events: none;
  opacity: 0.13;
}
.v-chip--label {
  border-radius: 2px;
}
.v-chip--label .v-chip__content {
  border-radius: 2px;
}
.v-chip.v-chip.v-chip--outline {
  background: transparent !important;
  border: 1px solid currentColor;
  color: #9e9e9e;
  height: 32px;
}
.v-chip.v-chip.v-chip--outline .v-avatar {
  margin-left: -13px;
}
.v-chip--small {
  height: 24px !important;
}
.v-chip--small .v-avatar {
  height: 24px !important;
  min-width: 24px;
  width: 24px !important;
}
.v-chip--small .v-icon {
  font-size: 20px;
}
.v-chip__close {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 20px;
  margin: 0 2px 0 8px;
  text-decoration: none;
  user-select: none;
}
.v-chip__close > .v-icon {
  color: inherit !important;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.5;
}
.v-chip__close > .v-icon:hover {
  opacity: 1;
}
.v-chip--disabled .v-chip__close {
  pointer-events: none;
}
.v-chip--select-multi {
  margin: 4px 4px 4px 0;
}
.v-chip .v-icon {
  color: inherit;
}
.v-chip .v-icon--right {
  margin-left: 12px;
  margin-right: -8px;
}
.v-chip .v-icon--left {
  margin-left: -8px;
  margin-right: 12px;
}

.theme--light.v-icon {
  color: rgba(0,0,0,0.54);
}
.theme--light.v-icon.v-icon--disabled {
  color: rgba(0,0,0,0.38) !important;
}
.theme--dark.v-icon {
  color: #fff;
}
.theme--dark.v-icon.v-icon--disabled {
  color: rgba(255,255,255,0.5) !important;
}
.v-icon {
  align-items: center;
  display: inline-flex;
  font-feature-settings: 'liga';
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  vertical-align: text-bottom;
}
.v-icon--right {
  margin-left: 16px;
}
.v-icon--left {
  margin-right: 16px;
}
.v-icon.v-icon.v-icon--link {
  cursor: pointer;
}
.v-icon--disabled {
  pointer-events: none;
  opacity: 0.6;
}
.v-icon--is-component {
  height: 24px;
}

.v-menu {
  display: block;
  vertical-align: middle;
}
.v-menu--inline {
  display: inline-block;
}
.v-menu__activator {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.v-menu__activator * {
  cursor: pointer;
}
.v-menu__content {
  position: absolute;
  display: inline-block;
  border-radius: 2px;
  max-width: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  will-change: transform;
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2), 0px 8px 10px 1px rgba(0,0,0,0.14), 0px 3px 14px 2px rgba(0,0,0,0.12);
}
.v-menu__content--active {
  pointer-events: none;
}
.v-menu__content--fixed {
  position: fixed;
}
.v-menu__content > .card {
  contain: content;
  backface-visibility: hidden;
}
.v-menu > .v-menu__content {
  max-width: none;
}
.v-menu-transition-enter .v-list__tile {
  min-width: 0;
  pointer-events: none;
}
.v-menu-transition-enter-to .v-list__tile {
  pointer-events: auto;
  transition-delay: 0.1s;
}
.v-menu-transition-leave-active,
.v-menu-transition-leave-to {
  pointer-events: none;
}
.v-menu-transition-enter,
.v-menu-transition-leave-to {
  opacity: 0;
}
.v-menu-transition-enter-active,
.v-menu-transition-leave-active {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.v-menu-transition-enter.v-menu__content--auto {
  transition: none !important;
}
.v-menu-transition-enter.v-menu__content--auto .v-list__tile {
  opacity: 0;
  transform: translateY(-15px);
}
.v-menu-transition-enter.v-menu__content--auto .v-list__tile--active {
  opacity: 1;
  transform: none !important;
  pointer-events: auto;
}

.theme--light.v-input--selection-controls.v-input--is-disabled .v-icon {
  color: rgba(0,0,0,0.26) !important;
}
.theme--dark.v-input--selection-controls.v-input--is-disabled .v-icon {
  color: rgba(255,255,255,0.3) !important;
}
.application--is-rtl .v-input--selection-controls .v-input--selection-controls__input {
  margin-right: 0;
  margin-left: 8px;
}
.v-input--selection-controls {
  margin-top: 16px;
  padding-top: 4px;
}
.v-input--selection-controls .v-input__append-outer,
.v-input--selection-controls .v-input__prepend-outer {
  margin-top: 0;
  margin-bottom: 0;
}
.v-input--selection-controls .v-input__control {
  flex-grow: 0;
  width: auto;
}
.v-input--selection-controls:not(.v-input--hide-details) .v-input__slot {
  margin-bottom: 12px;
}
.v-input--selection-controls__input {
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  position: relative;
  margin-right: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: color, transform;
  width: 24px;
  user-select: none;
}
.v-input--selection-controls__input input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.v-input--selection-controls__input + .v-label {
  cursor: pointer;
  user-select: none;
}
.v-input--selection-controls__ripple {
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  position: absolute;
  transition: inherit;
  width: 34px;
  left: -12px;
  top: calc(50% - 24px);
  margin: 7px;
}
.v-input--selection-controls__ripple:before {
  border-radius: inherit;
  bottom: 0;
  content: '';
  position: absolute;
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 0;
  transform-origin: center center;
  transform: scale(0.2);
  transition: inherit;
}
.v-input--selection-controls__ripple .v-ripple__container {
  transform: scale(1.4);
}
.v-input--selection-controls.v-input .v-label {
  align-items: center;
  display: inline-flex;
  top: 0;
  height: auto;
}
.v-input--selection-controls.v-input--is-focused .v-input--selection-controls__ripple:before,
.v-input--selection-controls .v-radio--is-focused .v-input--selection-controls__ripple:before {
  background: currentColor;
  transform: scale(0.8);
}

.theme--light.v-input:not(.v-input--is-disabled) input,
.theme--light.v-input:not(.v-input--is-disabled) textarea {
color: rgba(0,0,0,0.87);
}
.theme--light.v-input input::placeholder,
.theme--light.v-input textarea::placeholder {
color: rgba(0,0,0,0.38);
}
.theme--light.v-input--is-disabled .v-label,
.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
color: rgba(0,0,0,0.38);
}
.theme--dark.v-input:not(.v-input--is-disabled) input,
.theme--dark.v-input:not(.v-input--is-disabled) textarea {
color: #fff;
}
.theme--dark.v-input input::placeholder,
.theme--dark.v-input textarea::placeholder {
color: rgba(255,255,255,0.5);
}
.theme--dark.v-input--is-disabled .v-label,
.theme--dark.v-input--is-disabled input,
.theme--dark.v-input--is-disabled textarea {
color: rgba(255,255,255,0.5);
}
.v-input {
align-items: flex-start;
display: flex;
flex: 1 1 auto;
font-size: 16px;
text-align: left;
}
.v-input .v-progress-linear {
top: calc(100% - 1px);
left: 0;
margin: 0;
position: absolute;
}
.v-input input {
max-height: 32px;
}
.v-input input:invalid,
.v-input textarea:invalid {
box-shadow: none;
}
.v-input input:focus,
.v-input textarea:focus,
.v-input input:active,
.v-input textarea:active {
outline: none;
}
.v-input .v-label {
height: 20px;
line-height: 20px;
}
.v-input__append-outer,
.v-input__prepend-outer {
display: inline-flex;
margin-bottom: 4px;
margin-top: 4px;
line-height: 1;
}
.v-input__append-outer .v-icon,
.v-input__prepend-outer .v-icon {
user-select: none;
}
.v-input__append-outer {
margin-left: 9px;
}
.v-input__prepend-outer {
margin-right: 9px;
}
.v-input__control {
display: flex;
flex-direction: column;
height: auto;
flex-grow: 1;
flex-wrap: wrap;
width: 100%;
}
.v-input__icon {
align-items: center;
display: inline-flex;
height: 24px;
flex: 1 0 auto;
justify-content: center;
min-width: 24px;
width: 24px;
}
.v-input__icon--clear {
border-radius: 50%;
}
.v-input__slot {
align-items: center;
color: inherit;
display: flex;
margin-bottom: 8px;
min-height: inherit;
position: relative;
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
width: 100%;
}
.v-input--is-disabled:not(.v-input--is-readonly) {
pointer-events: none;
}
.v-input--is-loading > .v-input__control > .v-input__slot:before,
.v-input--is-loading > .v-input__control > .v-input__slot:after {
display: none;
}
.v-input--hide-details > .v-input__control > .v-input__slot {
margin-bottom: 0;
}
.v-input--has-state.error--text .v-label {
animation: shake 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-label {
  color: rgba(0,0,0,0.54);
}
.theme--light.v-label--is-disabled {
  color: rgba(0,0,0,0.38);
}
.theme--dark.v-label {
  color: rgba(255,255,255,0.7);
}
.theme--dark.v-label--is-disabled {
  color: rgba(255,255,255,0.5);
}
.v-label {
  font-size: 16px;
  line-height: 1;
  min-height: 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.theme--light.v-messages {
  color: rgba(0,0,0,0.54);
}
.theme--dark.v-messages {
  color: rgba(255,255,255,0.7);
}
.application--is-rtl .v-messages {
  text-align: right;
}
.v-messages {
  flex: 1 1 auto;
  font-size: 12px;
  min-height: 12px;
  min-width: 1px;
  position: relative;
}
.v-messages__message {
  line-height: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.theme--light.v-divider {
  border-color: rgba(0,0,0,0.12);
}
.theme--dark.v-divider {
  border-color: rgba(255,255,255,0.12);
}
.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
  max-width: calc(100% - 72px);
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}

.theme--light.v-subheader {
  color: rgba(0,0,0,0.54);
}
.theme--dark.v-subheader {
  color: rgba(255,255,255,0.7);
}
.v-subheader {
  align-items: center;
  display: flex;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px 0 16px;
}
.v-subheader--inset {
  margin-left: 56px;
}

.theme--light.v-list {
  background: #fff;
  color: rgba(0,0,0,0.87);
}
.theme--light.v-list .v-list--disabled {
  color: rgba(0,0,0,0.38);
}
.theme--light.v-list .v-list__tile__sub-title {
  color: rgba(0,0,0,0.54);
}
.theme--light.v-list .v-list__tile__mask {
  color: rgba(0,0,0,0.38);
  background: #eee;
}
.theme--light.v-list .v-list__tile--link:hover,
.theme--light.v-list .v-list__tile--highlighted,
.theme--light.v-list .v-list__group__header:hover {
  background: rgba(0,0,0,0.04);
}
.theme--light.v-list .v-list__group--active:before,
.theme--light.v-list .v-list__group--active:after {
  background: rgba(0,0,0,0.12);
}
.theme--light.v-list .v-list__group--disabled .v-list__tile {
  color: rgba(0,0,0,0.38) !important;
}
.theme--light.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
  color: rgba(0,0,0,0.38) !important;
}
.theme--dark.v-list {
  background: #424242;
  color: #fff;
}
.theme--dark.v-list .v-list--disabled {
  color: rgba(255,255,255,0.5);
}
.theme--dark.v-list .v-list__tile__sub-title {
  color: rgba(255,255,255,0.7);
}
.theme--dark.v-list .v-list__tile__mask {
  color: rgba(255,255,255,0.5);
  background: #494949;
}
.theme--dark.v-list .v-list__tile--link:hover,
.theme--dark.v-list .v-list__tile--highlighted,
.theme--dark.v-list .v-list__group__header:hover {
  background: rgba(255,255,255,0.08);
}
.theme--dark.v-list .v-list__group--active:before,
.theme--dark.v-list .v-list__group--active:after {
  background: rgba(255,255,255,0.12);
}
.theme--dark.v-list .v-list__group--disabled .v-list__tile {
  color: rgba(255,255,255,0.5) !important;
}
.theme--dark.v-list .v-list__group--disabled .v-list__group__header__prepend-icon .v-icon {
  color: rgba(255,255,255,0.5) !important;
}
.application--is-rtl .v-list__tile__title {
  text-align: right;
}
.application--is-rtl .v-list__tile__content {
  text-align: right;
}
.v-list {
  list-style-type: none;
  padding: 8px 0 8px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-list > div {
  transition: inherit;
}
.v-list__tile {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.v-list__tile--link {
  cursor: pointer;
  user-select: none;
}
.v-list__tile__content,
.v-list__tile__action {
  height: 100%;
}
.v-list__tile__title,
.v-list__tile__sub-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-list__tile__title {
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: left;
}
.v-list__tile__sub-title {
  font-size: 14px;
}
.v-list__tile__avatar {
  display: flex;
  justify-content: flex-start;
  min-width: 56px;
}
.v-list__tile__action {
  display: flex;
  justify-content: flex-start;
  min-width: 56px;
  align-items: center;
}
.v-list__tile__action .v-btn {
  padding: 0;
  margin: 0;
}
.v-list__tile__action .v-btn--icon {
  margin: -6px;
}
.v-list__tile__action .v-radio.v-radio {
  margin: 0;
}
.v-list__tile__action .v-input--selection-controls {
  padding: 0;
  margin: 0;
}
.v-list__tile__action .v-input--selection-controls .v-messages {
  display: none;
}
.v-list__tile__action .v-input--selection-controls .v-input__slot {
  margin: 0;
}
.v-list__tile__action-text {
  color: #9e9e9e;
  font-size: 12px;
}
.v-list__tile__action--stack {
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
  flex-direction: column;
}
.v-list__tile__content {
  text-align: left;
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.v-list__tile__content ~ .v-list__tile__avatar {
  justify-content: flex-end;
}
.v-list__tile__content ~ .v-list__tile__action:not(.v-list__tile__action--stack) {
  justify-content: flex-end;
}
.v-list__tile--active .v-list__tile__action:first-of-type .v-icon {
  color: inherit;
}
.v-list__tile--avatar {
  height: 56px;
}
.v-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
}
.v-list--dense .v-subheader {
  font-size: 13px;
  height: 40px;
}
.v-list--dense .v-list__group .v-subheader {
  height: 40px;
}
.v-list--dense .v-list__tile {
  font-size: 13px;
}
.v-list--dense .v-list__tile--avatar {
  height: 48px;
}
.v-list--dense .v-list__tile:not(.v-list__tile--avatar) {
  height: 40px;
}
.v-list--dense .v-list__tile .v-icon {
  font-size: 22px;
}
.v-list--dense .v-list__tile__sub-title {
  font-size: 13px;
}
.v-list--disabled {
  pointer-events: none;
}
.v-list--two-line .v-list__tile {
  height: 72px;
}
.v-list--two-line.v-list--dense .v-list__tile {
  height: 60px;
}
.v-list--three-line .v-list__tile {
  height: 88px;
}
.v-list--three-line .v-list__tile__avatar {
  margin-top: -18px;
}
.v-list--three-line .v-list__tile__sub-title {
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.v-list--three-line.v-list--dense .v-list__tile {
  height: 76px;
}
.v-list > .v-list__group:before {
  top: 0;
}
.v-list > .v-list__group:before .v-list__tile__avatar {
  margin-top: -14px;
}
.v-list__group {
  padding: 0;
  position: relative;
  transition: inherit;
}
.v-list__group:before,
.v-list__group:after {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  width: 100%;
}
.v-list__group--active ~ .v-list__group:before {
  display: none;
}
.v-list__group__header {
  align-items: center;
  cursor: pointer;
  display: flex;
  list-style-type: none;
}
.v-list__group__header > div:not(.v-list__group__header__prepend-icon):not(.v-list__group__header__append-icon) {
  flex: 1 1 auto;
  overflow: hidden;
}
.v-list__group__header .v-list__group__header__append-icon,
.v-list__group__header .v-list__group__header__prepend-icon {
  padding: 0 16px;
  user-select: none;
}
.v-list__group__header--sub-group {
  align-items: center;
  display: flex;
}
.v-list__group__header--sub-group div .v-list__tile {
  padding-left: 0;
}
.v-list__group__header--sub-group .v-list__group__header__prepend-icon {
  padding: 0 0 0 40px;
  margin-right: 8px;
}
.v-list__group__header .v-list__group__header__prepend-icon {
  display: flex;
  justify-content: flex-start;
  min-width: 56px;
}
.v-list__group__header--active .v-list__group__header__append-icon .v-icon {
  transform: rotate(-180deg);
}
.v-list__group__header--active .v-list__group__header__prepend-icon .v-icon {
  color: inherit;
}
.v-list__group__header--active.v-list__group__header--sub-group .v-list__group__header__prepend-icon .v-icon {
  transform: rotate(-180deg);
}
.v-list__group__items {
  position: relative;
  padding: 0;
  transition: inherit;
}
.v-list__group__items > div {
  display: block;
}
.v-list__group__items--no-action .v-list__tile {
  padding-left: 72px;
}
.v-list__group--disabled {
  pointer-events: none;
}
.v-list--subheader {
  padding-top: 0;
}

.v-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.v-avatar img,
.v-avatar .v-icon,
.v-avatar .v-image {
  border-radius: 50%;
  display: inline-flex;
  height: inherit;
  width: inherit;
}
.v-avatar--tile {
  border-radius: 0;
}
.v-avatar--tile img,
.v-avatar--tile .v-icon,
.v-avatar--tile .v-image {
  border-radius: 0;
}

.theme--light.v-counter {
  color: rgba(0,0,0,0.54);
}
.theme--dark.v-counter {
  color: rgba(255,255,255,0.7);
}
.v-counter {
  flex: 0 1 auto;
  font-size: 12px;
  min-height: 12px;
  line-height: 1;
}

.v-progress-linear {
  background: transparent;
  margin: 1rem 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.v-progress-linear__bar {
  width: 100%;
  height: inherit;
  position: relative;
  transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 1;
}
.v-progress-linear__bar__determinate {
  height: inherit;
  transition: 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.v-progress-linear__bar__indeterminate .long,
.v-progress-linear__bar__indeterminate .short {
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  will-change: left, right;
  width: auto;
  background-color: inherit;
}
.v-progress-linear__bar__indeterminate--active .long {
  animation: indeterminate;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
}
.v-progress-linear__bar__indeterminate--active .short {
  animation: indeterminate-short;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
}
.v-progress-linear__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s ease-in;
}
.v-progress-linear__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.v-progress-linear--query .v-progress-linear__bar__indeterminate--active .long {
  animation: query;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.v-progress-linear--query .v-progress-linear__bar__indeterminate--active .short {
  animation: query-short;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@-moz-keyframes indeterminate {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@-webkit-keyframes indeterminate {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@-o-keyframes indeterminate {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@keyframes indeterminate {
  0% {
    left: -90%;
    right: 100%;
  }
  60% {
    left: -90%;
    right: 100%;
  }
  100% {
    left: 100%;
    right: -35%;
  }
}
@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-o-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-moz-keyframes query {
  0% {
    right: -90%;
    left: 100%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: 100%;
    left: -35%;
  }
}
@-webkit-keyframes query {
  0% {
    right: -90%;
    left: 100%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: 100%;
    left: -35%;
  }
}
@-o-keyframes query {
  0% {
    right: -90%;
    left: 100%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: 100%;
    left: -35%;
  }
}
@keyframes query {
  0% {
    right: -90%;
    left: 100%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: 100%;
    left: -35%;
  }
}
@-moz-keyframes query-short {
  0% {
    right: -200%;
    left: 100%;
  }
  60% {
    right: 107%;
    left: -8%;
  }
  100% {
    right: 107%;
    left: -8%;
  }
}
@-webkit-keyframes query-short {
  0% {
    right: -200%;
    left: 100%;
  }
  60% {
    right: 107%;
    left: -8%;
  }
  100% {
    right: 107%;
    left: -8%;
  }
}
@-o-keyframes query-short {
  0% {
    right: -200%;
    left: 100%;
  }
  60% {
    right: 107%;
    left: -8%;
  }
  100% {
    right: 107%;
    left: -8%;
  }
}
@keyframes query-short {
  0% {
    right: -200%;
    left: 100%;
  }
  60% {
    right: 107%;
    left: -8%;
  }
  100% {
    right: 107%;
    left: -8%;
  }
}

.vue-slider-dot{position:absolute;-webkit-transition:all 0s;transition:all 0s;z-index:5}.vue-slider-dot:focus{outline:none}.vue-slider-dot-tooltip{position:absolute;visibility:hidden}.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,.vue-slider-dot-tooltip-show{visibility:visible}.vue-slider-dot-tooltip-top{top:-10px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.vue-slider-dot-tooltip-bottom{bottom:-10px;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.vue-slider-dot-tooltip-left{left:-10px;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.vue-slider-dot-tooltip-right{right:-10px;top:50%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.vue-slider-marks{position:relative;width:100%;height:100%}.vue-slider-mark{position:absolute;z-index:1}.vue-slider-ltr .vue-slider-mark,.vue-slider-rtl .vue-slider-mark{width:0;height:100%;top:50%}.vue-slider-ltr .vue-slider-mark-step,.vue-slider-rtl .vue-slider-mark-step{top:0}.vue-slider-ltr .vue-slider-mark-label,.vue-slider-rtl .vue-slider-mark-label{top:100%;margin-top:10px}.vue-slider-ltr .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ltr .vue-slider-mark-step{left:0}.vue-slider-ltr .vue-slider-mark-label{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vue-slider-rtl .vue-slider-mark{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.vue-slider-rtl .vue-slider-mark-step{right:0}.vue-slider-rtl .vue-slider-mark-label{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.vue-slider-btt .vue-slider-mark,.vue-slider-ttb .vue-slider-mark{width:100%;height:0;left:50%}.vue-slider-btt .vue-slider-mark-step,.vue-slider-ttb .vue-slider-mark-step{left:0}.vue-slider-btt .vue-slider-mark-label,.vue-slider-ttb .vue-slider-mark-label{left:100%;margin-left:10px}.vue-slider-btt .vue-slider-mark{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.vue-slider-btt .vue-slider-mark-step{top:0}.vue-slider-btt .vue-slider-mark-label{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vue-slider-ttb .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ttb .vue-slider-mark-step{bottom:0}.vue-slider-ttb .vue-slider-mark-label{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.vue-slider-mark-label,.vue-slider-mark-step{position:absolute}.vue-slider{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.vue-slider-rail{position:relative;width:100%;height:100%;-webkit-transition-property:width,height,left,right,top,bottom;transition-property:width,height,left,right,top,bottom}
.vue-slider-process{position:absolute;z-index:1}

.row-max {
  max-width: 1000px;
}


.MultiCarousel { float: left; overflow: hidden; padding-top: 2px; width: 100%; position:relative; }
  .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
      .MultiCarousel .MultiCarousel-inner .item { float: left;}
  .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
  .MultiCarousel .leftLst { left:0; }
  .MultiCarousel .rightLst { right:0; }
  
      .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }


      a {
        text-decoration: none !important;
      }


      .file-box {
        width: 95%;
        max-width: 437px;
        border:1px solid #B3B3B3;
        -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
        background-color: #F5F5F5;
        padding: 10px;
        margin-top: 10px;
      }
      
      .xfieldimagegallery {
        margin: 0;
        padding: 0;  
        list-style: none;
        clear: both;
      }
      
      .xfieldimagegallery li {
        list-style: none;
        margin: 0;
        padding: 0;  
      }
      
      .xfieldimagegallery li img {
        float: left;
        margin-right: 5px;
        border: 5px solid #fff;
        width: 100px;
        height: 100px;
        transition: box-shadow 0.5s ease;
      }
      
      .xfieldimagegallery li img:hover {
        box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
      }
      
      .qq-uploader { position:relative; width: 100%;}
      
      .qq-upload-button {
          display:inline-block;
          margin-top:5px;
          margin-bottom:5px;
        cursor:pointer;
      }
      .qq-upload-drop-area {
          position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
        max-width: 437px;
          background:#FF9797; text-align:center; 
      }
      .qq-upload-drop-area span {
          display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
      }
      
      .qq-upload-drop-area-active {background:#FF7171;}
      
      .uploadedfile {
        display: inline-block;
    
          margin: 10px 5px 5px 5px;
          border:1px solid #B3B3B3;
          box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          text-align: center;
          background:#ffffff;
      
      }
      
      .uploadedfile .uploadimage {
          margin-top: 5px;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: move;
          cursor: -webkit-grabbing;
      }

      .page-node-edit .field--type-image img {
        padding: 0 !important;
      }
      
      .sortable-ghost {
        opacity: 0.4;
      }
      .uploadedfile .info {
          white-space: nowrap;
          margin: 5px;
          overflow: hidden;
          font-size: 13px;
      }

      .uploadedfile .info:last-child {
        margin-top: 1.1rem !important;
      }
      .uploadedfile_img ,.info:first-child {
        display: none !important;
      }
      .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
          cursor:not-allowed;
          pointer-events:none;
          opacity:0.65;
          filter:alpha(opacity=65);
          -webkit-box-shadow:none;
          box-shadow:none;
      }
      
      .progress {
          overflow:hidden;
          margin-top:10px;
        margin-bottom:10px;
          background-color:whitesmoke;
          height:10px;
          -webkit-border-radius:8px;
          -moz-border-radius:8px;
          -ms-border-radius:8px;
          -o-border-radius:8px;
          border-radius:8px;
          background:#eee;
          -webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
      }
       .progress .progress-bar {
          float:left;
          width:0%;
          font-size:12px;
          line-height:20px;
          color:white;
          text-align:center;
          background-color:#428bca;
          -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 0.6s ease;
          transition:width 0.6s ease;
          -webkit-border-radius:8px;
          -moz-border-radius:8px;
          -ms-border-radius:8px;
          -o-border-radius:8px;
          border-radius:8px;
          -webkit-box-shadow:none;
          box-shadow:none;
          height:8px;
      }
      .progress-bar span{
          position:absolute;
          width:1px;
          height:1px;
          margin:-1px;
          padding:0;
          overflow:hidden;
          clip:rect(0 0 0 0);
          border:0;
      }
      .progress-blue {
          background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
          background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
          background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
          background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
          background-repeat:repeat-x;
          border:1px solid #55aeee;
      }
      

      .qq-upload-button {
        color: #f7f7f7 !important;
        background: linear-gradient(to bottom,#2f98cb 0%,#2d98cc 49%,#0f8ec8 49%,#0f8ec8 50%,#108cc1 100%) !important;
        display: inline-block;
        transition: all .1s;
        color: #333;
        border: 1px solid #a6a6a6;
        background-color: #f2f1eb;
        background-image: -webkit-linear-gradient(top,#f6f6f3,#e7e7df);
        background-image: linear-gradient(to bottom,#f6f6f3,#e7e7df);
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-font-smoothing: antialiased;
      }

.photoswipe-gallery { float: left; margin-right: 18px; width: 230px; position: relative; }
.checked {
position: absolute;
width: 49%;
text-align: center;
bottom: 14px;
padding: 3px 0;
background: #94bda7;
color: #fff;
font-family: roboto medium,sans-serif;
text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}

select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
display: inline-block;
width: 302px; height: 22px;
line-height: 22px;
padding: 3px;
vertical-align: middle;
border-radius: 2px;
color: #000 !important;
background: #fff;
border: 1px solid #d7d7d7;
-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.user-logged-in .path-user .content {
text-align: left;
padding: 20px;
}

@media (min-width: 576px){
.modal-dialog {
  max-width: 95% !important;
  margin: 1.75rem auto;
}}

@media (min-width: 576px){
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
} }

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

.form-group label {
font-weight: 500;
margin-bottom: 10px;
}
label {
display: inline-block;
}

#dle-promt-text, .form-group input[type="text"], #dlepopup-news-edit input[type="text"], #dlepopup-news-edit textarea, .form-group input[type="password"], .form-group input[type="file"], .form-group input[type="email"], .form-group select, .form-group textarea {
display: block;
width: 100%;
padding: 0.5rem 1rem;
font-size: .9375rem;
font-weight: 400;
line-height: 1.5;
color: #29292e;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e1e4e6;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.4rem;
margin: 0;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/*--- Таблица Персональных сообщений и лучших пользователей ---*/
.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px; }
table.pm, table.userstop { width: 100%; margin-bottom: 0; }
table.pm select { width: 162px; }
.userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
table.pm .navigation { border-top-width: 0; margin: 0; }


/* --- PM --- */
.pm-box {
margin-bottom: 1.5em;
background-color: #f4f6f7;
border-radius: 2px;
}
#pm-menu:after { content: ""; clear: both; display: block; }
#pm-menu { border-bottom: 1px solid #fff; }
#pm-menu > a {
  color: inherit;
  padding: 10px 30px;
  float: left;
  text-decoration: none !important;
  border-right: 1px solid #fff;
}
#pm-menu > a:first-child { border-radius: 2px 0 0 0; }
#pm-menu > a:hover { color: #ff485b; }

.pm_status { padding: 30px; }
.pm_progress_bar {
  background-color: #cdd0d3;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.pm_progress_bar span { background: #ff485b; font-size: 0; height: 5px; border-radius: 2px; display: block; overflow: hidden }

/* --- Страница пользователя --- */
.userinfo_top { position: relative; }
.userinfo_top:after { clear: both; display: block; content: ""; }
.userinfo_top .avatar {
  float: left;
  margin: 0 30px 0 0;
  padding: 6px;
  border: 1px solid #d7d9db;
  border-radius: 50%;
}
.userinfo_status { margin: -1em 0 1.2em 0; font-size: .9em; }

.user_tab {
  list-style: none; padding: 0; margin: 0;
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  }
  .user_tab:after { clear: both; display: block; content: ""; }
  .user_tab > li { float: left;  }
  .user_tab > li:first-child > a { border-left-width: 0; }
  .user_tab > li > a {
    border-left: 1px solid #e7e7e7;
    display: block;
    text-decoration: none !important;
    color: inherit;
    font-size: .9em;
    font-weight: bold;
    color: #999;
    line-height: 20px; padding: 6px 20px;
  }
  .user_tab > li.active > a { color: inherit; }

  .usinf { list-style: none; padding: 0; margin: 0; } 
  .usinf > li { padding: 12px 0; border-top: 1px solid #eceded; }
  .usinf > li:first-child { border-top-width: 0; }

  .ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
  .ui-c1 { width: 30%; margin-right: 5%; }
  .ui-c2 { width: 60%; }

/* Окно пользователя */
.dle-popup-userprofile .ui-dialog-content { padding: 0; }
  .popup_userinfo_top { background-color: #f4f6f7; padding: 5px; text-align: center; }
  .popup_userinfo_top .avatar { vertical-align: top; border-radius: 50%; border: 1px solid #1a1a1a; }
  .popup_userinfo_top .avatar .cover {
    display: block;
    width: 80px; height: 80px;
    border: 6px solid #fff;
  }
  .popup_userinfo.useronline .avatar { border-color: #95c00e; }
  .popup_userinfo > ul { list-style: none; padding: 0; margin: 0; }

  .popup_userinfo .usinf { padding: 0px 20px; font-size: .9em; }
/* Контакты */
.feedback .grid_1_4 { margin-bottom: 20px; }
.map_resp { padding-top: 60%; }
  /* Формы на UL */
ul.ui-form { list-style: none; padding: 0; margin: 0; }
ul.ui-form > li { margin-bottom: 20px; }
ul.ui-form > li:last-child { margin-bottom: 0; }
.form-group { margin-bottom: 20px; }
.form-group > label { display: block; margin-bottom: .4em; }
.form-group.imp > label:after { content: "*"; margin: 0 0 0 10px; color: #ff485b; }

@media only screen and (min-width: 601px) {
.form-group.combo:after { clear: both; display: table; content: ""; }
.form-group.combo > .combo_field { width: 50%; float: left;
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.form-group.combo > .combo_field:last-child { padding-left: 10px; }
.form-group.combo > .combo_field:first-child { padding-right: 10px; }
}
@media only screen and (max-width: 600px) {
.combo_field { margin-bottom: 20px; }
}
.form_submit { margin-top: 20px; }
.form-sep { border-top: 1px solid #efefef; }


textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
  border-color: #404549;
  background-color: #fff;
}
input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
input[type="file"], input[type="image"],
input[type="submit"], input[type="reset"],
input[type="button"], input[type="radio"],
input[type="checkbox"] { width: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
select[multiple], select[size], textarea { height: auto; }
::-moz-placeholder, :-moz-placeholder, ::-webkit-input-placeholder { opacity: 0.6; }

input:focus { outline: none; }
input[type="file"], input[type="image"] {
  padding: 0;
  border-width: 0;
  background: none;
  box-shadow: none; -webkit-box-shadow: none;
}
.wide, .bb-editor textarea,
.ui-dialog textarea, select#category,
.timezoneselect, .quick-edit-text {
  width: 100% !important;
}
#searchuser, #searchinput {
  width: 100% !important;
  margin-bottom: 10px;
}
table.xfields input { width: 100%; }
table.xfields tr > td:first-child { padding-right: 10px; }

.left-c {
  width: 162px;
  height: 230px;
  float: left;
  position: relative;
}

.img-c {
overflow: hidden;
}

.img-c img {
width: 159px;
}

.item_trans-c {
position: absolute;
left: 47% !important;
right: 0;
width: 51%;
background: #6f6f6f;
bottom: 40px !important;
font-size: 11px;
padding: 4px 7px;
z-index: 1;
color: #fff;
font-family: roboto medium,sans-serif;
clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,6% 50.00%) !important;
}

.checked-c {
position: absolute;
width: 50%;
text-align: center; 
bottom: 59px;
font-size: 12px;
padding: 3px 0;
background: #94bda7;
color: #fff; 
font-family: roboto medium,sans-serif;
text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}

.user-a {
color: #000 !important;
}
.user-a:hover {
color: #ff7e00 !important;
}



.likes-c {
position: absolute;
top: 0;
right: 4px;
font-size: 12px;
color: #e4e4e4;
text-align: center;
opacity: .75;
}

.likes-c div {
margin: 4px 0 0;
}

.img-c img:hover{transform:scale(1.1);transition:all 1s ease-out;filter:blur(0.6px)}

.item_massage-c {
position: absolute;
left: 46%;
width: 54%;
text-align: center;
background: #f3b644;
bottom: 40px;
padding: 3px 0px;
z-index: 1;
text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
color: #fff;
font-family: roboto medium,sans-serif;
clip-path: polygon(0% 0%,100% 0%,95% 50%,100% 100%,0% 100%);
}

.item_massage-c {
left: 44%;
font-size: 12px;
right: 0;
padding: 3px 2px 3px 7px;
clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,6% 50.00%) !important;
}

.name-c {
display: block;
transition: 1s;
position: absolute;
background-color: #e0e3e2 !important;
opacity: 0.75;
color: #000 !important;
padding-bottom: 5px ;
padding-top: 6px;
width: 159px !important;

bottom: 0;
} 

.me-14 {
margin-right: 0.3rem!important;
}





.new-box {
background: #af2a2a linear-gradient(to bottom,#b52525 0%,#841717 100%);
}

@media (min-width: 1200px) {
.container-main {
  max-width: 1000px !important;
}}

#header .menu-boxs .menu {
background: #ff7e00;
color: #fff;
max-width: 1000px;
border-right: 1px solid rgba(246,246,246,.3);
display: table;
text-align: center;
margin: 0 auto 0;
}

#header .menu-boxs .menu li { 
display: table-cell;
border-left: 1px solid rgba(246,246,246,.3);
width: calc(80%/6);
overflow: hidden;
position: relative;
}

ul.menu li {
margin: 0;
}

ul li {
list-style: none;
}

#header .menu-boxs .menu li a {
font-family: trebuchet ms,sans-serif;
font-size: 16px;
display: block;
color: #fff;
text-decoration: none;
padding: 10px 0;
}

#header .menu-boxs .menu li a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 1px;
width: 100%;
transform: translateX(-100%);
background-color: rgba(255,255,255,.6);
transition: all .3s linear;
}


.pager__items {
color: #b02424 !important;
  text-decoration: none;
}

.pager__item a {
color: #b02424 !important;
  text-decoration: none !important;
}

.pager__item span {
color: #b02424 !important;
  text-decoration: none !important;
}

.pager__item--last a {
color: #b02424 !important;
text-decoration: none ;
}

.pager__item--ellipsi {
color: #b02424 !important;
text-decoration: none ;
}

.express-views {
font-size: 12px;
position: absolute;
line-height: 23px;
padding-left: 20px;
text-transform: uppercase;
font-weight: 700;
bottom: 0;
}

.express-views:before {
content: '';
background: url(https://real.eburg-xxx.net/themes/baby/icons/icon-time.svg) no-repeat center center;
height: 17px;
left: 0;
position: absolute;
top: 1px;
width: 16px;
}

.feedh {
  color: #111 !important;
  font: 500 23px/27px "Roboto Medium",MS Sans Serif4,Geneva,sans-serif !important;
  margin: 0 0 15px !important;

}

.required-f {
max-width: 57% !important;
font-size: 14px !important;
}

.label-f {
display: inline-block !important;
margin: 10px 0 !important;
width: 55px !important;
}


.tox-editor-header {
display: none !important;
}
.tox-statusbar {
display: none  !important;
}

.tox-tinymce {
height: 120px !important;
}

.mce-content-body {
font-size: 15px !important; 
}

.mce-content-body[data-mce-placeholder] {
font-size: 15px;
}

.tox .tox-edit-area__iframe  {
box-sizing: border-box !important;
max-width: 100% !important;
padding: 4px !important;
-webkit-transition: border linear .2s,box-shadow linear .2s !important;
transition: border linear .2s,box-shadow linear .2s !important;
color: #595959 !important;
border: 1px solid #b8b8b8 !important;
border-top-color: #999 !important;
border-radius: 2px !important;
background: #fcfcfa !important;
box-shadow: inset 0 1px 2px rgb(0 0 0 / 13%) !important;
line-height: normal !important;
}

.reg-f {
max-width: 304px;
margin: 25px auto 7px;
}

.auth-btn {
background: linear-gradient(to top,#10884c 0%,#10884c 49%,#149d58 49%,#18a55e 100%) !important;
}



.phone-f span.jdu-zvonok {
  background: #10884c none repeat scroll 0 0;
  padding: 3px 8px;
  font-weight: 700;
}

.phone-f span.zvonok {
background: #10884c;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 400;
line-height: 16px;
margin: 0 10px;
padding: 3px 6px;
position: relative;
/* top: -4px; */
}


.content .photoswipe-gallery .node_statuss {
background: rgb(148, 189, 167);
width: 53%;
text-align: center;
position: absolute;
padding: 3px 3px 3px 0;
color: #fff;
text-shadow: 0 2px 4px rgb(0 0 0 / 12%);
top: 274px;
left: 0; 
font-family: roboto medium,sans-serif;
}

.content .photoswipe-gallery .node_status_massage {
z-index: 2;
}

.content .photoswipe-gallery .node_status_trans {
z-index: 2;
}

.orange {
background: #b07576 !important;
}

.izb a {
color: #000;
}

.izb a:hover {
color: #000;
}

.page-node-edit .node-section input[type=text], .page-node-edit .node-section input[type=number], .page-node-edit .node-section select {
width: 135px ;
color: #0c0c0c; }

h1.create_h {
  text-align: center;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: bold !important;
}

.page-node-edit .node-section h3 {
font-weight: bold !important;
}
.page-node-edit .node-section .node-uslugi h3 {
font-weight: bold;
}

.page-node-edit .node-field-photo h3 {
font-weight: bold;
}

.label-viezd {
width: 120px !important;
}

.label-vized span{
padding-bottom: 2px;
color: #7a7a7a;
border-bottom: 1px solid #999;
}

.uslugi-border {
padding-bottom: 2px;
border-bottom: 1px solid #999;
}

.form-type-number input {
width: 80px !important;
}

input[type=checkbox]
{
/* Double-sized Checkboxes */
-ms-transform: scale(1.5) !important; /* IE */
-moz-transform: scale(1.5) !important; /* FF */
-webkit-transform: scale(1.5) !important; /* Safari and Chrome */
-o-transform: scale(1.5) !important; /* Opera */
transform: scale(1.5) !important;
padding: 10px !important;
}


.no-anket {
display: block;
}


.anketa-hides1 {
display: none;
}


.page-node-edit .node-uslugi .field--type-integer, .js-form-item input[type=text] {
width: 80px ;
}

.form-item-field-individual-services input[type=text] {
width: 135px !important;
}

.js-form-item-field-plus-individual-services-1-0-value {
width: 135px !important;
}

.field-label {
display: none;
}

.form-item-title-0-value #title {
width: 135px !important;
}

.osnovnaya-section .js-form-item input {
width: 135px !important;
}


/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-front { z-index: 1000; }
.ui-widget-overlay {
background: #000;
opacity: 0.5;
left: 0; top: 0; right: 0; bottom: 0;
position: fixed;
}
.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
.ui-helper-clearfix { display: inline-block }
* html .ui-helper-clearfix { height: 1% }
.ui-helper-clearfix { display: block }
.ui-dialog {
  text-align: left;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 370px;
  border-radius: 2px;
  box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
  border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
  background-color: #f7f7f7;
  background-clip: padding-box;
  outline: none;
}
.ui-dialog-titlebar { padding: 20px 20px; position: relative; }
.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
.ui-dialog-titlebar-close {
  position: absolute;
  right: 10px; top: 50%;
  margin-top: -16px !important;
  height: 23px !important;
  width: 32px;
  border: 0 none !important;
  background-color: inherit !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.ui-dialog-titlebar-close .ui-icon {
  display: block;
  margin: 10px auto 0 auto;
  width: 12px; height: 12px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
  -webkit-background-size: 12px auto; background-size: 12px auto;
  opacity: .5;
}
.ui-button {
  float: right;
  border: 0 none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
  line-height: 22px;
  outline: none;
  background-color: #3394e6;
  color: #fff;
  border: 0 none;
  padding: 7px 22px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  -webkit-transition: all ease .1s; transition: all ease .1s;
}
.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
.ui-icon, .ui-button-icon-only { overflow: hidden; text-indent: -9999px; }
.ui-dialog label { color: #575757; }
.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
.ui-button { margin: 0 3px; }
.ui-helper-hidden-accessible{display: none;}






.ui-dialog-buttonset button:hover {
  color: #fff!important;
}

.ui-dialog-buttonset button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff!important;
  background: #0f8ec8;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.uploadedfile .info a:first-child {
display: none;
}

.uploadedfile .info br {
display: none;
}



/* carousel */


ul {
    list-style: none;
}



.flexx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-centerx {
    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;
}
.jc-betweenx {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ribbon-boxx {
    height: 235px;
    position: relative;
    overflow-x: hidden;
}
.ribbon-rowx {
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.logo-shellx {
    width: 162px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.select-row-titlex,
.select-typex {
    display: none;
}
.logo-boxx {
    width: 162px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #c8c8c8;
}
.logo-boxx .icon-stackx {
    margin: auto;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
.select-rowx {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  
    .ribbon-boxx {
        height: 183px;
    }
  
    .logo-shellx {
        width: 162px;
        height: 57px;
    }
    .logo-shellx .lp-logox {
        width: 162px;
        position: relative;
        top: -2px;
    }
    .logo-shellx .datesecret-logox {
        width: 162px;
    }
    .logo-shellx .deamore-logox {
        width: 162px;
    }
    .logo-shellx .annadates-logox {
        width: 162px;
    }
    .logo-shellx .lovekiss-logox {
        width: 162px;
    }
    .logo-shellx .flirtplanet-logox {
        width: 162px;
    }
    .logo-boxx {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .select-rowx {
        margin-bottom: 20px;
    }
    .select-row-titlex {
        display: block;
        margin-right: 11px;
    }
    .select-typex {
        width: 123px;
        height: 34px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px;
        padding: 0 12px;
        border-radius: 20px;
        background: #fff;
    }
    .select-typex .icon-stackx {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .type-listx {
        width: 123px;
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 4px);
        z-index: 5;
        border: 1px solid #dcdcdc;
        border-radius: 3px;
        background: #fff;
    }
    .type-listx[hidden] {
        display: none;
    }
}

@media screen and (max-width: 479px) {
 
    .ribbon-boxx {
        height: 168px;
    }
   
    .logo-shellx {
        width: 158px;
        height: 46px;
    }
    .logo-shellx .lp-logox {
        width: 122px;
        height: 27px;
        position: relative;
        top: -2px;
    }
    .logo-shellx .datesecret-logox {
        width: 122px;
        height: 18px;
    }
    .logo-shellx .deamore-logox {
        width: 122px;
        height: 20px;
    }
    .logo-shellx .annadates-logox {
        width: 110px;
        height: 19px;
    }
    .logo-shellx .lovekiss-logox {
        width: 110px;
        height: 29px;
    }
    .logo-shellx .flirtplanet-logox {
        width: 122px;
        height: 16px;
    }
}
.ribbon-rowx[hidden] {
    display: none !important;
}

.carx-x {
  width: 1000px !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

 .sc-menu li a:hover{background:rgba(255,255,255,.19)}




 .aside .menu li:hover{
  position:relative;
  top:1px
}
.aside .menu li:hover a{
  color:#1a67a0;
  border-color:#164f79
}

.aside .menu a.active-menu{
  color:#1a67a0;
  border-color:#164f79;
}


.menu-checks li input[type="radio"]:checked, 
.menu-checks li input[type="radio"]:not(:checked) ,
.menu-checks li input[type="checkbox"]:checked, 
.menu-checks li input[type="checkbox"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}


.menu-checks li input[type="radio"]:checked + label, 
.menu-checks li input[type="radio"]:not(:checked) + label,
.menu-checks li input[type="checkbox"]:checked + label, 
.menu-checks li input[type="checkbox"]:not(:checked) + label
 {
  border:1px solid #dad8d8;
  border-radius:4px;
  color:#121111;
  display:block;
  padding:5px;
  text-align:center;
  text-decoration:none;
  background:#fff;
}



.menu-checks li input[type="radio"]:checked + label:hover, 
.menu-checks li input[type="radio"]:not(:checked) + label:hover,
.menu-checks li input[type="checkbox"]:checked + label:hover, 
.menu-checks li input[type="checkbox"]:not(:checked) + label:hover
{ 
  color:#1a67a0;
  border-color:#164f79

}




.menu-checks li input[type="radio"]:checked + label,
.menu-checks li input[type="checkbox"]:checked + label
 {
    color:#1a67a0;
  border-color:#164f79
}



.reset-btn {
  border: 1px solid #dad8d8;
  border-radius: 4px;
  color: #121111;
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.reset-btn:hover {
  color:#1a67a0;
  border-color:#164f79
}


.content .price-list .frame .left .item_trans {
  left: unset !important;
  right: 0 !important;
  padding: 3px 6px 3px 11px !important;
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%,6% 50.00%) !important;
  text-shadow: 0 2px 4px rgb(0 0 0 / 12%) !important;
}

.d-aviable {
  display: none ;
}


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  /* margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); */
}

@media screen and (max-width:768px) {
  .px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


 
