/* sjednoceni vzhledu napric prohlizeci + csska k jquery pluginum */
/* Slider */
@import "lib/fancybox.css";
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 5px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.dz-remove {
  background: #7BB400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  margin: 5px auto 0 auto;
}
.dz-remove:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #5DA6B6;
}
.dropzone .dz-preview .dz-details {
  z-index: 9;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*! Simple Hint v2.1 | Copyright (c) 2014 Catalin Covic | https://github.com/catc */
[data-hint]:after,
[data-hint]:before {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
[data-hint]:hover:after,
[data-hint]:hover:before {
  visibility: visible;
}
[data-hint]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 10000;
}
[data-hint]:after {
  content: attr(data-hint);
  text-align: center;
  padding: 10px;
  z-index: 9999;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.5em;
  background: #fff;
  box-shadow: 1px 1px 1px 1px #C7D0D6;
}
[class*="hint-bottom"]:before,
[class*="hint-top"]:before {
  right: 50%;
  margin-right: -5px;
}
[class*="hint-bottom"]:after,
[class*="hint-top"]:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
[class*="hint-bottom"]:before {
  border-bottom-color: #fff;
  top: 100%;
}
[class*="hint-bottom"]:after {
  margin-top: 10px;
  top: 100%;
}
[class*="hint-top"]:before {
  border-top-color: #fff;
  bottom: 100%;
}
[class*="hint-top"]:after {
  bottom: 100%;
  margin-bottom: 10px;
}
[class*="hint-left"]:before,
[class*="hint-right"]:before {
  top: 50%;
  margin-top: -5px;
}
[class*="hint-left"]:after,
[class*="hint-right"]:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[class*="hint-left"]:before {
  border-left-color: #fff;
  left: 0;
  margin-left: -10px;
}
[class*="hint-left"]:after {
  right: 100%;
  margin-right: 10px;
}
[class*="hint-right"]:before {
  border-right-color: #fff;
  right: 0;
  margin-right: -10px;
}
[class*="hint-right"]:after {
  left: 100%;
  margin-left: 10px;
}
.hint-persist:before,
.hint-persist:after {
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  [class*="hint-"][class*="-mobile"]:after,
  [class*="hint-"][class*="-mobile"]:before {
    display: none;
  }
}
[class*="hint-"][class*="-s-small"]:after {
  width: 200px;
  white-space: initial;
}
[class*="hint-"][class*="-s-smallest"] i {
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 16px;
  margin-left: 3px;
  border-radius: 2px;
  font-size: 12px;
}
[class*="hint-"][class*="-s-med"]:after {
  width: 300px;
  white-space: initial;
}
[class*="hint-"][class*="-s-big"]:after {
  width: 450px;
  white-space: initial;
}
.hint-d-short:hover:after,
.hint-d-short:hover:before {
  -webkit-transition: visibility 0s 0.4s ease;
  transition: visibility 0s 0.4s ease;
}
.hint-d-med:hover:after,
.hint-d-med:hover:before {
  -webkit-transition: visibility 0s 1s ease;
  transition: visibility 0s 1s ease;
}
.hint-d-long:hover:after,
.hint-d-long:hover:before {
  -webkit-transition: visibility 0s 1.5s ease;
  transition: visibility 0s 1.5s ease;
}
[class*="hint-fade"]:before,
[class*="hint-fade"]:after {
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
}
[class*="hint-fade"]:hover:before,
[class*="hint-fade"]:hover:after {
  opacity: 1;
}
[class*="hint-fade"][class*="-d-short"]:hover:before,
[class*="hint-fade"][class*="-d-short"]:hover:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class*="hint-fade"][class*="-d-med"]:hover:before,
[class*="hint-fade"][class*="-d-med"]:hover:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[class*="hint-fade"][class*="-d-long"]:hover:before,
[class*="hint-fade"][class*="-d-long"]:hover:after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
[class*="hint-anim"][class*="hint-top"]:after,
[class*="hint-anim"][class*="hint-top"]:before {
  bottom: 125%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;
}
[class*="hint-anim"][class*="hint-top"]:hover:after,
[class*="hint-anim"][class*="hint-top"]:hover:before {
  opacity: 1;
  bottom: 100%;
}
[class*="hint-anim"][class*="hint-bottom"]:after,
[class*="hint-anim"][class*="hint-bottom"]:before {
  top: 125%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
}
[class*="hint-anim"][class*="hint-bottom"]:hover:after,
[class*="hint-anim"][class*="hint-bottom"]:hover:before {
  top: 100%;
  opacity: 1;
}
[class*="hint-anim"][class*="hint-right"]:after,
[class*="hint-anim"][class*="hint-right"]:before {
  margin-right: -25px;
  margin-left: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
}
[class*="hint-anim"][class*="hint-right"]:hover:after,
[class*="hint-anim"][class*="hint-right"]:hover:before {
  margin-right: -10px;
  margin-left: 10px;
  opacity: 1;
}
[class*="hint-anim"][class*="hint-left"]:after,
[class*="hint-anim"][class*="hint-left"]:before {
  margin-right: 25px;
  margin-left: -25px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;
}
[class*="hint-anim"][class*="hint-left"]:hover:after,
[class*="hint-anim"][class*="hint-left"]:hover:before {
  margin-right: 10px;
  margin-left: -10px;
  opacity: 1;
}
[class*="hint-anim"][class*="-d-short"]:hover:before,
[class*="hint-anim"][class*="-d-short"]:hover:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class*="hint-anim"][class*="-d-med"]:hover:before,
[class*="hint-anim"][class*="-d-med"]:hover:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
[class*="hint-anim"][class*="-d-long"]:hover:before,
[class*="hint-anim"][class*="-d-long"]:hover:after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.hint-price {
  position: relative;
}
.hint-price i.hint-icon {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 18px;
  line-height: 28px;
  margin-left: 13px;
  background: url("../images/help.svg") 50% 50% / 100% 100%;
  cursor: help;
  font-size: 0;
}
.hint-price small {
  margin-right: 0 !important;
}
.hint-price:hover .hint-content {
  opacity: 1;
}
.hint-price .hint-content {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  text-align: center;
  padding: 10px;
  z-index: 9999;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  background: #fff;
  box-shadow: 1px 1px 1px 1px #c7d0d6;
  transform: translateX(5%);
  left: -100px;
  right: -100px;
  bottom: 100%;
  margin-bottom: 10px;
  white-space: initial;
  transition: opacity 250ms;
}
.starability-result {
  position: relative;
  width: 150px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  font-size: 0.1em;
  color: transparent;
}
.starability-result:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-position: 0 -30px;
}
.starability-result[data-rating="5"]::after {
  width: 150px;
}
.starability-result[data-rating="4"]::after {
  width: 120px;
}
.starability-result[data-rating="3"]::after {
  width: 90px;
}
.starability-result[data-rating="2"]::after {
  width: 60px;
}
.starability-result[data-rating="1"]::after {
  width: 30px;
}
.starability-basic {
  display: inline-block;
  position: relative;
  min-height: 60px;
  padding: 0;
  border: none;
}
.starability-basic > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.starability-basic > input:checked ~ label,
.starability-basic > input:focus ~ label {
  background-position: 0 0;
}
.starability-basic > input:checked + label,
.starability-basic > input:focus + label {
  background-position: 0 -30px;
}
.starability-basic > input:hover ~ label {
  background-position: 0 0;
}
.starability-basic > input:hover + label {
  background-position: 0 -30px;
}
.starability-basic > input:hover + label::before {
  opacity: 1;
}
.starability-basic > input:focus + label {
  outline: 1px dotted #999;
}
.starability-basic .starability-focus-ring {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  outline: 2px dotted #999;
  pointer-events: none;
  opacity: 0;
}
.starability-basic > #no-rate:focus ~ .starability-focus-ring {
  opacity: 1;
}
.starability-basic > label {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 0.1em;
  color: transparent;
  cursor: pointer;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 0 -30px;
}
.starability-basic > label::before {
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA8CAMAAABGivqtAAAAxlBMVEUAAACZmZn2viTHuJ72viOampqampr1viSampr3vySampqdnZ34wiX1vSSampr1vSOZmZmampr1viT2vSOampr2viT2viSampr2viSampr2vyX4vyWbm5v3vSSdnZ32wSadnZ36wCWcnJyZmZn/wSr/2ySampr2vSP2viSZmZn2vSSZmZn2vST2viSampr2viSbm5ubm5uZmZn1vSSampqbm5v2vSWampqampr3vSf5wiT5vyagoKD/xCmkpKT/yCSZmZn1vSO4V2dEAAAAQHRSTlMA+vsG9fO6uqdgRSIi7+3q39XVqZWVgnJyX09HPDw1NTAwKRkYB+jh3L6+srKijY2Ef2lpYllZUU5CKigWFQ4Oneh1twAAAZlJREFUOMuV0mdzAiEQBmDgWq4YTWIvKRqT2Htv8P//VJCTGfYQZnw/3fJ4tyO76KE0m1b2fZu+U/pu4QGlA7N+Up5PIz9d+cmkbSrSNr9seT3GKeNYIyeO5j16S28exY5suK0U/QKmmeCCX6xs22hJLVkitMImxCvEs8EG3SCRCN/ViFPqnq5epIzZ07QJJvkM9Tkz1xnkmXbfSvR7f4H8AtXBkLGj74mMvjM1+VHZpAZ4LM4K/LBWEI9jwP71v1ZEQ6dyvQMf8A/1pmdZnKce/VH1iIsdte4U8VEtY23xOujxtFpWDgKbfjD2YeEhY0OzfjGeLyO/XfnNpAcmcjDwKOXRfU1IyiTRyEkaiz67pb9oJHJb9vVqKfgjLBPyF5Sq9T0KmSUhQmtiQrJGPHVi0DoSabj31G2gW3buHd0pY85lNdcCk8xlNDPXMuSyNiwl+theIb9C7RLIpKvviYy+M6H8qGwSAp6Is19+GP6KxwnggJ/kq6Jht5rnRQA4z9zyRRaXssvyqp5I6Vutv0vkpJaJtnjpz/8B19ytIayazLoAAAAASUVORK5CYII=");
  background-position: 0 30px;
  pointer-events: none;
  opacity: 0;
}
.starability-basic > label:nth-of-type(5)::before {
  width: 120px;
  left: -120px;
}
.starability-basic > label:nth-of-type(4)::before {
  width: 90px;
  left: -90px;
}
.starability-basic > label:nth-of-type(3)::before {
  width: 60px;
  left: -60px;
}
.starability-basic > label:nth-of-type(2)::before {
  width: 30px;
  left: -30px;
}
.starability-basic > label:nth-of-type(1)::before {
  width: 0px;
  left: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .starability-basic > label {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAB4CAMAAACZ62E6AAABAlBMVEUAAACZmZmampr2vSObm5v/yiufn5+ampr1viP1viSZmZn2viOZmZmampqampr2viSampqampqcnJz5vyScnJz3wSf/wyn/xiujo6Oqqqr/0C/1vSOampr2viP2viOampr2viP2vST2viOampqampqampr1vyP3viSampr2vyT4vyX3viSbm5ubm5v5wCT8xSmgoKCampqampr3vyb2wiWenp72viOampqZmZmampr2viP2viP1viSampqbm5v2vyT3viObm5v4vyadnZ34wSSbm5v2viSZmZn2viP2vST2viP2viT1viOZmZn2viT2viX3viT3vyb2vyOZmZn1vSOZmZlNN+fKAAAAVHRSTlMA9uz4PQwS8O7r5+fTw4yMelw2MB0dFRELBgbS+/Hfu7uxqKWdg4N7ZmZMPi8pKRgPs0w7Nhb14drKw6Gck21tXkNDIyMZ1rDLycTBtaqVknlfV0sGP8ZwAAADW0lEQVRYw9zWvYqDQBSG4TPDoCAqKhYKQgoVLFaIgZCkiCBBUqVazv3fyu4aEXWdM85Uy779A+LP58AfTQgw73AwtxFiZIwbxMbUfuB3H4b49YNfZrbGodoI52+cm9hH9sbZwwAXOFbo2zjDsSzWxnecuuvaM8MpdtbEPs7y9azF5phZWrjERaWOPdpLbB81cICrgv3W4mvMLbU6RmFQeA5u5HhFEEbHLdWLsMxvHJXxW16Goh+ZqPyny1Az5j79SsCJoWHsBNAxQ9sNF26bWFuMC8v1LY+mmeTadjaqtaNnnXoxWBcde1nNWnzdb68xrOqvu22/MTzuPutujpJ122NvluSb8tTWk85CclDZQwLS0oa2TQpEKacsJy0kSJaQOKJxROKKxhWJ7zS+k9ijsUdim8Y2ZWNUFBP4pMKfOv8onX9WrsI5gd3VVLXtatxcuU0znGUHCUAS2DgrS6mT6hTzrXEjfIZj5Dk2xKkihqm4wKlQfQRqalhUP9UHo3FIPAG/Et44JVLsDDf0JHmB3OEByOwZES8hSAsviGjBdh3ylh6plmMnW4IyAUVJWcE/76vTell1EIaiMBwIAcWBA9GC0lIdKFXQQUsHVVCklN7ojf3+z3JOxYqK2TH555+K6CJJQtRbr9XtDmCnjH0AX9Va8J+liIMvDtRsCk2pEs6hKVexR2g7KuDihwt5a9MfprY0fkLXU9ZmFLpoJolN6GXKWWfZx0tHCocwKJSxC22ItYUEjmBUJHFjfYz1xQxlfaLiZsBExq2IPtbkNbLtOwwuGgjTLkH43mYtSzam7+1Bsr3nm5uExBQUozEh9V7N7uvmwZcqdpm0C6vJW63bZEuXtbrV2zpDzhrpYLBWMnY1mjV7JWFtMio7zbWniWFxvHnWm1yGxXmOPXP+L3YV2ysjnNhaZNeMcHPvuL27BMnVMaujljBAYyje4niH4g2ONyh+4PiB4gOODyjWcKxh1gZBNoJjEY4R/BLhF4IDEQ4QPBoEoyxH4+bxrUsHyxwxQlg0WHXqYifVLmo67cKY/UtaXFxBV26TLjuHrkp8BPJTMij1xQejdkgO24nf7dBOCRcbzQuNOR9Qs64GzzrfQa8It2oFAA6Zrga9xEeq1KHmLUHIiCAWInsg1x/MLqkMsItF8QAAAABJRU5ErkJggg==");
    background-size: 30px auto;
  }
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #00b5e2;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #5DA6B6;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #00b5e2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
  /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
  /* IE6-9 */
}
/* zakladni pomocne tridy a mixiny */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputreset {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}
.hide {
  display: none;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.image-responsiv {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.no-transform {
  text-transform: none !important;
}
.info {
  position: relative;
  font-size: 14px;
  color: #5DA6B6;
  font-style: italic;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  border: 1px solid #5DA6B6;
  margin-left: 16px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  top: -2px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .info {
    height: 16px;
    width: 16px;
    font-size: 10px;
    line-height: 16px;
  }
}
.info .info-text {
  display: none;
}
.info--small {
  height: 18px;
  width: 18px;
  font-style: normal;
  line-height: 17px;
  font-size: 13px;
  margin-left: 0;
  margin-right: 10px;
  background-color: #fff;
}
.info:hover .info-text {
  display: block;
  font-weight: 400;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #5DA6B6;
  min-width: 120px;
  text-align: left;
  margin-top: 5px;
  right: 0;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
}
.rounded {
  border-radius: 100%;
}
.w-100 {
  width: 100%;
}
.text-transform-none {
  text-transform: none !important;
}
.h-100 {
  height: 100%;
}
.order-2 {
  order: 2;
}
.border-top {
  border-top: 1px solid #D9E1E8;
}
/* obecne prvky */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  src: url('./font/gnyrwn971.eot');
  src: url('./font/gnyrwn971.eot?#iefix') format('embedded-opentype'), url('./font/gnyrwn971.woff2') format('woff2'), url('./font/gnyrwn971.woff') format('woff'), url('./font/gnyrwn971.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('./font/icomoon/icomoon.eot?-5wcef1');
  src: url('./font/icomoon/icomoon.eot?#iefix-5wcef1') format('embedded-opentype'), url('./font/icomoon/icomoon.ttf?-5wcef1') format('truetype'), url('./font/icomoon/icomoon.woff?-5wcef1') format('woff'), url('./font/icomoon/icomoon.svg?-5wcef1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-link-external:before {
  content: "\f07f";
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
h1,
.h1 {
  font-size: 40px;
  color: #16174d;
  text-transform: none;
  display: block;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
h2,
.h2 {
  font-size: 28px;
  color: #000;
  text-transform: none;
  display: block;
  font-weight: bold;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
h3,
.h3 {
  font-size: 23px;
  color: #000;
  text-transform: none;
  display: block;
  font-weight: bold;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-content-inner h2:first-child {
  margin-top: 0;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 22px;
  margin: 1.5em 0 1em 0;
  font-weight: bold;
}
p {
  margin: 0 0 1em 0;
}
a {
  color: #7BB400;
}
a:hover {
  color: #16174d;
}
.text-black {
  color: #000;
}
.button,
.button-prev {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-sizing: border-box;
  display: inline-block;
  min-width: 140px;
  padding: 30px 50px;
  background: #7BB400;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms;
}
.button:hover,
.button-prev:hover {
  background-color: #85c300;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .button,
  .button-prev {
    padding: 20px 40px;
  }
}
.button-prev {
  background-color: #9FD1DC;
}
.button-mobile {
  font-size: 12px;
  line-height: 17px;
  padding: 5px 10px;
  min-width: 0;
}
.button-small {
  padding: 10px 35px 11px 35px;
}
.button--small {
  font-size: 14px;
  padding: 15px 30px;
  flex-shrink: 0;
}
.button--md {
  padding: 15px 30px;
  flex-shrink: 0;
}
.button-offer {
  padding: 10px 40px 11px 30px !important;
}
.button-offer:hover::after {
  right: 18px !important;
}
.button-offer::after {
  right: 20px !important;
  top: 52% !important;
}
.button-lg {
  font-size: 18px;
}
.button-more {
  position: relative;
  padding-left: 40px;
  padding-right: 55px;
}
.button-more:hover::after {
  transition: right ease-in-out 150ms;
  right: 28px;
}
.button-more:after {
  transition: right ease-in-out 50ms;
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  margin-top: -4px;
  width: 7px;
  height: 11px;
  background: no-repeat url("../images/more.svg") 50% 50% !important;
}
@media only screen and (max-width: 639px) {
  .button-more {
    padding-left: 40px;
    padding-right: 40px;
  }
  .button-more:after {
    right: 20px;
  }
}
.button-anchor {
  position: relative;
  padding-left: 40px;
  padding-right: 65px;
}
.button-anchor:hover::after {
  top: 55%;
}
.button-anchor:after {
  transition: top ease-in-out 250ms;
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -8px;
  width: 11px;
  height: 17px;
  background: no-repeat url("../images/arrow-anchor.svg") 50% 50% !important;
}
.button-anchor--up::after {
  transform: rotate(180deg);
}
.button-anchor--up:hover::after {
  top: 45%;
}
.button-consultation {
  font-size: 17px !important;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .button-consultation {
    padding: 30px 60px !important;
  }
  .button-consultation.button-anchor {
    padding: 30px 80px 30px 60px !important;
  }
  .button-consultation.button-anchor::after {
    right: 50px;
  }
}
.button--centered {
  margin-left: auto;
  margin-right: auto;
}
.button-wizard {
  position: relative;
  padding: 15px 35px 15px 75px;
}
.button-wizard:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 37px;
  height: 28px;
  margin-top: -14px;
}
.note {
  font-size: 13px;
}
.mega {
  font-size: 60px;
}
.bigger {
  font-size: 36px;
}
.large {
  font-size: 30px;
}
.big {
  font-size: 24px;
}
.medium {
  font-size: 18px;
}
.fat {
  font-weight: 600;
}
.text-green {
  color: #7BB400;
}
.hilight {
  color: #7BB400;
}
.subtitle {
  margin: 0.5em 0 0 0;
  font-size: 24px;
  color: #000;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.relative {
  position: relative;
}
.check,
.check li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check {
  max-width: 600px;
  margin: 0 auto 60px auto;
  font-size: 13px;
}
.check li {
  margin: 0 0 1em 0;
  padding: 0 0 0 70px;
  min-height: 40px;
  background-position: 0 3px;
}
.check strong {
  font-size: 18px;
  color: #000;
}
.hidden {
  display: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
hr.separator {
  height: 1px;
  margin: 30px 0;
  background-color: #CFE8ED;
  color: #CFE8ED;
  border: 0 none;
}
blockquote {
  padding-left: 20px;
  border-left: 1px solid #666;
  margin-left: 0px;
  font-style: italic;
}
.lead {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #333;
}
.lead p {
  margin: 35px 0;
}
.lead-lg {
  font-weight: 200;
  font-size: 24px;
  color: #16174d;
}
.lead-lg p {
  margin: 0;
}
hr {
  margin: 60px auto;
  border: 0;
  border-top: 1px solid #D9E1E8;
}
.list-checked,
.list-checked li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-checked {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  display: block;
}
.list-checked:before,
.list-checked:after {
  content: " ";
  display: table;
}
.list-checked:after {
  clear: both;
}
.list-checked li {
  min-height: 40px;
  padding-left: 56px;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 26px;
  background: none;
}
.list-checked li {
  /* position: relative;
    box-sizing: border-box;
    width: 33.333%;
    float: left;
    margin-bottom: 40px;
    padding: 0 30px 0 45px;*/
}
@media only screen and (max-width: 767px) {
  .list-checked li {
    /* width: auto;
        float: none;*/
  }
}
.lead .list-checked {
  text-align: left;
}
.lead .list-checked li {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .lead .list-checked li {
    margin-bottom: 30px;
  }
}
.lead .list-checked li:last-child {
  margin-bottom: 0;
}
.link {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #377786;
}
.link-more {
  padding-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  background-position: right;
}
.link-green {
  color: #7BB400;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
.link-green:hover {
  text-decoration: none;
  color: #7BB400;
}
.link-arrow {
  position: relative;
  padding-right: 12px;
}
.link-arrow::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 5px;
  background: transparent url("../images/arrow-r.svg") no-repeat 50% 50% / 100% 100%;
  right: 0;
  top: 3px;
}
.link-print {
  position: relative;
  padding-left: 24px;
}
.link-print::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 15px;
  background: transparent url("../images/print.svg") no-repeat 50% 50% / 100% 100%;
  left: 0;
  top: 2px;
}
.link-arrow-d {
  position: relative;
  padding-right: 17px;
}
.link-arrow-d::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  background: transparent url("../images/arrow-d-small.svg") no-repeat 50% 50% / 100% 100%;
  right: 0;
  top: 6px;
}
.link-black {
  color: black;
}
.link-black:hover {
  color: black;
  text-decoration: none;
}
.text-blue {
  color: #16174d;
}
.text-light-blue {
  color: #5DA6B6;
}
.text-crossed {
  text-decoration: line-through;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-xl li,
.text-xl {
  font-size: 22px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .text-xl li,
  .text-xl {
    font-size: 18px !important;
  }
}
.text-xl li a,
.text-xl a {
  color: #555555;
}
.text-xl li a:hover,
.text-xl a:hover {
  color: #555555;
  text-decoration: none;
}
.text-lg li,
.text-lg {
  font-size: 20px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .text-lg li,
  .text-lg {
    font-size: 16px !important;
  }
}
.text-lg li a,
.text-lg a {
  color: #555555;
}
.text-lg li a:hover,
.text-lg a:hover {
  color: #555555;
  text-decoration: none;
}
.text-md li,
.text-md {
  font-size: 18px !important;
}
@media only screen and (max-width: 767px) {
  .text-md li,
  .text-md {
    font-size: 15px !important;
  }
}
.text-md li a,
.text-md a {
  color: #555555;
}
.text-md li a:hover,
.text-md a:hover {
  color: #555555;
  text-decoration: none;
}
.text-sm {
  font-size: 13px !important;
  line-height: 18px;
}
.fw-bold {
  font-weight: bold;
}
.mail-big,
.phone-big {
  position: relative;
  display: inline-block;
  margin: 60px 30px;
  padding: 0 20px 0 60px;
  font-size: 30px;
  font-weight: 700;
  background-position: left;
}
.mail-big:before,
.phone-big:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
.mail-big:hover,
.phone-big:hover {
  color: #7BB400;
}
@media only screen and (max-width: 1023px) {
  .mail-big,
  .phone-big {
    margin: 30px 15px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mail-big,
  .phone-big {
    font-size: 18px;
    padding-right: 0;
    margin: 20px 10px;
  }
}
.mail-big {
  color: #377786;
}
.mail-big:before {
  width: 46px;
  height: 33px;
  margin-top: -16px;
}
.phone-big {
  color: #16174d;
}
.phone-big:before {
  width: 48px;
  height: 54px;
  margin-top: -27px;
}
.duration {
  margin: 0.5em 0;
  padding: 10px 0 10px 40px;
  font-size: 15px;
  font-weight: 700;
  color: #7BB400;
  background-position: left;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-muted {
  color: #555555;
}
.link-overlay {
  position: relative;
}
.link-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.content-0 {
  opacity: 0;
}
.text-red {
  color: green;
}
.beforePrice {
  color: #7BB400 !important;
}
.button-discount {
  display: inline-grid;
  column-gap: 2rem;
  text-align: left;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  grid-template-areas: "before" "after";
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 400px) {
  .button-discount {
    grid-template-columns: 40px 1fr;
    grid-template-areas: "icon before" "icon after";
  }
  .button-discount::before {
    content: "%";
    color: #bde54e;
    grid-area: icon;
    font-size: 60px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
  }
}
.button-discount > span:first-child {
  grid-area: before;
  font-weight: 100;
  font-size: 0.9rem;
  color: #bde54e;
  display: flex;
  align-items: flex-end;
  column-gap: 0.5rem;
}
.button-discount > span:not(:first-child) {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.button-discount > span:not(:first-child)::after {
  content: "";
  transition: left 250ms;
  width: 15px;
  height: 23px;
  left: 10px;
  background: no-repeat url(../images/more.svg) 50% 50% !important;
  position: relative;
  transform: scale(1.3);
}
.button-discount:hover span::after {
  left: 15px;
}
.summary,
.overview-table {
  width: 100%;
}
.summary th,
.overview-table th,
.summary td,
.overview-table td {
  vertical-align: top;
}
.summary th,
.overview-table th {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 13px;
}
.summary .medium,
.overview-table .medium {
  line-height: 30px;
}
.summary .edit,
.overview-table .edit {
  top: -34px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .summary,
  .overview-table {
    /* th, td {
            display: block;
            padding-bottom: 1em;
        }

        th {
            text-align: center;
            padding: 1em;
        }
        
        tr {
            border-bottom: 1px solid @color-border;
        }*/
  }
}
.overview-table {
  width: auto;
  margin: 1em 0;
}
.overview-table th,
.overview-table td {
  vertical-align: baseline;
  padding-bottom: 0.5em;
}
.overview-table th {
  padding-right: 1em;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .overview-table {
    width: 100%;
  }
  .overview-table th {
    width: auto;
  }
}
.datatable {
  width: 100%;
  border: 1px solid #CFE8ED;
}
.datatable th {
  padding: 1em 0.8em;
  background: #EAF2F5;
  text-align: left;
  font-weight: normal;
  color: #16174d;
}
.datatable td {
  padding: 0.8em 1em;
  border: 1px solid #CFE8ED;
}
input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=file],
select,
textarea,
#drop {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 24px;
  font-size: 17px;
  border: 1px solid #7E7FB5;
  border-radius: 5px;
  vertical-align: top;
  color: #000;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=file]::placeholder,
select::placeholder,
textarea::placeholder,
#drop::placeholder {
  color: #000;
}
input:disabled {
  background-color: #F6F6F6 !important;
}
textarea {
  width: 100%;
  height: 144px;
  resize: vertical;
}
#drop {
  display: inline-block;
  vertical-align: middle;
  padding: 54px 0;
  text-align: center;
  font-size: 15px;
  border: 2px dashed #7E7FB5;
  border-radius: 5px;
}
#drop.dz-drag-hover {
  border: 1px solid #BACBD5;
  box-shadow: 0 0 3px #5DA6B6;
}
#drop span {
  color: #7BB400;
  text-decoration: underline;
  cursor: pointer;
}
#drop a {
  font-size: 18px;
  font-weight: bold;
}
#drop a:hover {
  text-decoration: none;
}
.form-section {
  padding: 29px 93px 45px 93px;
}
.form-section:before,
.form-section:after {
  content: " ";
  display: table;
}
.form-section:after {
  clear: both;
}
.form-section:not(:first-child) {
  border-top: 1px solid #D9E1E8;
}
.form-section h2 {
  margin: 0 0 17px 0;
  font-size: 22px;
  line-height: 30px;
}
.form-section .form {
  margin-right: auto;
  margin: unset;
}
.form-section.noborder {
  border-top: 0;
}
.form-section .form-field-checkbox:last-child {
  margin-bottom: 0;
}
.form-section--small {
  padding-top: 14px;
  padding-bottom: 27px;
}
.form-section .cols .form {
  display: block;
}
@media only screen and (max-width: 1620px) {
  .form-section {
    padding: 20px 40px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-section {
    padding: 20px 20px 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-section .cols .form {
    flex-wrap: wrap;
    width: 100%;
  }
  .form-section .cols .form .col-left,
  .form-section .cols .form .col-right {
    width: 100%;
  }
  .form-section .cols .form .col-left .summary tr,
  .form-section .cols .form .col-right .summary tr {
    border-bottom: 0;
  }
  .form-section .cols .form .col-left {
    margin-bottom: 30px;
  }
}
.box--white input[type=text],
.box--white input[type=password],
.box--white input[type=email],
.box--white textarea {
  background: #F8FAFB;
}
.form-bg {
  background: #F6F6F6;
  border-radius: 5px;
}
form:not(.form--nobg) {
  background: #F6F6F6;
  border-radius: 5px;
}
.form {
  margin: auto;
}
.form:not(.form-nomw) {
  max-width: 540px;
}
@media only screen and (max-width: 767px) {
  .form:not(.form-nomw) {
    max-width: 100%;
  }
}
.form--small {
  width: 737px;
  max-width: 100%;
}
.cols .form {
  max-width: none;
}
.form-row {
  font-size: 17px;
  margin: 5px 0;
}
@media only screen and (max-width: 479px) {
  .form-row {
    margin: 1em 0;
  }
}
.form-row-small {
  margin: 36px 0 30px;
}
@media only screen and (max-width: 767px) {
  .form-row-small {
    margin: 25px 0 20px;
  }
}
.form-field-label {
  box-sizing: border-box;
  display: block;
  padding-top: 8px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.form-field label {
  box-sizing: border-box;
  display: block;
  padding-top: 8px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.form-field .starability-basic label {
  width: 30px !important;
  padding-top: 0px;
}
.form-field input[type=text],
.form-field input[type=password],
.form-field input[type=email],
.form-field input[type=tel],
.form-field input[type=file] {
  width: 68%;
}
@media only screen and (max-width: 479px) {
  .form-field label {
    display: block;
    padding-bottom: 0.2em;
    width: auto;
  }
  .form-field input[type=text],
  .form-field input[type=password],
  .form-field input[type=email],
  .form-field input[type=tel],
  .form-field input[type=file] {
    width: 100%;
  }
}
.form-field-hint input[type=text],
.form-field-hint input[type=password],
.form-field-hint input[type=email],
.form-field-hint input[type=tel],
.form-field-hint input[type=file],
.form-field-hint #drop,
.form-field-hint textarea {
  width: 68%;
}
@media only screen and (max-width: 479px) {
  .form-field-hint input[type=text],
  .form-field-hint input[type=password],
  .form-field-hint input[type=email],
  .form-field-hint input[type=tel],
  .form-field-hint input[type=file],
  .form-field-hint #drop,
  .form-field-hint textarea {
    width: 78%;
  }
}
.hint {
  position: relative;
  font-size: 14px;
}
.hint i {
  position: relative;
  top: 15px;
  display: inline-block;
  width: 21px;
  height: 18px;
  line-height: 28px;
  margin-left: 26px;
  background: url("../images/help.svg") 50% 50% / 100% 100%;
  cursor: help;
  font-size: 0;
}
.rating .form-field label {
  width: 35%;
  padding-top: 0px;
}
#contact-form .form-section h2 {
  font-size: 28px;
  line-height: 36px;
}
#contact-form .form-field-hint input[type=text],
#contact-form .form-field-hint input[type=password],
#contact-form .form-field-hint input[type=email],
#contact-form .form-field-hint input[type=tel],
#contact-form .form-field-hint input[type=file],
#contact-form .form-field-hint #drop,
#contact-form .form-field-hint textarea {
  width: 87.8%;
}
@media only screen and (max-width: 767px) {
  #contact-form .form-field-hint input[type=text],
  #contact-form .form-field-hint input[type=password],
  #contact-form .form-field-hint input[type=email],
  #contact-form .form-field-hint input[type=tel],
  #contact-form .form-field-hint input[type=file],
  #contact-form .form-field-hint #drop,
  #contact-form .form-field-hint textarea {
    width: 78%;
  }
  #contact-form .form-section h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
#foundingService {
  display: block;
}
#foundingService.founding-hidden {
  display: none;
}
#foundingService .form-field-checkbox {
  display: block;
}
#foundingService .form-field-checkbox.founding-hidden {
  display: none;
}
.form-field-checkbox {
  position: relative;
  display: inline-block;
  margin-right: 2em;
}
.form-field-checkbox [type="checkbox"]:not(:checked),
.form-field-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label,
.form-field-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  display: block;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label a,
.form-field-checkbox [type="checkbox"]:checked + label a {
  color: inherit;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label a:hover,
.form-field-checkbox [type="checkbox"]:checked + label a:hover {
  text-decoration: none;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label:before,
.form-field-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #7E7FB5;
  border-radius: 6px;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label:after,
.form-field-checkbox [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  height: 11px;
  width: 15px;
  background: transparent url("../images/check-input.svg") 50% 50% / 100% 100%;
  transition: all 0.2s;
}
.form-field-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-field-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-field-checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid #7BB400;
  border-radius: 6px;
  box-shadow: inset 0 0 0px 2px #7BB400;
}
.form-field-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.form-field-checkbox [type="checkbox"]:disabled:checked + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
.form-field-checkbox [type="checkbox"]:disabled:checked + label:after,
.form-field-checkbox [type="checkbox"]:disabled + label {
  /*color: @color-light;*/
}
.order-step1 .form-checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.order-step1 .form-checkbox-wrapper--full {
  grid-template-columns: 100%;
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label {
  background: #fff;
  padding: 15px 20px 15px 55px;
  border-radius: 5px;
  border: 1px solid rgba(126, 127, 181, 0.36);
  font-style: normal;
  display: grid;
  grid-template-columns: auto auto;
  font-size: 20px;
}
@media only screen and (max-width: 1620px) {
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label,
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label {
    font-size: 18px;
  }
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .font-weight-semi,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .font-weight-semi {
  font-weight: 700;
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .price-discount,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .price-discount {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 7px;
  right: 59px;
}
@media only screen and (max-width: 479px) {
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .price-discount,
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .price-discount {
    display: inline-flex;
    position: unset;
  }
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .altPrice,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .altPrice,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .textPrice,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .textPrice,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .currency,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .currency {
  color: #7BB400;
  font-weight: 700;
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .discountPrice,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .discountPrice {
  color: green;
  font-weight: 700;
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .hint i,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .hint i {
  top: -1px;
  margin-left: 15px;
}
@media only screen and (max-width: 479px) {
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label,
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label {
    display: block;
  }
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label .text-right,
  .order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label .text-right {
    text-align: left;
    display: block;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 1366px) {
  .order-step1 .form-checkbox-wrapper {
    display: block;
  }
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox {
  margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .order-step1 .form-checkbox-wrapper .form-field-checkbox {
    margin-bottom: 15px;
  }
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label:before,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label:before {
  top: 16px;
  left: 20px;
}
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:not(:checked) + label:after,
.order-step1 .form-checkbox-wrapper .form-field-checkbox [type="checkbox"]:checked + label:after {
  top: 23px;
  left: 25px;
}
.form-field-radio {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.form-field-radio--clear,
.form-field-radio {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .form-field-radio--clear,
  .form-field-radio {
    margin-bottom: 10px;
  }
}
.form-field-radio--clear [type="radio"]:not(:checked),
.form-field-radio [type="radio"]:not(:checked),
.form-field-radio--clear [type="radio"]:checked,
.form-field-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.form-field-radio--clear [type="radio"]:not(:checked) + label,
.form-field-radio [type="radio"]:not(:checked) + label,
.form-field-radio--clear [type="radio"]:checked + label,
.form-field-radio [type="radio"]:checked + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-field-radio--clear [type="radio"]:not(:checked) + label:before,
.form-field-radio [type="radio"]:not(:checked) + label:before,
.form-field-radio--clear [type="radio"]:checked + label:before,
.form-field-radio [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  border: 1px solid #7E7FB5;
  border-radius: 12px;
}
.form-field-radio--clear [type="radio"]:not(:checked) + label:after,
.form-field-radio [type="radio"]:not(:checked) + label:after,
.form-field-radio--clear [type="radio"]:checked + label:after,
.form-field-radio [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 5px;
  background: #7BB400;
  border-radius: 7px;
  transition: all 0.2s;
}
.form-field-radio--clear [type="radio"]:not(:checked) + label:after,
.form-field-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.form-field-radio--clear [type="radio"]:checked + label:after,
.form-field-radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-field-radio--clear [type="radio"]:checked + label:before,
.form-field-radio [type="radio"]:checked + label:before {
  border: 1px solid #7BB400;
  box-shadow: inset 0 0 0px 2px #7BB400;
}
.form-field-radio--clear [type="radio"]:disabled:not(:checked) + label:before,
.form-field-radio [type="radio"]:disabled:not(:checked) + label:before,
.form-field-radio--clear [type="radio"]:disabled:checked + label:before,
.form-field-radio [type="radio"]:disabled:checked + label:before {
  border-color: #bbb;
  background-color: #ddd;
}
.form-field-radio--clear [type="radio"]:disabled:checked + label:after,
.form-field-radio [type="radio"]:disabled:checked + label:after,
.form-field-radio--clear [type="radio"]:disabled + label,
.form-field-radio [type="radio"]:disabled + label {
  /*color: @color-light;*/
}
.alert {
  margin: 1em 0;
  padding: 1em 20px 1em 90px;
  color: #fff;
  background-color: #5DA6B6;
  background-position: 30px 20px;
}
.alert-title {
  display: block;
  font-size: 18px;
}
.alert-success {
  background-color: #7BB400;
  background-position: 30px 25px;
}
.alert-warning {
  background-color: #CC4A4A;
}
.alert-danger {
  background-color: #CC4A4A;
}
.alert-err {
  margin: 0px;
  padding-bottom: 22px;
}
.payment-status {
  border-radius: 4px;
  padding: 5px 10px;
  color: white;
}
.payment-status--pending {
  background: #5DA6B6;
}
.payment-status--paid {
  background: #7BB400;
}
.payment-status--cancelled {
  background: #CC4A4A;
}
.footer {
  background: #000;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding-left: 33px;
    padding-right: 33px;
  }
}
.footer .footer-inner {
  max-width: 1446px;
  margin: auto;
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #1b1b1b;
}
.footer .footer-inner:before,
.footer .footer-inner:after {
  content: " ";
  display: table;
}
.footer .footer-inner:after {
  clear: both;
}
.footer .footer-inner h3 {
  margin: 0 0 1.95em 0;
  color: #999999;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  .footer .footer-inner .footer2 h3 {
    margin-bottom: 20px;
  }
}
.footer .footer-inner a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-inner a:hover {
  text-decoration: none;
}
.footer1,
.footer2 {
  width: 50%;
  margin: 0 0 30px 0;
}
.footer1 ul,
.footer2 ul,
.footer1 li,
.footer2 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer1 {
  max-width: 500px;
  float: left;
  font-weight: normal;
}
.footer1 li {
  display: inline-block;
  width: 49%;
  padding: 0 0 14px 0;
}
@media only screen and (max-width: 992px) {
  .footer1 li:nth-child(5) {
    padding-bottom: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1 {
    margin-bottom: 73px;
  }
  .footer1 li {
    display: block;
    width: auto;
  }
}
.footer2 {
  float: right;
  display: flex;
  flex-direction: column;
}
.footer2 ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  grid-auto-flow: row;
  justify-items: start;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .footer2 ul {
    justify-items: center;
  }
}
.footer2 ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0 !important;
  text-align: center;
}
.footer2 ul li > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .footer2 ul li {
    align-items: center;
  }
}
.footer2 .project-founding {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.footer2 .project-founding__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer2 .project-founding__icons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.footer2 .project-founding__icons img {
  max-width: 150px;
  object-fit: contain;
}
.footer2 .project-founding__text {
  color: #999999;
}
.footer2 span {
  display: inline-block;
  padding: 0 0 8px 0;
  color: #999999;
}
.footer2 .phone strong {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.footer2 .phone strong::before {
  content: "";
  height: 30px;
  width: 28px;
  position: absolute;
  top: 9px;
  left: 0;
  background: transparent no-repeat url("../images/phone.svg") 50%/100%;
}
@media only screen and (max-width: 767px) {
  .footer2 .phone strong::before {
    top: 7px;
  }
}
.footer2 .phone strong a {
  padding: 0px 0 0 33px;
  margin-top: 9px;
  position: relative;
  display: block;
}
@media only screen and (max-width: 992px) {
  .footer2 .phone strong a {
    margin-top: 6px;
  }
}
.footer2 .email a {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  display: block;
}
.copy {
  padding: 22px 15px 65px;
  font-weight: normal;
  background: #000;
  color: #999999;
}
@media only screen and (max-width: 992px) {
  .copy {
    padding-top: 36px;
    padding-bottom: 58px;
  }
}
.copy .created {
  display: block;
  float: right;
}
.copy .created a {
  color: #999999;
  text-decoration: none;
}
.copy .created a:hover {
  text-decoration: underline;
}
.copy .copy-inner {
  max-width: 1446px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.copy .copy-inner img {
  margin-right: 67px;
}
@media only screen and (max-width: 767px) {
  .copy .copy-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .copy .copy-inner img {
    margin: 0 0 9px;
  }
  .copy .copy-inner .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .copy .copy-inner .d-flex span {
    display: block;
    width: 100%;
    text-align: center;
  }
  .copy .copy-inner .created {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer .footer-inner {
    max-width: 1146px;
  }
  .copy .copy-inner {
    max-width: 1146px;
  }
}
@media only screen and (max-width: 479px) {
  .footer1,
  .footer2 {
    float: none;
    width: auto;
  }
  .copy .created {
    margin-top: 5px;
    float: none;
  }
}
.pricelist__row {
  border-bottom: 1px solid #D9E1E8;
  padding: 16px 0;
}
.pricelist__row p {
  margin: 3px 0;
}
.pricelist__row:last-child {
  padding-bottom: 0;
  border: 0;
}
.pricelist__price {
  flex-shrink: 0;
}
.price-before {
  margin-right: 0.5rem;
}
.price-before__text {
  font-weight: normal;
  font-size: 11px;
  text-decoration: line-through;
}
.price-before__tooltip {
  position: relative;
  cursor: help;
  color: #5da6b6;
}
.price-before__tooltip:not(.price-before__tooltip--center) svg {
  transform: scale(0.7);
  vertical-align: sub;
}
.price-before__tooltip--center svg {
  vertical-align: middle;
}
.price-before__tooltip:hover::after {
  opacity: 1;
}
.price-before__tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  padding: 10px;
  z-index: 9999;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  background: #fff;
  box-shadow: 1px 1px 1px 1px #c7d0d6;
  transform: translateX(5%);
  left: -100px;
  right: -100px;
  bottom: 100%;
  margin-bottom: 10px;
  white-space: initial;
  transition: opacity 250ms;
}
.page-order .page-content {
  margin: 15px 0;
}
.page-order .page-content .page-content-inner {
  position: relative;
  max-width: 860px;
  padding: 0;
  border: 1px solid #CFE8ED;
  background: #F3F8FB;
  color: #16174d;
}
.page-order .user-note {
  height: 347px;
  width: 738px;
  max-width: 100%;
}
.form-register-type {
  display: table;
  max-width: 600px;
  width: 100%;
  border: 1px solid rgba(126, 127, 181, 0.36);
  border-radius: 5px;
  overflow: hidden;
}
.form-register-type .form-field {
  display: table-cell;
  width: 33.33%;
  border-left: 1px solid #C6DEE3;
  transition: all 300ms;
  background-color: #fff;
}
.form-register-type .form-field:hover {
  background-color: #fff;
}
.form-register-type .form-field:first-child {
  border-left: 0;
}
.form-register-type .form-field .icon {
  display: block;
  margin: 0 auto 10px auto;
  background-position: center;
}
.form-register-type .form-field label {
  position: relative;
  display: block;
  width: auto;
  padding: 20px 10px 20px 75px;
  cursor: pointer;
  width: 300px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .form-register-type .form-field label {
    width: auto;
  }
}
.form-register-type .form-field label strong {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 6px;
}
.form-register-type .form-field label .sub {
  font-style: italic;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
.form-register-type .form-field label input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.form-register-type .form-field label::before {
  content: '';
  position: absolute;
  left: 29px;
  top: 25px;
  width: 24px;
  height: 24px;
  border: 1px solid #7E7FB5;
  border-radius: 100%;
}
.form-register-type .form-field label::after {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 30px;
  left: 34px;
  background: #7BB400;
  border-radius: 100%;
  transition: all 0.2s;
  opacity: 0;
}
.form-register-type .form-field strong {
  display: block;
  font-size: 24px;
  font-style: italic;
}
.form-register-type .form-field.is-checked {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #7BB400;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.form-register-type .form-field.is-checked label {
  color: #7BB400;
}
.form-register-type .form-field.is-checked label::before {
  border: 1px solid #7BB400;
  box-shadow: inset 0 0 0px 2px #7BB400;
}
.form-register-type .form-field.is-checked label::after {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 639px) {
  .form-register-type {
    display: block;
  }
  .form-register-type .form-field {
    display: block;
    width: 100%;
    border-left: 0;
    margin-bottom: 0;
  }
}
.order-step .list-checked {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.order-step .list-checked li {
  min-height: 26px;
  padding-left: 46px;
  position: relative;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 26px;
  background: none;
  font-style: italic;
  margin-bottom: 36px;
}
.order-step .list-checked li::before {
  height: 26px;
  width: 26px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent no-repeat url("../images/check-blue.svg") 0 0 / 100%;
}
.order-step1 .form-field-checkbox {
  margin: 0 0 18px 0;
  font-size: 20px;
  display: block;
  font-style: italic;
}
.order-step1 .form-field-checkbox .font-weight-semi {
  font-weight: 500;
}
.order-step1 .region {
  text-align: left;
  display: inline-block;
}
.order-step1 .region .form-field-checkbox {
  margin: 0 0 15px 0;
}
.order-step2 .button-prev {
  float: left;
}
@media only screen and (max-width: 479px) {
  .order-step2 .button {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
.order-step3 .price-list {
  padding-top: 36px;
  padding-bottom: 40px;
}
.order-step3 .price-list h3 {
  margin-top: 1px;
  margin-bottom: 8px;
}
.order-step3 .price-list h3 + p {
  margin-bottom: 10px;
}
.order-step3 .price-list:not(:last-child) {
  border-bottom: 1px solid #D9E1E8;
}
.order-step3 .price-list .list-check--small {
  margin-top: 22px;
}
.order-step3 .price-list .price {
  margin-bottom: 7px;
  color: #7BB400;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
.order-step3 .price-list .price strong {
  margin-right: 10px;
  text-align: right;
  font-size: 24px;
}
.order-step3 .price-list .price--crossed {
  text-decoration: line-through;
}
.order-step3 .price-list .price--discount {
  color: green;
}
.order-step3 .price-list .price--small {
  font-size: 12px;
  color: #999999;
  margin-bottom: 2px;
}
.order-step3 .price-list .price--small strong {
  font-size: 12px;
}
.order-step3 .price-list .price--small strong i {
  font-weight: 300;
  font-style: normal;
  padding-left: 3px;
  font-size: 11px;
}
@media only screen and (max-width: 1620px) {
  .order-step3 .price-list .price span.h3 {
    font-size: 18px;
  }
}
.order-step3 .price-list .link-green {
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .order-step3 .price-list .link-green {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .order-step3 .price-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-step3 .price-list .col-text {
    width: 100%;
  }
  .order-step3 .price-list .price {
    margin-top: 15x;
    margin-bottom: 0;
  }
  .order-step3 .price-list h3 {
    margin-top: 15px;
  }
  .order-step3 .price-list .list-check {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  .order-step3 .price-list .list-check li {
    margin-bottom: 6px;
  }
  .order-step3 .price-list .link-green {
    margin-top: 10px;
  }
}
.order-step3 .label {
  box-sizing: border-box;
  display: block;
  padding-top: 8px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6.5px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.1em;
}
.order-step3 .order-totalprice {
  font-size: 15px;
}
.order-step3 .order-totalprice p {
  margin: 0;
}
.order-step3 .order-totalprice p.hilight {
  margin-bottom: 1em;
}
.order-step3 .order-totalprice a.insert-voucher {
  color: #16174d;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 25px;
}
.order-step3 .mark-text {
  display: block;
  margin: 8px 0 0 0;
  padding: 15px 0 18px;
  border-bottom: 1px solid rgba(126, 127, 181, 0.5);
  font-size: 24px;
  margin-bottom: 48px;
  line-height: 33px;
  font-style: italic;
}
.order-step3 .mark-text-popis {
  display: block;
  margin: 8px 0 0 0;
  padding: 13px 0 86px;
  border-bottom: 1px solid rgba(126, 127, 181, 0.5);
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 23px;
  font-style: italic;
}
.order-step3 .form-field-checkbox {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-style: normal;
}
@media only screen and (max-width: 1023px) {
  .order-step3 .mark-text-popis {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .order-step3 .mark-text {
    font-size: 24px;
  }
  .order-step3 .mark-text-popis {
    padding-bottom: 30px;
  }
}
.order-step4 {
  padding-top: 50px;
}
.order-step4 .form-section {
  position: relative;
}
.order-step4 .page-header {
  padding-top: 0;
  padding-bottom: 0;
}
.order-step4 .page-header h1 {
  font-size: 40px;
}
.order-step4 .page-header p {
  font-size: 24px;
  color: #16174d;
}
.order-step4 h2 {
  font-size: 25px;
}
.order-step4 h3 {
  font-size: 20px;
}
.order-step4 .text-center {
  text-align: center;
}
.order-step4 .page-header-inner {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: none !important;
}
@media only screen and (max-width: 767px) {
  .order-step4 .page-header-inner {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}
.order-step4 .page-content .page-content-inner {
  color: #444;
}
.order-step4 .steps {
  display: none;
}
.order-step4 .payment-overview {
  margin-right: 40px;
}
.order-step4 .payment-appel {
  padding-top: 34px;
}
.order-step4 .separator {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 639px) {
  .order-step4 .page-header-inner {
    background-image: none !important;
  }
  .order-step4 .qr-xs {
    display: none;
  }
  .order-step4 .payment-overview {
    margin-right: 0px;
  }
  .order-step4 .payment-appel {
    padding-top: 15px;
  }
  .order-step4 .order-summary1 {
    width: 100% !important;
  }
}
.order-summary {
  padding: 50px 30px 20px 30px;
}
.order-summary:before,
.order-summary:after {
  content: " ";
  display: table;
}
.order-summary:after {
  clear: both;
}
.order-summary .order-summary1,
.order-summary .order-summary2 {
  position: relative;
  box-sizing: border-box;
  padding-left: 130px;
  padding-bottom: 30px;
}
.order-summary .order-summary1:before,
.order-summary .order-summary2:before {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #E6E8E9;
  color: #5DA6B6;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
}
.order-summary .order-summary1 {
  float: left;
}
.order-summary .order-summary1:before {
  content: "1.";
}
.order-summary .order-summary1 th,
.order-summary .order-summary1 td {
  padding: 0 0.8em 0 0;
}
.order-summary .order-summary1 th {
  font-weight: normal;
  text-align: left;
}
.order-summary .order-summary2 {
  float: right;
}
.order-summary .order-summary2:before {
  content: "2.";
}
@media only screen and (max-width: 767px) {
  .order-summary .order-summary1,
  .order-summary .order-summary2 {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .order-summary .order-summary1,
  .order-summary .order-summary2 {
    padding-left: 0;
  }
  .order-summary .order-summary1:before,
  .order-summary .order-summary2:before {
    display: none;
  }
}
.class-list-edit,
.class-list-select {
  text-align: center;
  padding: 10px;
  background: #EAF2F5;
  border: 1px solid #CFE8ED;
  font-weight: bold;
}
.class-list-edit {
  display: none;
}
.select2-container--default .select2-selection {
  padding: 8px 30px 8px 10px;
  border-radius: 0;
  border: 1px solid #6A8CA0;
  color: #444;
  font-size: 17px;
  background-position: 97% 50%;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 17p;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #444;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #444;
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #444;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #EAF2F5;
  border-color: #CFE8ED;
  color: #16174d;
}
.select2-results__option {
  padding: 10px;
  font-size: 13px;
  color: #16174d;
  border-bottom: 1px solid #CFE8ED;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EAF2F5;
  color: #16174d;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #7BB400;
}
.select2-results__option[aria-selected=true] {
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.class-list h3 {
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.class-list .class {
  display: none;
  position: relative;
  margin: 0 0 20px 0;
  font-size: 13px;
  color: #000;
}
.class-list .class h4 {
  margin: 0 0 0.25em 0;
  font-size: 18px;
  color: #000;
}
.class-list .class h4 span {
  font-weight: normal;
}
.class-list .class textarea {
  color: #16174d;
  font-size: 14px;
  height: 100px;
}
.class-list .class textarea::-webkit-input-placeholder {
  color: #16174d;
}
.class-list .class textarea::-moz-placeholder {
  color: #16174d;
}
.class-list .class textarea:-ms-input-placeholder {
  color: #16174d;
}
.class-list .class .class-remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.overview:before,
.overview:after {
  content: " ";
  display: table;
}
.overview:after {
  clear: both;
}
.overview .classes li {
  padding-bottom: 12px;
}
.overview-box {
  padding: 20px;
  border: 1px solid #CFE8ED;
  background-color: #F3F8FB;
}
.overview-mark {
  font-size: 24px;
  color: #16174d;
}
.overview-status {
  font-weight: bold;
  font-size: 24px;
  color: #377786;
}
.overview-left {
  float: left;
  width: 48%;
}
.overview-right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .overview-right,
  .overview-left {
    width: auto;
    float: none;
  }
  .overview-left {
    margin-bottom: 30px;
  }
}
.filelist ul,
.filelist li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filelist li {
  display: inline-block;
  width: 24%;
  padding: 0 0 30px 0;
  text-align: center;
  vertical-align: top;
}
.filelist li a {
  word-break: break-all;
}
.filelist a {
  color: #16174d;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .filelist li {
    width: 45%;
  }
}
@media only screen and (max-width: 479px) {
  .filelist li {
    display: block;
    width: auto;
  }
}
.xdsoft_datetimepicker {
  display: none !important;
}
.accept {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.accept .icon {
  margin-left: 5px;
}
.final-order {
  background-color: #eff0f2;
  border: 1px solid lightgray;
  padding: 20px;
}
.info-service-text {
  padding-top: 20px;
  max-width: 860px;
  margin: auto;
}
.service-subtitle {
  max-width: 860px;
  margin: auto;
  padding-top: 20px;
}
.form-field-radio-block {
  display: block;
  font-size: 17px;
  padding-top: 0px;
  margin-bottom: 10px;
}
.form-field-radio-block label {
  padding-top: 1px;
}
.order-page {
  padding-bottom: 101px;
}
.order-page .page-header {
  display: none;
}
.order-page .box--contact {
  padding: 30px 0;
  margin-top: 10px;
  box-shadow: none;
}
.order-page .box--contact .contact2 {
  margin-bottom: 26px;
}
.order-page .box--contact .contact2 strong {
  font-size: 22px;
  padding-top: 9px;
  display: block;
}
.order-page .box--contact .contact2 strong a {
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .order-page .box--contact .member__item {
    flex-wrap: wrap;
  }
  .order-page .box--contact .member__item img {
    margin-bottom: 1rem;
  }
  .order-page .box--contact .member__item div {
    width: 100%;
  }
}
.order-page .box--contact .h3 {
  margin-bottom: 2px;
}
@media only screen and (max-width: 1023px) {
  .order-page .container-3 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.order-brands {
  filter: grayscale(50);
  max-width: 246px;
  margin-top: 5px;
  display: block;
}
.order-brands img {
  opacity: 50%;
}
.order-brands img[src$="rating-gold.svg"] {
  opacity: 100%;
}
.order-brands__item {
  padding: 23px 29px;
}
.order-brands__item:not(:first-child) {
  border-top: 2px solid rgba(126, 127, 181, 0.22);
}
@media only screen and (max-width: 1023px) {
  .order-brands {
    max-width: 100%;
  }
  .order-brands .review--small {
    width: 100%;
    padding: 0;
  }
}
.thanks-image {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .thanks-image {
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .thanks-image {
    height: 250px;
  }
}
.extra-service {
  margin-top: 1rem;
}
.extra-service .img-spacer {
  width: 74px;
}
.express-order {
  margin-top: 30px;
  margin-left: 70px;
}
@media only screen and (max-width: 1023px) {
  .express-order {
    margin-left: 0px;
  }
}
/* UI komponenty*/
.icon {
  display: inline-block;
}
.icon-more {
  width: 7px;
  height: 11px;
}
.heading-consultation {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.heading-consultation:before {
  content: '';
  background-image: url('../images/icon-konzultace.svg');
  background-size: contain;
  /* zachová poměr stran */
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.heading-watching {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.heading-watching:before {
  margin-right: 30px;
  content: url("../images/watching_eye.svg");
}
.heading-revalidation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.heading-revalidation:before {
  margin-right: 30px;
  margin-top: 5px;
  content: url("../images/the_clock.svg");
}
.icon-more-green {
  width: 7px;
  height: 11px;
}
.icon-phone {
  width: 17px;
  height: 21px;
  margin: 0 12px 0 0;
}
.icon-phone-contact {
  width: 20px;
  height: 28px;
  margin: 2px 10px 0 0;
}
.icon-button-more {
  width: 7px;
  height: 11px;
  margin: 0 0 0 8px;
}
.icon-button-prev {
  width: 7px;
  height: 11px;
  margin: 0 8px 0 0;
}
.icon-stamp {
  width: 30px;
  height: 35px;
  vertical-align: -40%;
  margin: 0 20px 0 0;
}
.icon-register-img {
  width: 61px;
  height: 57px;
}
.icon-register-imgtext {
  width: 143px;
  height: 57px;
}
.icon-register-text {
  width: 56px;
  height: 57px;
}
.icon-basket {
  width: 20px;
  height: 23px;
}
.icon-file {
  display: block;
  margin: 0 auto 10px auto;
  width: 33px;
  height: 42px;
}
.admin-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 12px;
  background: #7BB400;
}
.admin-bar a {
  color: white;
}
.admin-bar a:hover {
  text-decoration: none;
}
.popup {
  position: relative;
  max-width: 560px;
  margin: auto;
  padding: 30px 80px;
  background: #F3F6F7;
}
.popup h2 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
}
.popup .hint i {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .popup {
    padding: 30px 20px;
  }
}
.popup .button {
  float: none;
  margin-top: 10px;
}
.mfp-bg {
  opacity: 0.3;
}
.mfp-close-btn-in .mfp-close {
  font-weight: bold;
  color: #5DA6B6;
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.mfp-close-btn-in .mfp-close:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 18px;
  width: 28px;
  height: 28px;
  border: 2px solid #5DA6B6;
  border-radius: 16px;
}
.mfp-image-holder .mfp-close {
  right: -33px;
  opacity: 1;
  text-align: center;
  padding-right: 0;
}
.mfp-image-holder .mfp-close:after {
  background: #fff;
  z-index: -1;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.paypal-wrap {
  padding-top: 1px;
}
.paypal-title {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  text-align: center;
  letter-spacing: 1.1px;
}
.paypal-button,
.button-comgate-step4 {
  max-width: 250px;
}
.paypal-moreText {
  width: 100%;
  text-align: center;
  display: block;
  color: black;
  font-weight: 500;
  font-size: 11px;
}
.button-comgate {
  background-color: #7BB400;
  width: 100%;
  color: #fafafa;
  display: block;
  padding: 15px 9px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  transition: 250ms;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.button-comgate:hover {
  filter: brightness(105%);
  color: white;
}
.history {
  position: relative;
  max-width: 1005px;
  margin: 55px auto 30px auto;
  padding-bottom: 30px;
}
.history:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  bottom: 0;
  width: 1px;
  background: #C5C6C6;
}
.history:before {
  content: "\2026";
  font-size: 28px;
  font-weight: 700;
  color: #7BB400;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  z-index: 10;
  margin-left: -11px;
}
@media only screen and (max-width: 479px) {
  .history {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .history:after,
  .history:before {
    display: none;
  }
}
.history__item {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.history__item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 8px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 10px solid #fff;
  background: #5DA6B6;
  margin-left: -23px;
  margin-top: -15px;
  box-sizing: initial;
}
.history__item:nth-child(odd) .history__year {
  order: 1;
  margin-right: auto;
  text-align: right;
}
.history__item:nth-child(odd) .history__text {
  order: 2;
}
.history__item:nth-child(even) .history__year {
  order: 2;
}
.history__item:nth-child(even) .history__text {
  order: 1;
  text-align: right;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .history__item:nth-child(even) .history__text {
    margin-right: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .history__item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .history__item {
    display: block;
    margin-bottom: 30px;
  }
  .history__item:after {
    display: none;
  }
}
.history__year,
.history__text {
  width: 40%;
}
@media only screen and (max-width: 479px) {
  .history__year,
  .history__text {
    width: auto;
  }
}
.history__year {
  max-width: 390px;
  color: #7BB400;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.0833em;
}
@media only screen and (max-width: 1023px) {
  .history__year {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .history__year {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .history__year {
    text-align: center !important;
    margin-bottom: 0.5em;
  }
}
.history__text {
  max-width: 390px;
  /*
    @include mq($from: sm) {
        font-size: 1.0625rem;
    }
    */
}
.history__text h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.newsletter {
  box-sizing: border-box;
  max-width: 1005px;
  margin: 70px auto;
  background: #F6F6F6 url(../images/newsletter.svg) 0 100% no-repeat;
  padding: 50px 45px;
  border-radius: 5px;
}
@media only screen and (max-width: 1023px) {
  .newsletter {
    padding: 25px;
    margin: 35px auto;
  }
}
.newsletter .alert {
  max-width: 400px;
  margin: auto;
  background-image: none;
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newsletter__title {
  max-width: 620px;
  margin: auto;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.newsletter__title strong {
  text-transform: uppercase;
  color: #7BB400;
}
@media only screen and (max-width: 1023px) {
  .newsletter__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter__title {
    font-size: 16px;
  }
}
.newsletter__fields {
  margin-top: 40px;
}
.newsletter__fields input[type=email] {
  display: block;
  max-width: 440px;
  margin: auto;
  padding: 15px 24px;
  font-size: 16px;
  border-color: #C5C6C6;
  border-radius: 4px;
}
.newsletter__fields button {
  margin: auto;
  padding: 15px 35px;
}
.newsletter__field {
  margin-top: 15px;
}
.share {
  display: flex;
  align-items: center;
  padding: 30px 0 0 0;
  border-top: 1px solid #D1E9EE;
}
@media only screen and (max-width: 767px) {
  .share {
    display: block;
  }
}
.share__text {
  max-width: 55%;
  flex: 0 0 55%;
  padding-right: 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .share__text {
    max-width: none;
    padding: 0;
    margin-bottom: 15px;
  }
}
.share__icons {
  max-width: 45%;
  flex: 0 0 45%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .share__icons {
    max-width: none;
    text-align: center;
  }
}
.share__ico {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  height: 45px;
  margin: 5px 3px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  border-radius: 4px;
  transition: background-color 0.4s;
}
.share__ico--facebook {
  background-color: #38559C;
}
.share__ico--facebook:hover {
  background-color: #2b4176;
}
.share__ico--twitter {
  background-color: #00AAF3;
}
.share__ico--twitter:hover {
  background-color: #0086c0;
}
.share__ico--linkedin {
  background-color: #0E66A7;
}
.share__ico--linkedin:hover {
  background-color: #0a4978;
}
.share__ico--google {
  background-color: #E14929;
}
.share__ico--google:hover {
  background-color: #bd371a;
}
.infobox {
  background-color: #F3F8FB;
  border: 1px solid #D1E9EE;
  margin: 20px 0;
  padding: 40px 60px;
  font-size: 14px;
  line-height: 1.4;
}
.infobox:before,
.infobox:after {
  content: " ";
  display: table;
}
.infobox:after {
  clear: both;
}
.infobox h4 {
  margin: 0 0 0.5em 0;
  font-size: 18px;
}
.infobox h4 a {
  color: #16174d;
}
.infobox h4 a:hover {
  color: #7BB400;
}
.infobox img {
  float: left;
  margin: 5px 30px 10px 0;
  border: 1px solid #BFD2D6;
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .infobox {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .infobox img {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
}
.accordion {
  padding: 27px 37px 28px 39px;
  margin-bottom: 28px;
}
.accordion:last-child {
  margin-bottom: 76px;
}
@media only screen and (max-width: 1620px) {
  .accordion:last-child {
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 992px) {
  .accordion:last-child {
    margin-bottom: 48px;
  }
}
.accordion .h3 {
  margin: 0;
}
.accordion__toggle {
  position: relative;
  display: flex;
  padding-right: 0;
  margin-left: 8px;
}
.accordion__toggle::after {
  height: 8px;
  width: 16px;
  content: "";
  background: transparent url("../images/arrow-d-green.svg") no-repeat 0 0 / 100% 100%;
  position: relative;
  margin-left: 15px;
  top: 4px;
  transform: rotate(0);
  transition: transform 0.25s;
}
.accordion__open {
  cursor: pointer;
}
.accordion__open.opened .accordion__toggle::after {
  transform: rotate(-180deg);
  transition: transform 0.25s;
}
@media only screen and (max-width: 992px) {
  .accordion {
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 23px;
  }
  .accordion .h3 {
    margin-bottom: 15px;
    width: 100%;
  }
  .accordion .accordion__toggle,
  .accordion .accordion__toggle::after {
    margin-left: 0;
  }
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 111px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5.5px;
  background: #D9E1E8;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  position: relative;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #000000;
}
.stats {
  margin: 70px 0;
}
.stats ul,
.stats li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stats ul {
  display: table;
}
@media only screen and (max-width: 639px) {
  .stats ul {
    display: block;
  }
}
.stats li {
  display: table-cell;
  width: 33.333%;
  vertical-align: top;
  text-align: center;
  padding: 0 50px;
}
@media only screen and (max-width: 1023px) {
  .stats li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .stats li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 639px) {
  .stats li {
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
  .stats li:last-child {
    margin-bottom: 0;
  }
}
.stats strong {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 72px;
  color: #7BB400;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .stats strong {
    font-size: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .stats strong {
    font-size: 40px;
  }
}
.stats .hilight {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .stats .hilight {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .stats .hilight {
    font-size: 18px;
  }
}
h2 + .stats {
  margin-top: 15px;
}
.timeline {
  margin: 60px auto 120px auto;
}
.timeline ol,
.timeline li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline ol {
  position: relative;
}
.timeline ol:before,
.timeline ol:after {
  content: " ";
  display: table;
}
.timeline ol:after {
  clear: both;
}
.timeline ol:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #C5C6C6;
}
.timeline li {
  position: relative;
  box-sizing: border-box;
  clear: both;
  width: 50%;
  margin-top: 50px;
}
.timeline li img {
  position: absolute;
  top: 0;
}
.timeline li p {
  margin: 0;
}
.timeline li:first-child {
  margin-top: 0;
}
.timeline li:last-child {
  background: #fff;
}
.timeline li:nth-child(odd) {
  float: right;
  padding-left: 10%;
}
.timeline li:nth-child(odd) img {
  left: 0;
  margin-left: -54px;
}
.timeline li:nth-child(even) {
  float: left;
  padding-right: 10%;
}
.timeline li:nth-child(even) img {
  right: 0;
  margin-right: -54px;
}
.timeline h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 639px) {
  .timeline ol:before {
    left: 54px;
  }
  .timeline li:nth-child(even),
  .timeline li:nth-child(odd) {
    float: none;
    width: auto;
    padding-left: 120px;
  }
  .timeline li:nth-child(even) img,
  .timeline li:nth-child(odd) img {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .timeline ol:before,
  .timeline img,
  .timeline img + br {
    display: none;
  }
  .timeline li:nth-child(even),
  .timeline li:nth-child(odd) {
    padding-left: 0;
  }
}
.order-step4 {
  padding-top: 50px;
}
.order-step4 .page-header {
  background: none;
  display: block !important;
}
.order-step4 .page-content .page-content-inner {
  max-width: 1010px;
  border: 0;
  background: none;
}
.order-summary {
  padding: 0;
}
.order-item {
  position: relative;
  margin: 0 0 25px 0;
  padding: 42px 35px 30px 35px;
  background: #F3F8FB;
  border: 1px solid #D4EAEF;
  text-align: center;
}
.order-item .button {
  padding: 13px 26px;
}
.order-item-title {
  margin: 0 0 0.25em 0;
  font-size: 18px;
}
.order-item-price {
  margin: 0 0 22px 0;
  font-size: 28px;
  font-weight: 700;
  color: #7BB400;
}
.order-item-info {
  position: relative;
  text-align: left;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-basis: 450px;
}
.order-item-info table {
  font-size: 18px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .order-item-info table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.order-item-info table tr td {
  padding-bottom: 3px;
}
@media only screen and (max-width: 479px) {
  .order-item-info table tr td {
    width: 100%;
  }
}
.order-item-info table tr td:first-child {
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .order-item-info {
    padding-right: 0;
  }
}
.order-item-pay {
  margin: 15px 0;
  padding-right: 30px;
}
.order-item-pay img {
  margin: 10px 25px;
  vertical-align: middle;
}
@media only screen and (max-width: 479px) {
  .order-item-pay {
    padding-right: 0;
  }
}
.order-item-qr {
  width: 104px;
  height: 104px;
}
.order-item-qr img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: brightness(96.5%);
}
@media only screen and (max-width: 479px) {
  .order-item-qr {
    position: static;
    margin: 15px 0;
  }
}
.order-item-no {
  position: absolute;
  left: 35px;
  top: 35px;
  font-size: 18px;
  color: #16174d;
}
@media only screen and (max-width: 767px) {
  .order-item-no {
    position: static;
    margin: -15px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #D4EAEF;
  }
}
.order-finish {
  margin-bottom: 15px;
}
.contact {
  display: table;
  width: 100%;
  margin: 0 0 60px 0;
  line-height: 1.6;
}
.contact1,
.contact2,
.contact3 {
  display: block;
}
.contact1 {
  width: 30%;
}
.contact3 {
  margin-bottom: 34px;
}
.contact3 a {
  padding-left: 45px;
  position: relative;
}
.contact3 a::before {
  content: "";
  height: 21px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 11px;
  background: transparent no-repeat url("../images/mail.svg") 50%/100%;
}
.contact2 {
  margin-bottom: 37px;
  display: block;
}
.contact2 strong {
  font-size: 35px;
  line-height: 1.2;
  color: #16174d;
  position: relative;
  padding-left: 33px;
}
.contact2 strong::before {
  content: "";
  height: 30px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 12px;
  background: transparent no-repeat url("../images/phone.svg") 50%/100%;
}
@media only screen and (max-width: 767px) {
  .contact2 strong {
    font-size: 24px;
    padding-top: 5px;
    top: 3px;
  }
}
.contact-green {
  font-size: 26px;
  font-weight: bold;
}
#contact-form {
  height: 100%;
  background: #F6F6F6;
}
.contact4 a {
  padding-left: 45px;
  position: relative;
  margin-top: 2px;
  display: block;
}
.contact4 a::before {
  content: "";
  height: 36px;
  width: 36px;
  position: absolute;
  left: -5px;
  top: 2px;
  background: transparent no-repeat url("../images/whatsApp.svg") 50%/100%;
}
@media only screen and (max-width: 479px) {
  .contact {
    display: block;
  }
  .contact1,
  .contact2,
  .contact3 {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}
.crumbs {
  margin: 8px 0 20px 0;
}
.crumbs a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: 0 5px 0 12px;
}
.crumbs strong {
  font-weight: 100;
}
.blog {
  max-width: 1446px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #222;
  /*
    p {
        margin: 2em 15px;
    }
    */
}
.blog:before,
.blog:after {
  content: " ";
  display: table;
}
.blog:after {
  clear: both;
}
.blog .crumbs {
  margin-bottom: 0;
  text-align: center;
}
.blog h1 {
  margin-top: 1.5em;
  font-size: 48px;
  line-height: 1.2;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .blog h1 {
    font-size: 30px;
  }
}
.blog img {
  max-width: 100%;
  height: auto;
}
.blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.blog-content h1 {
  margin-top: 1em;
  text-align: center;
  font-size: 40px;
}
.blog-content h2 {
  text-align: left;
  font-size: 24px;
}
.blog-content h3 {
  text-align: left;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-content {
    font-size: 16px;
  }
}
.blog-sidebar {
  float: right;
  width: calc((232/1446px)*100);
}
.blog-nav {
  margin: 0 0 35px 0;
}
.blog-nav h2 {
  margin-top: 1em;
  margin-bottom: 1.3em;
  text-align: left;
}
.blog-nav ul,
.blog-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-nav li {
  border-bottom: 1px solid #CFE8ED;
}
.blog-nav a {
  display: block;
  padding: 6px 20px 5px 20px;
  color: #00b5e2;
  text-decoration: none;
  font-weight: normal;
}
.blog-nav a:hover {
  color: #000;
}
.blog-text {
  font-weight: 400;
  color: #555555;
}
.meta {
  margin: 30px 0;
  padding: 20px 15px 15px 15px;
  border-top: 1px solid #CFE8ED;
  border-bottom: 1px solid #CFE8ED;
  font-weight: 400;
  line-height: 1;
}
.meta:before,
.meta:after {
  content: " ";
  display: table;
}
.meta:after {
  clear: both;
}
.blog-list:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.blog-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 47%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  font-size: 14px;
}
.blog-item .blog-text {
  margin: 0;
}
.blog-item .meta {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 35px;
}
.blog-item h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: left;
  text-transform: none;
  line-height: 1.2;
}
.blog-item h2 a {
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-item h2 {
    font-size: 30px;
  }
}
.blog-item:hover h3 {
  text-decoration: underline;
}
.blog-item:hover .link-green {
  text-decoration: none;
}
.blog-item-img {
  margin: 0 -15px -1.5em -15px;
}
.blog-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-item-full {
  display: block;
  width: 100%;
  max-width: 1005px;
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  border-top: 1px solid #C5C6C6;
}
.blog-item-last {
  border-bottom: 1px solid #C5C6C6;
}
.blog-box + .blog-item-full {
  border-top: 0;
}
.blog-box + .blog-item-full,
.blog-item-full + .blog-box {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-box + .blog-item-full,
  .blog-item-full + .blog-box {
    margin-top: 0;
  }
}
.blog-img {
  float: left;
  width: 24.8%;
}
.blog-img img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #BFD2D6;
}
.blog-img + .blog-text {
  float: right;
  width: 68%;
}
.blog-photo {
  border: 1px solid #BFD2D6;
  margin: 45px 0;
}
.blog-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.meta-date,
.meta-author {
  float: left;
}
.meta-date {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #A1A1A1;
}
.meta-author {
  color: #00b5e2;
}
.meta-links {
  float: right;
}
.meta-links a {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #A1A1A1;
  text-decoration: none;
}
.meta-links a:first-child {
  border-left: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-content,
  .blog-sidebar {
    width: auto;
    float: none;
  }
  .blog-photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .meta {
    text-align: center;
  }
  .meta-date,
  .meta-author,
  .meta-tags {
    float: none;
    display: inline-block;
    margin: 10px;
  }
  .meta-links {
    float: none;
  }
}
@media only screen and (max-width: 639px) {
  .blog-item {
    display: block;
    width: auto;
  }
  .blog-img {
    width: 25%;
  }
  .blog-img + .blog-text {
    width: 72%;
  }
}
@media only screen and (max-width: 479px) {
  .blog-img,
  .blog-img + .blog-text {
    float: none;
    width: auto;
  }
  .blog-img {
    margin-bottom: 1em;
  }
}
.page-blog .page-header {
  background: none;
}
.page-blog .page-header h1 {
  margin-bottom: 0;
  max-width: 1005px;
}
.blog-box {
  margin-top: -1px;
  padding: 25px 50px;
  background: #F6F6F6;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.blog-box h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-box .blog-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-box .blog-list:after {
  content: normal;
  display: none;
}
.blog-box .blog-item {
  display: flex;
  max-width: 33.3333%;
  flex: 0 0 33.333%;
  margin-bottom: 25px;
}
.blog-box .blog-item .blog-img {
  order: 1;
  min-width: 100px;
  width: 100px;
  margin-right: 25px;
  float: none;
}
.blog-box .blog-item .blog-img img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #BFD2D6;
  border-radius: 0;
}
.blog-box .blog-item h3 {
  order: 2;
  margin: 0;
  font-size: 18px;
}
.blog-box .blog-item h3 a {
  color: #000;
}
@media only screen and (max-width: 1023px) {
  .blog-box {
    padding: 25px 0;
  }
  .blog-box .blog-item h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-box {
    padding-bottom: 0;
  }
  .blog-box .blog-list {
    display: block;
  }
  .blog-box .blog-item {
    width: auto;
    max-width: none;
    flex: auto;
  }
}
.blog-tags {
  margin-bottom: 10px;
}
.blog-tags a {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  white-space: nowrap;
  margin: 5px 10px 5px 0;
  background: #F3FBF3;
  border: 1px solid #E3EDCE;
  color: #7bb400;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.4s;
}
.blog-tags a:hover {
  background: #E3EDCE;
}
.blog-tags a:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -1px;
  top: -1px;
  background: #E3EDCE;
  z-index: 2;
}
.blog-tags a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 3;
}
.blog-date {
  color: #555555;
  font-size: 14px ;
}
.blog-detail {
  margin-top: 50px;
  margin-bottom: 90px;
}
.blog-detail .blog-tags {
  margin: 15px 0 60px 0;
  text-align: center;
}
.blog-detail .blog-date {
  text-align: center;
}
.blog-detail .crumbs {
  margin-top: 2em;
}
.blog-detail .perex {
  font-size: 24px;
  line-height: 1.4;
  color: #000;
}
.blog-promo {
  margin: 100px 0;
}
.blog-promo h3 {
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
}
.blog-promo .list-checked {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
}
.blog-promo .list-checked li {
  background-position: 0 3px;
}
@media only screen and (max-width: 1023px) {
  .blog-promo {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-promo {
    margin-bottom: 25px 0;
  }
}
.blog-item--box {
  position: relative;
  width: 339px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 5px;
  background: #fff;
}
.blog-item--box__content {
  padding: 22px 26px 58px 34px;
}
.blog-item--box__content .h3 {
  margin: 14px 0 40px;
}
.blog-item--box__content .link-green {
  position: absolute;
  bottom: 34px;
}
.blog-item--box__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-item--box .row .col-4 {
  height: 214px;
}
@media (max-width: 1200px) {
  .blog-item--box .row .col-4 {
    height: auto;
  }
}
.blog-item--box .row .col-8 {
  position: unset;
}
@media (max-width: 1200px) {
  .blog-item--box {
    width: 33%;
  }
  .blog-item--box:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-item--box {
    width: 100%;
    margin: 0 0 44px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
  .blog-item--box:not(:last-child) {
    margin-right: 0;
  }
  .blog-item--box:first-child {
    margin-top: 18px;
  }
  .blog-item--box__label {
    display: none;
  }
  .blog-item--box__content {
    padding: 0 17px 0 25px;
  }
  .blog-item--box__content .h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 16px;
  }
  .blog-item--box__content .link-green {
    bottom: 0;
    position: relative;
    font-size: 14px;
  }
}
.pagination {
  margin: 57px 0 0;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pagination__list {
    flex-wrap: wrap;
  }
  .pagination__list .pagination__page {
    margin: 12px 5px;
    width: 45px;
  }
  .pagination__list .pagination__button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pagination__list .pagination__btn-wrapper {
    width: 100%;
  }
}
.pagination__page,
.pagination__prev,
.pagination__next {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 48px;
  height: 49px;
  margin: 0 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  background: #D9E1E8;
  color: #16174d;
  justify-content: center;
  transition: all 0.25s;
}
.pagination__page:hover,
.pagination__prev:hover,
.pagination__next:hover {
  background-color: #16174d;
  color: #fff;
  transition: all 0.25s;
}
.pagination__prev {
  margin-right: 15px;
  font-weight: 400;
}
.pagination__next {
  margin-left: 15px;
  font-weight: 400;
}
.pagination__button {
  margin-left: 17px;
}
.pagination__page--active {
  background-color: #16174d;
  color: #fff;
}
.pagination__page--active:hover {
  color: #fff;
}
.pagination__prev,
.pagination__next {
  position: relative;
}
.features {
  margin: 45px 0;
}
.features ul,
.features li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features ul:before,
.features ul:after {
  content: " ";
  display: table;
}
.features ul:after {
  clear: both;
}
.features li {
  box-sizing: border-box;
  float: left;
  width: 33.333%;
  margin: 0 0 60px 0;
  padding: 0 30px;
  text-align: center;
}
.features li:nth-child(3n+1) {
  clear: left;
}
@media only screen and (max-width: 1023px) {
  .features li {
    width: 50%;
  }
  .features li:nth-child(3n+1) {
    clear: none;
  }
  .features li:nth-child(2n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 479px) {
  .features li {
    width: auto;
    float: none;
    padding: 0;
  }
}
.features li h2 {
  margin-bottom: 5px;
}
.features img {
  display: inline-block;
  margin-bottom: 10px;
}
.features strong:first-child {
  display: inline-block;
  padding: 0 0 0.5em 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  line-height: 25px;
}
.features a strong:first-child {
  text-decoration: underline;
}
.features a:hover strong:first-child {
  text-decoration: none;
}
.features strong.feature-price {
  color: #7bb400;
  display: block;
  text-align: center;
  text-transform: none;
  padding: 18px 0 12px 0;
}
.products td {
  vertical-align: top;
  padding: 20px 0;
}
.products td strong:first-child {
  display: inline-block;
  padding: 8px 0;
  font-size: 18px;
  color: #16174d;
}
.products td .button {
  margin-left: 30px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 45px;
}
.products td .button:after {
  right: 30px;
}
.products td img {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .products td:first-child {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .products,
  .products tr,
  .products td {
    display: block;
  }
  .products td {
    padding: 10px 0;
  }
  .products td .button {
    margin-left: 0;
    margin-top: 0;
  }
}
.reasons {
  margin: 0 auto 70px;
  padding: 56px 0;
  background: #F4F5F6;
  position: relative;
}
@media (min-width: 1200px) {
  .reasons {
    width: 1231px;
    max-width: 100%;
  }
}
.reasons h2 {
  margin: 0;
  text-align: center;
  padding-bottom: 56px;
}
.reasons::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: 100%;
  transform: translateX(-25%);
  background: #F4F5F6;
}
.reasons .list-checked li {
  padding-left: 43px;
  font-size: 20px;
  font-style: italic;
  line-height: 22px;
  color: #000;
  flex-basis: 50%;
}
@media (max-width: 500px) {
  .reasons .list-checked li {
    flex-basis: 100%;
  }
}
.reasons .button {
  padding-right: 40px;
}
.reasons .button::after {
  content: none;
}
.brands__item img {
  filter: grayscale(80);
  transition: filter 0.25s;
}
.brands__item:hover img {
  filter: none;
  transition: filter 0.25s;
}
.region {
  padding: 42px 35px 37px;
  display: flex;
  flex-direction: column;
}
.region:not(.hint-content) {
  height: 100%;
}
.region > img {
  max-height: 90px;
  max-width: 90px;
}
.region__title {
  font-size: 30px;
  line-height: 41px;
  margin: 25px 0 9px;
}
.region__text {
  font-size: 15px;
  margin-bottom: 28px;
  max-width: 257px;
}
.region__text + * {
  margin-top: auto;
}
.region .price {
  margin-bottom: 7px;
  color: #7BB400;
  font-size: 18px;
  font-weight: 500;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
.region .price strong {
  margin-right: 10px;
  text-align: right;
  font-size: 24px;
}
.region .price--crossed {
  text-decoration: line-through;
}
.region .price--discount {
  color: green;
}
.region .price--small {
  font-size: 12px;
  color: #999999;
  margin-bottom: 2px;
}
.region .price--small.price--crossed {
  color: #7BB400 !important;
}
.region .price--small strong {
  font-size: 12px;
}
.region .price--small strong i {
  font-weight: 300;
  font-style: normal;
  padding-left: 3px;
  font-size: 11px;
}
.region .price__include-list {
  margin-top: 0;
  padding-inline-start: 17px;
}
.region .price__include-list li::marker {
  color: #999999;
  font-size: 12px;
}
.region .button {
  margin-top: 24px;
  width: max-content;
}
.region--small .region__title {
  font-size: 22px;
  margin: 10px 0 20px;
  line-height: 30px;
}
.region--small .price {
  margin-bottom: 2px;
}
.region--small hr {
  margin: 18px 0 16px;
}
.region--small .list-check--small {
  margin-top: 22px;
  margin-bottom: auto;
}
@media only screen and (max-width: 992px) {
  .col-12:not(:last-child) .region {
    margin-bottom: 41px;
  }
  .region {
    text-align: left;
  }
}
.reviews {
  padding-bottom: 169px;
  margin-left: 11px;
}
.reviews .flickity-viewport {
  overflow: unset;
}
.reviews__item {
  padding: 58px 48px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 15px;
  width: calc(33.3% - 24px);
}
.flickity-resize .reviews__item {
  min-height: 100%;
  display: block;
}
.reviews__name {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 13px;
}
.reviews__name span {
  font-size: 14px;
  font-weight: 400;
  color: #5DA6B6;
  margin-left: 5px;
}
.reviews__stars {
  margin-bottom: 11px;
}
.reviews__stars span {
  color: #F4C601;
  margin-left: 17px;
}
.reviews__text {
  font-size: 20px;
  font-style: italic;
  color: #000;
}
@media (min-width: 992px) {
  .reviews__item {
    padding-left: 100px;
  }
  .reviews__user {
    position: absolute;
    left: 48px;
    top: 51px;
  }
}
@media (min-width: 1200px) {
  .reviews__item {
    padding-left: 130px;
  }
}
@media (min-width: 1620px) {
  .reviews__item {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .reviews {
    margin-left: 20px;
    padding-bottom: 117px;
  }
  .reviews__item {
    padding: 54px 30px 36px;
    width: calc(100% - 20px);
  }
  .reviews__name span {
    display: none;
  }
  .reviews__user {
    margin: 0 23px 22px 0;
  }
  .reviews .flickity-page-dots {
    bottom: 70px;
  }
}
.reviews--transparent {
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent {
    padding-bottom: 0;
  }
}
.reviews--transparent .reviews__item {
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 25px 48px;
  padding-left: 110px;
}
@media only screen and (max-width: 1023px) {
  .reviews--transparent .reviews__item {
    padding: 30px 0 20px;
  }
}
.reviews--transparent .reviews__text {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent .reviews__text {
    font-size: 18px;
  }
}
.reviews--transparent .reviews__stars img {
  height: 29px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent .reviews__stars img {
    height: 18px;
    width: 19px;
  }
}
.reviews--transparent .reviews__stars img:not(:last-child) {
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent .reviews__name {
    margin-bottom: 9px;
  }
}
.reviews--transparent .reviews__stars span {
  font-size: 26px;
  margin-left: 28px;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent .reviews__stars span {
    display: none;
  }
}
.reviews--transparent .reviews__user {
  left: 10px;
  top: 31px;
}
@media only screen and (max-width: 767px) {
  .reviews--transparent .reviews__user {
    height: 50px;
    width: 39px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.reviews--transparent .flickity-page-dots {
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .reviews--transparent .flickity-page-dots {
    bottom: 17px;
  }
}
.reviews__list .reviews__item {
  width: 100%;
  box-shadow: none;
  border-top: 1px solid #D9E1E8;
  padding-top: 38px;
  padding-bottom: 38px;
  border-radius: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .reviews__list .reviews__item {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.reviews__list .reviews__item .reviews__text {
  margin-bottom: 0;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .reviews__list .reviews__item .reviews__text {
    font-size: 18px;
    margin-top: 8px;
  }
}
.reviews__list .reviews__item .reviews__user {
  top: 35px;
}
@media only screen and (max-width: 767px) {
  .reviews__list .reviews__item .reviews__user {
    height: 50px;
    width: 39px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews__list .reviews__item .reviews__name {
    margin-bottom: 9px;
  }
}
.member__item {
  margin-bottom: 66px;
}
@media only screen and (max-width: 1620px) {
  .member__item {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 992px) {
  .member__item {
    margin-bottom: 30px;
  }
}
.member__item .h4 {
  margin-bottom: 4px;
}
.member__item h3 {
  margin-bottom: 2px;
}
.price-table {
  --color-separator: #D9E1E8;
  --color-heading: #16174d;
  --color-highlight: #7BB400;
  --color-text: #000;
  --font-big: 19px;
  --font-medium: 17px;
  --font-small: 14px;
  width: 100%;
  text-align: left;
}
.price-table .cell-time {
  color: var(--color-heading);
  font-size: var(--font-medium);
}
.price-table .cell-big {
  width: 35%;
}
.price-table .cell-small {
  width: 5%;
  min-width: 60px;
}
.price-table .cell-content {
  vertical-align: text-top;
  width: 20%;
}
.price-table tr {
  border-bottom: 1px solid var(--color-separator);
}
@media only screen and (max-width: 767px) {
  .price-table thead {
    display: none;
  }
}
.price-table thead th {
  color: var(--color-heading);
  font-size: var(--font-big);
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .price-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .price-table tbody tr {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .price-table tbody .cell-big {
    width: 80%;
  }
  .price-table tbody .cell-content {
    width: 33.3%;
  }
}
.price-table tbody th {
  font-size: var(--font-big);
  padding-block: 1em;
}
.price-table tbody td {
  color: var(--color-highlight);
  font-size: var(--font-big);
  font-weight: bold;
  padding-block: 1em;
}
.price-table tbody td p {
  color: var(--color-text);
  font-size: var(--font-small);
  font-weight: normal;
  margin-bottom: 0;
}
/* UI komponenty - homepage*/
.why {
  max-width: 1446px;
  margin: auto;
  padding: 60px 20px;
  font-size: 18px;
  font-weight: 300;
}
.why h2 {
  margin-top: 0;
  font-size: 30px;
  text-transform: none;
}
.why ul,
.why li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why li {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 10px 0 15px 0;
  padding: 3px 0 3px 45px;
  vertical-align: top;
  width: 48%;
}
.why li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 27px;
  height: 27px;
}
@media only screen and (max-width: 767px) {
  .why li {
    display: block;
    width: auto;
  }
}
.status {
  position: relative;
  background: #16174d;
  padding: 50px 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.status p {
  margin: 0;
}
.status strong {
  display: block;
  font-size: 60px;
}
.status:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 98px;
  left: 50%;
  bottom: -50px;
  margin-left: 120px;
}
.icon-status {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: -5px 8px 0 0;
  vertical-align: middle;
  border-radius: 30px;
  background-color: #292A61;
  background-position: 54% 49%;
}
.about {
  max-width: 1446px;
  margin: auto;
  border-top: 1px solid #CFE8ED;
}
.about:before,
.about:after {
  content: " ";
  display: table;
}
.about:after {
  clear: both;
}
.about h2 {
  font-size: 30px;
  text-transform: none;
}
.about-box {
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  margin: 30px 0;
  padding: 0 30px;
}
.about-img {
  margin: 0;
  text-align: center;
  height: 70px;
}
.about-img img {
  max-width: 100%;
  height: auto;
}
.about-text {
  font-size: 18px;
  text-align: center;
  color: #16174D;
  font-weight: normal;
}
.about-text p {
  margin-bottom: 8px;
}
.about-text a {
  padding-right: 15px;
  background-position: 100% 45%;
  font-size: 14px;
  font-weight: bold;
  color: #7BB400;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .about-img {
    float: none;
  }
  .about-text {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-box {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .about-img {
    float: left;
  }
  .about-text {
    margin: 0 0 0 120px;
  }
}
@media only screen and (max-width: 639px) {
  .about-img {
    display: none;
  }
  .about-text {
    margin: 0;
  }
}
.references {
  max-width: 1446px;
  margin: auto;
  padding: 0 20px 45px 20px;
}
.references:before,
.references:after {
  content: " ";
  display: table;
}
.references:after {
  clear: both;
}
.references > h2 {
  text-align: center;
}
.references h2 {
  font-size: 30px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .references {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ref-item {
  box-sizing: border-box;
  padding: 30px 40px;
  border: 1px solid #D0D5D8;
  border-radius: 4px;
  background-color: #F8F8F8;
  margin-bottom: 3%;
}
.ref-item-odd {
  clear: both;
  float: left;
  width: 48.5%;
}
.ref-item-even {
  float: right;
  width: 48.5%;
}
.ref-img {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #D0D5D8;
}
.ref-img img {
  width: 100%;
  height: auto;
}
.ref-rating {
  margin-bottom: 10px;
}
.ref-rating img {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.ref-text {
  margin-left: 150px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #444;
}
.ref-src {
  color: #888888;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .ref-item-even,
  .ref-item-odd {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 639px) {
  .ref-img {
    display: none;
  }
  .ref-text {
    margin-left: 0;
  }
}
.page .references {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: #F4F5F6;
}
.page .references h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 21px;
}
.ref-slider {
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  padding: 0 120px;
  text-align: center;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}
.ref-slider .ref-slide {
  outline: 0;
}
.ref-slider .ref-text {
  margin: 0 0 20px 0;
  font-size: 30px;
  color: #16174d;
  text-align: center;
  line-height: 1.2;
}
.ref-slider .ref-src {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 15px 0 15px 0;
  font-size: 18px;
  color: #16174d;
  text-align: center;
  font-style: italic;
}
.ref-slider .ref-src img {
  margin-right: 20px;
  border-radius: 50%;
}
.ref-slider .slick-prev,
.ref-slider .slick-next {
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999px;
  width: 30px;
  height: 50px;
  position: absolute;
  top: 15%;
}
.ref-slider .slick-prev {
  left: 0;
}
.ref-slider .slick-next {
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .ref-slider {
    padding: 0 60px;
  }
  .ref-slider .ref-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ref-slider {
    padding: 0 35px;
  }
  .ref-slider .ref-text {
    font-size: 18px;
  }
  .ref-slider .ref-src {
    font-size: 16px;
  }
}
.protect {
  background: #EAF2F5;
}
.protect .protect-inner {
  max-width: 820px;
  padding: 110px 30px 110px 30px;
  margin: auto;
}
.protect .protect-inner:before,
.protect .protect-inner:after {
  content: " ";
  display: table;
}
.protect .protect-inner:after {
  clear: both;
}
.protect .button {
  margin: 65px 0 0 40px;
}
@media only screen and (max-width: 880px) {
  .protect .protect-inner {
    padding: 30px;
  }
}
.protect-img {
  position: relative;
  float: left;
  width: 444px;
  height: 184px;
}
.protect-img span {
  position: absolute;
  left: 160px;
  top: 32px;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Safari */
  transform: rotate(7deg);
  display: block;
  font-family: Caveat;
  font-size: 26px;
  text-align: center;
  color: #377786;
  line-height: 1.2;
}
.protect-price {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: block;
  font-family: Caveat;
  font-size: 24px;
  color: #377786;
  line-height: 1.1;
  text-align: center;
  -ms-transform: rotate(-8deg);
  /* IE 9 */
  -webkit-transform: rotate(-8deg);
  /* Safari */
  transform: rotate(-8deg);
}
.protect-price:before {
  position: absolute;
  left: -50px;
  top: 35px;
  content: "";
  display: block;
  width: 41px;
  height: 21px;
}
@media only screen and (max-width: 880px) {
  .protect {
    text-align: center;
  }
  .protect .button {
    margin-top: 20px;
  }
  .protect-img {
    float: none;
    width: 368px;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .protect-price {
    position: static;
    margin-top: 30px;
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari */
    transform: rotate(0deg);
  }
  .protect-price br {
    display: none;
  }
  .protect-price:before {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .protect .protect-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .protect-img {
    width: 245px;
    background-position: -123px 0;
  }
  .protect-img span {
    left: 40px;
  }
}
.process {
  padding: 60px 0;
  background: #CFE8ED;
}
.process h2 {
  margin-top: 0;
  font-size: 30px;
  text-transform: none;
}
.process ol,
.process li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.process ol {
  position: relative;
}
.process ol:before,
.process ol:after {
  content: " ";
  display: table;
}
.process ol:after {
  clear: both;
}
.process li {
  position: relative;
  float: left;
  width: 14.28%;
  padding: 100px 0 0 0;
  font-size: 13px;
  color: #16174d;
  font-weight: 500;
  background-position: 100% 40px;
}
.process li span {
  display: block;
  margin-left: -10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 86px;
  text-align: center;
}
.process li:before {
  content: "";
  width: 84px;
  height: 84px;
  border: 1px solid #66ABBB;
  background-color: #fff;
  background-position: center;
  border-radius: 43px;
  position: absolute;
  top: 0;
  left: 0;
}
.process li:last-child {
  background: none;
}
.process li:nth-child(2):after {
  display: block;
  content: "";
  height: 170px;
  border-right: 2px dashed #16174d;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 43px;
}
@media only screen and (max-width: 767px) {
  .process li {
    font-size: 12px;
  }
  .process li:nth-child(2):after {
    height: 110px;
  }
}
@media only screen and (max-width: 639px) {
  .process li {
    width: auto;
    float: none;
    margin-bottom: 30px;
    background: none !important;
  }
  .process li:before {
    left: 50%;
    margin-left: -43px;
  }
  .process li:nth-child(2):after {
    width: 280px;
    height: auto;
    margin-left: -140px;
    top: auto;
    bottom: -15px;
    border-right: 0;
    border-bottom: 2px dashed #16174d;
  }
  .process li span {
    margin: auto;
    width: auto;
  }
}
.process-inner {
  max-width: 1446px;
  margin: auto;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .process-inner {
    padding-left: 0;
  }
}
.process-online {
  text-align: center;
  font-family: Caveat;
  font-size: 36px;
  color: #246978;
}
/*# sourceMappingURL=main.css.map */