@charset "UTF-8";
:root {
  --container-padding: 12px;
  --content-width: calc(1284px + (2 * var(--container-padding)));
  --grid-row-gap: 12px;
  --grid-column-gap: 12px; }
  @media (min-width: 460px) {
    :root {
      --grid-row-gap: 12px;
      --grid-column-gap: 12px;
      --container-padding: 12px; } }
  @media (min-width: 990px) {
    :root {
      --grid-row-gap: 16px;
      --grid-column-gap: 16px;
      --container-padding: 16px; } }
  @media (min-width: 1200px) {
    :root {
      --grid-row-gap: 30px;
      --grid-column-gap: 30px;
      --container-padding: 30px; } }
.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin: 0 auto; }
  .container:not(.container--fluid) {
    max-width: var(--content-width); }

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--grid-row-gap) var(--grid-column-gap); }
  .grid.no-gap {
    grid-gap: 0 0; }
  .grid.no-row-gap {
    grid-row-gap: 0; }
  .grid.no-column-gap {
    grid-column-gap: 0; }

.col-0 {
  grid-column-end: span 0; }

.offset-0 {
  grid-column-start: 1; }

.col-1 {
  grid-column-end: span 1; }

.offset-1 {
  grid-column-start: 2; }

.col-2 {
  grid-column-end: span 2; }

.offset-2 {
  grid-column-start: 3; }

.col-3 {
  grid-column-end: span 3; }

.offset-3 {
  grid-column-start: 4; }

.col-4 {
  grid-column-end: span 4; }

.offset-4 {
  grid-column-start: 5; }

.col-5 {
  grid-column-end: span 5; }

.offset-5 {
  grid-column-start: 6; }

.col-6 {
  grid-column-end: span 6; }

.offset-6 {
  grid-column-start: 7; }

.col-7 {
  grid-column-end: span 7; }

.offset-7 {
  grid-column-start: 8; }

.col-8 {
  grid-column-end: span 8; }

.offset-8 {
  grid-column-start: 9; }

.col-9 {
  grid-column-end: span 9; }

.offset-9 {
  grid-column-start: 10; }

.col-10 {
  grid-column-end: span 10; }

.offset-10 {
  grid-column-start: 11; }

.col-11 {
  grid-column-end: span 11; }

.offset-11 {
  grid-column-start: 12; }

.col-12 {
  grid-column-end: span 12; }

.offset-12 {
  grid-column-start: 13; }

@media (min-width: 460px) {
  .col-xs-0 {
    grid-column-end: span 0; }
  .offset-xs-0 {
    grid-column-start: 1; }
  .col-xs-1 {
    grid-column-end: span 1; }
  .offset-xs-1 {
    grid-column-start: 2; }
  .col-xs-2 {
    grid-column-end: span 2; }
  .offset-xs-2 {
    grid-column-start: 3; }
  .col-xs-3 {
    grid-column-end: span 3; }
  .offset-xs-3 {
    grid-column-start: 4; }
  .col-xs-4 {
    grid-column-end: span 4; }
  .offset-xs-4 {
    grid-column-start: 5; }
  .col-xs-5 {
    grid-column-end: span 5; }
  .offset-xs-5 {
    grid-column-start: 6; }
  .col-xs-6 {
    grid-column-end: span 6; }
  .offset-xs-6 {
    grid-column-start: 7; }
  .col-xs-7 {
    grid-column-end: span 7; }
  .offset-xs-7 {
    grid-column-start: 8; }
  .col-xs-8 {
    grid-column-end: span 8; }
  .offset-xs-8 {
    grid-column-start: 9; }
  .col-xs-9 {
    grid-column-end: span 9; }
  .offset-xs-9 {
    grid-column-start: 10; }
  .col-xs-10 {
    grid-column-end: span 10; }
  .offset-xs-10 {
    grid-column-start: 11; }
  .col-xs-11 {
    grid-column-end: span 11; }
  .offset-xs-11 {
    grid-column-start: 12; }
  .col-xs-12 {
    grid-column-end: span 12; }
  .offset-xs-12 {
    grid-column-start: 13; }
  .hide-xs-up {
    display: none; } }

@media (max-width: 459px) {
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; }
  .hide-xs-down {
    display: none; } }

@media (min-width: 545px) {
  .col-sm-0 {
    grid-column-end: span 0; }
  .offset-sm-0 {
    grid-column-start: 1; }
  .col-sm-1 {
    grid-column-end: span 1; }
  .offset-sm-1 {
    grid-column-start: 2; }
  .col-sm-2 {
    grid-column-end: span 2; }
  .offset-sm-2 {
    grid-column-start: 3; }
  .col-sm-3 {
    grid-column-end: span 3; }
  .offset-sm-3 {
    grid-column-start: 4; }
  .col-sm-4 {
    grid-column-end: span 4; }
  .offset-sm-4 {
    grid-column-start: 5; }
  .col-sm-5 {
    grid-column-end: span 5; }
  .offset-sm-5 {
    grid-column-start: 6; }
  .col-sm-6 {
    grid-column-end: span 6; }
  .offset-sm-6 {
    grid-column-start: 7; }
  .col-sm-7 {
    grid-column-end: span 7; }
  .offset-sm-7 {
    grid-column-start: 8; }
  .col-sm-8 {
    grid-column-end: span 8; }
  .offset-sm-8 {
    grid-column-start: 9; }
  .col-sm-9 {
    grid-column-end: span 9; }
  .offset-sm-9 {
    grid-column-start: 10; }
  .col-sm-10 {
    grid-column-end: span 10; }
  .offset-sm-10 {
    grid-column-start: 11; }
  .col-sm-11 {
    grid-column-end: span 11; }
  .offset-sm-11 {
    grid-column-start: 12; }
  .col-sm-12 {
    grid-column-end: span 12; }
  .offset-sm-12 {
    grid-column-start: 13; }
  .hide-sm-up {
    display: none; } }

