:root {
  --etop-navy: #0b2252;
  --etop-ink: #071426;
  --etop-red: #d41616;
  --etop-paper: #ffffff;
  --etop-muted: #d8e4ec;
  --etop-shadow: 0 18px 45px rgba(3, 11, 25, 0.20);
}

html {
  scroll-behavior: auto;
}

body {
  background: #071426;
  color: #f2f7fb;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

a,
button,
input,
textarea,
select {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
#navigation-button:focus {
  outline: 2px solid rgba(11, 34, 82, .50);
  outline-offset: 2px;
}

.top-menu {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(11, 34, 82, .08);
  box-shadow: 0 12px 35px rgba(3, 11, 25, .12);
  height: 86px !important;
  overflow: visible !important;
  padding: 0 clamp(20px, 4vw, 56px) !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 900 !important;
}

@supports (backdrop-filter: blur(14px)) {
  .top-menu {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, .86) !important;
  }
}

body.etop-modern-scrolled .top-menu {
  box-shadow: 0 14px 40px rgba(3, 11, 25, .18);
}

.top-menu .logo_href {
  display: block;
  left: clamp(20px, 4vw, 56px);
  min-height: 62px;
  position: absolute;
  top: 13px;
  z-index: 915;
}

.top-menu a .logo {
  display: none !important;
}

.top-menu a .img_logo {
  display: block !important;
  height: auto !important;
  max-height: 56px;
  max-width: 190px;
  width: auto;
}

.top-menu .sub-nav {
  align-items: center;
  background: rgba(11, 34, 82, .08) !important;
  border: 1px solid rgba(11, 34, 82, .10);
  border-radius: 6px;
  display: flex;
  gap: 2px;
  height: auto !important;
  margin: 0 !important;
  padding: 3px !important;
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  top: 12px;
  width: auto !important;
  z-index: 916;
}

.top-menu .sub-nav li,
.top-menu .sub-nav li.first {
  background: transparent !important;
  float: none !important;
  height: auto !important;
  padding: 0 !important;
}

.top-menu .sub-nav li a {
  border-radius: 4px;
  color: var(--etop-navy) !important;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1 !important;
  padding: 7px 9px;
  text-decoration: none;
}

.top-menu .sub-nav li a:hover,
.top-menu .sub-nav li.first a {
  background: var(--etop-navy);
  color: #fff !important;
}

.top-menu ul.nav.drop-down {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  height: auto !important;
  justify-content: flex-end;
  left: clamp(270px, 25vw, 420px);
  list-style: none;
  margin: 0 !important;
  max-width: none;
  overflow: visible !important;
  padding: 0 !important;
  position: absolute !important;
  right: clamp(20px, 4vw, 56px) !important;
  top: 42px;
  width: auto;
  z-index: 914;
}

.top-menu .drop-down li {
  background: transparent !important;
  float: none !important;
}

.top-menu .drop-down li a,
.top-menu .drop-down li a:focus,
.top-menu .drop-down li:focus a {
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 4px;
  color: var(--etop-navy) !important;
  display: block;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15 !important;
  padding: 9px 10px !important;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-menu .drop-down li:hover a,
.top-menu .drop-down li.active a {
  background: transparent;
  border-bottom-color: var(--etop-red) !important;
  color: var(--etop-red) !important;
}

.top-menu a:focus {
  outline: none;
}

.top-menu a:focus-visible,
#navigation-button:focus-visible {
  outline: 2px solid rgba(11, 34, 82, .50);
  outline-offset: 2px;
}

#navigation-button {
  border-radius: 6px;
}

section.op-section {
  color: #fff;
  overflow: hidden;
}

section.op-section .black-shield {
  background: linear-gradient(105deg, rgba(5, 13, 29, .82) 0%, rgba(7, 20, 38, .56) 45%, rgba(6, 14, 28, .34) 100%) !important;
  height: 100%;
  opacity: .62;
  width: 100%;
}

section#home_36 .black-shield {
  opacity: .45 !important;
}

section.op-section .fullwidth-section {
  min-height: inherit;
  position: relative;
  z-index: 2;
}

section.op-section > .fullwidth-section > div.one_page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: clamp(105px, 14vh, 150px) !important;
  width: calc(100% - 48px);
}

section#home_36 > .fullwidth-section > div.one_page {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 90px);
  padding-top: 0 !important;
}

