@charset "UTF-8";
html, body {
  font: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre, h1, h2, h3, h4, h5, h6,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  font-family: "Montserrat";
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

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

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  max-width: 100%;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  font: inherit;
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html {
  overflow-x: hidden;
}

.btn {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.2;
  display: inline-block;
  background: #d5121a;
  color: #fff;
}
.btn:hover {
  background: #003d6a;
  color: #fff;
}

#breadcrumb {
  padding: calc(107px + 16px) 0 16px;
  background: #eaf7ff;
}
@media (max-width: 768px) {
  #breadcrumb {
    padding: calc(100px + 16px) 0 16px;
  }
}
#breadcrumb .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#breadcrumb .breadcrumb {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
#breadcrumb .breadcrumb li {
  font-size: 12px;
}
#breadcrumb .breadcrumb li + li {
  margin-left: 12px;
}
#breadcrumb .breadcrumb li:first-child {
  font-size: 14px;
}
#breadcrumb .breadcrumb li:not(:first-child)::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 12px;
  font-size: 9px;
  color: rgba(0, 61, 106, 0.7);
}
#breadcrumb .breadcrumb li a {
  opacity: 0.85;
}
#breadcrumb .breadcrumb li a[href] {
  opacity: 1;
  color: #003d6a;
}
#breadcrumb .breadcrumb li a[href]:hover, #breadcrumb .breadcrumb li a[href]:focus {
  color: #003d6a;
}

#header {
  background: #003d6a;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgba(234, 247, 255, 0.1);
}
#header .header_top {
  padding: 10px;
  background: #f7fcff;
  font-size: 12px;
  color: #003d6a;
}
#header .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#header .wrapper {
  display: flex;
  align-items: center;
}
#header #logo {
  font-weight: bold;
  font-size: 32px;
  color: #eaf7ff;
}
@media (max-width: 768px) {
  #header #logo img {
    height: 60px;
  }
}
#header #nav_open, #header #nav_close {
  display: none;
}
#header #nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 13px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 30px;
}
#header #nav .nav_link {
  padding: 12px 15px;
  margin-left: 15px;
  line-height: 1.2;
  white-space: nowrap;
  color: #eaf7ff;
  border-radius: 6px;
}
#header #nav .nav_link:hover {
  background: #fff;
  color: #003d6a;
}
@media (max-width: 768px) {
  #header .wrapper {
    padding: 20px 0;
    justify-content: space-between;
  }
  #header #nav_open {
    display: block;
    font-size: 26px;
    color: #eaf7ff;
    background: #003d6a;
    padding: 0 6px;
    border-radius: 4px;
  }
  #header #nav {
    background: #eaf7ff;
    z-index: 9;
    position: absolute;
    width: calc(100%);
    left: 0;
    top: 0;
    flex-flow: wrap row;
    padding: 45px 0 0;
    opacity: 1;
    transform: translateY(-100%);
    pointer-events: none;
    transition: 0.64s ease-in-out;
  }
  #header #nav.open {
    pointer-events: all;
    opacity: 1;
    transform: none;
  }
  #header #nav .nav_link {
    flex: 100%;
    margin-left: 0;
    padding: 24px 30px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 61, 106, 0.2);
    color: #003d6a;
  }
  #header #nav .nav_link:first-child {
    border-top: 1px solid rgba(0, 61, 106, 0.2);
  }
  #header #nav #nav_close {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 26px;
    transform: translateY(-50%);
    color: #eaf7ff;
    background: #003d6a;
    padding: 6px 10px;
    border-radius: 4px;
  }
}

.section {
  padding: 75px 0;
  color: #003d6a;
}
.section .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.section .section_title {
  text-align: center;
  font-size: 32px;
  line-height: 1.4375;
  font-weight: 400;
}
@media (max-width: 768px) {
  .section .section_title {
    font-size: 26px;
  }
}
.section h1.section_title {
  font-weight: 700;
}

