@charset "UTF-8";
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #19191a;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(62.75, 125.5, 188.25, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(25, 25, 26, 0.75);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #19191a;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #e1e1e1;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #19191a, 0 0 0 3px rgba(62.75, 125.5, 188.25, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #555;
  color: rgb(186.75, 186.75, 186.75);
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(225, 225, 225, 0.6);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #e1e1e1;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: #323234;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: #e1e1e1;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #19191a;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: #e1e1e1;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: #323234;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: #323234;
  color: #e1e1e1;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #19191a;
  color: #e1e1e1;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #323234;
  color: #e1e1e1;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: rgb(87.5, 87.5, 91);
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgb(87.5, 87.5, 91);
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(62.75, 125.5, 188.25, 0.4);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(25, 25, 26, 0.75);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.bold {
  font-weight: 700;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.marginTop0 {
  margin-top: 0px !important;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.less-gutters {
  margin-right: -7px;
  margin-left: -7px;
}

.less-gutters > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.center-block {
  float: none;
}

@media (max-width: 767px) {
  .hidden-max767 {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-min768 {
    display: none;
  }
}
@media (max-width: 568px) {
  .hidden-to568 {
    display: none !important;
  }
}
@media (min-width: 569px) {
  .hidden-top569 {
    display: none !important;
  }
}
.wysiwyg {
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  font-size: 14px;
}

.page-title h1 {
  color: #000;
  text-align: right;
  font-size: 32px;
  font-weight: 700;
  margin-top: 50px;
  border-bottom: 4px double #f8f8f8;
  padding: 0 15px 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.225;
  margin-bottom: 34px;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.general-btn {
  background: #005f84;
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.general-btn:hover {
  background: #3c3c3c;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.general-big-btn {
  width: 100%;
  background: #005f84;
  border: none;
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.general-big-btn:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn.blue {
  color: #fff;
  border: 1px solid #005f84;
  background: #005f84;
  font-size: 1.8rem;
  border-radius: 5px;
}

.btn.medium {
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  min-width: 120px;
}

.btn.transition {
  transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn.blue.lg, .btn.blue.lg:hover, .btn.blue.nobg, .btn.blue:hover {
  border: 1px solid #005f84;
}

.btn.blue:hover {
  background: none;
  color: #005f84;
}

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

.checkbox-new label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 27px;
  padding-top: 4px;
  margin-top: 5px;
  line-height: 22px;
}

.checkbox-new label::before,
.checkbox-new label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox-new label::before {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #2a526d;
  left: 0px;
  text-align: center;
  line-height: 22px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
   *to vertically center it.
   */
  top: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox-new label::after {
  height: 6px;
  width: 11px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 6px;
  top: 10px;
}

.checkbox-new.slider-checkbox-new label::after {
  left: 3px;
  top: 8px;
}

.checkbox-new.slider-checkbox-new label {
  padding-top: 0px;
  cursor: pointer;
}

/*Hide the checkmark by default*/
.checkbox-new input[type=checkbox] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox-new input[type=checkbox]:checked + label::after {
  content: "";
}

.radio-box {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  top: 20%;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}

.radio-box.selected:after {
  content: "\f111";
  font-family: "FontAwesome";
  top: 1px;
  left: 2px;
  position: absolute;
  font-size: 16px;
  text-align: center;
  color: #1a1a1a;
  line-height: 1;
}

.errors-wrapper {
  background-color: #ffcfcf;
  border-color: #ebccd1;
  color: #ed3436;
  text-align: center;
}

.errors-wrapper p {
  padding: 28px 0px;
  margin-bottom: 0;
  font-size: 16px;
}

.success-wrapper {
  background-color: #D4EDDA;
  border-color: #c3e6cb;
  color: #155724;
  text-align: center;
}

.success-wrapper p {
  padding: 28px 0px;
  margin-bottom: 0;
  font-size: 16px;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.swal2-container {
  z-index: 9999;
}

.preloader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: white;
  z-index: 10000;
  font-size: 80px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d4618f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  box-shadow: 0px 50px 20px -20px rgba(0, 0, 0, 0.5);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

body {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
}

button,
input,
textarea {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
}

div#content {
  padding: 0;
  margin-top: 0;
}

.site-inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  background: #fff;
}

h1.page-title {
  padding: 10px;
  font-size: 18px;
  text-shadow: 0px 0px 3px #fff;
  text-transform: uppercase;
}

p {
  margin: 0 0 1.75em;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
}

p:focus,
div:focus,
li:focus {
  outline: none !important;
}

header#masthead {
  padding: 0;
  background-color: #151515;
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 99;
  top: 0;
}

.site-branding {
  margin: 6px 0;
}

div#site-header-menu {
  margin: 0;
}

nav#site-navigation {
  float: right;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a {
  background-color: transparent;
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

/*.main-navigation .current-menu-item>a,*/
.main-navigation .current-menu-ancestor > a {
  color: #005f84 !important;
}

#menu-mainnav li.current-menu-item a,
#menu-ennav li.current-menu-item a {
  padding: 0.65625em 0.875em;
  /*color: #fff !important;*/
  font-weight: 700;
}

#menu-mainnav li.current-menu-item,
#menu-ennav li.current-menu-item {
  position: relative;
  /* background-color: #0e93f6; */
  /* transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out */
}

#menu-mainnav li.current-menu-item::after {
  position: absolute;
  content: " ";
  border-bottom: 2px solid #005f84;
  left: 0;
  top: 55px;
  width: 100%;
}

.sub-menu #menu-mainnav li.current-menu-item {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#menu-mainnav li.current-menu-item:hover,
#menu-ennav li.current-menu-item:hover {
  color: #fff;
  text-decoration: none;
  /* transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out */
}

#menu-mainnav li.current-menu-item:hover a,
#menu-ennav li.current-menu-item:hover a {
  color: #fff;
}

.mobile-col {
  padding: 0;
}

.menu-toggle {
  background-color: #005f84;
  color: #fff;
  font-size: 13px;
  font-size: 13px;
  margin: 10px;
  padding: 5px 10px;
  float: right;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 25px;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: #3c3c3c;
  color: #fff;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #1a1a1a;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: 0;
}

.toggled-on .menu-mainnav-container,
.toggled-on .menu-ennav-container {
  margin-top: 30px;
}

div#site-header-menu {
  margin: 0 !important;
}

#menu-mainnav a,
#menu-ennav a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

#menu-mainnav a:hover,
#menu-ennav a:hover {
  color: #005f84;
}

.head-container .col-md-3 {
  padding: 0;
}

.sub-menu a:before {
  content: "\f1b9";
  font-family: "FontAwesome";
  font-size: 10px;
  color: #005f84;
  position: relative;
  font-weight: 300;
  margin-right: 5px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.pll-parent-menu-item #menu-mainnav .sub-menu li:first-child,
#menu-ennav .sub-menu li:first-child {
  background-color: #fff;
  border: none !important;
}

#menu-mainnav .sub-menu li:hover,
#menu-ennav .sub-menu li:hover {
  background-color: #f8f8f8;
}

#menu-mainnav .sub-menu li a,
#menu-ennav .sub-menu li a {
  color: #000 !important;
}

#menu-mainnav .sub-menu li {
  width: 20%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
  padding: 20px 0;
  float: left;
  position: relative;
}

.main-navigation a {
  color: #1a1a1a;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #005f84;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

#menu-mainnav a,
#menu-ennav a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0.65625em 0.875em;
}

div#header-notice {
  background: #005f84;
  padding: 5px;
  position: relative;
  /* z-index: 99; */
  box-shadow: 0px 0px 5px #9e9d9d;
  -webkit-box-shadow: 0px 0px 5px #9e9d9d;
}

div#header-notice-wrap {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}

#header-notice p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

#header-notice-wrap a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.user-guest-container a {
  color: #fff;
}

.wrap-to-Vcenter {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .user-guest-container a {
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
  }
}
#head-info {
  position: fixed;
  padding: 10px 0;
  bottom: 52%;
  left: -131px;
  width: 175px;
  float: left;
  z-index: 100;
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #151515;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  z-index: 9999;
}

#head-info:hover {
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#head-info .phone:after {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 26px;
  position: absolute;
  color: #fff;
  top: 0;
  right: 10px;
}

#head-info .phone a {
  top: -2px;
}

#head-info .email:after {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 26px;
  position: absolute;
  color: #fff;
  top: 30px;
  right: 8px;
}

#head-info .email a,
#head-info .phone a {
  color: #fff;
  font-weight: 700;
  display: block;
  position: relative;
  font-size: 16px;
}

#head-info .phone,
#head-info .email {
  margin-left: 0;
  float: left;
  width: 100%;
  padding-left: 10px;
}

#head-info .email {
  /* margin-top: 5px; */
}

#grad-row {
  background: #005f84;
  height: 5px;
}

#main-footer {
  background-color: #303030;
  color: #fff;
  width: 100%;
  display: block;
  padding: 0 15px;
}

#main-footer .container {
  padding-top: 20px;
  text-align: justify;
}