h1.with-box,
div.only_title h1.with-box {
  background: rgba(7, 20, 38, .76) !important;
  border-left: 5px solid var(--etop-red);
  border-radius: 6px;
  box-shadow: var(--etop-shadow);
  color: #fff !important;
  float: none !important;
  box-sizing: border-box;
  font-size: 52px !important;
  font-weight: 800 !important;
  line-height: 1.08;
  margin: 0 !important;
  max-width: calc(100vw - 72px);
  padding: 32px 36px !important;
  text-align: left;
  text-transform: uppercase;
  width: 690px;
}

section.op-section h1,
section.op-section h2 {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .32);
}

section.op-section h2 {
  font-size: 46px !important;
  margin-bottom: 22px;
}

section.op-section .element_header {
  border: 0 !important;
  margin-bottom: 16px;
}

section.op-section .element_body,
section.op-section .page_element,
section.op-section .long_text,
section.op-section .short_text {
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  line-height: 1.72;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .24);
}

section.op-section .long_text a,
section.op-section .short_text a,
section.op-section .page_element a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(212, 22, 22, .78);
  text-underline-offset: 4px;
}

section.op-section .long_text a:hover,
section.op-section .short_text a:hover,
section.op-section .page_element a:hover {
  color: #fff;
  text-decoration-color: var(--etop-red);
}

ul.et-menu {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
  list-style: none;
  margin: 0 0 22px 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: min(360px, 100%);
}

ul.et-menu li {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
  padding-left: 0 !important;
}

ul.et-menu li:last-child {
  border-bottom: 0 !important;
}

ul.et-menu li a {
  color: #fff !important;
  display: block;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.3;
  padding: 15px 18px !important;
  text-decoration: none !important;
}

ul.et-menu li.active,
ul.et-menu li:hover {
  background: var(--etop-navy) !important;
  box-shadow: inset 4px 0 0 var(--etop-red);
}

.container.kontakt,
section.op-section .container {
  max-width: 1180px;
}

section.op-section img {
  max-width: 100%;
  height: auto;
}

section.op-section .cre-animate {
  left: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.gallery .gallery_row .img_border,
span.thumb.shadow {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22) !important;
  overflow: hidden;
}

section.op-section div.one_page .page_element form textarea,
section.op-section div.one_page .page_element form input[type="text"],
.one_page .form_element input[type="text"],
.one_page .form_element textarea,
.one_page .form_element select {
  background: rgba(255, 255, 255, .94) !important;
  border: 1px solid rgba(11, 34, 82, .16) !important;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  color: var(--etop-ink) !important;
  min-height: 42px;
  padding: 10px 12px;
}

.button.left,
.button .right,
.button .right input,
.button1,
input[type="submit"] {
  background: var(--etop-red) !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  min-height: 40px;
  padding: 0 16px !important;
}

.bottom-menu {
  background: rgba(255, 255, 255, .94) !important;
  border-top: 1px solid rgba(11, 34, 82, .10);
  box-shadow: 0 -10px 28px rgba(3, 11, 25, .10);
  height: 48px !important;
  overflow: visible;
}

.bottom-menu .container {
  max-width: 1180px;
  width: calc(100% - 48px);
}

.bottom-menu .bottom_logo,
.bottom-menu .col-md-4 {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 48px;
  margin-left: 0 !important;
}

.bottom-menu .bottom_logo img,
.bottom-menu .col-md-4 img {
  display: block;
  max-height: 28px;
  opacity: .82;
  width: auto;
}

.bottom-menu .bottom_quich_links,
.bottom-menu .col-md-8 {
  height: 48px;
}

.bottom-menu ul {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 48px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.bottom-menu ul li {
  display: block;
  padding: 0 !important;
}

.bottom-menu ul li a {
  color: var(--etop-navy) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2 !important;
  text-decoration: none;
}

.bottom-menu ul li a:hover {
  color: var(--etop-red) !important;
}

.bottom-menu .trustnet-copyright {
  display: none;
}

#layout_wrapper .top_slide {
  background-size: cover !important;
  min-height: 244px;
}

#layout {
  max-width: 1180px;
  width: calc(100% - 48px) !important;
}

.page {
  color: var(--etop-ink);
  font-size: 16px;
  line-height: 1.68;
}