#form {
  padding-top: 160px;
  position: relative;
}
#form .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#form .form_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#form .form_grid {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
#form .form_grid .part {
  flex: 50%;
}
#form .form_grid .part:first-child {
  padding-right: 45px;
  padding-left: 100px;
}
#form .form_grid h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: -15px;
  color: #eaf7ff;
  padding-left: 15px;
  border-left: 5px solid red;
  position: relative;
}
#form .form_grid h1::before {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: calc(100vw + 30px);
  height: calc(100% + 60px);
  transform: translate(60px, -30px);
  background: rgba(0, 61, 106, 0.8);
  z-index: -1;
  padding: 40px 0;
}
@media (max-width: 991px) {
  #form .form_grid h1 {
    border: 0;
  }
  #form .form_grid h1::before {
    top: -25px;
    right: 50%;
    width: 100vw;
    transform: translateX(50%);
  }
}
#form .fsBody {
  padding: 60px 100px 50px;
  border-radius: 3px;
  background: #eaf7ff;
  color: #003d6a;
  font-family: "Montserrat", sans-serif;
}
#form .fsBody h2, #form .fsBody p {
  color: #003d6a !important;
  text-align: center;
  font-size: 18px;
}
#form .fsBody h2 {
  font-size: 36px;
  font-weight: bold !important;
}
#form .fsBody .fsForm {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
#form .fsBody .fsRowBody {
  margin-bottom: 20px !important;
}
#form .fsBody .fsFieldRow {
  margin-bottom: 0 !important;
}
#form .fsBody .fsRow .fsCell {
  width: 100%;
  margin: 0;
}
#form .fsBody .fsRow .fsCell label {
  flex: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #003d6a;
}
#form .fsBody .fsRow .fsCell input {
  flex: 100%;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.2;
  border: 0;
  font-family: "Montserrat", sans-serif;
}
#form .fsBody .fsRow .fsCell input:not([type=submit]) {
  color: #003d6a;
  background: rgba(103, 103, 103, 0.2);
}
#form .fsBody .fsSubmit {
  margin-top: 20px;
  padding: 0;
}
#form .fsBody .fsSubmit .fsSubmitButton {
  width: 100%;
  background: #d5121a !important;
  color: #fff !important;
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif !important;
}
#form .fsBody .fsSubmit .fsSubmitButton:hover {
  background: #003d6a !important;
  color: #fff !important;
}
#form .form .form_group {
  margin-bottom: 20px;
  display: flex;
  flex-flow: wrap row;
}
#form .form .form_group input[type=submit] {
  margin-top: 30px;
}
#form .form p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444;
}
@media (max-width: 991px) {
  #form .form_grid {
    padding: 0 110px;
    flex-flow: wrap row;
  }
  #form .form_grid h1 {
    text-align: center;
  }
  #form .form_grid .part {
    flex: 100%;
  }
  #form .form_grid .part:first-child {
    padding: 0;
    margin: 0;
  }
  #form .form_grid .part + .part {
    margin-top: 40px;
  }
  #form .fsBody {
    padding: 80px 30px 50px !important;
  }
}
@media (max-width: 768px) {
  #form .form_grid {
    padding: 0;
  }
  #form .form_grid h1 {
    font-size: 28px;
  }
}

#steps .stepper {
  margin-top: 20px;
  display: flex;
  counter-reset: stepper;
}
#steps .stepper .step {
  margin: 25px 7.5px;
  padding: 0 10px;
  flex: 0 0 calc(100% / 3 - 15px);
  display: flex;
}
#steps .stepper .step::before {
  counter-increment: stepper;
  content: counter(stepper);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  line-height: 0;
  border-radius: 50%;
  background-color: #003d6a;
  color: #fff;
  font-size: 16px;
}
#steps .stepper .step .wrapper {
  padding-left: 30px;
  flex: 1;
}
#steps .stepper h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 14px;
}
#steps .stepper p {
  font-size: 16px;
  line-height: 1.5;
  color: #005a9d;
}
@media (max-width: 768px) {
  #steps .stepper {
    flex-flow: wrap row;
  }
  #steps .stepper .step {
    flex: 100%;
    align-items: center;
  }
  #steps .stepper .step::before {
    width: 54px;
    height: 54px;
    font-size: 32px;
    font-weight: bold;
  }
  #steps .stepper .step:nth-child(even) {
    text-align: right;
  }
  #steps .stepper .step:nth-child(even)::before {
    order: 2;
  }
  #steps .stepper .step:nth-child(even) .wrapper {
    padding-left: 0;
    padding-right: 30px;
  }
}

