/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}.datepicker-top-left,.datepicker-top-right{border-top-color:#39f}.datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}.datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color:#39f}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#e5f2ff}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li.highlighted:hover{background-color:#cce5ff}.datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{color:#39f}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
@font-face {
  font-family: "din-regular";
  src: local("din-regular"), url(/fonts/din-regular.ttf?e9146b09e99b48c2153d4d871fe5efc0) format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "romanserif";
  src: local("romanserif"), url(/fonts/RomanSerif.ttf?96a265cb515880fc42f1296b30d81072) format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.eot?0cb4119e303f6a227b2cdcb162c032ee);
  src: url(/fonts/icomoon.eot?0cb4119e303f6a227b2cdcb162c032ee#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?4e60e0bc00983dde68df384020c5b6c6) format("truetype"), url(/fonts/icomoon.woff?62a3914073593b847234db1bddcdf168) format("woff"), url(/fonts/icomoon.svg?1d4fb120b12d82c85ad6930afc62b82a#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-money:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-home:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-plus:before {
  content: "\e904";
}

.icon-grow:before {
  content: "\e905";
}

.icon-envelope:before {
  content: "\e906";
}

.icon-clock:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "romanserif", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1) !important;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

*:focus {
  outline: 0 none;
}

ul {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

button {
  border: 0;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-thumb {
  background: #000742;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

.button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
}

.btn {
  border: none;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.btn:hover {
  color: #FFF;
}

.btn--primary {
  text-transform: none;
  color: #ffffff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.25);
}
.btn--primary:hover {
  color: #FFF;
  background: #00020f;
}

.btn--secondary {
  background: #0b1e36;
}
.btn--secondary:hover {
  color: #FFF;
  background: #02060c;
}

.btn--danger {
  background: #ff3860;
}
.btn--danger:hover {
  background: #ff0537;
}

.btn--warning {
  background: #ffd324;
}
.btn--warning:hover {
  background: #f0c000;
}

.btn--outline {
  border: 1px solid #792423;
  color: #792423;
}
.btn--outline:hover {
  background: #792423;
  box-shadow: none;
  color: #FFF;
}

.btn--link {
  color: #000742;
}
.btn--link:hover {
  color: #00020f;
  text-decoration: underline;
}

.btn--small {
  font-size: 14px;
  padding: 6px;
}

.btn--medium {
  font-size: 20px;
}

.btn--large {
  font-size: 24px;
}

.btn:disabled,
.btn[disabled] {
  background-color: #868e96;
  cursor: not-allowed;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--block + .btn--block {
  margin-top: 4px;
}

.btn--loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

.btn--loading:after {
  animation: rotating 500ms infinite linear;
  border: 3px solid #FFF;
  border-radius: 100%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.button-group {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: baseline;
  margin: -0.125em;
}

.button-group .btn {
  margin: 0.125em;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
select,
textarea,
input[type=text],
input[type=email],
input[type=password],
.custom-select-opener {
  font: inherit;
  display: block;
  width: 100%;
  background: transparent;
  line-height: initial;
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  font-family: "romanserif", sans-serif;
}
select:hover, select:focus,
textarea:hover,
textarea:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=password]:hover,
input[type=password]:focus,
.custom-select-opener:hover,
.custom-select-opener:focus {
  border-color: #AAA;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, .custom-select-opener::-moz-placeholder {
  color: #ffffff;
}
select::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
.custom-select-opener::placeholder {
  color: #ffffff;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
  font: inherit;
  background: none;
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  overflow: hidden !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

textarea {
  resize: none;
  min-height: 150px;
}

label {
  display: block;
  position: relative;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form__group {
  margin-bottom: 30px;
  position: relative;
}

.form__label {
  margin-bottom: 3px;
  color: #ffffff;
}

.form__input {
  position: relative;
}

.form__input--select:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.54);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  pointer-events: none;
}

/**
 * Checkbox and radio
 */
.form__group--radio label,
.form__group--checkbox label {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}

.form__group--radio .form__label,
.form__group--checkbox .form__label {
  margin-bottom: 0;
  font-size: 14px;
}

.form__group--radio label + label {
  margin-top: 8px;
}

.radio-text,
.checkbox-text {
  display: inline-block;
}

.form__icon {
  flex-shrink: 0;
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  background: transparent;
  margin-top: -1px;
}

.form__group--radio .form__icon {
  border-radius: 50%;
}

.form__group--checkbox .form__icon {
  border-radius: 4px;
}

.form__group--radio input[type=radio] ~ .form__icon:after {
  content: "⚫";
  font-size: 6px;
}

.form__group--checkbox input[type=checkbox] ~ .form__icon:after {
  content: "✔";
  font-size: 10px;
}

.form__group--radio input[type=radio] ~ .form__icon:after,
.form__group--checkbox input[type=checkbox] ~ .form__icon:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  flex-shrink: 0;
}

.form__group--radio input[type=radio]:checked ~ .form__icon:after,
.form__group--checkbox input[type=checkbox]:checked ~ .form__icon:after {
  opacity: 1;
}

.form__row {
  display: flex;
  justify-content: space-between;
}
.form__row .form__group {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .form__row {
    flex-direction: column;
  }
  .form__row .form__group {
    width: 100%;
  }
}

/**
 * Errors
 */
.form__group--has-error input[type=text],
.form__group--has-error input[type=email],
.form__group--has-error input[type=password],
.form__group--has-error select,
.form__group--has-error textarea {
  border-color: #ff000f;
}

.form__error {
  margin-top: 3px;
  text-transform: uppercase;
  color: #ff000f;
  font-size: 12px;
}

.form__help {
  color: rgba(0, 0, 0, 0.54);
  margin-top: 3px;
  font-size: 12px;
}

.form__required {
  font-size: 14px;
  color: #ff000f;
}

.form__required:after {
  content: "*";
}

.form__group > .form__label {
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

/**
 * Disabled
 */
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
select[disabled] {
  background: #eee;
  border-color: #d5d5d5;
  cursor: not-allowed;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  color: #eee;
}

.form__row .form__group.phone-code {
  width: 33%;
}
@media screen and (max-width: 600px) {
  .form__row .form__group.phone-code {
    width: 100%;
  }
}

.form__row .form__group.phone {
  width: 63%;
}
@media screen and (max-width: 600px) {
  .form__row .form__group.phone {
    width: 100%;
  }
}

.form__file-input label {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #ffffff;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}
.form__file-input label::after {
  content: "\e904";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: icomoon;
  font-size: 12px;
}

.cv-file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.form__group--date .form__input:before {
  content: "\e908";
  font-family: icomoon;
  font-size: 16px;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 53%;
  transform: translateY(-50%);
}

.form__group--date input {
  cursor: pointer;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #000742 !important;
}

.row {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -12px;
  margin-left: -12px;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  min-width: 0;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 12px;
  padding-left: 12px;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 24px;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slider .swiper-button-next img,
.slider .swiper-button-prev img {
  width: 16px;
}

.slider .swiper-pagination-bullet:hover,
.slider .swiper-pagination-bullet,
.slider .swiper-pagination-bullet-active {
  background-color: #00020f;
}

.slider .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}

.slider .swiper-pagination-bullet-active {
  background-color: #00020f;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.slider .swiper-slide {
  display: block;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  background-image: none;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.slider .swiper-button-prev {
  left: 30px;
}

.slider .swiper-button-next {
  right: 30px;
}

.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.slider .slider__slide {
  display: block;
}

/**
 * Slider page
 */
.slider__slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  color: #FFF;
}

.slider__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.slider__slide-image--mobile {
  display: none;
}

.slider__text {
  color: #ffffff;
  max-width: 590px;
}

.slider__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 850px) {
  .slider__info {
    top: auto !important;
    bottom: 0;
    transform: none !important;
    padding-bottom: 48px !important;
  }
}

.slider__title {
  font-weight: normal;
  font-size: 60px;
}

.slider__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.52;
  margin-bottom: 24px;
}

.slider__info > * + * {
  margin-top: 24px;
}

.slider__info * + .slider__subtitle {
  margin-top: 12px;
}

/**
 * Positioning
 */
.slider__info--horizontal-left {
  text-align: left;
}

.slider__info--horizontal-center {
  text-align: center;
}

.slider__info--horizontal-right {
  text-align: right;
}

.slider__info--vertical-top {
  top: 0;
}

.slider__info--vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.slider__info--vertical-bottom {
  bottom: 0;
}

/**
* Buttons
*/
.slider__btn {
  display: inline-block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  min-width: 130px;
  line-height: 1.35;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.2s linear;
}

.slider__btn--primary {
  background: rgba(255, 255, 255, 0.25);
}
.slider__btn--primary:hover {
  color: #ffffff;
  background-color: #000742;
  border-color: #000742;
}

.slider__btn--secondary {
  background-color: #ffffff;
  color: #000742;
}
.slider__btn--secondary:hover {
  background-color: #F7F7F7;
}

.slider__btn--outline {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #FFF;
}
.slider__btn--outline:hover {
  color: #000742;
  background: #FFF;
}
.slider__btn--outline:after {
  font-weight: normal;
}

.slider__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 850px) {
  .slider .swiper-button-prev,
  .slider .swiper-button-next {
    display: none;
  }
  .slider__info {
    padding: 42px 24px;
  }
  .slider__title {
    font-size: 48px;
  }
  .slider__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .slider__container__intro__btn-container {
    display: flex;
    flex-direction: column;
  }
  .slider__btn {
    margin-top: 6px;
    font-size: 10px;
  }
  .slider__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .slider__subtitle {
    font-size: 16px;
  }
  .slider__slide-image--mobile {
    display: block;
  }
  .slider__slide-image--desktop {
    display: none;
  }
  .slider__info > * + * {
    margin-top: 12px;
  }
  .slider__info * + .slider__subtitle {
    margin-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .slider__btn {
    font-size: 9px;
  }
}
table {
  border: none;
  border-collapse: collapse;
  background: #FFF;
  border-radius: 4px;
  overflow: hidden;
}

th, td {
  text-align: left;
  padding: 16px;
  border: none;
}

.table--full-width {
  width: 100%;
}

.table__number {
  text-align: right;
}

.table--striped thead tr {
  background: rgba(0, 0, 0, 0.1);
}

.table--striped tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.tablecol-shrink {
  width: 1%;
}

.table__col--shrink {
  width: 1%;
}

.table__col--grow {
  width: 100%;
}

.table-container table {
  width: 100%;
}
.table-container table thead {
  background-color: rgb(243, 246, 249);
}
.table-container table thead th {
  color: #792423;
  font-weight: 500;
}

html {
  font-family: "romanserif", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1f35;
  font-family: "romanserif", sans-serif;
  margin: 0;
  font-weight: 400;
  margin-bottom: 12px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: "romanserif", sans-serif;
  color: #585858;
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 36px;
}

* + ul,
* + ol,
* + p,
* + table {
  margin-top: 24px;
}

a img {
  border: 0;
}

a {
  color: #00020f;
  text-decoration: none;
  outline: 0 none;
}

a:hover {
  color: #000742;
}

ul {
  padding-inline-start: 0;
}

ul li {
  list-style-type: none;
}

.title {
  margin-top: 0;
  font-size: 35px;
  font-weight: normal;
  color: #000;
}

.subtitle {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 14px;
  color: #1c1f35;
  padding: 3px 8px;
  border-left: 4px solid #1c1f35;
  background-color: rgba(232, 232, 232, 0.5);
}

.no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.clearfix:after,
.columns:after {
  content: "";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-primary {
  color: #585858;
}

.text-secondary {
  color: rgba(0, 0, 0, 0.54);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.pd-0 {
  padding: 0 !important;
}

.pd-t-0 {
  padding-top: 0 !important;
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

.pd-l-0 {
  padding-left: 0 !important;
}

.pd-r-0 {
  padding-right: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.container {
  width: 100%;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
}

.container--max-width {
  max-width: 1248px;
}

.container--full-width {
  max-width: 1420px;
}

.container--wrapper {
  display: flex;
}

.nowrap {
  white-space: nowrap;
}

.overflow-auto {
  overflow: auto;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  height: auto;
}

.swiper-slide--align-fix {
  flex-grow: 1 !important;
  width: auto !important;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}

.page-wrapper {
  display: flex;
}

.nav {
  min-width: 15%;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.content {
  flex-grow: 1;
}

.breadcrumbs-wrapper {
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb {
  display: inline-block;
  padding: 12px 10px;
  margin: 0;
  list-style: none;
  font-size: 14px;
  border-left: 4px solid #1c1f35;
  background: rgba(4, 28, 55, 0.5);
}

.breadcrumb-item {
  display: inline-block;
  color: #ffffff;
}
.breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "»";
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  padding-right: 9px;
  padding-left: 9px;
  color: #969696;
}

.breadcrumb-item--active {
  color: #ffffff;
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
}
.custom-select-container::after {
  content: "\e901";
  position: absolute;
  right: 22px;
  top: 53%;
  transform: translateY(-50%);
  font-family: icomoon;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: 0.333;
}

.custom-select-opener {
  display: block;
  cursor: pointer;
  width: 100%;
  background: #000742;
  line-height: initial;
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  font-family: "romanserif", sans-serif;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height 0.5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #000742;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: #ffffff;
  color: #000742;
}

.custom-select-optgroup > .custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

.floating {
  display: flex;
  position: fixed;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.floating__btn {
  margin-left: 3px;
  margin-right: 3px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  padding: 24px 0;
  background-color: #000742;
  color: #ffffff;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.footer__top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-top: 0;
}
.footer__top ul.footer__top--contacts {
  flex-direction: column;
  align-items: flex-start;
}
.footer__top ul li img {
  max-height: 60px;
}
.footer__top ul:first-child {
  width: 60%;
}
.footer__top ul:first-child li {
  width: 50%;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .footer__top ul:first-child li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer__top ul:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .footer__top ul {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__bottom {
  padding-top: 30px;
  border-top: 1px solid #4e5683;
}
.footer__bottom .container {
  padding: 0 24px;
}
.footer__bottom .small-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .footer__bottom .small-12 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__bottom p {
  color: #ffffff;
}
.footer__bottom p a {
  color: #8388a7;
}
.footer__bottom ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .footer__bottom ul {
    margin-top: 24px;
  }
}
@media screen and (max-width: 420px) {
  .footer__bottom ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer__bottom ul li {
    margin-bottom: 12px;
  }
}
.footer__bottom ul li {
  margin-right: 30px;
}
.footer__bottom ul li a {
  color: #8388a7;
}

#to-top {
  display: inline-block;
  width: 72px;
  height: 72px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 200px;
  cursor: pointer;
  background: var(--text-white, #FFF);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

#to-top::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/up.svg") no-repeat center center;
}

#to-top.show {
  opacity: 1;
  visibility: visible;
}

.header {
  position: relative;
  z-index: 99;
}

.header__top {
  height: 120px;
  background-color: #000742;
  color: #ffffff;
}
.header__top a {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 1px;
}
.header__top .container {
  height: 100%;
}
.header__top .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__socials {
  display: flex;
  max-width: 745px;
  width: auto;
  justify-content: space-between;
}

.header__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: auto;
}
.header__social-item:last-child {
  margin-right: 0;
}

.header__social-text {
  font-size: 14px;
  margin-left: 10px;
}

.header__social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(0deg, #111C55, #111C55);
  border: 1px solid #273270;
}
.header__social-icon span {
  font-size: 16px;
}

.header__bottom {
  height: 78px;
  background: rgba(0, 7, 66, 0.25);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.header__bottom .container {
  padding: 0 24px;
  height: 100%;
}
.header__bottom .header__logo img {
  max-height: 35px;
}
.header__bottom .row,
.header__bottom nav,
.header__bottom ul,
.header__bottom ul li {
  height: 100%;
}

.mobile-phone {
  display: none;
}

@media screen and (max-width: 850px) {
  .header__top {
    display: none;
  }
  .mobile-phone {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    transform: translateY(-50%);
  }
  .mobile-phone span {
    font-size: 22px;
    color: #ffffff;
  }
  .header__bottom {
    background-color: #000742;
  }
  .header__bottom img {
    max-height: 35px;
  }
}
.row--nav {
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
}

.row--nav nav {
  width: 270px;
}

.row--nav nav ul {
  display: flex;
  justify-content: space-between;
}

.row--nav nav ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
}

.main-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: all 0.2s linear;
}
.main-nav__item:hover {
  border-color: #ffffff;
}
.main-nav__item:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 19px;
  right: -70px;
  background-color: #ffffff;
}

.main-nav__item--active {
  border-color: #ffffff;
}

#ham-btn {
  display: none;
}

@media screen and (max-width: 850px) {
  #ham-btn {
    position: absolute;
    right: 20px;
    top: 28px;
    width: 22px;
    height: 16px;
    display: block;
    margin: auto;
    cursor: pointer;
    z-index: 1000;
  }
  #ham-btn > * {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .ham-btn-top:after,
  .ham-btn-mid:after,
  .ham-btn-mid:before,
  .ham-btn-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 2px solid #ffffff;
  }
  .ham-btn-mid:before,
  .ham-btn-mid:after {
    top: 7px;
    width: 100%;
  }
  .ham-btn-mid:after,
  .ham-btn-mid:before {
    transition: transform 0.25s;
  }
  .ham-btn-bottom:after {
    top: auto;
    bottom: 0;
    border-top: 0 none;
    border-bottom: 2px solid #ffffff;
  }
  .ham-btn-top {
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .ham-btn-bottom {
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-visible .ham-btn-top {
    transform: translate3d(0, 9px, 0);
    visibility: hidden;
    transition: transform 0.25s, visibility 0.25s;
  }
  .nav-visible .ham-btn-bottom {
    transform: translate3d(0, -10px, 0);
    visibility: hidden;
    transition: transform 0.25s, visibility 0.25s;
  }
  .ham-btn-mid:after,
  .ham-btn-mid:before {
    transition: transform 0.25s;
  }
  .nav-visible .ham-btn-mid {
    transition: transform 0.25s;
    transform: rotate3d(0, 0, 1, 180deg);
    transition-delay: 0.25s;
  }
  .nav-visible .ham-btn-mid:after {
    width: 100%;
    transform: rotateZ(-45deg);
    transition: transform 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .nav-visible .ham-btn-mid:before {
    width: 100%;
    transform: rotateZ(45deg);
    transition: transform 0.25s, visibility 0.25s;
    transition-delay: 0.25s;
  }
  .row--nav {
    justify-content: center;
  }
  .row--nav nav {
    display: none;
  }
  .main-nav__item:first-child::before {
    display: none;
  }
  .header__bottom.show-nav .row--nav nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 78px;
    background: rgba(0, 7, 66, 0.25);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    padding: 0 20px;
  }
  .header__bottom.show-nav .row--nav nav ul {
    flex-direction: column;
    align-items: center;
  }
  .header__bottom.show-nav .row--nav .nav-right {
    top: 156px;
  }
}
.pagination {
  margin-top: 24px;
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination--left {
  justify-content: flex-start;
}

.pagination--right {
  justify-content: flex-end;
}

.pagination li {
  margin: 0 2px;
  border-radius: 5px;
}

.pagination .disabled span {
  color: rgba(0, 0, 0, 0.26);
}

.pagination .active {
  background: #000742;
}

.pagination .active span {
  color: #FFF;
}

.pagination li a,
.pagination li span {
  display: block;
  line-height: 34px;
  min-width: 34px;
  text-align: center;
  color: #000742;
}

.pagination li a:hover {
  background: #000742;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}

[id^=popup-] {
  display: none;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.popup-visible .popup {
  display: flex;
}

.popup__inner {
  width: 100%;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px 48px;
}

.popup__container {
  align-self: center;
  background: #FFF;
  padding: 48px;
  width: 100%;
  position: relative;
  margin: auto;
}

.popup__container--max-width {
  max-width: 480px;
}

.popup__container--long-max-width {
  max-width: 720px;
}

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  z-index: 3;
}
.popup__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  border-top: 2px solid #333;
  transform: rotateZ(45deg);
}
.popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  border-top: 2px solid #333;
  transform: rotateZ(-45deg);
}
.popup__close:hover:before, .popup__close:hover:after {
  border-top-color: #000;
}

@media screen and (max-width: 768px) {
  .is-ios body.popup-visible-fix,
  .android body.popup-visible-fix {
    padding-top: 0 !important;
  }
  .is-ios body.popup-visible-fix .page-wrapper,
  .android body.popup-visible-fix .page-wrapper {
    display: none;
  }
  html.is-ios,
  html.android,
  html.is-ios body,
  html.android body {
    height: 100%;
  }
  .is-ios .popup,
  .android .popup {
    position: relative !important;
    height: 100%;
  }
  .is-ios .popup__inner,
  .android .popup__inner {
    overflow: visible;
  }
  .popup__container {
    padding: 24px;
    padding-top: 24px;
    width: 100%;
    min-height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 0;
    max-width: 100% !important;
    align-self: flex-start;
    flex-direction: column;
  }
  .popup__content {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .popup__inner {
    align-items: flex-start;
    padding: 0;
    background: #FFF;
  }
}
.container--contacts {
  position: relative;
  z-index: 99;
}

.contacts-container {
  margin: 80px auto 0 auto;
  width: 954px;
  padding: 50px 90px 90px;
  border-radius: 8px;
  color: #ffffff;
  background: #000742;
  z-index: 9;
}
.contacts-container p,
.contacts-container h1 {
  color: #ffffff;
}
.contacts-container .page__text {
  text-align: center;
}
.contacts-container .contacts-heading {
  display: inline;
  font-size: 14px;
  padding: 3px 9px;
  border-left: 4px solid #ffffff;
  background: rgba(232, 232, 232, 0.1);
}
.contacts-container h1 {
  margin: 15px 0 55px;
}
.contacts-container .socials {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-container .socials li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
@media screen and (max-width: 600px) {
  .contacts-container .socials li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .contacts-container .socials {
    flex-direction: column;
    justify-content: center;
  }
}
.contacts-container .socials__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background-color: rgb(39, 50, 112);
}
.contacts-container .socials__icon span {
  font-size: 23px;
}
.contacts-container .socials__icon:nth-child(2) span {
  font-size: 28px;
}
.contacts-container .socials__text {
  margin-top: 12px;
  font-size: 15px;
}
.contacts-container .contact-form {
  margin-top: 25px;
}
@media screen and (max-width: 1050px) {
  .contacts-container {
    width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .contacts-container {
    padding: 30px;
  }
}

.contacts #map {
  margin-top: -100px;
  height: 700px;
}

.main-slider {
  margin-top: -78px;
  height: 592px;
}
.main-slider .swiper {
  height: 100%;
}
.main-slider .swiper-slide {
  height: 592px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper-slide img {
  height: 100%;
}
.main-slider video {
  max-height: 592px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1050px) {
  .main-slider {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .main-slider {
    margin-top: 0px;
  }
}

.content {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .content {
    padding: 30px 0;
  }
}
.content .content__item {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .content .content__item {
    padding-bottom: 20px;
  }
}
.content .left {
  max-width: 470px;
  margin-right: 15%;
}
.content .left,
.content .right {
  width: 45%;
}
@media screen and (max-width: 1050px) {
  .content .left,
  .content .right {
    width: 100%;
    max-width: 100%;
  }
}

.about-us .small-12 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .about-us .small-12 {
    flex-direction: column;
  }
}

.content__images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.content__images.content__images--single {
  height: 100%;
}
.content__images.content__images--single img.single {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content__images .bottom {
  max-width: 240px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: -30px;
  margin-bottom: -45px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .content__images .bottom {
    width: 40%;
  }
}
.content__images .top {
  max-width: 366px;
  max-height: 457px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .content__images .top {
    width: 50%;
  }
}
.content__images img {
  border-radius: 8px;
}
@media screen and (max-width: 1050px) {
  .content__images {
    justify-content: center;
    margin-top: 80px;
  }
  .content__images.content__images--single {
    margin-top: 0px;
  }
}

.icon-list {
  margin-top: 25px;
}

.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-list li h3 {
  margin: 0;
}
@media screen and (max-width: 450px) {
  .icon-list li h3 {
    width: 70%;
  }
}
.icon-list li span {
  font-size: 28px;
  color: #ffffff;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #000742;
}

.company-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px;
  width: 90%;
  margin: 100px auto 0 auto;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.company-numbers::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4d4d4;
}
@media screen and (max-width: 950px) {
  .company-numbers::after {
    display: none;
  }
}
.company-numbers > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 50%;
  font-size: 20px;
  color: #1c1f35;
}
@media screen and (max-width: 950px) {
  .company-numbers > div {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.company-numbers .num {
  font-size: 50px;
  font-weight: 600;
}
.company-numbers .square {
  width: 17px;
  height: 17px;
  margin: 0 16px;
  background-color: #792423;
}
@media screen and (max-width: 950px) {
  .company-numbers {
    flex-direction: column;
    border: none;
    padding: 0;
    margin: 100px 0 0;
    width: 100%;
  }
}

.careers__info {
  display: flex;
  margin-top: 48px;
}
.careers__info > div {
  width: 100%;
}
.careers__info a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 450px;
  z-index: 9;
}
.careers__info a span {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
.careers__info a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 7, 66, 0.75);
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  .careers__info a {
    width: 100%;
  }
}
.careers__info a:hover::before {
  opacity: 1;
}
.careers__info .image {
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 850px) {
  .careers__info .image {
    background-size: cover !important;
  }
}
.careers__info .description {
  padding: 20px;
}
@media screen and (max-width: 850px) {
  .careers__info {
    flex-direction: column;
  }
}

.news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1145px) {
  .news__list {
    justify-content: space-evenly;
  }
}

.news__date {
  margin-top: 24px;
  font-size: 16px;
  color: #818181;
}

.news__content p {
  font-size: 24px;
  margin: 8px 0;
  color: #000;
}

.news__bottom {
  padding-top: 5px;
  border-top: 1px solid #792423;
  font-size: 16px;
  line-height: 1.4;
}

.news__item {
  max-width: 366px;
  margin-bottom: 50px;
}
@media screen and (max-width: 400px) {
  .news__item {
    max-width: 100%;
  }
}

.map {
  height: 400px;
}
.map #map {
  height: 100%;
}

.main-slider {
  margin-top: -78px;
  height: 592px;
}
.main-slider .swiper {
  height: 100%;
}
.main-slider .swiper-slide {
  height: 592px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper-slide img {
  height: 100%;
}
.main-slider video {
  max-height: 592px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1050px) {
  .main-slider {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .main-slider {
    margin-top: 0px;
  }
}

.content {
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  .content {
    padding: 30px 0;
  }
}
.content .content__item {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .content .content__item {
    padding-bottom: 20px;
  }
}
.content .left {
  max-width: 470px;
  margin-right: 15%;
}
.content .left,
.content .right {
  width: 45%;
}
@media screen and (max-width: 1050px) {
  .content .left,
  .content .right {
    width: 100%;
    max-width: 100%;
  }
}

.about-us .small-12 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .about-us .small-12 {
    flex-direction: column;
  }
}

.content__images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.content__images.content__images--single {
  height: 100%;
}
.content__images.content__images--single img.single {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content__images .bottom {
  max-width: 240px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: -30px;
  margin-bottom: -45px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .content__images .bottom {
    width: 40%;
  }
}
.content__images .top {
  max-width: 366px;
  max-height: 457px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .content__images .top {
    width: 50%;
  }
}
.content__images img {
  border-radius: 8px;
}
@media screen and (max-width: 1050px) {
  .content__images {
    justify-content: center;
    margin-top: 80px;
  }
  .content__images.content__images--single {
    margin-top: 0px;
  }
}

.icon-list {
  margin-top: 25px;
}

.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.icon-list li h3 {
  margin: 0;
}
@media screen and (max-width: 450px) {
  .icon-list li h3 {
    width: 70%;
  }
}
.icon-list li span {
  font-size: 28px;
  color: #ffffff;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #000742;
}

.company-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 50px;
  width: 90%;
  margin: 100px auto 0 auto;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.company-numbers::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4d4d4;
}
@media screen and (max-width: 950px) {
  .company-numbers::after {
    display: none;
  }
}
.company-numbers > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 50%;
  font-size: 20px;
  color: #1c1f35;
}
@media screen and (max-width: 950px) {
  .company-numbers > div {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.company-numbers .num {
  font-size: 50px;
  font-weight: 600;
}
.company-numbers .square {
  width: 17px;
  height: 17px;
  margin: 0 16px;
  background-color: #792423;
}
@media screen and (max-width: 950px) {
  .company-numbers {
    flex-direction: column;
    border: none;
    padding: 0;
    margin: 100px 0 0;
    width: 100%;
  }
}

.careers__info {
  display: flex;
  margin-top: 48px;
}
.careers__info > div {
  width: 100%;
}
.careers__info a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 450px;
  z-index: 9;
}
.careers__info a span {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}
.careers__info a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 7, 66, 0.75);
  opacity: 0;
  transition: all 0.2s linear;
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  .careers__info a {
    width: 100%;
  }
}
.careers__info a:hover::before {
  opacity: 1;
}
.careers__info .image {
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 850px) {
  .careers__info .image {
    background-size: cover !important;
  }
}
.careers__info .description {
  padding: 20px;
}
@media screen and (max-width: 850px) {
  .careers__info {
    flex-direction: column;
  }
}

.news__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1145px) {
  .news__list {
    justify-content: space-evenly;
  }
}

.news__date {
  margin-top: 24px;
  font-size: 16px;
  color: #818181;
}

.news__content p {
  font-size: 24px;
  margin: 8px 0;
  color: #000;
}

.news__bottom {
  padding-top: 5px;
  border-top: 1px solid #792423;
  font-size: 16px;
  line-height: 1.4;
}

.news__item {
  max-width: 366px;
  margin-bottom: 50px;
}
@media screen and (max-width: 400px) {
  .news__item {
    max-width: 100%;
  }
}

.map {
  height: 400px;
}
.map #map {
  height: 100%;
}

.page__slider,
.page__cover {
  position: relative;
  margin-top: -78px;
  height: 350px;
}
.page__slider .slider,
.page__slider img,
.page__cover .slider,
.page__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70%;
     object-position: 70%;
}
@media screen and (max-width: 600px) {
  .page__slider,
  .page__cover {
    height: 300px;
  }
}
.page__slider .heading-container,
.page__cover .heading-container {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.page__slider .heading-container h4,
.page__cover .heading-container h4 {
  font-weight: 500;
  font-size: 60px;
  color: #ffffff;
}
@media screen and (max-width: 1150px) {
  .page__slider .heading-container h4,
  .page__cover .heading-container h4 {
    font-size: 48px;
  }
}
@media screen and (max-width: 850px) {
  .page__slider .heading-container h4,
  .page__cover .heading-container h4 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .page__slider .heading-container h4,
  .page__cover .heading-container h4 {
    font-size: 28px;
  }
}

.page__inner .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1150px) {
  .page__inner .content {
    flex-direction: column;
  }
  .page__inner .content .left,
  .page__inner .content .right {
    width: 100%;
    max-width: 100%;
  }
  .page__inner .content .left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .page__inner .content .content__images {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .page__inner .content {
    margin-bottom: 0px;
  }
}
.page__inner .page__text ul li {
  list-style-type: initial;
  color: #585858;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
}

.work .careers {
  padding: 80px 0;
}

.page__intro {
  padding: 80px 0;
}
.page__intro h1 {
  text-align: center;
}
@media screen and (max-width: 850px) {
  .page__intro {
    padding: 40px 0 60px 0;
  }
}

.page__form {
  display: flex;
  justify-content: space-between;
}
.page__form .form__text {
  margin-bottom: 24px;
  text-align: center;
}
.page__form .form-container {
  padding: 46px 42px;
  color: #ffffff;
  background-color: #000742;
}
.page__form .form-container h1,
.page__form .form-container p {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .page__form .form-container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1050px) {
  .page__form {
    flex-direction: column;
  }
}

.career-positions {
  padding: 46px 42px;
  margin-bottom: 24px;
  background: #F5F5F5;
}
.career-positions .positions {
  padding-inline-start: 25px;
}
.career-positions ul li {
  color: #666C89;
  font-size: 20px;
  font-weight: 500;
  list-style-type: disc;
  margin-bottom: 12px;
}

.page__left,
.page__right {
  width: 49%;
}
@media screen and (max-width: 1050px) {
  .page__left,
  .page__right {
    width: 100%;
  }
}

.page__content {
  margin-bottom: 100px;
}

.fleet__info .ships {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
.fleet__info .ships h6 {
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.fleet__info .ships a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin-bottom: 50px;
}
.fleet__info .ships a.show-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: all 0.2s linear;
}
.fleet__info .ships a.show-info::after {
  content: "\e901";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #792423;
  font-family: icomoon;
  font-size: 24px;
  padding: 10px 14px;
  border: 1px solid #792423;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.2s linear;
}
.fleet__info .ships img {
  padding: 30px;
}
.fleet__info .ships a:hover::before {
  opacity: 1;
}
.fleet__info .ships a:hover::after {
  opacity: 1;
}

.table-container {
  margin-top: 50px;
}

.legend-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.legend-list li {
  display: flex;
  align-items: center;
  padding: 0 20px 20px;
}
.legend-list li img {
  margin-right: 16px;
}

.table__legend {
  margin-bottom: 50px;
}

.ship-container {
  margin-bottom: 90px;
}
.ship-container h4 {
  font-weight: 500;
  margin-bottom: 16px;
}
.ship-container p {
  margin-top: 0;
  color: #792423;
  font-size: 16px;
  font-weight: 500;
}
.ship-container td {
  color: #000742;
}
.ship-container td img {
  margin: 0 8px;
}
.ship-container td:last-child {
  display: flex;
}

.mobile-table {
  display: none;
}

.page__inner-content,
.page__news {
  padding: 80px 0;
}

@media screen and (max-width: 1100px) {
  .mobile-table {
    display: block;
  }
  .mobile-table ul li {
    padding: 8px;
    color: #000742;
  }
  .mobile-table ul li:last-child {
    display: flex;
    align-items: center;
  }
  .mobile-table ul li img {
    margin: 8px;
  }
  .ship-container {
    margin-bottom: 40px;
  }
  .ship-container table {
    display: none;
  }
  .ship-name {
    margin-top: 24px;
    padding: 16px;
    color: #792423;
    border-radius: 8px;
    background: #F3F6F9;
  }
}
.news__list .news__item .news__image {
  overflow: hidden;
}
.news__list .news__item .news__image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.news__list .news__item .news__image:hover img {
  transform: scale(1.03);
}

/*# sourceMappingURL=app.css.map*/