.foot-logo img {
  max-width: 100%;
}

.widget {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 4.307692308em;
  padding-top: 1.615384615em;
}

.widget .widget-title {
  margin-bottom: 1.3125em;
}

#main-footer h3.widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  text-transform: uppercase;
}

.footer-btn {
  display: block;
  position: relative;
  color: #fff;
}

.footer-btn:before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

#main-footer a:hover {
  color: #005f84;
}

#main-footer p {
  color: #f8f8f8;
  font-size: 14px;
  margin: 0 0 15px;
}

#footer-sidebar4 p {
  margin-bottom: 0;
}

.ft-mob-span:before {
  font-size: 24px;
  color: #6f6f6f;
  position: relative;
  margin-right: 5px;
  top: 2px;
  border: none;
  padding: 0;
  background: 0 0;
  border-radius: 0;
}

.ft-mob-span:before {
  content: "\f095";
  font-family: "FontAwesome";
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.ft-mail-span:before {
  content: "\f0e0";
  font-family: "FontAwesome";
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.ft-mail-span:before {
  font-size: 18px;
  color: #6f6f6f;
  position: relative;
  margin-right: 5px;
  top: 0;
  border: none;
  padding: 0;
  background: 0 0;
  border-radius: 0;
}

#main-footer a {
  color: #fff;
}

.site-info {
  float: left;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 0;
  border-top: 1px solid #424242;
  padding: 15px 0 0;
  width: 100%;
  display: block;
}

p.half-p {
  position: relative;
  display: inline;
}

p.half-p.half-p1 {
  float: left;
  text-align: left;
}

.site-info p {
  font-size: 12px !important;
  color: #a5a5a5 !important;
  text-shadow: 0px 0px 1px #383838;
  margin: 0 !important;
}

p.half-p.half-p2 {
  text-align: right;
  float: right;
  top: -7px;
}

@media (max-width: 767px) {
  p.half-p.half-p1,
  p.half-p.half-p2 {
    float: none;
    width: 100%;
    text-align: center;
    top: 0;
    display: block;
  }
  p.half-p.half-p2 span {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #main-footer {
    padding-bottom: 50px;
    text-align: left;
  }
}
.footer-socials {
  margin-top: 30px;
}

.footer-socials a {
  display: inline-block;
  font-size: 30px;
  padding: 0 5px;
  color: #6F6F6F;
}

.search-widget-top {
  background: #005f84;
  padding: 30px 60px;
}

.search-widget-top label {
  font-size: 15px;
  color: #000;
}

.search-widget-top .form-control,
.search-widget-top .form-control select {
  border-radius: 0;
  height: 40px;
}

.check-availability-btn {
  color: #fff;
  background: #151515;
  margin-top: 37px;
  line-height: 50px;
  padding: 0 12px;
  border: 0px;
}

.search-container {
  background: #f2f2f2;
  width: 100%;
  padding: 30px;
}

.search-wrap {
  /* width: 806px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -448px;
  z-index: 2000; */
  position: relative;
  background: #005f84;
  padding: 27px 29px;
  border-radius: 5px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
}

.search-wrap .form-group .checkbox-new {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

.search-wrap .form-group:last-child {
  margin-right: 0;
}

.search-wrap .form-group {
  margin-bottom: 0;
}

.search-wrap .form-group label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  margin-bottom: 17px;
}

.search-wrap .form-group .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  font-size: 18px;
  color: #fff;
}

.search-wrap .form-group .form-control.location-input {
  background-image: url(../images/icon-marker.png);
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding: 0 0 0 44px;
  line-height: 50px;
}

.search-wrap .form-group .form-control.period-input {
  background-image: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding: 0 12px 0 44px;
  line-height: 50px;
}

.search-wrap .form-group .form-control.book-car {
  background: #fe5000;
  width: 138px;
  margin-top: 37px;
  line-height: 50px;
  padding: 0 12px;
}

.locations-container {
  position: relative;
}

.locations-container .locations-wrapper {
  position: absolute;
  /* width: 414px; */
  width: 100%;
  left: 0;
  top: 37px;
  background: #fff;
  border-radius: 5px;
  z-index: 999;
}

.locations-container .locations-wrapper .locations-title {
  height: 50px;
  width: 100%;
  color: #fff;
  background: #75A2B7;
  padding: 0 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.locations-container .locations-wrapper .locations-title img {
  margin-right: 10px;
}

.locations-container .locations-wrapper .locations-body {
  padding: 15px;
  background-color: rgba(10, 48, 73, 0.05);
  max-height: 435px;
  overflow-y: scroll;
}

.locations-container .locations-wrapper .locations-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.locations-container .locations-wrapper .locations-body ul a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.25;
  color: #0a3049;
}

#return-locations-wrapper {
  top: 151px;
}

.calendar-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 30px;
  z-index: 80000000;
}

@media (min-width: 800px) {
  .calendar-wrapper.slider-calendar {
    padding: 0px;
    width: 800px;
  }
}
.calendar-wrapper .calendar-box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
}

.calendar-header {
  padding: 30px;
}

.calendar-wrapper .h2 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 400;
  margin: 0;
  width: 150px;
  line-height: 1.25;
  margin-top: 2px;
}

.label-calendar {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 400;
  margin: 0;
}

.calendar-header .input-calendar {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: rgba(10, 48, 73, 0.05);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0a3049;
  font-weight: 700;
  margin: 0;
  background-image: url(../images/icon-calendar-blue.png);
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding: 0 12px 0 44px;
  line-height: 50px;
}

.calendar-header .input-calendar.selected {
  border: solid 2px rgba(10, 48, 73, 0.1);
}

.calendar-header .label-calendar {
  margin-top: -20px;
}

.calendar-body {
  background: rgba(10, 48, 73, 0.05);
  height: 335px;
  position: relative;
}

.calendar-body .arrow-left {
  position: absolute;
  height: 74px;
  width: 74px;
  left: -37px;
  top: 50%;
  margin-top: -37px;
  background: #151515;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
}

.calendar-body .arrow-right {
  position: absolute;
  height: 74px;
  width: 74px;
  right: -37px;
  top: 50%;
  margin-top: -37px;
  background: #151515;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
}

.calendar-body .arrow-left img,
.calendar-body .arrow-right img {
  width: 12px;
}

.calendar-footer .label-calendar {
  display: inline-block;
  margin-right: 10px;
}

.calendar-footer {
  padding: 30px;
}

.calendar-footer .select-time {
  display: inline-block;
  margin-right: 10px;
}

.calendar-footer select {
  height: 50px;
  border-radius: 5px;
  border: solid 2px rgba(10, 48, 73, 0.1);
  background-color: rgba(10, 48, 73, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-left: 16px;
  padding-right: 16px;
}

.calendar-footer .link-orange {
  text-align: center;
  display: block;
  background: #151515;
  height: 50px;
  line-height: 50px;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 400;
}

.daterangepicker td.start-date, .daterangepicker td.end-date {
  border-radius: 0;
}

.daterangepicker td.today {
  /* color: #0a3049 !important; */
}

@media (max-width: 767px) {
  .search-container {
    padding: 15px 0;
  }
  .search-wrap {
    padding: 15px;
  }
  .calendar-body .arrow-right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -15px;
    top: 375px;
  }
  .calendar-body .arrow-left {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -15px;
    top: 375px;
  }
  .calendar-wrapper {
    padding: 0;
  }
  .calendar-header {
    padding: 10px;
  }
  .calendar-wrapper .h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .calendar-header .input-calendar.selected {
    margin-bottom: 30px;
  }
  .calendar-footer .select-time {
    margin: 0;
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .calendar-footer select {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
  }
  .calendar-footer .inapoi {
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
}
.return-location-cointainer {
  padding-top: 27px;
}

.homepage-slider-wrapper {
  background-color: #F2F2F3;
}

.homepage-slider .slick-prev {
  left: 30px;
  z-index: 100;
  top: inherit;
  bottom: 50%;
  margin-bottom: -40px;
}

.homepage-slider .slick-next {
  right: 30px;
  z-index: 100;
  top: inherit;
  bottom: 50%;
  margin-bottom: -40px;
}

.homepage-slider .slick-prev:before {
  content: url("../images/chev-l-white.png");
}

.homepage-slider .slick-next:before {
  content: url("../images/chev-r-white.png");
}

.homepage-slider .slick-dots {
  bottom: 60px;
  left: 180px;
  text-align: left;
  width: 40px;
  height: 20px;
  overflow: hidden;
  color: #ffffff;
}

.homepage-slider .slick-dots li {
  display: block;
}

.homepage-slider .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}

@media (min-width: 1024px) {
  .header-mobile,
  .menu-mobile,
  .overlay-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header-desktop {
    display: none;
  }
  .logo-mobile {
    float: left;
    max-width: 160px;
  }
  .hamburger {
    float: right;
    font-size: 30px;
    color: #fff;
    margin-top: 6px;
  }
  .header-mobile {
    padding: 8px 20px;
    position: fixed;
    width: 100%;
    background: #151515;
  }
  /* .main-content {
      padding-top: 58px;
  } */
  div#header-notice {
    padding-top: 63px;
  }
  .menu-mobile {
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    z-index: 99999999;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .menu-mobile.opened {
    width: 300px;
  }
  .overlay-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: none;
  }
  .overlay-mobile.opened {
    display: block;
  }
  .menu-mobile .close {
    font-size: 40px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    opacity: 1;
  }
  .menu-mobile ul {
    margin-top: 100px;
  }
  .menu-mobile ul li {
    margin-bottom: 10px;
    padding: 0 30px;
  }
  .menu-mobile ul li a {
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
  }
  body.overflow {
    overflow: hidden;
  }
  #head-info {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-right: 1px solid #fff;
    padding: 0;
    max-width: 100%;
    background: #005f84 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #0170c3;
  }
  #head-info .phone,
  #head-info .email {
    width: 40%;
    float: left;
    border-right: 1px solid #0170c3;
    border-bottom: none;
  }
  #head-info .phone a,
  #head-info .email a {
    font-size: 14px;
  }
  #head-info .phone a::before,
  #head-info .email a::before {
    font-family: "FontAwesome";
    font-size: 18px;
    position: relative;
    right: 10px;
    font-weight: 100;
  }
  #head-info .phone a::before {
    content: "\f10b";
  }
  #head-info .email a::before {
    content: "\f003";
  }
  #head-info a {
    padding: 8px 0;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    display: block;
  }
  #head-info .carz {
    width: 20%;
    border-right: 0;
    background: #34af23;
    float: left;
  }
  #head-info .carz a:before {
    font-family: "FontAwesome";
    font-size: 18px;
    position: relative;
    content: "\f232";
    right: 0;
    color: #fff;
    font-weight: 100;
  }
  #head-info .phone:after {
    content: none;
  }
  #head-info .email:after {
    content: none;
  }
  .menu-mobile ul.mobile-sub-menu {
    margin-top: 0;
    display: none;
  }
  .menu-mobile ul.mobile-sub-menu.active {
    display: block;
  }
  .menu-mobile ul.mobile-sub-menu li a {
    text-transform: capitalize;
    position: relative;
    color: #686a6e;
  }
  .menu-mobile ul.mobile-sub-menu li {
    padding-left: 40px;
  }
  .menu-mobile ul.mobile-sub-menu li a:before {
    /* content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    left: -20px; */
  }
  .language-mobile {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
  }
  .language-mobile img {
    width: 22px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #header-notice p {
    display: block;
  }
  .menu-mobile ul li {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .desktop-user-menu {
    display: none;
  }
}
.user-menu-mobile {
  padding: 20px;
}