#service {
  background: #eaf7ff;
}
#service .services {
  margin-top: 50px;
  display: flex;
  text-align: center;
}
#service .services .service {
  flex: 1 1 calc(100% / 3 - 30px);
  margin: 15px;
  padding: 40px 20px;
  background: #e5f5ff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
#service .services i {
  font-size: 48px;
  margin-bottom: 16px;
}
#service .services h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
}
#service .services p {
  font-size: 18px;
  line-height: 1.4444;
}
@media (max-width: 991px) {
  #service .services {
    flex-flow: wrap row;
  }
  #service .services .service {
    flex: 1 1 260px;
  }
}

#quick-panel {
  background: #eaf7ff;
}
#quick-panel.mini-panel {
  padding: 32px 0;
}
#quick-panel .wrapper {
  display: flex;
  align-items: center;
}
#quick-panel .container h2 {
  padding-right: 50px;
  flex: 1;
  font-size: 32px;
  line-height: 1.4375;
}
@media (max-width: 768px) {
  #quick-panel .container h2 {
    font-size: 26px;
  }
}
#quick-panel .container div {
  flex: 0 0 201px;
}
#quick-panel .container .btn {
  min-width: 200px;
  text-align: center;
}
@media (max-width: 991px) {
  #quick-panel .container .wrapper {
    flex-flow: wrap row;
  }
  #quick-panel .container h2 {
    margin-bottom: 32px;
  }
  #quick-panel .container h2, #quick-panel .container div {
    flex: 100%;
    text-align: center;
    padding-right: 0;
  }
}

#podminky-akce {
  text-align: center;
}
#podminky-akce p {
  margin-top: 20px;
}
#podminky-akce table {
  margin-top: 32px;
  width: 100%;
}
#podminky-akce thead {
  border: 1px solid #003d6a;
}
#podminky-akce tbody {
  border: 1px solid rgba(0, 61, 106, 0.25);
}
#podminky-akce tr:not(:first-child) {
  border-top: 1px solid rgba(0, 61, 106, 0.1);
}
#podminky-akce tr td {
  padding: 12px 20px;
}
#podminky-akce tr td:nth-child(odd) {
  background: #eaf7ff;
}
#podminky-akce tr th {
  background: #003d6a;
  color: #fff;
  padding: 15px 20px;
}
#podminky-akce tr td:first-child, #podminky-akce tr th:first-child {
  text-align: left;
}
#podminky-akce small {
  font-size: 11px;
}