.page_header h1,
#home_page_header h1,
.header h2,
.page_body .page_element h2 {
  border-left: 5px solid var(--etop-red);
  border-right: 0 !important;
  border-radius: 6px;
  color: var(--etop-navy) !important;
}

@media (max-width: 1180px) {
  h1.with-box,
  div.only_title h1.with-box {
    font-size: 44px !important;
    padding: 28px 32px !important;
    width: 620px;
  }

  section.op-section h2 {
    font-size: 40px !important;
  }

  .top-menu ul.nav.drop-down {
    left: 235px;
  }

  .top-menu .drop-down li a,
  .top-menu .drop-down li a:focus,
  .top-menu .drop-down li:focus a {
    font-size: 11px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media (max-width: 1000px) {
  .top-menu {
    height: 76px !important;
    min-height: 76px;
    padding: 0 18px !important;
  }

  .top-menu .logo_href {
    left: 18px;
    top: 14px;
    width: auto !important;
  }

  .top-menu a .img_logo {
    max-height: 48px;
    max-width: 168px;
  }

  .top-menu .sub-nav {
    right: 78px;
    top: 22px;
  }

  #navigation-button {
    align-items: center;
    background: rgba(11, 34, 82, .08) !important;
    border: 1px solid rgba(11, 34, 82, .22) !important;
    box-shadow: none !important;
    color: var(--etop-navy) !important;
    display: flex !important;
    height: 44px;
    justify-content: center;
    padding: 0 !important;
    position: absolute !important;
    right: 18px;
    top: 16px;
    width: 44px !important;
    z-index: 920;
  }

  .top-menu ul.nav.drop-down {
    background: #fff !important;
    border: 1px solid rgba(11, 34, 82, .10);
    border-radius: 6px;
    box-shadow: var(--etop-shadow);
    display: none;
    left: 16px !important;
    max-height: calc(100vh - 98px) !important;
    overflow-y: auto !important;
    padding: 10px !important;
    position: absolute !important;
    right: 16px !important;
    top: 82px !important;
  }

  .top-menu ul.nav.drop-down.active {
    display: block !important;
    height: auto !important;
  }

  .top-menu .drop-down li {
    clear: both;
    display: block;
    width: 100%;
  }

  .top-menu .drop-down li a,
  .top-menu .drop-down li a:focus,
  .top-menu .drop-down li:focus a {
    border-radius: 4px;
    display: block;
    font-size: 13px !important;
    padding: 12px 14px !important;
    width: 100%;
  }

  section.op-section > .fullwidth-section > div.one_page {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 96px !important;
    width: 100%;
  }

  section#home_36 > .fullwidth-section > div.one_page {
    min-height: calc(100vh - 78px);
    padding-top: 72px !important;
  }

  h1.with-box,
  div.only_title h1.with-box {
    font-size: 34px !important;
    max-width: 92vw;
    padding: 24px 28px !important;
    width: 100%;
  }

  section.op-section h2 {
    font-size: 34px !important;
  }

  .bottom-menu {
    height: auto !important;
    min-height: 54px;
  }

  .bottom-menu .container {
    width: calc(100% - 24px);
  }

  .bottom-menu .row {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .bottom-menu .bottom_logo,
  .bottom-menu .col-md-4 {
    flex: 0 0 auto;
    gap: 12px;
  }

  .bottom-menu .bottom_logo img,
  .bottom-menu .col-md-4 img {
    max-height: 24px;
  }

  .bottom-menu .bottom_quich_links,
  .bottom-menu .col-md-8 {
    flex: 1 1 auto;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .top-menu .sub-nav {
    display: none;
  }

  .top-menu a .img_logo {
    max-width: 150px;
  }

  section.op-section h2 {
    font-size: 30px !important;
  }

  h1.with-box,
  div.only_title h1.with-box {
    font-size: 26px !important;
    max-width: calc(100vw - 36px);
    padding: 20px 22px !important;
    width: 100%;
  }

  section.op-section .element_body,
  section.op-section .page_element,
  section.op-section .long_text,
  section.op-section .short_text {
    font-size: 15px;
    line-height: 1.64;
  }

  ul.et-menu {
    width: 100%;
  }

  .bottom-menu {
    position: fixed !important;
  }

  .bottom-menu .bottom_logo,
  .bottom-menu .col-md-4 {
    display: none;
  }

  .bottom-menu ul {
    justify-content: center;
  }
}