@media (max-width: 544px) {
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; }
  .hide-sm-down {
    display: none; } }

@media (min-width: 990px) {
  .col-md-0 {
    grid-column-end: span 0; }
  .offset-md-0 {
    grid-column-start: 1; }
  .col-md-1 {
    grid-column-end: span 1; }
  .offset-md-1 {
    grid-column-start: 2; }
  .col-md-2 {
    grid-column-end: span 2; }
  .offset-md-2 {
    grid-column-start: 3; }
  .col-md-3 {
    grid-column-end: span 3; }
  .offset-md-3 {
    grid-column-start: 4; }
  .col-md-4 {
    grid-column-end: span 4; }
  .offset-md-4 {
    grid-column-start: 5; }
  .col-md-5 {
    grid-column-end: span 5; }
  .offset-md-5 {
    grid-column-start: 6; }
  .col-md-6 {
    grid-column-end: span 6; }
  .offset-md-6 {
    grid-column-start: 7; }
  .col-md-7 {
    grid-column-end: span 7; }
  .offset-md-7 {
    grid-column-start: 8; }
  .col-md-8 {
    grid-column-end: span 8; }
  .offset-md-8 {
    grid-column-start: 9; }
  .col-md-9 {
    grid-column-end: span 9; }
  .offset-md-9 {
    grid-column-start: 10; }
  .col-md-10 {
    grid-column-end: span 10; }
  .offset-md-10 {
    grid-column-start: 11; }
  .col-md-11 {
    grid-column-end: span 11; }
  .offset-md-11 {
    grid-column-start: 12; }
  .col-md-12 {
    grid-column-end: span 12; }
  .offset-md-12 {
    grid-column-start: 13; }
  .hide-md-up {
    display: none; } }

@media (max-width: 989px) {
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; }
  .hide-md-down {
    display: none; } }

@media (min-width: 1200px) {
  .col-lg-0 {
    grid-column-end: span 0; }
  .offset-lg-0 {
    grid-column-start: 1; }
  .col-lg-1 {
    grid-column-end: span 1; }
  .offset-lg-1 {
    grid-column-start: 2; }
  .col-lg-2 {
    grid-column-end: span 2; }
  .offset-lg-2 {
    grid-column-start: 3; }
  .col-lg-3 {
    grid-column-end: span 3; }
  .offset-lg-3 {
    grid-column-start: 4; }
  .col-lg-4 {
    grid-column-end: span 4; }
  .offset-lg-4 {
    grid-column-start: 5; }
  .col-lg-5 {
    grid-column-end: span 5; }
  .offset-lg-5 {
    grid-column-start: 6; }
  .col-lg-6 {
    grid-column-end: span 6; }
  .offset-lg-6 {
    grid-column-start: 7; }
  .col-lg-7 {
    grid-column-end: span 7; }
  .offset-lg-7 {
    grid-column-start: 8; }
  .col-lg-8 {
    grid-column-end: span 8; }
  .offset-lg-8 {
    grid-column-start: 9; }
  .col-lg-9 {
    grid-column-end: span 9; }
  .offset-lg-9 {
    grid-column-start: 10; }
  .col-lg-10 {
    grid-column-end: span 10; }
  .offset-lg-10 {
    grid-column-start: 11; }
  .col-lg-11 {
    grid-column-end: span 11; }
  .offset-lg-11 {
    grid-column-start: 12; }
  .col-lg-12 {
    grid-column-end: span 12; }
  .offset-lg-12 {
    grid-column-start: 13; }
  .hide-lg-up {
    display: none; } }

@media (max-width: 1199px) {
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; }
  .hide-lg-down {
    display: none; } }

:root {
  --white: #FFFFFF;
  --black: #1A1919;
  --light-blue: #E5F7FE;
  --blue: #0098CF;
  --purple: #EB48C7;
  --font-primary: 'Barlow', sans-serif;
  --font-secondary: 'Barlow Condensed', sans-serif; }

*:focus,
*:focus-visible {
  outline: none; }

body {
  background-color: var(--bg-primary);
  color: var(--grey-text);
  font-family: var(--font-primary);
  font-size: 16px;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: var(--green); }

.hidden {
  display: none; }

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 30px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  margin: 0 0 30px; }

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

\:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  height: 0;
  color: inherit; }

abbr[title] {
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

\:-moz-focusring {
  outline: none; }

\:-moz-ui-invalid {
  box-shadow: none; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

.btn {
  display: inline-block;
  background-color: var(--blue);
  color: var(--white);
  padding: 14px 31px;
  border-radius: 8px;
  font-size: 18px;
  border: 0;
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .btn:hover {
    background-color: #017ba8;
    transition: background-color 0.3s ease; }

.btn-line {
  display: inline-block;
  background-color: transparent;
  color: var(--black);
  padding: 12px 31px;
  border-radius: 8px;
  font-size: 18px;
  border: 2px solid var(--blue);
  text-align: center;
  transition: background-color 0.3s ease;
  cursor: pointer; }
  .btn-line:hover {
    transition: background-color 0.3s ease;
    background-color: var(--blue);
    color: var(--white); }

.btns a {
  margin-right: 40px; }

@media (max-width: 989px) {
  .btns {
    margin-top: 40px; }
    .btns a {
      margin: 0 0 20px;
      width: 100%; } }

header .top-nav {
  padding: 17px 0 16px; }
  header .top-nav ul {
    margin: 0;
    padding: 0; }
    header .top-nav ul li {
      float: left;
      list-style: none;
      margin-left: 10px;
      font-size: 15px;
      line-height: 19px;
      font-weight: 500; }
      @media (min-width: 990px) {
        header .top-nav ul li {
          margin-left: 28px; } }
      header .top-nav ul li:first-child {
        margin-left: 0; }
      header .top-nav ul li a:hover {
        color: var(--blue); }
      header .top-nav ul li a.tel {
        padding-left: 25px;
        background: url("../media/tel.svg") no-repeat left center; }
      header .top-nav ul li a.mail {
        padding-left: 25px;
        background: url("../media/email.svg") no-repeat left center; }
        @media (max-width: 590px) {
          header .top-nav ul li a.mail {
            display: block;
            padding-left: 20px;
            text-indent: -9999px;
            margin: 0 15px; } }
      header .top-nav ul li a.address {
        padding-left: 20px;
        background: url("../media/pin.svg") no-repeat left center; }
        @media (max-width: 590px) {
          header .top-nav ul li a.address {
            display: block;
            padding-left: 20px;
            text-indent: -9999px; } }
      header .top-nav ul li.current_page_item {
        position: relative; }
        header .top-nav ul li.current_page_item::after {
          position: absolute;
          content: '';
          width: 100%;
          height: 4px;
          background-color: var(--black);
          bottom: -5px;
          left: 0; }
    @media (max-width: 989px) {
      header .top-nav ul.left {
        display: flex;
        justify-content: space-between; } }
    @media (max-width: 590px) {
      header .top-nav ul.left {
        display: block; } }
    header .top-nav ul.right {
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media (min-width: 990px) {
        header .top-nav ul.right {
          display: block;
          float: right; } }
.header {
  padding: 30px 0 0;
  background-color: var(--light-blue); }
  .header.head .container {
    margin-bottom: 50px; }

@media (max-width: 989px) {
  .logo {
    width: 120px; } }

.h-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px; }
  @media (max-width: 989px) {
    .h-right {
      margin-top: 23px; } }
  .h-right .btn {
    margin-left: 40px; }
    @media (max-width: 989px) {
      .h-right .btn {
        display: none; } }
.select-link {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 0 20px;
  z-index: 100; }
  .select-link::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 9px;
    height: 5px;
    background: url("../media/arrow-down.svg") no-repeat center; }

.menu {
  position: relative;
  z-index: 10; }
  .menu .dropdown {
    display: none;
    position: absolute;
    width: 295px;
    background-color: var(--white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    top: -13px;
    transform: translateX(-50%);
    border-radius: 8px; }
    @media (max-width: 989px) {
      .menu .dropdown {
        left: 0; } }
    .menu .dropdown ul {
      padding: 50px 0 15px;
      margin: 0; }
      .menu .dropdown ul li {
        list-style: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 0 20px 5px; }
        @media (max-width: 989px) {
          .menu .dropdown ul li {
            text-align: right; } }
        .menu .dropdown ul li a {
          display: block;
          padding: 8px 10px;
          white-space: nowrap; }
          .menu .dropdown ul li a:hover {
            background-color: var(--black);
            color: var(--white);
            border-radius: 4px; }
  .menu:hover .dropdown {
    display: block; }
  .menu:hover .select-link {
    color: var(--blue); }
    .menu:hover .select-link::after {
      transform: translateY(-50%) rotate(180deg);
      background: url("../media/arrow-up.svg") no-repeat center; }

.img-kv {
  margin-bottom: -82px;
  text-align: right; }
  @media (max-width: 990px) {
    .img-kv {
      text-align: center; } }
  .img-kv img {
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(45, 49, 54, 0.08);
    max-width: 100%; }
  .img-kv.img-kv {
    margin-bottom: -164px; }
    .img-kv.img-kv.about-kv {
      margin-bottom: -100px; }

.keyvisual {
  position: relative;
  margin-bottom: 122px; }
  @media (max-width: 989px) {
    .keyvisual {
      margin-bottom: 90px; } }
  .keyvisual h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 60px; }
  .keyvisual p {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 30px; }
  .keyvisual.sub-kv {
    margin-top: 30px; }
    .keyvisual.sub-kv .img-kv-mobile img {
      width: 150px; }
    .keyvisual.sub-kv h1 {
      font-weight: bold;
      margin-top: 30px; }
      @media (max-width: 989px) {
        .keyvisual.sub-kv h1 {
          font-size: 40px; } }
  .keyvisual.cat-kv {
    padding-bottom: 30px; }
    .keyvisual.cat-kv h1 {
      font-weight: bold;
      font-size: clamp(40px, 5vw, 60px);
      line-height: clamp(45px, 5vw, 65px); }
    .keyvisual.cat-kv h5 {
      margin: 57px 0 10px;
      color: #727272;
      font-size: 18px;
      line-height: 25px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media (max-width: 989px) {
        .keyvisual.cat-kv h5 {
          margin: 0 0 10px; } }
    .keyvisual.cat-kv small {
      font-size: 15px;
      color: #444;
      display: flex;
      align-items: center; }

.kv-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .kv-text h4 {
    margin: 0 0 10px;
    color: #1A1919;
    font-size: 21px;
    line-height: 34px;
    text-transform: uppercase; }
  .kv-text ol {
    counter-reset: item;
    padding: 20px 0;
    margin: 0 0 0 95px; }
    @media (max-width: 989px) {
      .kv-text ol {
        margin: 0 0 0 30px; } }
    .kv-text ol li {
      display: block;
      position: relative;
      margin-bottom: .5em;
      margin-left: 70px;
      font-size: 18px;
      line-height: 32px; }
    .kv-text ol li::before {
      display: flex;
      align-items: center;
      justify-content: center;
      content: counter(item);
      counter-increment: item;
      width: 50px;
      height: 50px;
      margin-left: -50px;
      color: #0098CF;
      border: 1px #0098CF solid;
      border-radius: 50%;
      text-align: center;
      font-size: 38px;
      font-family: Barlow;
      position: absolute;
      left: -20px;
      top: -10px; }
  .kv-text .tabs.tabs-wide ul {
    margin-bottom: 40px; }

footer {
  padding: 33px 0 15px;
  color: #494847;
  font-size: 17px;
  line-height: 25px;
  position: relative;
  z-index: 200;
  background-color: var(--white); }
  @media (max-width: 989px) {
    footer {
      text-align: center; } }
  footer img {
    max-width: 180px;
    margin-bottom: 17px; }
  footer h4 {
    color: #1A1919;
    font-size: 18px;
    line-height: 19px;
    font-family: Barlow;
    margin-bottom: 20px; }
  footer ul {
    padding: 0;
    margin: 0; }
    footer ul li {
      list-style: none;
      margin-bottom: 10px; }
      footer ul li a:hover {
        color: var(--blue); }
  footer .copy {
    border-top: 1px #9CA5B1 solid;
    padding-top: 15px;
    text-align: center; }
    footer .copy p {
      margin: 0;
      font-size: 16px;
      color: #727272;
      line-height: 25px; }
    footer .copy a {
      color: #727272;
      text-decoration: underline; }
      footer .copy a:hover {
        color: var(--blue);
        text-decoration: none; }

.newsletter {
  display: flex;
  max-width: 500px;
  margin: 0 auto; }
  .newsletter .wpcf7-form-control-wrap {
    width: 100%; }
  .newsletter input {
    width: 100%;
    padding: 0 20px;
    height: 52px;
    border: 2px solid #727272;
    border-radius: 8px;
    margin-bottom: 20px; }
  .newsletter .wpcf7-submit {
    max-width: 92px;
    flex: 0 0 92px;
    background-color: var(--blue);
    color: var(--white);
    padding: 0 20px;
    border-radius: 8px;
    font-size: 18px;
    margin-left: 10px;
    border: 0;
    height: 52px;
    cursor: pointer; }
  .newsletter .wpcf7-spinner {
    position: absolute;
    margin-top: 14px; }

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 !important;
  border-radius: 8px; }

.termin {
  position: fixed;
  bottom: 160px;
  right: 0;
  z-index: 100;
  background-color: var(--blue);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  display: none; }
  @media (max-width: 989px) {
    .termin {
      display: block; } }
@media (min-width: 1200px) {
  .container-small {
    padding: 0 87px; } }

.service-section {
  margin-bottom: 100px; }
  @media (max-width: 989px) {
    .service-section {
      margin-bottom: 50px; } }
.crown {
  background: url("../media/crown.svg") no-repeat center top;
  text-align: center;
  padding: 120px 0 0;
  max-width: 255px; }
  @media (max-width: 989px) {
    .crown {
      max-width: 100%; } }
  .crown h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .crown ul {
    padding: 0;
    margin: 0; }
    .crown ul li {
      list-style: none;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase; }
      .crown ul li a {
        display: block;
        padding: 8px 10px; }
        .crown ul li a:hover {
          background-color: var(--black);
          color: var(--white);
          border-radius: 4px; }
      .crown ul li.active a {
        background-color: var(--black);
        color: var(--white);
        border-radius: 4px; }

.center-content {
  margin-top: 218px;
  display: none; }
  .center-content.active {
    display: block; }
  @media (max-width: 989px) {
    .center-content {
      margin-top: 50px; } }
  .center-content h3 {
    font-size: 50px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .center-content p {
    color: #494847;
    font-size: 18px;
    line-height: 32px; }
  .center-content ul {
    padding: 0;
    margin: 0; }
    @media (min-width: 990px) {
      .center-content ul {
        margin: 0 0 40px; } }
    .center-content ul li {
      list-style: none;
      font-size: 18px;
      line-height: 38px;
      padding-left: 40px;
      position: relative; }
      .center-content ul li::before {
        content: '';
        width: 3px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        background-color: var(--black);
        border-radius: 50%; }

.middle {
  padding: 95px 0 66px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto; }
  .middle h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .middle p {
    color: #494847;
    font-size: 20px;
    line-height: 32px; }

.news {
  margin-bottom: 100px; }
  .news h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center; }
  .news .m-bot {
    margin-bottom: 50px; }
  .news .cta {
    text-align: center; }

.card {
  border-radius: 4px;
  box-shadow: 0 0 15px 0 rgba(45, 49, 54, 0.08); }
  .card .card-img {
    display: block;
    height: 230px;
    position: relative;
    overflow: hidden; }
    .card .card-img img {
      width: 100%;
      height: auto;
      min-height: 230px;
      position: absolute;
      left: 0;
      top: 0;
      min-height: 230px;
      border-radius: 4px 4px 0 0; }
  .card .card-body {
    padding: 20px 30px; }
    .card .card-body .cat {
      display: block;
      text-transform: uppercase;
      color: #727272;
      font-size: 14px;
      margin-bottom: 20px; }
    .card .card-body h4 {
      font-weight: bold;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px;
      font-family: Barlow; }
    .card .card-body p {
      font-size: 16px;
      line-height: 25px;
      color: #444444; }

.info-blue {
  background-color: #E5F7FE;
  padding: 50px 0; }
  @media (min-width: 990px) {
    .info-blue {
      padding: 90px 0 107px; } }
  .info-blue h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .info-blue h5 {
    color: #1A1919;
    font-family: Barlow;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px; }
  .info-blue .cont-form {
    margin-bottom: 40px; }
    @media (min-width: 990px) {
      .info-blue .cont-form {
        max-width: 365px;
        margin: 0; } }
    .info-blue .cont-form input,
    .info-blue .cont-form select {
      width: 100%;
      padding: 0 20px;
      height: 52px;
      border: 2px solid #727272;
      border-radius: 8px;
      margin-bottom: 20px;
      background-color: var(--white); }
    .info-blue .cont-form .wpcf7-submit {
      width: 165px;
      display: inline-block;
      background-color: var(--blue);
      color: var(--white);
      padding: 14px 31px;
      border-radius: 8px;
      font-size: 18px;
      border: 0;
      text-align: center;
      transition: background-color 0.3s ease;
      cursor: pointer; }
      .info-blue .cont-form .wpcf7-submit:hover {
        background-color: #017ba8;
        transition: background-color 0.3s ease; }
    .info-blue .cont-form .wpcf7-not-valid-tip {
      margin-bottom: 20px; }
  .info-blue .cont-info ul {
    padding: 0;
    margin: 0; }
    .info-blue .cont-info ul li {
      list-style: none;
      margin-bottom: 20px;
      font-family: Barlow;
      font-size: 18px;
      line-height: 27px; }
      .info-blue .cont-info ul li a {
        color: #1A1919; }
        .info-blue .cont-info ul li a.tel {
          padding-left: 30px;
          background: url("../media/tel.svg") no-repeat left center; }
        .info-blue .cont-info ul li a.mail {
          padding-left: 30px;
          background: url("../media/email.svg") no-repeat left center; }
      .info-blue .cont-info ul li span.address {
        display: inline-block;
        padding-left: 30px;
        background: url("../media/pin.svg") no-repeat left 5px; }

@media (min-width: 990px) {
  .tabs {
    max-width: 320px; } }

.tabs ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px; }
  .tabs ul li {
    list-style: none;
    margin-right: 20px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 989px) {
      .tabs ul li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .tabs ul li:last-child {
      margin-right: 0; }
    .tabs ul li.active {
      color: var(--white);
      background-color: #1A1919; }

.tabs.tabs-wide {
  max-width: 780px;
  margin: 0 auto; }
  .tabs.tabs-wide ul {
    margin-bottom: 70px; }

.tabs h2 {
  font-size: 50px;
  font-weight: normal;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.tabs p {
  color: #444444;
  font-size: clamp(18px, 2vw, 21px);
  line-height: clamp(30px, 2vw, 34px); }

.tabs .btn {
  margin-top: 20px; }

.tab {
  display: none; }
  .tab.active {
    display: block; }
  .tab table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    .tab table th,
    .tab table td {
      border: 0;
      border-bottom: 1px solid #BBB7B5;
      font-size: 18px;
      line-height: 38px;
      text-align: left;
      color: #1A1919;
      padding: 0; }
      .tab table th:last-child,
      .tab table td:last-child {
        font-weight: bold;
        text-align: right; }

@media (max-width: 989px) {
  .map {
    margin-top: 50px; } }

.map iframe {
  width: 100%; }

.swiper {
  padding: 30px 15px;
  margin: 0 -15px; }

.swp {
  position: relative;
  padding: 0 35px;
  margin: 0 -35px; }
  @media (max-width: 1430px) {
    .swp {
      margin: 0; } }
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 34px;
  color: #0098CF; }

.swiper-button-next {
  right: -80px; }
  @media (max-width: 1199px) {
    .swiper-button-next {
      right: 0; } }
.swiper-button-prev {
  left: -80px; }
  @media (max-width: 1199px) {
    .swiper-button-prev {
      left: 0; } }
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center; }
  .popup .popup-box {
    padding: 30px 30px 40px;
    width: calc(100% - 30px);
    z-index: 100;
    max-width: 730px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--white);
    border-radius: 4px;
    margin-bottom: 30px; }
    .popup .popup-box h2 {
      font-size: 50px;
      line-height: 55px;
      margin-bottom: 30px;
      font-weight: normal;
      text-transform: uppercase; }

.q-section {
  padding: 60px 0; }
  @media (max-width: 989px) {
    .q-section {
      padding: 40px 0; } }
.q-box {
  margin: 0 auto;
  padding: 30px 30px 40px;
  max-width: 730px;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--white);
  border-radius: 4px;
  margin-bottom: 30px; }
  .q-box h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase; }

.page {
  background-color: var(--light-blue);
  padding: 64px 0; }

.page-text {
  font-size: 18px;
  line-height: 32px; }
  .page-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px; }
    .page-text p a {
      text-decoration: underline;
      color: var(--blue); }
      .page-text p a:hover {
        text-decoration: none; }
  .page-text ul,
  .page-text ol {
    margin-bottom: 30px; }
    .page-text ul li,
    .page-text ol li {
      font-size: 18px;
      line-height: 32px;
      margin-bottom: 15px; }

.pricelist {
  margin: 0 auto;
  max-width: 538px;
  width: 100%; }
  .pricelist h1 {
    font-size: clamp(40px, 5vw, 60px);
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
  .pricelist table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .pricelist table tr td {
      padding: 8px 0;
      border: 0;
      border-bottom: 1px solid #BBB7B5;
      font-size: 18px; }
      .pricelist table tr td:last-child {
        text-align: right;
        font-weight: 600;
        white-space: nowrap;
        padding-left: 10px; }

.contact {
  margin: 0 auto;
  max-width: 730px;
  width: 100%; }
  .contact h1 {
    font-size: clamp(40px, 5vw, 60px);
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }

.faq h2 {
  font-size: clamp(30px, 5vw, 50px);
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }

.contact-form {
  margin-bottom: 40px; }
  .contact-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #727272;
    text-transform: uppercase; }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #727272;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 18px; }
  .contact-form textarea {
    height: 90px; }
  .contact-form .wpcf7-submit {
    width: 165px;
    display: inline-block;
    background-color: var(--blue);
    color: var(--white);
    padding: 14px 31px;
    border-radius: 8px;
    font-size: 18px;
    border: 0;
    text-align: center;
    transition: background-color 0.3s ease;
    cursor: pointer; }
    .contact-form .wpcf7-submit:hover {
      background-color: #017ba8;
      transition: background-color 0.3s ease; }
  .contact-form .wpcf7-not-valid-tip {
    margin-bottom: 20px; }
  .contact-form .wpcf7-spinner {
    position: absolute;
    margin-top: 14px; }

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

.m-minut-top {
  margin-top: -110px; }

.urnik h1 {
  font-size: clamp(40px, 5vw, 60px);
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase; }

.urnik h4 {
  font-size: 26px;
  margin-bottom: 38px;
  color: #444444;
  font-weight: normal; }

.urnik .tel {
  font-size: 36px;
  margin-bottom: 45px;
  padding-left: 40px;
  background: url("../media/tel.svg") no-repeat left center;
  background-size: 30px; }

.urnik table {
  width: 100%;
  max-width: 320px;
  border-collapse: collapse;
  border: 0;
  border-top: 1px solid #BBB7B5; }
  @media (max-width: 989px) {
    .urnik table {
      max-width: 100%; } }
  .urnik table th,
  .urnik table td {
    border: 0;
    border-bottom: 1px solid #BBB7B5;
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    color: #1A1919;
    padding: 0; }
    .urnik table th:last-child,
    .urnik table td:last-child {
      font-weight: bold;
      text-align: right; }

.map-wide iframe {
  width: 100%;
  height: 380px; }
  @media (max-width: 989px) {
    .map-wide iframe {
      height: 300px; } }
.contact-section h1 {
  font-size: clamp(40px, 5vw, 60px);
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase; }

.contact-section .contact-form {
  max-width: 433px; }

.contact-section h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal; }

.contact-section img {
  margin-bottom: 20px; }

.contact-section ul {
  padding: 0;
  margin: 0; }
  .contact-section ul li {
    list-style: none;
    margin-bottom: 20px;
    font-family: Barlow;
    font-size: 18px;
    line-height: 27px; }
    .contact-section ul li a {
      color: #1A1919; }
      .contact-section ul li a.tel {
        padding-left: 30px;
        background: url("../media/tel.svg") no-repeat left center; }
      .contact-section ul li a.mail {
        padding-left: 30px;
        background: url("../media/email.svg") no-repeat left center; }
    .contact-section ul li span.address {
      display: inline-block;
      padding-left: 30px;
      background: url("../media/pin.svg") no-repeat left 5px; }

.vrednote {
  display: block;
  padding: 40px 0 80px; }
  .vrednote h2 {
    font-size: clamp(30px, 5vw, 50px);
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .vrednote .box {
    display: flex; }
    .vrednote .box span {
      border: 1px solid #0098CF;
      font-size: 38px;
      line-height: 46px;
      color: #0098CF;
      flex: 0 0 50px;
      max-width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
    .vrednote .box p {
      padding-left: 20px;
      font-size: 18px;
      line-height: 32px;
      color: #2D3136; }

.team {
  text-align: center;
  padding-bottom: 80px; }
  .team h2 {
    font-size: clamp(30px, 5vw, 50px);
    margin-bottom: 40px;
    font-weight: bold;
    text-transform: uppercase; }
  .team .member {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 45px; }
    .team .member h4 {
      font-size: clamp(26px, 5vw, 40px);
      margin-bottom: 10px;
      font-weight: normal;
      text-transform: uppercase; }
    .team .member p {
      font-size: 16px;
      color: #727272;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 0; }

.cta {
  text-align: center;
  margin-top: 40px; }

.news-sect {
  margin-bottom: 82px;
  position: relative;
  z-index: 1; }
  .news-sect .card {
    margin-bottom: 10px; }

.fb {
  position: relative;
  margin-left: 15px;
  top: 2px; }
  .fb img {
    width: 20px; }

.news-article {
  margin-bottom: 100px; }

.single-post {
  margin: 0 auto;
  max-width: 730px; }
  .single-post a {
    color: var(--blue);
    text-decoration: underline; }
    .single-post a:hover {
      text-decoration: none; }
  .single-post p {
    font-size: clamp(16px, 4vw, 21px);
    line-height: clamp(24px, 5vw, 34px);
    margin-bottom: 25px; }
    .single-post p.summary {
      font-size: clamp(20px, 5vw, 26px);
      line-height: clamp(30px, 5vw, 40px);
      color: #444444; }
  .single-post h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: Barlow; }
  .single-post ul,
  .single-post ol {
    padding: 0 0 0 22px;
    margin: 0 0 30px; }
    .single-post ul li,
    .single-post ol li {
      font-size: clamp(16px, 4vw, 21px);
      line-height: clamp(24px, 5vw, 34px);
      margin-bottom: 25px; }
  .single-post img {
    margin-bottom: 30px; }
  .single-post ul {
    counter-reset: item; }
    .single-post ul li {
      display: block;
      margin-bottom: .5em;
      margin-left: 22px; }
    .single-post ul li::before {
      display: inline-block;
      content: "•";
      counter-increment: item;
      width: 2em;
      font-weight: bold;
      margin-left: -2em;
      position: relative;
      left: 10px;
      top: -2px; }
  .single-post ol {
    counter-reset: item; }
    .single-post ol li {
      display: block;
      margin-bottom: .5em;
      margin-left: 22px; }
    .single-post ol li::before {
      display: inline-block;
      content: counter(item) ". ";
      counter-increment: item;
      width: 2em;
      font-weight: bold;
      margin-left: -2em; }

.tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  margin: 40px auto 100px;
  width: 100%;
  padding: 0; }
  .tags li {
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px; }
    .tags li a {
      display: block;
      font-size: 14px;
      background-color: #F2F2F2;
      padding: 5px 10px;
      border-radius: 4px; }
      .tags li a:hover {
        background-color: #0098CF;
        color: var(--white); }

.back-cat {
  display: block;
  padding: 22px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
  .back-cat h5 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #727272;
    font-family: Barlow; }
  .back-cat p {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #2D3136; }

hr {
  border: 0;
  height: 1px;
  background-color: #727272;
  margin: 0 0 50px;
  opacity: .5; }

.next-cat {
  display: block;
  text-align: right;
  padding: 22px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
  .next-cat h5 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #727272;
    font-family: Barlow; }
  .next-cat p {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #2D3136; }

@media (max-width: 1390px) {
  .post-footer .grid {
    padding: 0 35px; } }

.post-footer .rel {
  position: relative; }
  .post-footer .rel .back {
    position: absolute;
    left: -97px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 65.75 90 c 0.896 0 1.792 -0.342 2.475 -1.025 c 1.367 -1.366 1.367 -3.583 0 -4.949 L 29.2 45 L 68.225 5.975 c 1.367 -1.367 1.367 -3.583 0 -4.95 c -1.367 -1.366 -3.583 -1.366 -4.95 0 l -41.5 41.5 c -1.367 1.366 -1.367 3.583 0 4.949 l 41.5 41.5 C 63.958 89.658 64.854 90 65.75 90 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %230098CF; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 26px 38px; }
    @media (max-width: 1500px) {
      .post-footer .rel .back {
        left: -40px; } }
  .post-footer .rel .next {
    position: absolute;
    right: -97px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 38px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)' %3E%3Cpath d='M 24.25 90 c -0.896 0 -1.792 -0.342 -2.475 -1.025 c -1.367 -1.366 -1.367 -3.583 0 -4.949 L 60.8 45 L 21.775 5.975 c -1.367 -1.367 -1.367 -3.583 0 -4.95 c 1.367 -1.366 3.583 -1.366 4.95 0 l 41.5 41.5 c 1.367 1.366 1.367 3.583 0 4.949 l -41.5 41.5 C 26.042 89.658 25.146 90 24.25 90 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %230098CF; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 26px 38px; }
    @media (max-width: 1500px) {
      .post-footer .rel .next {
        right: -40px; } }
.breadchrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -45px;
  height: 35px; }
  .breadchrumbs li {
    position: relative;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    font-family: Barlow;
    margin-right: 18px;
    line-height: 19px; }
    .breadchrumbs li a {
      color: var(--blue); }
    .breadchrumbs li::after {
      content: '•';
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      color: #2D3136;
      font-size: 9px; }
    .breadchrumbs li:last-child::after {
      display: none; }

.mbot-40 {
  margin: 60px 0 40px; }

.accordions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px; }

.accordion {
  padding-left: 70px;
  margin-bottom: 37px; }
  .accordion-title {
    display: block;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer; }
    .accordion-title::before {
      content: '-';
      width: 50px;
      height: 50px;
      position: absolute;
      left: -70px;
      top: -8px;
      color: var(--blue);
      font-size: 38px;
      border-radius: 50%;
      border: 1px solid var(--blue);
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 4px;
      transition: transform 0.3s ease; }
  .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .accordion-body p {
      font-size: 17px;
      line-height: 27px;
      margin-bottom: 20px; }
      .accordion-body p a {
        text-decoration: underline; }
        .accordion-body p a:hover {
          text-decoration: none; }
  .accordion.active .accordion-title::before {
    content: '+';
    transform: rotate(90deg); }
  .accordion.active .accordion-body {
    display: block;
    max-height: 1000px; }

.single-page {
  max-width: 730px;
  margin: 0 auto; }
  .single-page h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .single-page p {
    color: #444444;
    font-size: clamp(18px, 2vw, 21px);
    line-height: clamp(30px, 2vw, 34px); }
  .single-page ul,
  .single-page ol {
    padding: 0 0 0 22px;
    margin: 0 0 30px; }
    .single-page ul li,
    .single-page ol li {
      font-size: clamp(18px, 2vw, 21px);
      line-height: clamp(30px, 2vw, 34px);
      margin-bottom: 25px; }
  .single-page img {
    margin-bottom: 30px; }
  .single-page ul {
    counter-reset: item; }
    .single-page ul li {
      display: block;
      margin-bottom: .5em;
      margin-left: 22px; }
    .single-page ul li::before {
      display: inline-block;
      content: "•";
      counter-increment: item;
      width: 2em;
      font-weight: bold;
      margin-left: -2em;
      position: relative;
      left: 10px;
      top: -2px; }
  .single-page ol {
    counter-reset: item; }
    .single-page ol li {
      display: block;
      margin-bottom: .5em;
      margin-left: 22px; }
    .single-page ol li::before {
      display: inline-block;
      content: counter(item) ". ";
      counter-increment: item;
      width: 2em;
      font-weight: bold;
      margin-left: -2em; }

.news-top {
  margin-top: 94px; }

.submenu {
  text-align: center;
  max-width: 270px;
  margin-bottom: 40px; }
  @media (max-width: 989px) {
    .submenu {
      max-width: 100%; } }
  .submenu h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .submenu ul {
    padding: 0;
    margin: 0; }
    .submenu ul li {
      list-style: none;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase; }
      .submenu ul li a {
        display: block;
        padding: 8px 10px; }
        .submenu ul li a:hover {
          background-color: var(--black);
          color: var(--white);
          border-radius: 4px; }
      .submenu ul li.active {
        background-color: var(--black);
        color: var(--white);
        border-radius: 4px; }

.page-center-content h2 {
  font-size: 50px;
  line-height: 55px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase; }

.page-center-content p {
  color: #494847;
  font-size: 18px;
  line-height: 32px; }
  .page-center-content p a {
    text-decoration: underline; }
    .page-center-content p a:hover {
      text-decoration: none; }

.cont-box {
  display: none;
  transition: opacity 0.5s ease;
  opacity: 0; }
  .cont-box.active {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease; }