.user-menu-mobile .user-guest-container {
  color: #fff;
}

.user-menu-mobile .user-guest-container a {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  border-radius: 4px;
  margin-top: 10px;
  display: block;
}

.sub-menu {
  margin: 0;
  position: absolute;
  z-index: 99999;
  width: 875px;
  top: 76px;
  right: -312px !important;
  border-bottom: 1px solid #f8f8f8 !important;
  border-left: 1px solid #f8f8f8 !important;
  border-right: 1px solid #f8f8f8 !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}

/* .main-navigation li.menu-item:hover .sub-menu {
	display: block;
} */
.sub-menu li {
  float: left;
  padding: 5px !important;
  border-bottom: 1px solid #f8f8f8 !important;
  border-right: 1px solid #f8f8f8 !important;
  border-top: none !important;
  border-left: none !important;
}

.sub-menu li a {
  color: #000 !important;
  font-family: "Open Sans", sans-serif !important;
  text-transform: uppercase !important;
  padding: 0.65625em 0.875em !important;
  font-size: 10px !important;
}

#menu-mainnav li.current-menu-item .sub-menu li a {
  font-weight: 400;
}

.language-wrapper {
  float: right;
  padding: 20px 0px;
  position: relative;
}

.language-wrapper .selected-lang a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0.65625em 0.875em;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
}

.languages-list {
  display: none;
  position: absolute;
  /* width: 110px; */
  right: -7px !important;
  height: auto;
  top: 52px;
  border-radius: 0;
  border: none !important;
  background: #005f84;
  box-shadow: 0px -6px 7px #151515;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.selected-lang:hover .languages-list {
  display: block;
}

.modal-title {
  display: inline;
}

.box_cookies {
  z-index: 20000000;
  position: fixed;
  bottom: 0px;
  background-color: #000000;
  width: 100%;
  margin-top: 15px;
  padding: 9px 0;
}

.box_cookies .container {
  max-width: 1200px;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
}

.box_cookies p {
  max-width: 670px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0px;
}

.box_cookies a {
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
}