#prehled-terminalu .terminals, .terminal_container .terminals {
  display: flex;
  margin: 25px -15px 0;
}
#prehled-terminalu .terminal, .terminal_container .terminal {
  flex: 0 0 calc(100% / 3 - 30px);
  margin: 0 15px;
  padding-bottom: 20px;
  border: 1px solid rgba(0, 61, 106, 0.1);
  background: #eaf7ff;
  display: flex;
  flex-flow: wrap column;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
}
#prehled-terminalu .terminal .terminal_button, .terminal_container .terminal .terminal_button {
  padding-top: 12px;
  margin-top: auto;
}
#prehled-terminalu .terminal .terminal_subtitle, .terminal_container .terminal .terminal_subtitle {
  padding: 20px 20px 0px;
  font-size: 16px;
}
#prehled-terminalu .terminal .terminal_subtitle + .terminal_title, .terminal_container .terminal .terminal_subtitle + .terminal_title {
  margin-top: 0;
}
#prehled-terminalu .terminal .terminal_title, .terminal_container .terminal .terminal_title {
  font-weight: bold;
  font-size: 24px;
  padding: 5px 20px 0px;
  margin-top: 15px;
}
#prehled-terminalu .terminal .terminal_description, .terminal_container .terminal .terminal_description {
  padding: 20px 20px;
}
#prehled-terminalu .terminal .terminal_list, .terminal_container .terminal .terminal_list {
  text-align: left;
}
#prehled-terminalu .terminal .terminal_list li, .terminal_container .terminal .terminal_list li {
  display: flex;
  padding: 9px 24px;
  align-items: center;
}
#prehled-terminalu .terminal .terminal_list li::before, .terminal_container .terminal .terminal_list li::before {
  content: "";
  flex: 0 0 6px;
  height: 6px;
  width: 6px;
  background: #003d6a;
  border-radius: 50%;
  margin-right: 18px;
}
#prehled-terminalu .terminal .terminal_image, .terminal_container .terminal .terminal_image {
  background: #fff;
  overflow: hidden;
}
#prehled-terminalu .terminal .terminal_image img, .terminal_container .terminal .terminal_image img {
  max-height: 300px;
  transition: 0.42s ease-in-out;
}
#prehled-terminalu .terminal .terminal_image.--padding, .terminal_container .terminal .terminal_image.--padding {
  max-height: 300px;
  padding: 30px;
  height: 100%;
}
#prehled-terminalu .terminal .terminal_image.--padding img, .terminal_container .terminal .terminal_image.--padding img {
  height: 100%;
}
#prehled-terminalu .terminal:hover img, .terminal_container .terminal:hover img {
  transform: scale(1.05) rotate(4deg);
}
#prehled-terminalu .terminal_details, .terminal_container .terminal_details {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
#prehled-terminalu .terminal_details .btn, .terminal_container .terminal_details .btn {
  border: 2px solid #003d6a;
  background-color: #003d6a;
  color: #fff;
  text-align: center;
  min-width: 200px;
}
#prehled-terminalu .terminal_details .btn:hover, #prehled-terminalu .terminal_details .btn:focus, .terminal_container .terminal_details .btn:hover, .terminal_container .terminal_details .btn:focus {
  background-color: #fff;
}
#prehled-terminalu .terminal_details .btn:hover, #prehled-terminalu .terminal_details .btn:focus, .terminal_container .terminal_details .btn:hover, .terminal_container .terminal_details .btn:focus {
  color: #003d6a;
}
@media (max-width: 768px) {
  #prehled-terminalu .terminals, .terminal_container .terminals {
    flex-flow: wrap row;
  }
  #prehled-terminalu .terminal, .terminal_container .terminal {
    flex: 100%;
  }
  #prehled-terminalu .terminal + .terminal, .terminal_container .terminal + .terminal {
    margin-top: 24px;
  }
}

#image {
  padding: 15px 0 60px;
}

#certificates .certificates {
  display: flex;
  margin: 25px -15px 0;
}
#certificates .cert {
  cursor: pointer;
  flex: 0 0 calc(100% / 6 - 30px);
  margin: 0 15px;
}
#certificates .cert img {
  transition: 0.34s ease-out;
  display: block;
  margin: auto;
}
#certificates .cert:hover img {
  transform: rotate(-3deg) scale(1.05);
}
@media (max-width: 991px) {
  #certificates .certificates {
    flex-flow: wrap row;
  }
  #certificates .cert {
    flex: 0 0 calc(100% / 3 - 30px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  #certificates .cert {
    flex: 0 0 calc(100% / 2 - 30px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

#terminals {
  padding: 0;
  scroll-snap-type: y mandatory;
}

.terminal_container {
  display: flex;
  margin: 50px -15px 0px;
}
@media (max-width: 768px) {
  .terminal_container {
    flex-flow: wrap row;
  }
  .terminal_container .terminal {
    flex: 100%;
  }
  .terminal_container .terminal + .terminal {
    margin-top: 24px;
  }
}

.terminal_wrapper {
  padding: 75px 0;
  scroll-snap-align: start;
}
.terminal_wrapper:nth-child(even) {
  background: rgba(234, 247, 255, 0.4);
}

#terminal_categories {
  padding: 75px 0 100px;
}
#terminal_categories .categories {
  margin-top: 32px;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}
