@charset "UTF-8";
.glider {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,
.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156,156,156,0.25);
    box-shadow: 0 0 1px rgba(255,255,255,0.25);
  }
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container~.fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0;
  transition-timing-function: cubic-bezier(.55,.06,.68,.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #000100;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide >* {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(12%);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content {
  background: transparent;
}
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.fancybox-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
  z-index: 1;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
  text-align: center;
}
.fancybox-caption a {
  pointer-events: all;
  color: #fff;
  text-decoration: underline;
}
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
  background: #000100;
}
.fancybox-button:hover {
  background: #000100;
}
.fancybox-button:after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-button--disabled:after {
  opacity: .5;
}
.fancybox-button--disabled:before {
  opacity: .5;
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-loading {
  border: 6px solid rgba(99,99,99,0.4);
  border-top: 6px solid rgba(255,255,255,0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}
.fancybox-container--thumbs .fancybox-controls {
  right: 220px;
}
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs >ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs >ul >li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.fancybox-thumbs >ul >li >img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs >ul >li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
}
.fancybox-thumbs >ul >li.fancybox-thumbs-active:before {
  opacity: 1;
}
li.fancybox-thumbs-loading {
  background: rgba(0,0,0,0.1);
}
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left {
    display: none !important;
  }
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-controls {
    right: 0;
  }
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --header-logo-width: calc(110px + 1vw);
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  overflow-y: scroll;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
body.ovefload--hidden {
  overflow: hidden;
}
main {
  position: relative;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  align-self: flex-start;
}
img[height],
img[width],
svg[height],
svg[width] {
  max-width: none;
}
svg {
  fill: currentColor;
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1366px;
  position: relative;
}
.container--fluid {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .container--fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
body {
  position: relative;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 4rem;
  color: #4A7643;
}
h2,
.h2 {
  color: #656969;
}
p {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
.title--fancy-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.title--fancy-underline::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.title--fancy-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  transform-origin: top left;
}
.text-transform--uppercase {
  text-transform: uppercase;
}
.text-align--left {
  text-align: left !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--right {
  text-align: right !important;
}
.primary-color {
  color: #4A7643;
}
.white-color {
  color: white;
}
.ul--default {
  list-style: none;
}
.ul--default li {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  line-height: 1.7;
  position: relative;
}
.ul--default li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #4A7643;
  left: -20px;
  position: absolute;
}
.fill--white {
  fill: #fff;
}
.fill--black {
  fill: #000;
}
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
}
.row--reverse {
  flex-direction: row-reverse;
}
.flex {
  display: flex;
}
.flex--inline {
  display: inline-flex;
}
.col {
  flex-direction: column;
}
.col--reverse {
  flex-direction: column-reverse;
}
.pt-50 {
  padding-top: 50px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-50 {
  padding-bottom: 50px;
}
.mainNav {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-right: 220px;
}
@media screen and (max-width: 1366px) {
  .mainNav {
    padding-right: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mainNav {
    padding-right: 200px;
    display: none;
    flex-flow: column;
    align-items: flex-start;
    position: absolute;
    top: 88px;
    z-index: 10;
    right: 0px;
    width: 320px;
    padding: 0;
    z-index: 15;
    background: white;
  }
}
@media screen and (max-width: 480px) {
  .mainNav {
    width: 270px;
  }
}
.mainNav.is-active {
  display: flex;
}
.mainNav--item {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .mainNav--item {
    width: 100%;
  }
}
.mainNav--item--link {
  cursor: pointer;
  padding: 35px 20px;
  display: block;
  color: #063265;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
  background: white;
}
@media screen and (max-width: 768px) {
  .mainNav--item--link {
    width: 100%;
    padding: 25px 20px;
  }
}
.mainNav--item--link:hover {
  color: #b80000;
  background: #f2f2f2;
}
.mainNav--item--link.is-active {
  color: #b80000;
  background: #f2f2f2;
}
.mainNav--item:last-child {
  border-right: 1px solid #f2f2f2;
}
.mainNav__item {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  order: 1;
}
.mainNav__item.searchBox {
  order: 2;
}
@media screen and (max-width: 990px) {
  .mainNav__item.searchBox {
    order: 3;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainNav__item.searchBox {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.mainNav__item--link:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: red;
  z-index: 10;
  opacity: 0;
  transition: 0.3s ease;
}
.mainNav__item--link:hover::after {
  max-width: 100%;
  opacity: 1;
}
.mainNav__lang {
  width: 220px;
  position: absolute;
  z-index: 20;
  right: 0;
  align-self: flex-start;
  justify-content: flex-end;
  order: 4;
  background: white;
}
@media screen and (max-width: 768px) {
  .mainNav__lang {
    right: 100px;
  }
}
@media screen and (max-width: 480px) {
  .mainNav__lang {
    width: 170px;
  }
}
.mainNav__lang--link {
  list-style: none;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  display: block;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.mainNav__lang--link-svg {
  width: 105px;
  padding: 19px 10px 19px 45px;
}
@media screen and (max-width: 480px) {
  .mainNav__lang--link-svg {
    width: 91px;
    padding: 26px 10px 26px 45px;
  }
}
.mainNav__lang--link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mainNav__lang--link a {
    font-size: 15px;
  }
}
.mainNav__lang--link.active {
  max-height: 100px;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .mainNav__lang--link.active {
    background: #f2f2f2;
  }
}
.mainNav__lang--link.active a {
  pointer-events: none;
}
.mainNav__lang:hover .mainNav__lang--link {
  max-height: 100px;
  opacity: 1;
  pointer-events: auto;
}
.mainNav__lang:hover .mainNav__lang--link:hover {
  background: #f2f2f2;
}
.mainNav__lang:hover .mainNav__lang--link.active:hover {
  background: white;
}
.mainNav__lang:hover .mainNav__lang--arrow {
  transform: rotate(90deg);
}
.mainNav__lang--arrow {
  fill: black;
  width: 7px;
  transform: rotate(-90deg);
  position: absolute;
  left: 20px;
  top: 37px;
}
.mainNav__burger {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  order: 3;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .mainNav__burger {
    display: block;
    right: 30px;
  }
}
.mainNav__burger:hover {
  cursor: pointer;
}
.mainNav__burger--item {
  background: black;
  transform: translateY(-50%) rotate(0deg);
  position: absolute;
  width: 100%;
  height: 3px;
  transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
}
.mainNav__burger--item:nth-child(1) {
  top: 10%;
}
.mainNav__burger--item:nth-child(2) {
  top: 50%;
}
.mainNav__burger--item:nth-child(3) {
  top: 90%;
}
.mainNav__burger.clicked .mainNav__burger--item {
  transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease !important;
}
.mainNav__burger.clicked .mainNav__burger--item:nth-child(1) {
  top: 50% !important;
  transform: translateY(-50%) rotate(315deg) !important;
}
.mainNav__burger.clicked .mainNav__burger--item:nth-child(2) {
  transform: translateY(-50%) rotate(405deg) !important;
}
.mainNav__burger.clicked .mainNav__burger--item:nth-child(3) {
  top: 50% !important;
  transform: translateY(-50%) rotate(405deg) !important;
}
header {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid #f2f2f2;
}
header .container--fluid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logo--img {
  align-self: flex-start;
  max-width: 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo--img {
    padding: 13px 0;
  }
}
.nav--White {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .nav--White {
    max-width: 100%;
    max-height: calc(100% - 88px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    pointer-events: none;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 88px;
    background: rgba(255,255,255,0.7);
  }
  .nav--White.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
footer {
  padding: 30px 0;
  width: 100%;
}
.copyright {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #063265;
}
.created {
  position: absolute;
  padding: 5px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  color: black;
}
@media screen and (max-width: 768px) {
  .created {
    position: relative;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
.created__logo {
  align-self: center;
  width: 80px;
  margin-left: 15px;
}
.button {
  padding: 15px 25px;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .button {
    padding: 10px 15px;
  }
}
.button__group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.button__group .button {
  margin: 0 10px;
}
.button__white {
  background: white;
  color: #063265;
  border: 2px solid #063265;
}
.button__white:hover {
  background: #b80000;
  border: 2px solid #b80000;
  color: white;
}
.home--bg {
  background: #3f6289;
  background: linear-gradient(50deg,#3f6289 0%,#174173 100%);
  height: 500px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 88px;
}
@media screen and (max-width: 768px) {
  .home--bg {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .home--bg {
    height: 300px;
  }
}
.home--bg-img {
  width: auto;
  position: absolute;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  top: 0;
  left: auto;
  right: auto;
}
.home--bg .container--fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 3;
}
.references__header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.references__body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.references__item {
  width: calc(100% / 3 - 20px);
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .references__item {
    width: calc(100% / 2 - 10px);
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .references__item {
    width: 100%;
  }
}
.references__item:nth-child(3n) {
  margin-right: 0;
  width: calc(33.333333333333%);
}
@media screen and (max-width: 768px) {
  .references__item:nth-child(3n) {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 480px) {
  .references__item:nth-child(3n) {
    width: 100%;
  }
}
.references__item:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 0;
  background-color: rgba(64,99,137,0.7);
  transition: 0.3s ease;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.references__item:hover .button,
.references__item:hover .references__item--txt {
  z-index: 3;
}
.references__item:hover::after {
  max-height: 1000px;
}
.references__item--txt {
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 110px;
}
@media screen and (max-width: 990px) {
  .references__item--txt {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .references__item--txt {
    top: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .references__item--txt {
    top: 40px;
  }
}
.references__item .button--white {
  position: absolute;
  bottom: 90px;
  background: white;
}
@media screen and (max-width: 990px) {
  .references__item .button--white {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .references__item .button--white {
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .references__item .button--white {
    bottom: 40px;
  }
}
.references__item .button--white:hover {
  background: #b80000;
  color: white;
}
.references__item--img {
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .references__item--img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .references__item--img {
    height: auto;
  }
}
.tab {
  width: 25%;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 730px) {
  .tab {
    width: 50%;
  }
  .tab:nth-child(odd).is-active {
    background-color: #406389;
    align-items: center;
  }
  .tab:nth-child(odd).is-active svg * {
    fill: white;
  }
  .tab:nth-child(odd).is-active:after {
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f2f2;
    transform: rotate(180deg);
    width: 40px;
    height: 30px;
    bottom: auto;
    top: auto;
    left: 0;
  }
  .tab:nth-child(odd).is-active .tab-title {
    color: white;
  }
  .tab:nth-child(even).is-active {
    background-color: #406389;
    align-items: center;
  }
  .tab:nth-child(even).is-active svg * {
    fill: white;
  }
  .tab:nth-child(even).is-active:after {
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #f2f2f2;
    transform: rotate(0deg);
    width: 40px;
    height: 30px;
    bottom: auto;
    top: auto;
    left: auto;
    right: 0;
  }
  .tab:nth-child(even).is-active .tab-title {
    color: white;
  }
}
.tab.is-active {
  background-color: #406389;
}
.tab.is-active svg * {
  fill: white;
}
.tab.is-active:after {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #f2f2f2;
  transform: rotate(-90deg);
  top: -10px;
}
.tab.is-active .tab-title {
  color: white;
}
.tab-content {
  display: none;
  flex-wrap: wrap;
  width: 100%;
}
.tab-content.is-open {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tab-content.is-open {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tab--img {
  width: 50%;
  margin: 70px 20% 20px 20%;
  align-self: center;
}
@media screen and (max-width: 730px) {
  .tab--img {
    margin: 20px 20% 20px 20%;
  }
}
.tab--img-3 {
  width: 40%;
}
.tab-title {
  width: 100%;
  text-align: center;
  color: #063265;
  font-size: 20px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media screen and (max-width: 990px) {
  .tab-title {
    font-size: 17px;
  }
}
section {
  position: relative;
}
.section--white {
  background: white;
}
.section--gray {
  position: absolute;
  width: 100%;
  height: 310px;
  left: 0;
  bottom: 0;
  background: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section--gray {
    height: 55%;
  }
}
.section__gray {
  background: #f2f2f2;
}
.section__line {
  position: absolute;
  background: #b80000;
}
.section__line:after {
  content: "";
  width: 3px;
  height: 30px;
  background: #b80000;
  right: 0;
  position: absolute;
}
.section__line.left {
  left: -200px;
  top: 28px;
  width: 230px;
  height: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .section__line.left {
    top: 18px;
  }
}
.section__line.bottom {
  display: flex;
  width: 30px;
  height: 3px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  left: 210px;
  bottom: -45px;
}
@media screen and (max-width: 480px) {
  .section__line.bottom {
    left: 142px;
  }
}
.section__line.bottom:after {
  content: "";
  width: 3px;
  height: 200px;
  background: #b80000;
  right: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .section__line.bottom:after {
    height: 190px;
  }
}
@media screen and (max-width: 480px) {
  .section__line.bottom:after {
    height: 140px;
  }
}
.section__mainTitle {
  text-align: center;
  color: white;
  font-size: 50px;
  font-weight: 300;
  position: relative;
}
@media screen and (max-width: 480px) {
  .section__mainTitle {
    font-size: 35px;
  }
}
.section__mainTitle span {
  font-weight: 500;
}
.section__title {
  position: relative;
  color: #063265;
  font-size: 25px;
  line-height: 39px;
  font-weight: 300;
}
.section__title span {
  font-size: 35px;
  font-weight: 500;
}
.aboutContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 150px 0;
}
@media screen and (max-width: 1280px) {
  .aboutContent {
    padding: 100px 0 100px 0;
  }
}
.aboutContent .section__line.right {
  position: relative;
  margin: 35px 0;
  width: 200px;
  height: 3px;
  display: flex;
  align-items: center;
}
.aboutContent .section__line.right:after {
  right: auto;
  left: 0;
}
.aboutContent--left {
  width: 810px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  order: 1;
}
@media screen and (max-width: 1366px) {
  .aboutContent--left {
    width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  .aboutContent--left {
    max-height: 430px;
  }
}
@media screen and (max-width: 990px) {
  .aboutContent--left {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aboutContent--left {
    max-height: unset;
  }
}
.aboutContent__bigImg {
  width: 75%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  border: 3px solid #f2f2f2 !important;
}
@media screen and (max-width: 480px) {
  .aboutContent__bigImg {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .aboutContent__bigImg {
    min-height: 400px;
  }
}
@media screen and (max-width: 730px) {
  .aboutContent__bigImg {
    min-height: 350px;
  }
}
.aboutContent__bigImg-img {
  width: 100%;
  align-self: center;
}
.aboutContent__bigImg h2 {
  font-size: 25px;
  color: #063265;
  font-weight: 500;
}
.aboutContent__bigImg h2 span {
  font-weight: 300;
}
.aboutContent__small {
  width: 22%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .aboutContent__small {
    width: 25%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .aboutContent__small {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    flex-flow: unset;
    align-items: center;
    height: auto;
  }
}
.aboutContent__small--item {
  width: 100%;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  height: calc(50% - 15px);
}
@media screen and (max-width: 990px) {
  .aboutContent__small--item {
    height: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .aboutContent__small--item {
    width: 47.5%;
  }
}
.aboutContent__small--item:nth-child(2) {
  background: #406389;
}
.aboutContent__small--item:nth-child(2) h2 {
  color: white;
}
.aboutContent__small--item h2 {
  color: #063265;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 730px) {
  .aboutContent__small--item h2 {
    font-size: 14px;
  }
}
.aboutContent__small--img {
  width: 40%;
  margin: 15px 20%;
}
@media screen and (max-width: 768px) {
  .aboutContent__small--img {
    width: 50%;
    margin: 15px 25%;
  }
}
@media screen and (max-width: 990px) {
  .aboutContent__small--img {
    width: 20%;
    margin: 15px 40%;
  }
}
@media screen and (max-width: 730px) {
  .aboutContent__small--img {
    width: 30%;
    max-height: 50px;
    margin: 15px 35%;
  }
}
.aboutContent--right {
  width: calc(100% - 850px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  order: 2;
}
@media screen and (max-width: 1366px) {
  .aboutContent--right {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 990px) {
  .aboutContent--right {
    width: 100%;
    order: 1;
  }
}
.aboutContent--txt {
  font-size: 17px;
  color: black;
  font-weight: 300;
  line-height: 1.6;
}
.aboutContent--txt b {
  font-weight: 500;
}
.aboutContent--txt p {
  margin-bottom: 15px;
}
.aboutContent--txt p:last-child {
  margin-bottom: 0;
}
.tech .section__line.left {
  top: 18px;
  left: calc(50% - 496px);
  right: auto;
}
.cont .section__line.left {
  top: 18px;
  left: calc(50% - 363px);
  right: auto;
}
.technology {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 70px 0;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .technology {
    margin: 70px 0 70px 0;
  }
}
.technology__item {
  width: calc(100% / 4 - 50px);
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .technology__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .technology__item:nth-child(1),
  .technology__item:nth-child(2) {
    margin-bottom: 50px;
  }
}
.technology__item--title {
  color: #063265;
  font-size: 25px;
  font-weight: 500;
  margin: 30px 0;
}
.technology__item--title span {
  font-weight: 300;
  color: black;
  font-weight: 23px;
}
.technology__item--img {
  width: 80%;
  align-self: center;
  margin: 0 10%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .technology__item--img {
    width: 60%;
    margin: 0 20%;
  }
}
.technology__item .button__group {
  display: none;
}
.contact {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.contact--left {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  order: 2;
}
@media screen and (max-width: 990px) {
  .contact--left {
    width: 100%;
    justify-content: flex-start;
  }
}
.contact--left .section__title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.contact--left .section__title span {
  font-size: 25px;
}
.contact .contact--title {
  font-size: 20px;
  color: #063265;
  width: 100%;
  font-weight: 500;
  padding-left: 50px;
  margin-top: 20px;
}
.contact--right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  order: 1;
}
@media screen and (max-width: 990px) {
  .contact--right {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact--right .section__title {
  text-align: left;
  color: black;
  align-self: flex-start;
}
@media screen and (max-width: 990px) {
  .contact--right .section__title {
    margin-bottom: 15px;
  }
}
.contact--right .section__title span {
  color: #063265;
}
.contact--txt {
  color: black;
  font-size: 17px;
  line-height: 1.7;
  width: 100%;
  margin: 15px 0;
  padding-left: 50px;
  position: relative;
  margin-bottom: 50px;
}
.contact--txt:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 110px;
  top: -30px;
  left: 14px;
  background: #b80000;
}
.contact--txt:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  top: -30px;
  background: #b80000;
}
.contact__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact__content--left {
  width: 200px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 990px) {
  .contact__content--left {
    width: 180px;
  }
}
.contact__content--left:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 6px;
  right: 14px;
  background: #b80000;
}
.contact__content--left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  right: 0;
  top: 6px;
  background: #b80000;
}
.contact__content--right {
  width: calc(100% - 240px);
  display: flex;
  flex-flow: column;
  align-self: center;
  position: relative;
  align-items: flex-end;
}
@media screen and (max-width: 990px) {
  .contact__content--right {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 480px) {
  .contact__content--right {
    width: calc(100% - 200px);
  }
}
.contact__content--title {
  width: 100%;
  font-weight: 20px;
  color: #063265;
  margin: 20px 0;
  font-size: 20px;
}
.contact__content--txt {
  color: black;
  line-height: 1.7;
  font-size: 17px;
  width: 100%;
  text-align: left;
}
.contact--map,
.contact--iframe {
  width: 100%;
  height: 300px;
  display: block;
}
.contact--icon {
  width: 70%;
  align-self: flex-start;
}
.contact__line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 3px;
  background: #b80000;
  position: relative;
  margin: 30px 0 10px 0;
}
.contact__line:after {
  content: "";
  width: 3px;
  height: 30px;
  top: 15px;
  right: 0;
  background: #b80000;
}
.info {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}
@media screen and (max-width: 990px) {
  .info {
    width: auto;
    margin-top: 40px;
  }
}
.info__ul {
  padding: 0 0 0 70px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 990px) {
  .info__ul {
    flex-wrap: nowrap;
    flex-flow: column;
    align-items: flex-start;
  }
}
.info__ul--li {
  list-style: none;
  width: 100%;
  font-weight: 400;
  line-height: 2;
  font-size: 17px;
}
@media screen and (max-width: 990px) {
  .info__ul--li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .info__ul--li {
    font-size: 15px;
  }
}
.info__ul--li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.info--img {
  position: absolute;
  left: 0;
  width: 40px;
  align-self: center;
}
.person {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 30px 0;
}
@media screen and (max-width: 990px) {
  .person {
    margin-bottom: 0;
  }
}
.person__item {
  width: calc(100% / 3 - 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .person__item {
    width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 990px) {
  .person__item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .person__item {
    width: 100%;
  }
}
.person__item--link {
  width: calc(100% - 150px);
  text-align: left;
  align-self: flex-end;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 730px) {
  .person__item--link {
    width: 100%;
    padding-left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .person__item--link {
    width: calc(100% - 100px);
    padding-left: 30px;
  }
}
.person__item--link a {
  text-align: left;
  font-size: 18px;
  color: #063265;
}
.person__item--link:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: -5px;
  left: -33px;
  background: #b80000;
}
@media screen and (max-width: 730px) {
  .person__item--link:after {
    left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .person__item--link:after {
    left: 5px;
  }
}
.person__item--link:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  left: -47px;
  top: -5px;
  background: #b80000;
}
@media screen and (max-width: 730px) {
  .person__item--link:before {
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .person__item--link:before {
    left: -10px;
  }
}
.person__item--txt {
  width: 75%;
  font-size: 18px;
  line-height: 1.7;
  color: black;
  text-align: left;
  margin: 20px 0 30px 0;
}
@media screen and (max-width: 730px) {
  .person__item--txt {
    font-size: 15px;
    margin: 20px 0 20px 0;
  }
}
.person__item img {
  width: 25%;
  margin-right: 20%;
  align-self: center;
}
.person__item--name {
  color: black;
  font-weight: 500;
  font-size: 25px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 730px) {
  .person__item--name {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .person__item--name {
    margin-bottom: 30px;
  }
}
.person__item--info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.person__item--info img {
  width: 90px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 730px) {
  .person__item--info img {
    display: none;
  }
}
.person__item--qr {
  width: 100px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .person__item--qr {
    top: 0;
  }
}
@media screen and (max-width: 730px) {
  .person__item--qr {
    width: 50%;
    margin: 10px 0 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .person__item--qr {
    width: 100px;
    margin: 0;
  }
}
.map--iframe {
  width: 100%;
  height: 400px;
}
.news-item {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: 1px solid ;
}
.news-item-content {
  float: left;
}
.news-item-content-text {
  margin-bottom: 10px;
}
.news-item-content-date {
  color: #5e5e5e;
}
.news-item-content-more {
  margin: 0 5px;
}
.news-item-thumb {
  float: left;
}
.news-item-thumb img {
  margin-right: 10px;
}
.news-detail {
  margin-bottom: 10px;
}
.news-detail-last-change {
  color: #5e5e5e;
}
.news-detail-back {
  margin: 0 5px;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: ;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.bookings_sheet tr td {
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .bookings_sheet tr td {
    padding: 6px 4px !important;
  }
}
@media screen and (max-width: 1550px) {
  .bookings_sheet tr td {
    padding: 6px 2px !important;
  }
}
.bookings_sheet tr:hover {
  background: none !important;
}
.bookings_month {
  font-size: 17px;
  font-family: ;
  padding: 7px 0 25px;
}
.bookings_tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  color: white !important;
  text-align: center;
}
.bookings_tooltip .booking_detail {
  position: absolute;
  display: none;
  background: rgba(0,0,0,0.8);
  color: white;
  padding: 10px;
  line-height: 16px;
  font-size: 14px;
}
.bookings_tooltip .booking_detail strong {
  margin-bottom: 4px;
  display: block;
}
.bookings_tooltip:hover .booking_detail {
  display: block;
}
.album-item {
  float: left;
  margin: 5px;
  width: ;
}
.album-item-title {
  display: block;
  text-align: center;
}
.album-item-description {
  text-align: center;
}
.album-item img {
  width: 100%;
}
.pagination li {
  padding: 0px !important;
}
.pagination li a {
  padding: 2px 8px;
  float: left;
  border-radius: ;
  border: 1px solid gray;
  margin: 5px;
}
.pagination li.active a {
  background: #eeeeee;
}
.DownloadGalleryTable img {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.gallery-item {
  float: left;
  margin: 5px;
  width: ;
}
.gallery-item img {
  width: 100%;
}
.registrace-form small {
  margin-top: 13px;
  font-size: 13px;
  display: block;
}
.error_box {
  color: #c51919;
  display: block;
  padding: 3px;
}
.success_box {
  color: #3db812;
  display: block;
  padding: 3px;
}
.form tbody tr td {
  padding: 2px !important;
}
.form-title {
  vertical-align: middle;
  font-weight: bold;
  width: 120px;
}
.form-title-required {
  color: red;
}
.form-help {
  display: none;
}
.form .input-text {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 8px 10px;
  width: calc(100% - 20px);
  border: 1px solid #e8e8e8;
}
.form .input-text:hover,
.form .input-text:focus {
  border: 1px solid #d8d8d8;
}
.form .input-select {
  padding: 8px 0px;
  text-indent: 5px;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.form .input-select:hover,
.form .input-select:focus {
  border: 1px solid #d8d8d8;
}
.form .input-checkbox-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-checkbox-container {
  margin: 6px 0;
}
.form .input-radio-label {
  margin-left: 5px;
  vertical-align: middle;
}
.form .input-radio-container {
  margin: 6px 0;
}
.form-input-error {
  border: 1px solid red !important;
  background: #fdd8d8;
}
.form-btn-send {
  border: 0px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: bold;
  float: right;
}