.btn_cookies {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.btn_cookies::before {
  width: 2px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: 0;
  content: "";
  -ms-transform: rotate(45deg);
  background-color: #fff;
  transform: rotate(45deg);
}

.btn_cookies::after {
  width: 2px;
  height: 20px;
  position: absolute;
  top: -3px;
  right: 0;
  content: "";
  -ms-transform: rotate(-45deg);
  background-color: #fff;
  transform: rotate(-45deg);
}

.sign-contract {
  margin: 30px 0;
}
.sign-contract-box {
  background-color: #eceff1;
}
.sign-contract-box .head {
  background-color: #005f84;
  padding: 13px 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.sign-contract-box .head .h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.sign-contract-box .top-message {
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 20px;
}
.sign-contract-box .signature-container {
  background-color: #fff;
  width: 400px;
  height: 130px;
  margin-left: 20px;
  position: relative;
}
.sign-contract-box .clear-signature {
  margin-left: 20px;
  margin-top: 10px;
  display: block;
  font-size: 13px;
  color: #1a1a1a;
}
.sign-contract-box .clear-signature .fa-trash {
  font-size: 16px;
  color: #005f84;
  margin-left: 10px;
}
.sign-contract-save-btn {
  padding: 30px 20px 20px;
  width: 100%;
  color: #90a4ae;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sign-contract-save-btn .sign-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #005f84;
  background: #005f84;
  border-radius: 5px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
}
.sign-contract-succes {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.sign-contract-succes .h3 {
  margin-bottom: 30px;
  font-weight: 600;
}
.sign-contract-succes p {
  font-size: 16px;
}

.wrap-login-register {
  /* background: url('../images/banner-login.png') no-repeat center center;
  background-size: 956px 563px; */
  min-height: 563px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.pick-a-car-form.updated-form.login {
  width: 554px;
  margin: 0 auto;
  position: static;
  padding: 0;
  background: none;
  top: 100px;
  left: 50%;
  z-index: 2000;
  border-radius: 5px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
}

.pick-a-car-form.updated-form .container {
  width: 100%;
  padding: 0;
}

.pick-a-car-form.updated-form.login form {
  border-radius: 10px;
  padding: 50px 56px 60px 50px;
  background: #303030;
}

.pick-a-car-form.updated-form.login .tab-user,
.pick-a-car-form.updated-form.login .tab-user {
  font-family: proxima-nova, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 45px;
  display: inline-block;
  opacity: 0.1;
}

.pick-a-car-form.updated-form.login .tab-user.active-tab {
  opacity: 1;
}

.pick-a-car-form.updated-form.login .title-register {
  text-align: right;
  display: inherit;
}

.pick-a-car-form .form-group label {
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: rgba(216, 216, 216, 0.75);
  margin-bottom: 17px;
}

.pick-a-car-form.updated-form.login .form-group label {
  opacity: 0.5;
  margin-bottom: 0;
}

.pick-a-car-form .form-group .form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  font-size: 18px;
  color: #fff;
}

.pick-a-car-form.updated-form.login .form-group .form-control.email-input {
  background-image: url("../images/envelope-white.png");
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding-left: 44px;
}

.pick-a-car-form.updated-form.login .form-group .form-control.password-input {
  background-image: url("../images/lock-white.png");
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding-left: 44px;
}

.pick-a-car-form.updated-form.login .forgot-psw {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
  display: inherit;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
}

.pick-a-car-form.updated-form.login .login-btn {
  margin-top: 20px;
}

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

.wrap-login-register .gender {
  width: 20%;
  float: left;
}

.wrap-login-register .name-register {
  width: 80%;
  padding-left: 13px;
  float: left;
}

.pick-a-car-form.updated-form.login .form-group .form-control.name-input {
  background-image: url(../images/user-white.png);
  background-repeat: no-repeat;
  background-position: 16.5px center;
  padding-left: 44px;
}

.pick-a-car-form.updated-form.login .checkbox-new {
  color: #fff;
  font-size: 14px;
}

.pick-a-car-form.updated-form.login .checkbox-new a {
  color: #fff;
  text-decoration: underline;
}

.pick-a-car-form .form-group .checkbox-new {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pick-a-car-form.updated-form.login {
    width: 100%;
  }
  .pick-a-car-form.updated-form.login form {
    padding: 30px 15px;
  }
  .pick-a-car-form.updated-form.login .tab-user, .pick-a-car-form.updated-form.login .tab-user {
    font-size: 23px;
  }
  .wrap-login-register {
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: auto;
  }
  .pick-a-car-form.updated-form .container {
    padding: 0 15px;
  }
}
.section1-customerSubscription {
  margin: 50px 0;
}

.section1-customerSubscription .left-menu {
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
  background-color: #f8f9fb;
}

.section1-customerSubscription .left-menu .top-head {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
}

.section1-customerSubscription .left-menu .top-head .avatar {
  display: block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #cfd8dc;
}

.section1-customerSubscription .left-menu ul {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eceff1;
}

.section1-customerSubscription .left-menu ul .headline {
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 700;
  color: #37474f;
  text-transform: uppercase;
}

.section1-customerSubscription .left-menu ul .menu-link a {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  color: #1a1a1a;
}

.section1-customerSubscription .left-menu ul .menu-link a .fa {
  margin-right: 10px;
}

.section1-customerSubscription .left-menu ul .menu-link.active a {
  color: #005f84;
  font-weight: 700;
}

.section1-customerSubscription .left-menu ul .menu-link:hover a {
  color: #005f84;
  font-weight: 700;
}

.section1-customerSubscription .left-menu .sign-out {
  padding: 12px 15px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #eceff1;
  display: flex;
  align-items: center;
}

.section1-customerSubscription .right-content .status-bar {
  padding: 20px;
  background-color: #fff;
}

.section1-customerSubscription .right-content .status-bar .left {
  color: #ed3436;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}

.section1-customerSubscription .right-content .status-bar .right {
  text-align: right;
  margin: 0;
}

.section1-customerSubscription .right-content .status-bar-footer {
  margin: 30px 0;
}

.section1-customerSubscription .right-content .status-bar-footer .status {
  padding: 30px 20px;
  background: #fff;
}

.section1-customerSubscription .right-content .status-bar-footer .status .left {
  margin: 0;
  color: #37474f;
  font-size: 16px;
  font-weight: 700;
}

.section1-customerSubscription .right-content .status-bar-footer .status .right {
  text-align: right;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li {
  display: inline-block;
  border-left: 1px solid #cfd8dc;
  width: 100%;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li:first-child {
  border: 0;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul {
  background-color: #fff;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #cfd8dc;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li:first-child {
  border-radius: 25px 0 0 25px;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li:first-child a {
  border-radius: 25px 0 0 25px;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li:last-child {
  border-radius: 0 25px 25px 0;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li a {
  display: block;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #37474f;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li.active a {
  color: #fff;
  background-color: #4a1d4b;
}

.section1-customerSubscription.account .breadcrumbs-customer-account ul li.active:last-child a {
  border-radius: 0 25px 25px 0;
}

.section1-customerSubscription.account .right-content .box {
  margin-top: 30px;
}

.section1-customerSubscription.account .right-content .box .head {
  padding: 13px 20px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.section1-customerSubscription.account .right-content .box .head.color1 {
  background-color: #fff;
}

.section1-customerSubscription.account .right-content .box .head.color2 {
  background-color: #005f84;
}

.section1-customerSubscription.account .right-content .box .head.color3 {
  background-color: #005f84;
}

.section1-customerSubscription.account .right-content .box .head .h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  margin-left: 10px;
}

.section1-customerSubscription.account .right-content .box .head .fa {
  font-size: 24px;
}

.section1-customerSubscription.account .right-content .box .body {
  padding: 20px;
  background-color: #f8f9fb;
}

.section1-customerSubscription.account .right-content .box .form-customer label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
}

.section1-customerSubscription.account .right-content .box .form-customer label.required:after {
  content: "*";
  color: #ed3436;
  position: relative;
  top: -2px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}

.section1-customerSubscription.account .right-content .box .form-customer .form-control,
.section1-customerSubscription.account .right-content .box .form-customer-password .form-control {
  display: block;
  padding: 12px 10px;
  height: 44px;
  width: 100%;
  color: #37474f;
  border: 1px solid #90a4ae;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
}

.section1-customerSubscription.account .right-content .box .form-customer .form-control::-moz-placeholder {
  color: #37474f;
}

.section1-customerSubscription.account .right-content .box .form-customer .form-control::placeholder {
  color: #37474f;
}

.section1-customerSubscription.account .right-content .box .form-customer-password .form-control::-moz-placeholder {
  color: #90a4ae;
  font-weight: 400;
}

.section1-customerSubscription.account .right-content .box .form-customer-password .form-control::placeholder {
  color: #90a4ae;
  font-weight: 400;
}

.section1-customerSubscription.account .right-content .box .form-customer .birthdate-wrap {
  display: flex;
  justify-content: space-between;
}

.section1-customerSubscription.account .right-content .box .form-customer .birthdate {
  width: 32%;
  display: inline-block;
}

.section1-customerSubscription.account .right-content .box .form-customer .birthdate .form-control::-moz-placeholder {
  color: #C2C4C4;
}

.section1-customerSubscription.account .right-content .box .form-customer .birthdate .form-control::placeholder {
  color: #C2C4C4;
}

.section1-customerSubscription.account .box-radio {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}

.section1-customerSubscription.account .box-radio .form-check {
  width: 230px;
}

.section1-customerSubscription.account .box-radio .form-check-input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.section1-customerSubscription.account .box-radio .form-check label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 16px 20px 16px 30px;
  font-weight: 700;
}

.section1-customerSubscription.account .box-radio .form-check label:before {
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #37474f;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.section1-customerSubscription.account .box-radio .form-check.selected:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #005f84;
  position: absolute;
  z-index: 1;
  top: 42%;
  transform: translateY(-50%);
  left: 16px;
}

.section1-customerSubscription.account .box .save-changes {
  padding: 20px;
  width: 100%;
  color: #90a4ae;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #eceff1;
  min-height: 60px;
}

.section1-customerSubscription.account .box .save-changes p {
  margin: 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.section1-customerSubscription.account .box .save-changes .fa {
  font-size: 24px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.section1-customerSubscription.account .box .save-changes .right {
  text-align: right;
}

.section1-customerSubscription.account .form-emailPreference label {
  margin-bottom: 0;
  padding: 20px 30px 20px 35px;
  line-height: 16px;
  font-weight: 600;
  font-size: 12px;
  position: relative;
}

.section1-customerSubscription.account .form-emailPreference label span {
  display: block;
  font-weight: 400;
  color: #90a4ae;
}

.section1-customerSubscription.account .form-emailPreference label::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #37474f;
  border-radius: 5px;
  background-color: transparent;
  transform: translateY(-50%);
}

.section1-customerSubscription.account .form-emailPreference .form-check.selected-checkbox label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  background: #005f84;
  color: #fff;
  border-color: #005f84;
  line-height: 17px;
  text-align: center;
}

.section1-customerSubscription.account .form-emailPreference .form-check-input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
}

@media (min-width: 769px) {
  .section1-customerSubscription .btn-menu-account {
    display: none;
  }
  .section1-customerSubscription .closebtn {
    display: none;
  }
}
@media (max-width: 768px) {
  .section1-customerSubscription .account-menu-column {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    width: 0;
    overflow-x: hidden;
    transition: 0.2s ease-in-out;
    height: 100%;
    padding: 12px 10px;
    background: #fff;
    padding: 0;
  }
  .section1-customerSubscription .account-menu-column.opened {
    width: 260px;
  }
  .section1-customerSubscription .right-content .status-bar-footer .bottle {
    height: 100px;
  }
  .section1-customerSubscription .btn-menu-account {
    font-size: 20px;
    border: 1px solid #4B1D4C;
    padding: 2px 12px;
    margin-bottom: 30px;
  }
  .section1-customerSubscription .closebtn {
    position: absolute;
    top: 35px;
    right: 20px;
    color: #000;
    font-size: 30px;
  }
  .section4-productPage .new-rating-stars .fa {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section1-customerSubscription.account .box-radio .form-check.selected:after {
    top: 45%;
  }
  .wrap-to-Vcenter {
    display: block;
  }
  .section1-customerSubscription.account .box .save-changes a {
    display: block;
  }
  .section1-customerSubscription.account .box .save-changes .right {
    float: none;
  }
}
.section1-customerSubscription.my-order-details .right-content .box .head .h3 {
  font-size: 30px;
  margin-left: 0;
}

.section1-customerSubscription.my-order-details .right-content .box .body {
  background: rgba(75, 29, 76, 0.1);
}

.my-order-details .order-top-box {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 2px 0px rgba(27, 27, 27, 0.2);
  font-size: 15px;
}

.my-order-details .order-top-box .left {
  display: inline-block;
  padding-right: 10px;
  width: 145px;
  float: none;
}

.my-order-details .order-top-box .right {
  font-weight: 700;
  float: none;
}

.my-order-details .box .h4 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 700;
}

.my-order-details .summary {
  padding: 30px 20px;
  background: #fff;
}

.my-order-details .summary .h5 {
  color: #4a1d4b;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.my-order-details .summary p {
  margin: 0;
}

.my-order-details .summary .date {
  font-weight: 700;
}

.my-order-details .summary .order-details-box {
  border: 1px solid #cecece;
  padding: 15px;
  border-radius: 4px;
  min-height: 280px;
  /* overflow: scroll; */
}

.my-order-details .summary .order-details-box .h6 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.my-order-details .summary .order-details-box p {
  margin: 0;
  font-size: 15px;
}

.my-order-details .summary .order-details-box .subtitle {
  color: #999;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.my-order-details .summary .top {
  margin-bottom: 30px;
}

.my-order-details .summary .order-details-box p.transaction-status {
  margin: 20px 0;
}

.my-order-details .transaction-status.success {
  color: #77b240;
  font-weight: 700;
}

.my-order-details .product-ordered {
  margin-top: 30px;
}

.my-order-details .product-ordered .product-summary {
  margin-top: 20px;
}

.my-order-details .product-ordered .product-summary .img {
  float: left;
  text-align: center;
  height: 85px;
  line-height: 85px;
  max-width: 85px;
}

.my-order-details .product-ordered .product-summary .img img {
  max-width: 85px;
  height: auto;
}

.my-order-details .product-ordered .product-summary .product-name {
  float: left;
  margin: 0 0 0 10px;
  display: flex;
  height: 85px;
  align-items: center;
  width: 500px;
}

.my-order-details .product-ordered .product-summary .price-details {
  float: right;
  display: flex;
  height: 85px;
  justify-content: right;
  align-items: center;
}

.my-order-details .product-ordered .product-summary .price-details .gprice {
  font-weight: 700;
  font-size: 18px;
}

.my-order-details .product-ordered .product-summary .price-details p {
  margin: 0;
  line-height: 1;
}

.my-order-details .ordered-products-summary {
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding-top: 30px;
}

.my-order-details .ordered-products-summary .right {
  float: right;
}

.my-order-details .ordered-products-summary .left-content {
  display: inline-block;
  width: 250px;
}

.my-order-details .ordered-products-summary .products-total {
  font-weight: 700;
}

.my-orders .right-content .my-orders-container .order-nr {
  font-weight: 700;
  font-size: 18px;
  color: #005f84;
}

.section1-customerSubscription.my-orders .right-content .wrap-row {
  font-weight: inherit;
}

.my-orders .right-content .my-orders-container .footer-orders-container {
  border-top: 1px solid #cecece;
  padding-top: 20px;
  margin-top: 20px;
}

.my-orders .right-content .my-orders-container .footer-orders-container .status.success {
  color: #10B2F8;
  font-weight: 700;
}

.my-orders .right-content .my-orders-container .footer-orders-container p {
  margin: 0;
}

.section1-customerSubscription.account .right-content .wrap-row {
  background-color: #FFF;
  border: solid 1px #d8d8d8;
  box-shadow: 1px 1px 2px #BBC6CC;
  border-radius: 5px;
  overflow: visible;
  padding: 20px 5px;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}

.section1-customerSubscription.account .right-content .wrap-row {
  font-weight: 700;
}

.section1-customerSubscription.account .right-content .wrap-row .buttons {
  text-align: right;
}

.section1-customerSubscription.account .right-content .wrap-row .btn {
  font-size: 13px;
  font-weight: 700;
  color: #005f84;
  border-color: #005f84;
}

.section1-customerSubscription.account .right-content .wrap-row .btn:hover {
  background: #005f84;
  color: #fff;
}

.order-details-box.message {
  height: auto !important;
  min-height: auto !important;
  margin-top: 20px !important;
}

@media (max-width: 767px) {
  .section1-customerSubscription.account .right-content .wrap-row .btn {
    width: 100%;
    margin-top: 15px;
  }
  .section1-customerSubscription.account .right-content .box .body {
    padding: 5px;
  }
}
.order-form .form-control {
  /* background: #fffbc6; */
  border: 1px solid #eee;
  /* border-bottom: 1px dashed #ddd; */
  font-size: 14px;
  padding: 10px;
  color: #005f84;
  border-radius: 10px;
  height: 50px;
}

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

.order-form .checkbox-new.has-error {
  color: #a94442;
}

.order-form .checkbox-new.has-error a {
  color: #a94442;
}

.billing-company {
  cursor: pointer;
}

.billing-company .radio-box {
  top: 24%;
}

.billing-company .info {
  margin-bottom: 10px;
  position: relative;
  padding-left: 60px;
  font-size: 14px;
}

.billing-company .info .company-contact {
  font-weight: 700;
}

#company-container {
  margin-bottom: 30px;
}

#add-new-billing-company {
  margin-top: 15px;
}

#billing-companies-wrapper {
  margin-top: 15px;
}

#billing-companies-wrapper .empty {
  font-size: 16px;
  margin-bottom: 0;
}

.form-border-top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #6F6F6F;
}

.order-payment-wrapper .box-radio {
  /* display: flex;
  justify-content: center; */
  padding: 5px 0 0 0;
}

.order-payment-wrapper .box-radio .form-check {
  /* width: 230px; */
  padding-left: 0px;
}

.order-payment-wrapper .box-radio .form-check-input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.order-payment-wrapper .box-radio .form-check label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 8px 20px 8px 30px;
  font-weight: 700;
}

.order-payment-wrapper .box-radio .form-check label:before {
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #37474f;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.order-payment-wrapper .box-radio .form-check.selected:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #005f84;
  position: absolute;
  z-index: 1;
  top: 49%;
  transform: translateY(-50%);
  left: 4px;
}

.titlu_optiuni_suplimentare_form {
  background: #212121;
  height: 45px;
  color: #fff;
  line-height: 45px;
  width: 40%;
  float: left;
  margin-bottom: 30px;
  font-size: 15px;
  padding-left: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.titlu_optiuni_suplimentare_form:before {
  content: "\f078";
  font-family: "FontAwesome";
}

.car_box {
  float: left;
  width: 100%;
  position: relative;
}

.each_car_class {
  min-height: 250px;
}

.col-md-3.col-sm-6.col-xs-12.each_car_class {
  margin-bottom: 20px;
  position: relative;
}

.class_name_form {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 15px;
  position: relative;
}

.image_representative_class_form {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  height: 160px;
}

.price_each_car {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  position: relative;
}

table.price_each_car_table {
  width: 100%;
  line-height: 1.75;
}

table.price_each_car_table td {
  position: relative;
}

table.price_each_car_table td:nth-child(2) {
  text-align: right;
}

.name_car_form {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #005f84;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}

.components_car_form {
  float: none;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 30px;
  display: none;
  text-align: center;
  position: relative;
  transform: translate(25px, 0%);
}

.components_car_form .specss {
  width: 31%;
  margin-bottom: 12px;
  cursor: pointer;
  float: left;
  border: 1px solid #efefef;
  margin-right: 5px;
  border-radius: 3px;
}

.components_car_form .specss p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}

.components_car_form .specss img {
  max-width: 55%;
  height: auto;
}

.class_name_form:before {
  content: "\f1b9";
  font-family: "FontAwesome";
  font-size: 13px;
  color: #005f84;
  position: relative;
  font-weight: 300;
  margin-right: 5px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.overlay_car_form {
  position: absolute;
  width: 100%;
  height: 185%;
  cursor: pointer;
  left: 0;
  display: none;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3);
  z-index: 9;
  cursor: pointer;
  background-color: #fff;
}

.button_rezerva_form {
  text-transform: uppercase;
  background-color: #005f84;
  color: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  font-size: 15px;
  text-align: center;
}

.anuleaza_rezervarea, .button_rezerva_form {
  top: 91%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9;
}

.button_rezerva_form:hover {
  color: #fff;
}

.each_car_class:hover > .components_car_form {
  display: block;
  height: auto;
  position: absolute;
  z-index: 999;
  background: #fff;
  margin-left: -15px;
  bottom: -165px;
}

@media (max-width: 767px) {
  .titlu_optiuni_suplimentare_form {
    width: 100%;
  }
}
@media (width: 1024px) {
  table.price_each_car_table.height-fix {
    height: 76px;
  }
  .name_car_form {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
  }
}
.insurances-container {
  margin-top: 40px;
}

.insurances-container .title {
  margin-bottom: 20px;
}

.insurance-item {
  width: 100%;
  height: 340px;
  padding: 30px 25px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(10, 48, 73, 0.15);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #fff;
  cursor: pointer;
}

.insurance-item.selected {
  border: 1px solid #005f84;
}

.insurance-item h4 {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.insurance-item .price {
  position: relative;
}

.insurance-item .price .first-span {
  font-size: 72px;
  font-weight: 400;
  font-style: normal;
}

.insurance-item .price .first-span .euro {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.insurance-item .price sup {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  top: -40px;
  left: -10px;
}

.insurance-item .desc {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.insurance-item .depozit {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.insurance-item .code {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.extras-container {
  margin-top: 40px;
}

.extras-container .title {
  margin-bottom: 20px;
}

.extra-item {
  width: 100%;
  height: 300px;
  padding: 37px 25px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(10, 48, 73, 0.15);
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #fff;
  cursor: pointer;
}

.extra-item.selected {
  border: 1px solid #005f84;
}

.extra-item h4 {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.extra-item .price {
  position: relative;
  margin-bottom: 5px;
}

.extra-item .price .first-span {
  font-size: 72px;
  font-weight: 400;
  font-style: normal;
}

.extra-item .price .first-span .euro {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.extra-item .price sup {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  top: -40px;
  left: -10px;
}

.extra-item .desc {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

.group-info-container {
  background: #f2f2f2;
  padding: 30px 0 60px 0;
  margin-top: 30px;
}

.group-image {
  margin-top: 80px;
}

.total-container {
  margin-top: 20px;
  text-align: right;
}

.benefits li {
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

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

.price-details .price {
  font-size: 30px;
  font-weight: 700;
  background: #005f84;
  color: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.price-details .period {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  color: #1a1a1a;
  margin-top: 10px;
  text-align: center;
}

.group-info-container {
  background: #f2f2f2;
}

.group-info-container .group-info-total {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 20px;
}

.group-info-container .group-info-total .depozit-info {
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.group-info-container .h1 {
  color: #005f84;
}

.group-info-container .h4 {
  font-size: 16px;
  margin: 0 0 2px 0;
}

.code-car .code {
  font-weight: 700;
  font-size: 15px;
}

.group-info-container .p-wrap {
  margin-bottom: 10px;
}

.group-info-container .p-wrap p {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.group-info-container .price-small {
  font-weight: 700;
}

.section-top {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .price-details .price {
    font-size: 20px;
    padding: 15px;
  }
  .group-info-container .h1 {
    font-size: 32px;
  }
  .step3 .image-car {
    margin-bottom: 30px;
  }
  .group-image {
    margin-top: 30px;
  }
}
.extra-qty-wrapper {
  margin-bottom: 23px;
}

.extra-qty-minus, .extra-qty-plus {
  font-size: 20px;
  padding: 10px;
}

.extra-qty {
  font-size: 20px;
  padding: 0px 5px;
}

.steps-wrap {
  margin: 30px 0;
}

.steps-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.steps-wrap .link-step {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-right: 150px;
  font-weight: 600;
}

.steps-wrap .link-step.active {
  color: #005f84;
  border-color: #005f84;
}

.steps-wrap .link-step::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 149px;
  background: rgba(0, 0, 0, 0.5);
  right: -227px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.steps-wrap .link-step.active::after {
  background: #005f84;
}

.steps-wrap .link-step:last-child {
  margin-right: 0;
}

.steps-wrap .link-step:last-child::after {
  background: none;
}

.setup-content {
  background: #e9f0ee;
}

.titlu-steps {
  text-align: center;
  margin-top: 30px;
  font-size: 26px;
}

@media (max-width: 767px) {
  .steps-wrap .link-step {
    margin-right: 40px;
  }
  .steps-wrap .link-step:after {
    width: 40px;
    right: -63.5px;
  }
}
.old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #d72c30;
}

.garantie-container {
  width: 100%;
}

.garantie-container .title {
  float: left;
  margin-right: 10px;
  background-color: #005f84;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  width: 12%;
  height: 45px;
  line-height: 45px;
}

.garantie-container .box-info {
  float: right;
  width: 86%;
  padding: 3px 10px 3px 10px;
  background-color: #e2dcdc;
  color: #6d6e70;
  font-size: 14px;
  line-height: 1;
}

.garantie-container .box-info .fa-exclamation-circle {
  margin-right: 10px;
  display: inline-block;
}

.garantie-container .box-info p {
  display: inline-block;
  margin: 0;
}

@media (max-width: 1024px) {
  .garantie-container .box-info {
    font-size: 13px;
    width: 88%;
  }
  .garantie-container .title {
    width: 10%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .garantie-container .title {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .garantie-container .box-info {
    width: 100%;
    line-height: 1.4;
  }
}
.steps-wrap .link-step::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  width: 130px;
}

@media (max-width: 767px) {
  .steps-wrap .link-step::before {
    width: auto;
    top: 50px;
    font-size: 12px;
  }
}
.steps-wrap .link-step::before {
  content: attr(data-content);
}

.steps-wrap {
  margin-bottom: 90px;
}

.steps-wrap .link-step:not(.active):hover {
  cursor: default;
}

/*.boxes-benefits-container {
	margin-top: 80px;
}
.boxes-benefits-container .title {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #272727;
	background: #efefef;
	padding: 5px;
	font-weight: 400 !important;
}
.boxes-benefits-container .panel-group .panel {
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 0px;
}
.boxes-benefits-container .panel-group .panel+.panel {
	margin-top: 0px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.boxes-benefits-container .panel-group .panel:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #ddd;
}
.boxes-benefits-container .panel-group .panel-heading {
	padding: 0px;
	background: transparent;
}
.boxes-benefits-container .panel-group .panel-heading a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
.boxes-benefits-container .panel-group .panel-heading a:hover {
	background: #F8F8F8;
	color: #666;
}

.boxes-benefits-container .panel-group .panel-heading a .icon {
    position: relative;
	margin-right: 25px;
}

.boxes-benefits-container .panel-group .panel-heading a .icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: #0f93f7;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
}*/
.box-benefit-item-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.boxes-benefits-container {
  background-color: #F2F2F3;
  padding-top: 65px;
  padding-bottom: 35px;
}

.box-benefit-item {
  /* position: absolute; */
  background-color: #F2F2F3;
  border: 1px solid #000;
  text-align: center;
  padding: 22px;
}

.box-benefit-item h3 {
  margin: 0px;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
}

.box-benefit-item i {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 20px;
  font-weight: 300;
}

.box-benefit-text {
  display: none;
  margin-top: 30px;
  font-size: 15px;
}

.box-benefit-text p {
  font-size: 15px;
}

.box-benefit-item.active {
  position: absolute;
  z-index: 999;
}

.box-benefit-item.active .box-benefit-text {
  display: block;
}

.box-benefit-show-info {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .box-benefit-item {
    min-height: 82px;
    display: flex;
    align-items: center;
  }
  /* .box-benefit-show-info {
  	top: 28px;
  } */
}
@media (max-width: 768px) {
  .box-benefit-item {
    margin-bottom: 30px;
  }
  .boxes-benefits-container {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .box-benefit-item.active {
    position: static;
  }
}
.homepage-about-container {
  margin-top: 60px;
}

.homepage-about-container .title {
  margin-bottom: 15px;
  font-size: 22px;
  color: #272727;
  font-weight: 600;
}

.homepage-about-container .subtitle {
  margin-bottom: 20px;
  font-size: 18px;
  color: #272727;
  font-weight: 600;
}

.homepage-about-container .wysiwyg {
  line-height: 1.5;
  font-size: 14px;
}

.homepage-about-container .wysiwyg p {
  line-height: 1.5;
  font-size: 16px;
}

.homepage-about-container .wysiwyg h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #272727;
  font-weight: 600;
}

.homepage-about-container .wysiwyg p strong {
  font-size: 13px;
}

.homepage-about-container .v-center {
  /* height: 446px;
  display: flex;
  align-items: center; */
  margin-top: 35px;
}

.homepage-about-container .homepage-about-text {
  background: #F2F2F3;
  padding: 60px;
  margin-left: 60px;
  /* -webkit-box-shadow: 0px 2px 18px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 18px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 18px 2px rgba(0,0,0,0.75); */
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.5);
}

.homepage-about-container .homepage-about-text p {
  color: #272727;
  font-size: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  .homepage-about-container .v-center {
    height: auto;
  }
  .homepage-about-container .homepage-about-text {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  .homepage-about-container .homepage-about-text {
    padding: 30px;
  }
  .homepage-about-container {
    margin-top: 30px;
  }
}
.testimonials-container {
  background: #F4F4F4;
  margin-top: 40px;
  padding: 40px 0;
}

.testimonials-container .title {
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 26px;
}

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

.testimonial-item i {
  font-size: 30px;
  color: #151515;
}

.testimonial-item .text {
  margin-bottom: 23px;
  margin-top: 20px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  line-height: 1.75;
}

.testimonial-item .person {
  margin-bottom: 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #151515;
  font-weight: 700;
}

.testimonials-btns-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}

.testimonials-btns-wrapper .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 11px 16px;
  color: #666;
  background-color: #EBEBEB;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.testimonials-btns-wrapper .btn:hover {
  color: #5e5e5e;
  background-color: #dcdcdc;
}

.contact_form {
  margin-bottom: 60px;
}

.contact_form .form-group label {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: lighter;
  color: #000;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

.contact_form .form-group .checkbox-new label {
  font-weight: 700;
}

.contact_form .form-control {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  width: 100%;
  padding: 5px 10px;
  color: #1a1a1a;
  border-radius: 0;
  box-shadow: none;
}

.contact_form input.form-control {
  height: 40px;
}

.contact_form .form-control:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.schedule-container {
  margin-top: 60px;
}

.schedule-container h2 {
  position: relative;
  font-size: 16px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 35px;
  letter-spacing: 2.10526px;
}

.schedule-container h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: " ";
  background-color: #EBEBEB;
  margin-left: 13px;
}

.schedule-container ul {
  padding-left: 40px;
}

.schedule-container ul li {
  list-style: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #2f2d2d;
  line-height: 25px;
  font-weight: 700;
  line-height: 25px;
}

.schedule-container ul li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #000;
  position: relative;
  display: inline;
  margin-right: 10px;
  top: -1px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.contact-info-container {
  margin-top: 60px;
}

.contact-info-container h2 {
  position: relative;
  font-size: 16px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  z-index: 1;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 35px;
  letter-spacing: 2.10526px;
}

.contact-info-container h2:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: " ";
  background-color: #EBEBEB;
  margin-left: 13px;
}

.contact-info-container ul {
  padding-left: 40px;
}

.contact-info-container ul li {
  list-style: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  color: #2f2d2d;
  line-height: 25px;
  font-weight: 700;
  line-height: 25px;
}

.contact-info-container ul li:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #000;
  position: relative;
  display: inline;
  margin-right: 10px;
  top: -1px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.contact-info-container ul li span {
  font-weight: 400;
}

.boxes-about-us-row {
  margin-top: 60px;
}

.boxes-about-us-row:first-child {
  margin-top: 0px;
}

.boxes-about-us-row .title {
  text-align: center;
  font-size: 24px;
  color: #5c5c5c;
  font-style: oblique;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 900;
}

.boxes-about-us-row .v-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .page-title h1 {
    text-align: left;
    font-size: 26px;
  }
  .boxes-about-us-row {
    margin-top: 40px;
  }
  .boxes-locations-container .boxes-location-item h4 {
    font-size: 16px;
  }
  .boxes-locations-container .boxes-location-item i {
    font-size: 30px !important;
  }
  .boxes-locations-container .boxes-location-item .icon {
    width: 40px;
    height: 40px;
  }
  .boxes-locations-container .boxes-location-item {
    border-left: 0;
    /* height: 170px; */
  }
}
.page-title.about h1 {
  border: none;
  float: none;
  text-align: center;
  font-size: 40px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal;
  /* margin-top: -35px; */
}

.page-title.about .title-bg {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  margin: 0;
  margin-top: 20px;
}

.wysiwyg.about p {
  font-family: "Open-sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #000000;
}

.wysiwyg.about p:last-child {
  margin-bottom: 0;
}

.boxes-about-us-row img {
  border-radius: 50%;
}

.boxes-about-us-container {
  background-color: #f9fcff;
}

.wysiwyg.about {
  padding: 30px;
}

.box-bg-white {
  background: #fff;
}

.boxes-locations-container {
  padding-top: 75px;
  background: #f9fcff;
}

.boxes-locations-container.homepage-template {
  background: #fff;
}

.boxes-locations-container .title {
  text-align: center;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 35px;
}

.boxes-locations-container .boxes-location-item {
  text-align: center;
  margin: 40px 0 75px;
}

.boxes-locations-container div:first-child > .boxes-location-item {
  border-left: 0px;
}

.boxes-locations-container .boxes-location-item h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
}

.boxes-locations-container .boxes-location-item .icon {
  background-color: #4CADC9;
  border-radius: 50%;
  width: 7.15em;
  height: 7.15em;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 35px;
}

.boxes-locations-container .boxes-location-item i {
  color: #FFF;
  font-size: 5em !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .boxes-locations-container .boxes-location-item h4 {
    font-size: 16px;
  }
  .boxes-locations-container .boxes-location-item i {
    font-size: 30px !important;
  }
  .boxes-locations-container .boxes-location-item .icon {
    width: 40px;
    height: 40px;
  }
  .boxes-locations-container .boxes-location-item {
    border-left: 0;
    /* height: 170px; */
  }
}
.boxes-location-item .image-location {
  position: relative;
  border-radius: 50%;
}

.boxes-location-item .image-location img {
  filter: brightness(0.58);
}

.boxes-location-item .image-location .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1023px) {
  .boxes-about-us-row {
    margin-top: 40px;
  }
  .boxes-locations-container .boxes-location-item {
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .boxes-about-us-row .equal-height-5,
  .boxes-about-us-row .equal-height-6,
  .boxes-about-us-row .equal-height-7 {
    height: auto !important;
  }
  .page-title.about .title-bg {
    font-size: 55px;
  }
  .boxes-locations-container {
    padding-top: 30px;
  }
  .wysiwyg.about {
    padding: 10px;
  }
}
.ritchtext-template-1 .module-title h1 {
  margin-top: 50px;
  margin-bottom: 55px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.ritchtext-template-1 .v-center {
  height: 100%;
  display: flex;
  align-items: center;
}

.result-short-info {
  border-radius: 10px;
  box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.2);
  background: #303030;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 85px 95px;
}

.result-short-info h1 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.result-short-info .text {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  width: 476px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.result-short-info .rev-code {
  text-align: center;
}

.result-short-info .rev-code .label {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}

.result-short-info .rev-code .code {
  font-size: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #005f84;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .result-short-info {
    padding: 20px;
  }
  .result-short-info .text {
    width: 100%;
  }
}
.groups-widget-container {
  margin-top: 40px;
  margin-bottom: 35px;
}

.groups-widget-container .groups-widget-item {
  border-top: 1px solid #efefef;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 35px;
}

.groups-widget-container .groups-widget-item:first-child {
  margin-top: 0px;
}

.groups-widget-item .class {
  font-weight: 900;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 1.25;
}

.groups-widget-item .title {
  background: #005f84;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  width: 70%;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.groups-widget-item .info-item {
  text-align: center;
  border: 1px solid #f1f1f1;
  font-size: 13px;
}

.groups-widget-item .info-item:hover {
  border: 1px solid #005f84;
}

.groups-widget-item .info-item img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.groups-widget-item .info-wrapper {
  /* margin-top: -50px; */
}

.groups-widget-item .image {
  text-align: center;
}

.groups-widget-item .cars-title {
  font-weight: 400;
  font-size: 16px;
  background: #efefef;
  padding: 5px 10px;
  line-height: 1.25;
  margin-bottom: 15px;
}

.groups-widget-item .cars-title::before {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #005f84;
}

.groups-widget-item .group-cars-container {
  margin-bottom: 50px;
}

.groups-widget-item .group-cars-container .group-car {
  text-align: center;
}

.groups-widget-item .group-cars-container .group-car p {
  font-weight: 400;
  background: #efefef;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.25;
}

.groups-widget-item .prices-title {
  font-weight: 400;
  font-size: 16px;
  background: #efefef;
  padding: 5px 10px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.groups-widget-item .prices-title::before {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #005f84;
}

.groups-widget-item .prices-list p {
  margin-bottom: 0;
  background: 0 0;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  color: #151515;
}

.groups-widget-item .prices-list p .plabel {
  float: left;
}

.groups-widget-item .prices-list p .price {
  float: right;
  color: #005f84;
}

.groups-widget-item .deposit-wrapper {
  background: #efefef;
  color: #1b1b1b;
  font-weight: 700;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0px;
}

.groups-widget-item .deposit-wrapper .plabel {
  float: left;
}

.groups-widget-item .deposit-wrapper .price {
  float: right;
  color: #005f84;
}

@media (min-width: 1024px) {
  .groups-widget-item .image img {
    max-width: 85%;
  }
}
.group-page-container {
  font-family: "Open Sans", sans-serif;
  color: #151515;
}

.group-page-container .title-wrapper {
  background: #efefef;
  padding: 0 0 0 10px;
  border-radius: 5px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 20px;
}

.group-page-container .title-wrapper h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 1.75;
}

.group-page-container .title-wrapper .title {
  float: left;
}

.group-page-container .title-wrapper .price {
  float: right;
  background: #005f84;
  padding: 0 5px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.group-page-container .prices-title {
  background: #efefef;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 1.25;
}

.group-page-container .prices-title::before {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-right: 5px;
  color: #005f84;
}

.group-page-container .subtitle {
  margin-bottom: 0;
  background: 0 0;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  font-size: 10px;
  line-height: 1.75;
}

.group-page-container .prices-list p {
  margin-bottom: 0;
  background: 0 0;
  padding: 5px 0px;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  color: #1b1b1b;
}

.group-page-container .prices-list p .plabel {
  float: left;
}

.group-page-container .prices-list p .price {
  float: right;
  color: #005f84;
}

.group-page-container .deposit-wrapper {
  font-size: 13px;
  color: #1b1b1b;
  font-weight: 700;
  padding: 5px 0px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0px;
}

.group-page-container .deposit-wrapper .plabel {
  float: left;
}

.group-page-container .deposit-wrapper .price {
  float: right;
  color: #005f84;
}

.group-page-container .controls-wrapper {
  padding: 5px 0px;
}

.group-page-container .warranty-note {
  text-align: center;
  font-size: 12px;
  color: #999;
  background: #efefef;
  border-radius: 5px;
  padding: 5px 0;
}

.group-page-container .image {
  text-align: center;
}

.group-page-container .info-wrapper {
  margin-top: 40px;
}

.group-page-container .info-item {
  text-align: center;
  border: 1px solid #f1f1f1;
  font-size: 13px;
}

.group-page-container .info-item:hover {
  border: 1px solid #005f84;
}

.group-page-container .info-item img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.group-page-container .wysiwyg {
  margin-top: 50px;
}

.group-page-container .cars-list-title {
  margin: 0;
  margin-top: 50px;
  border-top: 4px double #efefef;
  border-bottom: 4px double #efefef;
  padding: 10px 0;
  background: #005f84;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}

.group-page-container .cars-list-title span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
}

.group-page-container .cars-list {
  padding-right: 15px;
  padding-left: 15px;
}

.group-page-container .cars-list .row .clt {
  padding-right: 0px;
  padding-left: 0px;
}

.group-page-container .cars-list .cars-list-item {
  border-left: 1px solid #efefef;
  border-bottom: 5px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-align: center;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  width: 100%;
  height: 310px;
}

.group-page-container .cars-list .cars-list-item:hover {
  border-bottom: 5px solid #005f84;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.group-page-container .cars-list div:first-child > .cars-list-item {
  border-left: 0px;
}

.group-page-container .cars-list .cars-list-item h4 {
  background: #efefef;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: 700;
  margin-bottom: 35px;
  font-size: 13px;
  color: #151515;
  line-height: 1.75;
}

.group-page-container .cars-list .cars-list-item .image {
  margin-bottom: 35px;
}

.group-page-container .cars-list .cars-list-item:hover h4 {
  background: #5c5c5c;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.group-page-container .prices-titles {
  text-align: center;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
}

.group-page-container .prices-includes {
  text-align: center;
  margin-bottom: 35px;
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
  color: #151515;
  line-height: 1.75;
}

.group-page-container .company-note {
  text-align: center;
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 35px;
  font-size: 13px;
  color: #151515;
  line-height: 1.75;
}

@media (max-width: 359px) {
  .group-page-container .title-wrapper h2 {
    font-size: 18px;
  }
}
.search-widget-lp {
  padding: 60px 0;
  background: #151515;
}

.search-widget-lp .search-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #000000;
  padding: 40px 30px;
}

.search-widget-lp .search-wrap .form-group label {
  font-weight: 600;
}

.search-widget-lp .search-wrap .form-group .form-control {
  font-size: 16px;
  border-radius: 8px;
  background-color: #efefef;
  height: 48px;
  color: #000000;
  line-height: 48px;
}

.search-widget-lp .search-wrap .form-group .form-control.location-input {
  background-image: none;
  position: relative;
  padding-left: 30px;
}

.search-widget-lp .search-wrap .form-group .form-control.location-input::before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 10px;
}

.search-widget-lp .search-wrap .form-group .form-control.period-input {
  background-image: none;
  position: relative;
  padding-left: 30px;
}

.search-widget-lp .search-wrap .form-group .form-control.period-input::before {
  content: "\f073";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 10px;
}

.search-widget-lp .search-wrap .form-group {
  margin-bottom: 30px;
}

.search-widget-lp .checkbox-new label {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.search-widget-lp .checkbox-new label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #fff;
}

.search-widget-lp .check-availability-btn {
  height: 48px;
  border-radius: 8px;
  background-color: #1e5f84;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}

.slider-lp-wrapper {
  padding-left: 60px;
}

.slider-lp-wrapper .h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #efefef;
  margin: 15px 0 20px 0;
}

.slider-lp-wrapper .slick-dots li button:before {
  width: 104px;
  height: 4.4px;
  border: solid 1px #efefef;
  content: "";
}

.slider-lp-wrapper .slick-dots li.slick-active button:before {
  background-color: #efefef;
  border: solid 1px #efefef;
}

.slider-lp-wrapper .slick-dots li {
  margin: 0 55px;
}

.slider-lp-wrapper .slick-dots {
  bottom: -50px;
}

@media (max-width: 767px) {
  .search-wrap .form-group label {
    font-size: 12px;
  }
  .search-widget-lp .search-wrap .form-group .form-control {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .search-widget-lp .checkbox-new label {
    font-size: 12px;
  }
  .search-widget-lp .checkbox-new label::before {
    width: 16px;
    height: 16px;
  }
  .search-widget-lp .check-availability-btn {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .slider-lp-wrapper .h2 {
    font-size: 25px;
  }
  .slider-lp-wrapper .slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .slider-lp-wrapper .slick-dots li {
    margin: 0 4px;
    width: 8px;
  }
}
@media (max-width: 1365px) {
  .slider-lp-wrapper {
    padding-left: 0;
  }
}
.promotion-wrapper-lp .benefits-text li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: 16px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.promotion-wrapper-lp {
  background: #ebebeb;
  padding: 80px 0 40px 0;
}

.promotion-wrapper-lp .car-info .colored-box {
  height: 254px;
  width: 100%;
  position: relative;
  border-radius: 8px;
}

.promotion-wrapper-lp .car-info .colored-box .car {
  position: absolute;
  left: 0;
  bottom: -90px;
  padding: 0 50px 0 10px;
}

.promotion-wrapper-lp .price-box {
  border-radius: 8px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #ebebeb;
  min-width: 132px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 0;
}

.promotion-wrapper-lp .price-box .label-p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d72c30;
  margin: 0;
}

.promotion-wrapper-lp .price-box .price {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0;
}

.promotion-wrapper-lp .h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f0f0f0;
  padding-left: 145px;
  margin: 0;
  padding-top: 20px;
}

.promotion-wrapper-lp .car-info .info-box {
  background-color: #e1e1e1;
  border-radius: 0 0 8px 8px;
  padding: 100px 15px 20px 15px;
}

.promotion-wrapper-lp .car-info .info-box .tarife-toggler {
  float: right;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1e5f84;
  cursor: pointer;
}

.promotion-wrapper-lp .car-info .info-box .tarife-toggler .fa {
  font-size: 20px;
}

.promotion-wrapper-lp .car-info .info-box .tarife-lp {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  display: none;
}

.promotion-wrapper-lp .car-info .info-box .tarife-lp.open {
  display: flex;
}

.promotion-wrapper-lp .car-info .info-box .tarife-lp .box {
  text-align: center;
}

.promotion-wrapper-lp .car-info .info-box .tarife-lp .box p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1e5f84;
}

.promotion-wrapper-lp .car-info .info-box .tarife-lp .box p.p2 {
  font-weight: 600;
}

.promotion-wrapper-lp .right-info {
  padding-left: 50px;
}

.promotion-wrapper-lp .right-info .old-price {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
  text-decoration: line-through;
}

.promotion-wrapper-lp .right-info .new-price {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d72c30;
  display: inline-block;
  margin-left: 0px;
}

.promotion-wrapper-lp .right-info .benefits-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 30px 0 20px 0;
}

.promotion-wrapper-lp .right-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.promotion-wrapper-lp .right-info ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #000000;
}

.promotion-wrapper-lp .right-info ul li .fa {
  margin-right: 10px;
}

.promotion-wrapper-lp .right-info .button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  width: 198px;
  height: 48px;
  line-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  background-color: #1e5f84;
  display: block;
  margin-top: 30px;
}

.promotion-wrapper-lp.last {
  padding-bottom: 120px;
}

.promotion-wrapper-lp .colored-box.orange {
  background: #cc5222;
}

.promotion-wrapper-lp .colored-box.grey {
  background: #2d3037;
}

.promotion-wrapper-lp .colored-box.burgundy {
  background: #280e10;
}

.promotion-wrapper-lp .colored-box.dark {
  background: #1c1d1c;
}

.promotion-wrapper-lp .colored-box.blue {
  background: #1d3644;
}

@media (min-width: 1200px) {
  .promotion-wrapper-lp .container {
    width: 850px;
  }
}
@media (max-width: 1365px) {
  .promotion-wrapper-lp .car-info .colored-box .car {
    bottom: -120px;
    padding: 0 30px 0 0;
    text-align: center;
    width: 100%;
  }
  .promotion-wrapper-lp .right-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .promotion-wrapper-lp .right-info .button {
    margin: 30px auto 0;
  }
  .promotion-wrapper-lp .right-info ul {
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .promotion-wrapper-lp .h3 {
    font-size: 17px;
    padding-left: 90px;
  }
  .promotion-wrapper-lp .price-box .label-p {
    font-size: 10px;
  }
  .promotion-wrapper-lp .price-box .price {
    font-size: 12px;
  }
  .promotion-wrapper-lp .price-box {
    min-width: 81px;
  }
  .promotion-wrapper-lp .car-info .colored-box {
    height: 168px;
  }
  .promotion-wrapper-lp .right-info .new-price {
    font-size: 20px;
  }
  .promotion-wrapper-lp .right-info .old-price {
    font-size: 20px;
  }
  .promotion-wrapper-lp .right-info .benefits-title {
    margin: 20px 0;
  }
  .promotion-wrapper-lp {
    padding: 40px 0 20px 0;
  }
  .promotion-wrapper-lp.last {
    padding-bottom: 100px;
  }
  .promotion-wrapper-lp .car-info {
    margin: 0 -15px;
  }
}

/* This file is used by webpack.mix.js - add your custom styles here */ 