@import url("https://fra-webresources.s3.eu-central-1.amazonaws.com/assets/SgwIcons/reset.css");
@import url("https://fra-webresources.s3.eu-central-1.amazonaws.com/assets/SgwIcons/icons.css");
.rc-alert > * {
  text-align: center;
}
.rc-alert .rc-alert-footer {
  display: flex;
  justify-content: center;
}
.rc-alert .rc-alert-footer .rc-alert-button {
  text-align: center;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
::-moz-focus-inner {
  border: 0;
}

::-moz-focus-outer {
  outline: none;
}

.btn-simple {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 8px 32px;
  font-size: 14px;
  line-height: 20px;
  user-select: none;
  border: none;
  outline: none;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
}
.btn-simple.keyboard-focus:focus * {
  text-decoration: underline;
  text-underline-position: under;
}
.btn-simple.keyboard-focus:focus .sgw-icon:before {
  color: #3669c4;
}
.btn-simple.keyboard-focus:focus.btn-action .sgw-icon:before {
  color: #ffffff;
}
.btn-simple.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-simple.sgw-icon:before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn-simple.btn-no-padding {
  padding: 0;
}
.btn-simple.btn-dark {
  background-color: #d8d8d8;
  color: #000000;
}
.btn-simple.btn-dark:hover {
  background-color: #cbcbcb;
}
.btn-simple.btn-dark:active {
  background-color: #bfbfbf;
}
.btn-simple.btn-dark a {
  color: #000000;
}
.btn-simple.btn-darker {
  background-color: #cccccc;
  color: #000000;
}
.btn-simple.btn-darker:hover {
  background-color: #bfbfbf;
}
.btn-simple.btn-darker:active {
  background-color: #b3b3b3;
}
.btn-simple.btn-darker a {
  color: #000000;
}
.btn-simple.btn-dark-grey {
  color: #ffffff;
  background-color: #6e6e6e;
}
.btn-simple.btn-dark-grey:hover {
  background-color: #616161;
}
.btn-simple.btn-dark-grey:active {
  background-color: #555555;
}
.btn-simple.btn-dark-grey a {
  color: #ffffff;
}
.btn-simple.btn-default {
  background-color: #EFEFEF;
  color: #000000;
}
.btn-simple.btn-default:hover {
  background-color: #e2e2e2;
}
.btn-simple.btn-default:hover .sgw-icon:before {
  color: #3669c4;
}
.btn-simple.btn-default:active {
  background-color: #d6d6d6;
}
.btn-simple.btn-default a {
  color: #000000;
}
.btn-simple.btn-submit {
  background-color: #6c9d0d;
  color: #ffffff;
}
.btn-simple.btn-submit:hover {
  background-color: #79ab19;
}
.btn-simple.btn-submit:active {
  background-color: #5e8d04;
}
.btn-simple.btn-submit a {
  color: #ffffff;
}
.btn-simple.btn-action {
  color: #ffffff;
  background-color: #3669c4;
}
.btn-simple.btn-action:hover {
  background-color: #537ac1;
}
.btn-simple.btn-action:active {
  background-color: #255bbb;
}
.btn-simple.btn-action a {
  color: #ffffff;
}
.btn-simple.btn-light-grey {
  color: #000000;
  background-color: #efefef;
}
.btn-simple.btn-light-grey:hover {
  background-color: #fcfcfc;
}
.btn-simple.btn-light-grey:active {
  background-color: #e5dfdf;
}
.btn-simple.btn-light-grey a {
  color: #000000;
}
.btn-simple .sgw-icon {
  width: 21px;
  height: 21px;
  padding: 0;
  margin-right: 8px;
}
.btn-simple .sgw-icon.arrow_left_line {
  margin-right: 4px;
}
.btn-simple a {
  text-decoration: none;
}
.btn-simple * > * {
  margin: 0;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px 8px 24px;
}
.btn-icon.btn-icon-after-text {
  padding: 8px 24px 8px 32px;
}
.btn-icon.btn-icon-before-text {
  padding: 8px 32px 8px 24px;
}

.btn-icon-only {
  padding: 0;
  width: 25px;
  height: 25px;
}

.btn-fullwidth {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon .sgw-icon {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  padding: 0;
}

.btn-icon .sgw-icon:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-simple.btn-submit .sgw-icon:before,
.btn-simple.btn-action .sgw-icon:before {
  color: #ffffff;
}

.btn-accept-mobile {
  display: none;
}

.btn-simple.sgw-icon.arrow_right_line:before {
  color: #ffffff;
  right: 8px;
  left: inherit;
}

.btn-simple.sgw-icon.arrow_left_line {
  margin-left: -6px;
  padding-left: 20px;
}

.btn-simple.sgw-icon.arrow_left_line:hover {
  text-decoration: underline;
}

.btn-simple:hover:before {
  color: #3669c4;
}

.btn-simple.sgw-icon.arrow_left_line:hover:before {
  color: #3669c4;
}

/* Icons */
.btn-simple.sgw-icon.arrow_left_line:before {
  color: #000000;
  left: 0;
}

.btn-simple.sgw-icon.arrow_right_line {
  padding-right: 36px;
}

.btn-simple.sgw-icon.arrow_right_line:before {
  right: 10px;
}

.btn-simple.btn-icon-only .sgw-icon {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

.btn-simple.btn-icon-only .sgw-icon:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
  touch-action: none;
}

a.btn-simple {
  color: #000000;
  text-decoration: none;
}

@media (max-width: 800px) {
  .btn-simple {
    font-size: 16px;
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.rc-checkbox.rc-error {
  border-bottom: none;
}
.rc-checkbox .rc-checkbox-box {
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
  position: relative;
  margin-right: 4px;
}
.rc-checkbox .rc-checkbox-box .sgw-icon.minimize:before {
  top: 15%;
}
.rc-checkbox .rc-checkbox-box .sgw-icon:before {
  color: #6E6E6E;
  top: 50%;
  left: 43%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rc-checkbox:hover .rc-checkbox-box {
  border-color: #3669c4;
}
.rc-checkbox:hover .sgw-icon:before {
  color: #3669c4;
}

.rc-checkbox-group {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-confirm > * {
  text-align: center;
}

.rc-confirm-footer {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.rc-confirm-footer .rc-confirm-button1 {
  margin-right: 8px;
}
.rc-confirm-footer .rc-confirm-button {
  min-width: 120px;
}

.rc-confirm-title {
  display: flex;
  justify-content: left;
  margin-bottom: 8px;
  font-weight: bold;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-dialog-open > *:not(.rc-dialog):not(.apip-error-alert) {
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

.rc-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rc-dialog.rc-dialog-blur {
  -webkit-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.rc-dialog.rc-dialog-bg-shadow:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #353840;
  opacity: 0.8;
}
@media (max-height: 800px) {
  .rc-dialog.rc-dialog-bg-shadow:before {
    height: 150vh;
  }
}
.rc-dialog .rc-dialog-wrapper {
  display: flex;
  position: relative;
  width: auto;
  pointer-events: none;
  align-items: center;
  margin: 16px auto;
  min-height: calc(100% - (16px * 2));
  max-width: 500px;
}
.rc-dialog .rc-dialog-wrapper .rc-dialog-content {
  position: relative;
  display: flex;
  width: 100%;
  background: #ffffff;
  flex-direction: column;
  padding: 16px;
  pointer-events: auto;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.rc-dialog .rc-dialog-wrapper .rc-dialog-content.no-padding {
  padding: 0;
}
.rc-dialog .rc-dialog-wrapper .rc-dialog-content.no-background {
  background: unset;
  box-shadow: unset;
}
@media (max-height: 800px) {
  .rc-dialog {
    overflow-y: auto;
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-file-upload {
  position: relative;
  display: inline-flex;
}
.rc-file-upload .rc-icon {
  margin-right: 4px;
}
.rc-file-upload.rc-error .rc-error-label {
  display: block;
}
.rc-file-upload input[type=file] {
  display: none;
  /*opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-indent: -999px;*/
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
form .btn-simple.keyboard-focus:focus * {
  text-decoration: underline;
  text-underline-position: under;
}
form .btn-simple.keyboard-focus:focus .sgw-icon:before {
  color: #3669c4;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-input {
  position: relative;
  height: 36px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-end;
  cursor: text;
  min-width: 80px;
}
.rc-input.rc-empty-input:not(.focus) > .rc-label {
  margin-top: 0;
}
.rc-input.rc-input-dark {
  background-color: #EFEFEF;
}
.rc-input.rc-input-light {
  background-color: #FFFFFF;
}
.rc-input.rc-input-small {
  height: 25px;
  min-width: 50px;
}
.rc-input.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.rc-input:hover {
  border-bottom: 1px solid #3669c4;
}
.rc-input:hover > .rc-label {
  color: #3669c4;
}
.rc-input.valid {
  border-bottom: 1px solid #6c9d0d;
}
.rc-input.valid > .rc-label {
  color: #6c9d0d;
}
.rc-input.focus {
  border-bottom: 1px solid #3669c4;
}
.rc-input.focus .rc-error {
  display: block;
}
.rc-input.focus > .rc-label {
  color: #3669c4;
}
.rc-input > .rc-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px 8px 0 4px;
  line-height: 12px;
  font-size: 12px;
  color: #5d5d5d;
  cursor: text;
  pointer-events: none;
  touch-action: none;
  transition: all 0.3s;
  z-index: 1;
  white-space: nowrap;
}
.rc-input > .rc-label .rc-icon {
  display: inline-flex;
  padding-left: 14px;
  height: inherit;
  position: relative;
}
.rc-input > .rc-label .sgw-icon:before,
.rc-input > .rc-label .checkbox:before,
.rc-input > .rc-label .sgw-upload-stage:before {
  color: inherit;
}
.rc-input > .rc-label.empty-input {
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  transform: translate(0, -50%);
  z-index: 0;
  white-space: unset;
}
.rc-input .rc-input-wrapper {
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  width: 100%;
}
.rc-input .rc-input-wrapper input {
  font-family: "SourceSansPro-Regular", serif;
  flex: auto;
  height: auto;
  width: 100%;
  border: none;
  font-size: 14px;
  background: transparent;
  padding: 0 4px 2px;
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.rc-input.rc-empty-input:not(.focus) .rc-input-wrapper {
  display: flex;
  align-self: center;
}
.rc-input .numeric-buttons {
  justify-self: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
}
.rc-input .numeric-buttons :hover {
  background-color: #e2e2e2;
}
.rc-input .numeric-buttons .numeric-arrow-down {
  height: 17px;
  padding: 0;
}
.rc-input .numeric-buttons .numeric-arrow-up {
  height: 17px;
  padding: 0;
}
.rc-input .numeric-buttons .sgw-icon :before {
  color: #6e6e6e;
}
.rc-input .numeric-buttons > div {
  width: 21px;
  height: 21px;
  position: relative;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-loader-locked {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc-loader-content-locked {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rc-loader {
  background-color: #EFEFEF;
  font-size: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9000;
  overflow: hidden;
}
.rc-loader.content-loader {
  position: absolute;
}
.rc-loader > div > div {
  width: 6px;
  height: 8px;
  background-color: #c2c2c2;
  margin: 1px;
  display: inline-block;
  -webkit-animation: rc-loader-key-frame 1s infinite;
  animation: rc-loader-key-frame 1s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.rc-loader .rc-loader-i1 {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.rc-loader .rc-loader-i2 {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}

@-webkit-keyframes rc-loader-key-frame {
  0% {
    background-color: #c2c2c2;
  }
  10% {
    background-color: #868686;
  }
}
@keyframes rc-loader-key-frame {
  0% {
    background-color: #c2c2c2;
  }
  10% {
    background-color: #868686;
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-multi-accept-input form {
  display: flex;
  flex-wrap: wrap;
}
.rc-multi-accept-input form > * {
  margin-right: 8px;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-radio {
  display: flex;
  cursor: pointer;
  align-items: center;
  user-select: none;
  margin: 4px 2px;
}
.rc-radio .rc-radio-element {
  margin-right: 4px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #cccccc;
  position: relative;
}
.rc-radio .rc-radio-element.selected:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #333333;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rc-radio .rc-radio-element.disabled {
  opacity: 0.5;
}
.rc-radio img {
  margin-right: 4px;
}
.rc-radio:hover .rc-radio-element.selected:before {
  background: #3669c4;
}
.rc-radio:hover .rc-radio-element {
  border-color: #3669c4;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.rc-select {
  min-width: 200px;
  position: relative;
  user-select: none;
  text-align: left;
}

.rc-select:focus {
  outline: none;
}

.rc-select.rc-select-dark {
  background: #EFEFEF;
}

.rc-select.rc-select-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.rc-select.light {
  background: #FFFFFF;
}
.rc-select .select-options-wrapper:focus {
  outline: none;
}
.rc-select > label {
  position: absolute;
  top: 3px;
  left: 4px;
  line-height: 14px;
  font-size: 12px;
  z-index: 1;
  cursor: pointer;
  color: #5d5d5d;
}
.rc-select > label.no-selection {
  top: 50%;
  font-size: 14px;
  color: #000000;
  transform: translate(0, -50%);
}
.rc-select:hover > label, .rc-select.focusin > label {
  color: #3669c4;
}
.rc-select:hover .selected-option, .rc-select.focusin .selected-option {
  border-color: #3669c4;
}
.rc-select:hover .selected-option > .sgw-icon:before, .rc-select.focusin .selected-option > .sgw-icon:before {
  color: #3669c4;
}
.rc-select.open .select-options-list {
  visibility: visible;
  opacity: 1;
}
.rc-select.open > label {
  color: #3669c4;
}
.rc-select.open .rc-select-component-wrapper {
  padding: 16px;
  cursor: default;
}
.rc-select.open .rc-select-component-wrapper h2 {
  margin-top: 0;
  margin-bottom: 8px;
}
.rc-select.open .rc-select-component-wrapper p {
  margin-bottom: 0;
}
.rc-select.open .selected-option {
  border-color: #3669c4;
}
.rc-select.open .selected-option > .sgw-icon:before {
  color: #3669c4;
}
.rc-select.no-prompt .selected-option .selected-option-label {
  font-size: 14px;
  align-self: center;
}
.rc-select .selected-option {
  display: flex;
  position: relative;
  height: 36px;
  align-items: flex-end;
  cursor: pointer;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
.rc-select .selected-option .sgw-icon.arrow_down2 {
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  position: relative;
  align-self: center;
}
.rc-select .selected-option .selected-option-label {
  flex: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.rc-select .select-options-list {
  position: absolute;
  top: 100%;
  min-width: 100%;
  box-shadow: 0 1px 3px #5F5F5F;
  background: #FFFFFF;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  max-height: 200px;
  overflow: auto;
}
.rc-select .select-options-list .select-options-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  margin-bottom: 2px;
  background: #FFFFFF;
  font-weight: normal;
}
.rc-select .select-options-list .select-options-item.image-right .option-text {
  order: 1;
}
.rc-select .select-options-list .select-options-item.image-right .option-image {
  order: 2;
}
.rc-select .select-options-list .select-options-item.image-left .option-text {
  order: 2;
}
.rc-select .select-options-list .select-options-item.image-left .option-image {
  order: 1;
}
.rc-select .select-options-list .select-options-item:nth-child(odd) {
  background: #EFEFEF;
}
.rc-select .select-options-list .select-options-item.selected, .rc-select .select-options-list .select-options-item.focusin {
  background: #D8D8D8;
}
.rc-select .select-options-list .select-options-item:hover:not(.disabled):not(.focusin) {
  background: #E8E8E8;
}
.rc-select .select-options-list .select-options-item.disabled {
  opacity: 0.5;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-icon {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}
.rc-icon:before {
  color: #6e6e6e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rc-icon:hover:before {
  color: #3669c4;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-textarea {
  border: 0;
  position: relative;
  min-height: 100px;
  min-width: 300px;
  border-bottom: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: text;
}
.rc-textarea.rc-textarea-dark {
  background-color: #EFEFEF;
}
.rc-textarea.rc-textarea-light {
  background-color: #FFFFFF;
}
.rc-textarea.rc-textarea-small {
  height: 25px;
  min-width: 50px;
}
.rc-textarea.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.rc-textarea:hover {
  border-bottom: 1px solid #3669c4;
}
.rc-textarea:hover > label {
  color: #3669c4;
}
.rc-textarea.error {
  border-bottom: 1px solid #d7032c !important;
}
.rc-textarea.error > label {
  color: #d9052f !important;
}
.rc-textarea .rc-error {
  background: #d9052f;
  padding: 4px 8px;
  color: #ffffff;
  bottom: 100%;
  right: 0;
  position: absolute;
  z-index: 2;
  min-width: 20px;
  display: none;
}
.rc-textarea .rc-error:after {
  content: " ";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #d7032c;
  bottom: -6px;
  left: 8px;
  position: absolute;
}
.rc-textarea.focus {
  border: 0;
  border-bottom: 1px solid #3669c4;
  outline: none;
}
.rc-textarea.focus .rc-error {
  display: block;
}
.rc-textarea.focus > label {
  color: #3669c4;
}
.rc-textarea > label {
  position: absolute;
  top: 3px;
  left: 4px;
  line-height: 14px;
  font-size: 12px;
  z-index: 1;
  color: #5d5d5d;
  cursor: text;
  pointer-events: none;
  touch-action: none;
  transition: all 0.3s;
}
.rc-textarea > label.empty-textarea {
  top: 16px;
  font-size: 14px;
  color: #000000;
  transform: translate(0, -50%);
}
.rc-textarea textarea {
  font-family: "SourceSansPro-Regular", serif;
  position: absolute;
  top: 16px;
  bottom: 0;
  resize: none;
  flex: auto;
  height: auto;
  width: 100%;
  border: none;
  font-size: 13px;
  background: transparent;
  padding: 0 4px;
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mouse-tooltip {
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 2px 6px -2px #000000;
  padding: 4px;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  transition-timing-function: ease-out;
}

.rc-radio-group {
  display: inline-flex;
  position: relative;
  flex-direction: column;
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    -moz-transform: translate(0, -125%);
    -ms-transform: translate(0, -125%);
    -o-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.rc-component.rc-error {
  border-bottom: 1px solid #d9052f !important;
}
.rc-component.rc-error label {
  color: #d9052f !important;
}
.rc-component .rc-error-label {
  background: #d9052f;
  padding: 4px 8px;
  color: #ffffff;
  bottom: calc(100% + 4px);
  left: 0;
  position: absolute;
  z-index: 2;
  min-width: 20px;
  display: none;
  font-size: 14px;
}
.rc-component .rc-error-label:after {
  content: " ";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #d7032c;
  bottom: -4px;
  left: 8px;
  position: absolute;
}
.rc-component:hover .rc-error-label, .rc-component:focus .rc-error-label {
  display: block;
}

.web-tables-module {
  font-size: 14px;
  margin: 0 auto;
  min-width: 300px;
  /*overflow: hidden;*/
  padding: 0 16px;
}
.web-tables-module.mobile {
  padding: 0;
}
.web-tables-module.mobile .group-data-settings {
  padding: 0 16px;
  box-sizing: border-box;
}
.web-tables-module.mobile .tables {
  padding: 0 16px;
  box-sizing: border-box;
}

.web-tables-module h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.web-tables-module .fact-group.shipping-costs-table h2 {
  margin-bottom: 0;
}

.web-tables-module .fact-group {
  margin-bottom: 32px;
}

.web-tables-module .fact-group:last-child {
  margin-bottom: 0;
}

.web-tables-module .tab-list-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 3px;
}

/*.web-tables-module .tab-list-wrapper > *.btn-simple {*/
/*    padding: 4px;*/
/*    !*position: absolute;*!*/
/*    !*z-index: 1;*!*/
/*}*/
.web-tables-module .tab-list-wrapper .btn-tab-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
}
.web-tables-module .tab-list-wrapper .btn-tab-wrapper.mobile-device {
  display: none !important;
}

.web-tables-module .tab-list-wrapper .btn-tab-wrapper > * {
  height: 100%;
  margin-bottom: 26px;
  border-bottom: 1px solid #CCCCCC;
}
.web-tables-module .tab-list-wrapper .btn-tab-wrapper > *:hover {
  background-color: #efefef;
}

.web-tables-module .tab-list-wrapper .btn-tab-prev {
  left: 0;
}

.web-tables-module .tab-list-wrapper .btn-tab-next {
  right: 0;
}

@media (min-width: 1250px) {
  .web-tables-module .tab-list-wrapper .btn-tab-wrapper > * {
    border-style: none;
  }

  .web-tables-module .tab-list-wrapper .btn-tab-prev {
    left: -25px;
    border-style: none;
  }

  .web-tables-module .tab-list-wrapper .btn-tab-next {
    right: -25px;
    border-style: none;
  }
}
.web-tables-module .tab-list-wrapper *.btn-simple .sgw-icon:before {
  font-size: 24px;
}

.web-tables-module .tab-item-wrapper {
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 13px;
  padding: 0 8px 0 8px;
  flex: 0 0 216px;
  position: relative;
}
@media (max-width: 1024px) {
  .web-tables-module .tab-item-wrapper {
    flex: 0 0 26vw;
  }
}
@media (max-width: 600px) {
  .web-tables-module .tab-item-wrapper {
    flex: 0 0 40vw;
  }
}

.web-tables-module .tabList {
  display: flex;
  text-align: center;
  overflow: hidden;
  width: 100%;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  /*> .tab-list-paddings {
      border-bottom: 1px solid #CCCCCC;
      display: flex;
  }*/
}

.web-tables-module.mobile .tabList {
  overflow-x: auto;
  transition: 0.2s ease all;
}
.web-tables-module.mobile .tabList:before, .web-tables-module.mobile .tabList:after {
  content: "";
  padding-left: 16px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 13px;
}

.web-tables-module .tabList .tab {
  cursor: pointer;
  border-bottom: 3px solid transparent;
  scroll-snap-align: center;
  width: 100%;
  grid-gap: 0;
}

.web-tables-module .tabList .selected .tab-label {
  font-weight: bold;
}

.web-tables-module .tabList .tab-item-wrapper.selected:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #3669C4;
}

.web-tables-module .tabList .tab-item-wrapper:last-child {
  padding: 0 0 0 8px;
}

.web-tables-module .tabList .tab-item-wrapper:first-child {
  padding: 0 8px 0 0;
}

.web-tables-module .tabList .tab .tab-image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web-tables-module .tabList .tab .tab-image img {
  width: 100%;
  height: auto;
}

.web-tables-module .tabList .tab .tab-label {
  display: inline-block;
}

.web-tables-module .tabList .tab-item-wrapper.selected .tab-label, .web-tables-module .tabList .tab-item-wrapper:hover .tab-label {
  color: #3669C4;
}

.web-tables-module .group-data-settings {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.web-tables-module .group-data-settings .rc-loader.content-loader {
  z-index: 1;
  animation: rc-loader-opacity-fadein 1s normal;
}
.web-tables-module .group-data-settings.loading-content .group-data-item {
  animation: rc-loader-opacity-fadeout 1s normal;
  opacity: 0;
}

@-webkit-keyframes rc-loader-opacity-fadein {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rc-loader-opacity-fadein {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rc-loader-opacity-fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rc-loader-opacity-fadeout {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.web-tables-module .group-data-settings .group-data-item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.web-tables-module .group-data-settings .group-data-item:last-child {
  margin-right: 0;
}

.web-tables-module .tables .table-groups {
  display: flex;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.web-tables-module .tables .table-groups:last-child {
  margin-bottom: 0;
}

.web-tables-module .table-group-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 600px;
  margin-top: 16px;
}

.web-tables-module .table-group-item.table-split {
  margin-top: 0;
}

.web-tables-module .table-group-item.table-split.table-inverted table tbody tr {
  background: #F2F2F2;
}

.web-tables-module .table-group-item.table-split.table-inverted table tbody tr:nth-child(odd) {
  background: #F9F9F9;
}

.web-tables-module .table-group-item.table-split h3, .web-tables-module .table-group-item.table-split thead {
  display: none;
}

.web-tables-module .table-group-item.table-individual-quantity table tr > * {
  width: auto;
}

.web-tables-module .table-group-item.table-individual-quantity table tr > *:first-child {
  width: 120px;
}

.web-tables-module .table-group-item.table-sketch table tr, .web-tables-module .table-group-item.table-sketch table tr > * {
  background: #FFFFFF;
}

.web-tables-module .table-group-item.table-sketch table tr > * {
  text-align: left;
  padding: 0;
}

.web-tables-module .table-group-item.table-sketch table tr > *:first-child {
  width: auto;
}

.web-tables-module .table-group-item.table-sketch table tr > *:last-child {
  width: 100%;
}

.web-tables-module .price-tables table tr > * {
  text-align: right;
}

.web-tables-module .price-tables table tr > *:first-child {
  text-align: left;
}

.web-tables-module .table-group-item.table-sketch table img {
  width: unset;
  max-width: unset;
  height: unset;
}

/*.web-tables-module .table-group-item.table-sketch table tr > *:last-child {*/
/*    text-align: left;*/
/*}*/
.web-tables-module .table-group-item.table-sketch table ol {
  margin: 0;
  padding-left: 24px;
}

.web-tables-module .table-group-item h3 {
  margin-top: 0;
  margin-bottom: 2px;
}

.web-tables-module table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.web-tables-module table thead tr {
  background: #E8E8E8;
}

.web-tables-module tr {
  background: #F9F9F9;
}

.web-tables-module tr > * {
  text-align: left;
  padding: 4px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.web-tables-module .table-medium tr > * {
  /*width: 100px;*/
}

.web-tables-module tr > *:first-child {
  text-align: left;
  width: auto;
}

.web-tables-module .table-mergable tr > *:nth-child(n+3) {
  display: none;
}

.web-tables-module .table-mergable tr > *:last-child {
  display: table-cell;
}

.web-tables-module table tbody tr:nth-child(odd) {
  background: #F2F2F2;
}

.web-tables-module tbody tr:last-child {
  border-bottom: none;
}

.web-tables-module table td span.color {
  color: #d7032c;
  font-weight: bold;
}

.web-tables-module table td s {
  color: #666666;
}

.web-tables-module .table-cell:last-child {
  border-right: none;
}

.web-tables-module .group-data-settings .rc-select {
  /*margin-right: 8px;*/
}

.web-tables-module .table-group-item .table-description {
  margin-bottom: 8px;
  margin-top: 0;
}

.web-tables-module .table-group-item table .rc-select {
  min-width: 110px;
  /*margin-left: 8px;*/
}

.web-tables-module .table-group-item table a {
  padding: 0;
  color: #3669C4;
  cursor: pointer;
  text-decoration: underline;
}

.web-tables-module .table-group-item table a:hover {
  color: #000000;
}

.web-tables-module .table-group-item table .rc-input {
  width: 110px;
}

.web-tables-module .table-group-item .cell-individual-size .rc-input {
  width: 90px;
}

.web-tables-module .promotion-info {
  background: #D7032C;
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: 4px;
  text-align: center;
  transform: rotate(7deg);
}
.web-tables-module .promotion-info .promotion-text {
  font-size: 16px;
  line-height: 22px;
  padding: 0 8px;
  margin-top: 1px;
}

@media only screen and (min-width: 832px) {
  .web-tables-module {
    max-width: 1232px;
    padding: 0;
  }

  .web-tables-module .fact-group > * {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .web-tables-module .fact-group > div.tables {
    padding: 0 8px;
  }

  .web-tables-module .tab-list-wrapper {
    padding: 0;
    margin: 0 16px 16px 16px;
  }

  .web-tables-module .fact-group > div.tabList {
    padding: 0;
    width: calc(100% - 32px);
    margin: 0 auto 16px auto;
  }

  .web-tables-module .tables .table-groups {
    justify-content: flex-start;
  }

  .web-tables-module .table-group-item {
    min-width: 300px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 8px;
  }

  .web-tables-module .table-group-item.table-split {
    margin-top: 16px;
  }

  .web-tables-module .table-mergable tr > *:nth-child(n) {
    display: table-cell;
  }

  .web-tables-module .table-mergable tr > *:last-child {
    display: none;
  }

  .web-tables-module .table-group-item.table-split.table-inverted table tbody tr {
    background: #F9F9F9;
  }

  .web-tables-module .table-group-item.table-split.table-inverted table tbody tr:nth-child(odd) {
    background: #F2F2F2;
  }

  .web-tables-module .table-group-item table tr th.cell-template {
    background: #3669C4;
    color: #ffffff;
  }

  .web-tables-module .table-group-item table tr td.cell-template {
    background: #D7E1F3;
  }

  .web-tables-module .table-group-item table tr > .cell-template {
    text-align: left;
  }

  .web-tables-module .table-group-item table tr:nth-child(odd) td.cell-template {
    background: #E8EEF8;
  }

  .web-tables-module .table-group-item.table-split h3 {
    display: inherit;
  }

  .web-tables-module .table-group-item.table-split thead {
    display: table-header-group;
  }

  .web-tables-module .table-group-item.table-medium-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .web-tables-module .table-group-item.table-medium-full > * {
    min-width: 384px;
    width: calc(50% - 8px);
  }

  .web-tables-module .table-group-item.table-medium {
    min-width: 400px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .web-tables-module .table-group-item.table-two-thirds {
    min-width: 700px;
    flex: 0 0 66%;
    max-width: 66%;
  }

  .web-tables-module .table-group-item.table-big {
    min-width: 600px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .web-tables-module .group-data-settings .group-data-item.group-data-item-right {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1099px) {
  .web-tables-module .table-group-item.table-sketch table img {
    width: 230px;
  }
}
@media only screen and (max-width: 675px) {
  .web-tables-module .group-data-settings {
    justify-content: space-between;
  }

  .web-tables-module .group-data-settings .group-data-item {
    margin-right: 0;
    flex: 0 0 calc(50% - 4px);
  }

  .web-tables-module .group-data-settings .group-data-item .rc-select {
    width: 100%;
    min-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  .web-tables-module .table-group-item.table-sketch table img {
    width: 180px;
  }
}
@media only screen and (max-width: 350px) {
  .web-tables-module .table-group-item.table-sketch table img {
    width: 150px;
  }
}