#terminal_categories .categories .category {
  flex: 0 0 240px;
  margin: 8px 0;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  padding: 32px 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 61, 106, 0.2);
  background-color: #fff;
}
#terminal_categories .categories .category + .category {
  margin-left: 64px;
}
#terminal_categories .categories .category:hover, #terminal_categories .categories .category:focus {
  background-color: #eaf7ff;
}
#terminal_categories .categories .category img {
  margin-bottom: 24px;
}
#terminal_categories .categories .category span {
  text-align: center;
  display: block;
  flex: 1;
}
#terminal_categories .categories .category small {
  color: rgba(0, 61, 106, 0.6);
  display: block;
  font-size: 14px;
  line-height: 20px;
}
#terminal_categories .categories .category a {
  margin-top: 16px;
  font-size: 14px;
  border: 2px solid #003d6a;
  background-color: #003d6a;
  color: #fff;
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  min-width: 140px;
}
#terminal_categories .categories .category a:hover, #terminal_categories .categories .category a:focus {
  background-color: #fff;
}
#terminal_categories .categories .category a:hover, #terminal_categories .categories .category a:focus {
  color: #003d6a;
}
@media (max-width: 768px) {
  #terminal_categories .categories .category {
    flex: 100%;
  }
  #terminal_categories .categories .category + .category {
    margin-left: 0;
    border-top: 1px solid rgba(0, 61, 106, 0.15);
  }
}

#footer {
  background: #003d6a;
  color: #eaf7ff;
  padding: 20px 0;
}
#footer .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
#footer .footer_grid {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
}
#footer .footer_grid h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 18px;
}
#footer .footer_grid .part {
  flex: 1;
}
#footer .footer_grid .part.part-double {
  flex: 2;
}
#footer .footer_grid .part:last-child {
  text-align: right;
}
#footer .footer_copyright {
  /*padding-top: 40px;*/
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}
#footer .social_sites {
  display: flex;
  justify-content: flex-end;
}
#footer .social_sites a {
  width: 30px;
  height: 30px;
  background: #eaf7ff;
  border-radius: 4px;
  color: #003d6a;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .social_sites a + a {
  margin-left: 15px;
}
#footer .links {
  display: flex;
  padding-left: 100px;
}
#footer .links > li {
  flex: 1;
}
#footer .links > li li {
  padding-right: 10px;
  margin-bottom: 7px;
}
#footer a {
  opacity: 0.75;
}
#footer a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  #footer .footer_grid {
    flex-flow: wrap row;
  }
  #footer .footer_grid .part {
    flex: 50%;
  }
  #footer .footer_grid .part.part-double {
    margin-top: 25px;
    flex: 100%;
    order: 3;
  }
  #footer .links {
    padding-left: 0;
  }
  #footer .footer_copyright {
    flex-flow: wrap row;
  }
  #footer .footer_copyright > * {
    flex: 100%;
    text-align: center;
    padding: 4px;
  }
}
@media (max-width: 768px) {
  #footer .footer_grid {
    display: block;
    text-align: center;
  }
  #footer .footer_grid .part {
    flex: 100%;
  }
  #footer .footer_grid .part:first-child {
    order: 2;
  }
  #footer .footer_grid .part + .part {
    margin-top: 25px;
  }
  #footer .footer_grid .part:last-child {
    text-align: center;
  }
  #footer .social_sites {
    justify-content: center;
  }
  #footer .links {
    display: block;
  }
}

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