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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1f1f1f;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0C0C51;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #F8F8F8;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}

img {
  max-width: 100%;
}

.button {
  height: 50px;
  line-height: 46px;
  border: 1px solid #0C0C51;
  background-color: #0C0C51;
  color: #fff;
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
  border-radius: 10px;
  transition: 0.25s all;
  font-weight: 400;
}
.button:hover {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
  color: #0C0C51;
}
.button:active, .button:focus {
  outline: none;
}
.button--small {
  height: 30px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 16px;
}

.cookieinfo {
  position: fixed;
  bottom: 16px;
  right: 16px;
  background: #fff;
  padding: 20px;
  max-width: 400px;
  border: 1px solid;
  z-index: 999;
}
.cookieinfo .button--close {
  position: absolute;
  top: -15px;
  right: -15px;
  border: 1px solid;
  width: 30px;
  height: 30px;
  background: #fff;
}
.cookieinfo .button--close:hover {
  background-color: #0C0C51;
  border-color: #0C0C51;
}
.cookieinfo .button--close:hover::after, .cookieinfo .button--close:hover::before {
  background-color: #fff;
}
.cookieinfo .button--close::after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  background: #707070;
}
.cookieinfo .button--close::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  background: #707070;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.4);
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  padding: 10px 0;
  display: block;
  max-height: 70px;
}
.header .logo:first-of-type {
  flex: 0 0 15.5%;
}
@media (max-width: 1199px) {
  .header .logo:first-of-type {
    flex: 0 0 10%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header .logo:first-of-type {
    flex: unset;
    width: 150px;
    max-width: 50%;
    z-index: 99;
  }
}
.header .logo:last-of-type {
  flex: 0 0 15.5%;
  text-align: right;
}
@media (max-width: 1199px) {
  .header .logo:last-of-type {
    flex: 0 0 10%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header .logo:last-of-type {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .logo {
    flex: 0 0 100px;
  }
}
.header .logo img {
  max-height: 100%;
}
.header__right {
  flex: 0 0 70%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .header__right {
    flex: 0 0 30%;
  }
}
.header__socials {
  text-align: right;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .header__socials {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #0C0C51;
    padding: 9px 20px 10px;
    line-height: 10px;
    margin-bottom: 0;
  }
}
.header__socials a {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.header__socials .facebook {
  background: url(../img/fb.svg) no-repeat center;
}
.header__socials .instagram {
  background: url(../img/insta.svg) no-repeat center/cover;
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 3;
  }
  .header__menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/bg.jpg) no-repeat center;
    z-index: -1;
    opacity: 0.3;
  }
  .header__menu.active {
    display: block;
  }
}
.header__menu ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .header__menu ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header__menu a {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.35s all;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .header__menu a {
    color: #1f1f1f;
    display: block;
  }
}
@media (min-width: 992px) {
  .header__menu a:hover {
    color: #fff;
    background-color: #0C0C51;
  }
}
.header__menu li {
  display: flex;
  height: 70px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header__menu li {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .header__menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #F8F8F8;
    margin-left: 0;
    display: block;
    height: auto;
  }
}
.header__menu .sub-menu {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #fff;
  display: none;
  padding: 15px;
  min-width: 200px;
}
@media (max-width: 991px) {
  .header__menu .sub-menu {
    padding: 0;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition: 0.25s all;
    padding-top: 80px;
    display: block;
  }
  .header__menu .sub-menu.active {
    left: 0;
    z-index: 99;
  }
  .header__menu .sub-menu .menuback {
    padding: 1px 10px 0;
    padding-left: 35px;
    border-bottom: 1px solid #0C0C51;
    line-height: 50px;
    position: relative;
  }
  .header__menu .sub-menu .menuback::before {
    content: "";
    position: absolute;
    left: 16px;
    top: calc(50% - 4px);
    font-size: 21px;
    height: 8px;
    width: 8px;
    border: 2px solid #0C0C51;
    display: block;
    border-top: none;
    border-left: none;
    transform: rotate(135deg);
    transition: 0.25s all;
  }
}
.header__menu .sub-menu li {
  margin-left: 0;
  height: auto;
  display: block;
}
.header__menu .sub-menu a {
  padding: 5px;
  height: auto;
  font-size: 14px;
}
.header__menu .sub-menu a:hover {
  background-color: #fff;
  color: #0C0C51;
}
@media (min-width: 992px) {
  .header__menu .submenu_col .sub-menu {
    -moz-columns: 3;
         columns: 3;
    min-width: 550px;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .header__menu li.menu-item-has-children {
    position: relative;
  }
}
.header__menu li.menu-item-has-children > a {
  position: relative;
}
@media (max-width: 991px) {
  .header__menu li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 21px;
    height: 12px;
    width: 12px;
    border: 2px solid #0C0C51;
    display: block;
    border-top: none;
    border-left: none;
    transform: rotate(-45deg);
    transition: 0.25s all;
  }
  .header__menu li.menu-item-has-children > a.active::after {
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  .header__menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.toggle-menu {
  position: absolute;
  right: 10px;
  top: 5px;
  padding-top: 18px;
  z-index: 12;
  width: 58px;
  height: 58px;
}
@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .toggle-menu {
    right: 10px;
  }
}
.toggle-menu span {
  width: 30px;
  height: 4px;
  border-radius: 6px;
  background: #0C0C51;
  margin: 0 auto 4px;
  display: block;
  transition: all 0.25s;
}
.toggle-menu span:nth-of-type(3) {
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
}
.toggle-menu.active span {
  background-color: #0C0C51;
}
.toggle-menu.active span:first-of-type,
.toggle-menu.active span:last-of-type {
  opacity: 0;
}
.toggle-menu.active span:nth-of-type(2) {
  transform: rotate(45deg);
}
.toggle-menu.active span:nth-of-type(3) {
  transform: rotate(-45deg);
}

.button-wrapper {
  text-align: center;
  margin: 50px 0;
}

.slider .swiper-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40%;
  z-index: 99;
  text-align: center;
}
.slider .swiper-slide {
  height: 70vh;
  max-height: 900px;
  min-height: 500px;
  background: no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider .swiper-slide {
    align-items: center;
  }
}
.slider .swiper-slide::before {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  mix-blend-mode: multiply;
}
.slider__text {
  font-size: 68px;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1199px) {
  .slider__text {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .slider__text {
    font-size: 35px;
    text-align: center;
    padding: 0 30px;
  }
}
.slider .button-wrapper {
  margin: 3vh 0 13vh;
}
@media (max-width: 1199px) {
  .slider .button-wrapper {
    margin: 10vh 0 13vh;
  }
}
@media (max-width: 767px) {
  .slider .button-wrapper {
    margin: 50px 0;
  }
}
.slider .swiper-button-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  margin: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.slider .swiper-button-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  transform: rotate(180deg);
  margin: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-boxes {
  padding: 30px 0;
}
.text-boxes .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .text-boxes .container {
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
}
.text-boxes h1 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 40px;
  color: #0C0C51;
}
@media (max-width: 991px) {
  .text-boxes h1 {
    font-size: 40px;
  }
}
.text-boxes__left {
  width: 50%;
}
@media (max-width: 1199px) {
  .text-boxes__left {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .text-boxes__left {
    width: 100%;
  }
}
.text-boxes__right {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .text-boxes__right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .text-boxes__right {
    width: 100%;
  }
}
.text-boxes__text {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  max-width: 500px;
}
@media (max-width: 991px) {
  .text-boxes__text {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.text-boxes__boxes {
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.text-boxes .box {
  width: calc(50% - 4px);
  height: 200px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 550px) {
  .text-boxes .box {
    flex: 0 0 100%;
  }
  .text-boxes .box:not(:last-of-type) {
    margin-bottom: 8px;
  }
}
.text-boxes .box__image {
  background: no-repeat center/cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: 0.25s all;
}
.text-boxes .box__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: -1;
}
.text-boxes .box span {
  position: relative;
  z-index: 2;
}
.text-boxes .box:hover .box__image {
  transform: scale(1.05);
}
.text-boxes .box:nth-child(1), .text-boxes .box:nth-child(2) {
  margin-bottom: 8px;
}

.boxes {
  padding: 32px 0;
}
.boxes-wrapper {
  overflow: hidden;
  border-radius: 36px;
}
@media (max-width: 991px) {
  .boxes-wrapper {
    max-width: 670px;
    margin: 0 auto;
  }
}
.boxes__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 8px;
  margin-bottom: 8px;
}
.boxes__row:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .boxes__row {
    grid-template-columns: auto;
  }
}
.boxes .box {
  height: 235px;
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  align-items: center;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .boxes .box {
    font-size: 24px;
  }
}
.boxes .box__bg {
  position: absolute;
  inset: 0;
  background: no-repeat center/cover;
  transition: 0.25s all;
  z-index: -1;
}
.boxes .box__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.boxes .box:hover .box__bg {
  transform: scale(1.05);
}

.boxes-slider {
  padding: 50px 0;
  position: relative;
}
.boxes-slider__box {
  height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
.boxes-slider__box:hover {
  text-decoration: none;
  color: #fff;
}
.boxes-slider__box:hover .boxes-slider__photo {
  transform: scale(1.1);
}
.boxes-slider__photo {
  position: absolute;
  inset: 0;
  transition: 0.25s all;
  background: no-repeat center/cover;
  z-index: -1;
}
.boxes-slider__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
.boxes-slider__logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.boxes-slider__logo img {
  max-width: 50%;
  max-height: 50%;
}
.boxes-slider .swiper {
  border-radius: 36px;
}
.boxes-slider .swiper-button-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  margin: 0 10px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  z-index: 99;
}
.boxes-slider .swiper-button-next:hover {
  cursor: pointer;
}
.boxes-slider .swiper-button-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  transform: rotate(180deg);
  margin: 0 10px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  z-index: 99;
}
.boxes-slider .swiper-button-prev:hover {
  cursor: pointer;
}

.code {
  padding: 50px 0;
  background-color: #fff;
}

.posts {
  margin: 50px 0;
}
.posts h2 {
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  color: #0C0C51;
}
.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 991px) {
  .posts-wrapper {
    max-width: 670px;
    margin: 0 auto;
  }
}
.posts-wrapper::after {
  content: "";
  flex: 1 1 24%;
}
.posts .itempost {
  flex: 0 0 calc(25% - 6px);
  border-radius: 36px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .posts .itempost {
    flex: 0 0 calc(50% - 4px);
  }
}
@media (max-width: 550px) {
  .posts .itempost {
    flex: 0 0 100%;
  }
}
.posts .itempost h3,
.posts .itempost h4 {
  font-size: 18px;
  color: #0C0C51;
}
.posts .itempost__image {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.posts .itempost__image-inner {
  background: no-repeat center/cover;
  position: absolute;
  inset: 0;
  transition: 0.3s all;
}
.posts .itempost__image span {
  position: absolute;
  background-color: rgba(12, 12, 81, 0.6);
  inset: 0;
  display: flex;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  opacity: 0;
}
.posts .itempost__text {
  padding: 16px 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.posts .itempost .button-wrapper--small {
  text-align: right;
  margin-top: 20px;
  margin-right: 16px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
}
.posts .itempost:hover .itempost__image span {
  opacity: 1;
}
.posts .itempost:hover .itempost__image-inner {
  transform: scale(1.1);
}

.footer {
  padding: 50px 0;
  background-color: #0C0C51;
  color: #fff;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .container {
    flex-wrap: wrap;
  }
}
.footer h3 {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .footer h3 {
    font-size: 24px;
  }
}
.footer__col {
  width: 32%;
}
@media (max-width: 767px) {
  .footer__col {
    width: 48%;
  }
}
@media (max-width: 550px) {
  .footer__col {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer__box {
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .footer__box {
    margin-bottom: 15px;
  }
}
.footer__box a {
  display: block;
}
.footer ul {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 550px) {
  .footer ul {
    margin-top: 10px;
  }
}
.footer ul li {
  display: block;
  margin-bottom: 10px;
}
.footer ul li a {
  display: block;
  color: #fff;
}

.object {
  margin-top: 90px;
}
.object__banner {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .object__banner {
    margin: 0 auto 50px;
    max-width: 760px;
  }
}
.object__banner-inner {
  overflow: hidden;
  display: flex;
  border-radius: 36px;
  max-height: 590px;
  min-height: 500px;
}
@media (max-width: 991px) {
  .object__banner-inner {
    flex-wrap: wrap;
    max-height: inherit;
  }
}
.object__info {
  flex: 0 0 32%;
  background-color: #0C0C51;
  color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .object__info {
    flex: 0 0 40%;
  }
}
@media (max-width: 991px) {
  .object__info {
    flex: 0 0 100%;
  }
}
.object__info a:not(.button) {
  color: #fff;
  text-decoration: none;
  display: block;
}
.object__info a:not(.button),
.object__info p {
  margin-bottom: 8px;
  font-weight: 300;
}
.object__info span {
  font-weight: 800;
}
.object__map-photo {
  flex: 0 0 68%;
  position: relative;
}
@media (max-width: 1199px) {
  .object__map-photo {
    flex: 0 0 60%;
  }
}
@media (max-width: 991px) {
  .object__map-photo {
    flex: 0 0 100%;
    padding-bottom: 70%;
  }
}
.object__map-photo img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.object__map, .object__photo {
  display: none;
  height: 100%;
}
.object__map.active, .object__photo.active {
  display: block;
}
.object__map iframe, .object__photo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.object__title {
  font-size: 38px;
  margin-bottom: 20px !important;
}
.object .data-box {
  margin-top: 30px;
}
.object__links {
  text-align: right;
}
.object__links a {
  margin-bottom: 8px;
}
.object__toggle {
  position: absolute;
  right: 30px;
  bottom: -30px;
  background: #0C0C51;
  width: 150px;
  height: 60px;
  border-radius: 15px;
  display: flex;
}
.object__toggle span {
  opacity: 0.5;
}
.object__toggle span.active {
  opacity: 1;
}
.object__toggle #photo {
  width: 50%;
  background: url(../img/galeria.svg) no-repeat center/40px;
  position: relative;
}
.object__toggle #photo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #fff;
}
.object__toggle #map {
  width: 50%;
  background: url(../img/lokalizacja.svg) no-repeat center/40px;
}
.object__toggle .tip {
  position: absolute;
  right: 20px;
  top: -41px;
  background: #0C0C51;
  opacity: 1;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.object__toggle .tip::after {
  content: "";
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #0C0C51 transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  right: 10px;
  border-radius: 7px;
}
.object__toggle .tip.hide {
  display: none;
}
.object__gallery {
  border-radius: 36px;
  overflow: hidden;
}
.object__gallery a {
  display: block;
  height: 235px;
}
.object__gallery img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.object__gallery .swiper-button-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  margin: 0 10px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
  z-index: 99;
}
.object__gallery .swiper-button-next:hover {
  cursor: pointer;
}
.object__gallery .swiper-button-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-white.svg) no-repeat center;
  transform: rotate(180deg);
  margin: 0 10px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  z-index: 99;
}
.object__gallery .swiper-button-prev:hover {
  cursor: pointer;
}
.object__description {
  max-width: 900px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 24px;
}
.object__description h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1;
  color: #1f1f1f;
}

.more h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #1f1f1f;
}

.button--white {
  background-color: #fff;
  color: #0C0C51;
  text-align: center;
}
.button--white:hover {
  background-color: #0C0C51;
  border-color: #0C0C51;
  color: #fff;
}

.udogodnienia {
  margin: 50px 0;
}
.udogodnienia h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 30px;
}
.udogodnienia .icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  margin: 0 auto;
  justify-content: center;
}
.udogodnienia .icon {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 10px;
  text-align: center;
  width: 100px;
  line-height: 11px;
}
.udogodnienia .icon img {
  width: 50px;
  margin: 0 auto;
}

.archive .posts-wrapper::after {
  content: "";
  flex: 1 1 24%;
}

.hero {
  background: no-repeat center/cover;
  height: 300px;
  margin-top: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 30px;
}
.hero__title h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .hero__title h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .hero__title h1 {
    font-size: 32px;
  }
}

.pbtext {
  padding: 32px 0;
}
.pbtext__content {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
@media (max-width: 767px) {
  .pbtext__content {
    font-size: 14px;
  }
}
.pbtext__content--col {
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.pbtext__content ul {
  margin-top: 32px;
  margin-bottom: 32px;
}
.pbtext__content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pbtext__content h1 {
    font-size: 32px;
  }
}
.pbtext__content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .pbtext__content h2 {
    font-size: 28px;
  }
}
.pbtext__content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pbtext__content h3 {
    font-size: 24px;
  }
}
.pbtext__content h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pbtext__content h4 {
    font-size: 22px;
  }
}
.pbtext__content h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pbtext__content h5 {
    font-size: 20px;
  }
}
.pbtext__content h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #0C0C51;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .pbtext__content h6 {
    font-size: 16px;
  }
}
.pbtext__content a {
  color: #0C0C51;
  font-weight: 700;
}
.pbtext__content a:hover, .pbtext__content a:focus {
  color: #0C0C51;
  text-decoration: underline;
}
.pbtext__content ul, .pbtext__content ol {
  margin: 32px 0;
}
.pbtext__content ul:marker, .pbtext__content ol:marker {
  color: #0C0C51;
}
.pbtext__image {
  position: relative;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  border-radius: 36px;
}
.pbtext__image img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.pbrow {
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  .pbrow {
    flex-direction: column;
  }
}

.pbcol-30 {
  padding: 0 15px;
  flex: 0 0 30%;
}
@media (max-width: 767px) {
  .pbcol-30 {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
.pbcol-50 {
  padding: 0 15px;
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .pbcol-50 {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}
.pbcol-70 {
  padding: 0 15px;
  flex: 0 0 70%;
}
@media (max-width: 767px) {
  .pbcol-70 {
    flex: 0 0 100%;
    margin-bottom: 16px;
  }
}

.gallery {
  padding: 32px 0;
}
.gallery__hidden {
  display: none;
}
.gallery__title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
  text-align: center;
  color: #0C0C51;
}
@media (max-width: 767px) {
  .gallery__title {
    font-size: 32px;
  }
}
.gallery__box {
  width: 100%;
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 8px;
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}
.gallery__box--1 {
  grid-template: "1fr" 400px;
}
@media (max-width: 991px) {
  .gallery__box--1 {
    grid-template: "1fr" 160px;
  }
}
.gallery__box--2 {
  grid-template: "1fr 1fr" 400px;
}
@media (max-width: 991px) {
  .gallery__box--2 {
    grid-template: "1fr 1fr" 160px;
  }
}
.gallery__box--3 {
  grid-template: "1fr 1fr 1fr 1fr" 400px;
}
.gallery__box--3 .gallery__photo--2 {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .gallery__box--3 {
    grid-template: "1fr 1fr 1fr 1fr" 300px;
  }
}
@media (max-width: 767px) {
  .gallery__box--3 {
    grid-template: "1fr 1fr" 160px "1fr 1fr" 160px;
  }
}
.gallery__box--4 {
  grid-template: "1fr 1fr 1fr 1fr" 240px "1fr 1fr 1fr 1fr" 310px;
}
.gallery__box--4 .gallery__photo--1, .gallery__box--4 .gallery__photo--4 {
  grid-column: span 2;
}
.gallery__box--4 .gallery__photo--2, .gallery__box--4 .gallery__photo--3 {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .gallery__box--4 {
    grid-template: "1fr 1fr 1fr 1fr" 180px "1fr 1fr 1fr 1fr" 210px;
  }
}
@media (max-width: 767px) {
  .gallery__box--4 {
    grid-template: "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px;
  }
}
.gallery__box--5 {
  grid-template: "1fr 1fr 1fr 1fr" 240px "1fr 1fr 1fr 1fr" 310px;
}
.gallery__box--5 .gallery__photo--1 {
  grid-column: span 2;
}
.gallery__box--5 .gallery__photo--2, .gallery__box--5 .gallery__photo--3 {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .gallery__box--5 {
    grid-template: "1fr 1fr 1fr 1fr" 180px "1fr 1fr 1fr 1fr" 210px;
  }
}
@media (max-width: 767px) {
  .gallery__box--5 {
    grid-template: "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px;
  }
}
.gallery__box--6 {
  grid-template: "1fr 1fr 1fr 1fr" 240px "1fr 1fr 1fr 1fr" 310px;
}
.gallery__box--6 .gallery__photo--1 {
  grid-column: span 2;
}
.gallery__box--6 .gallery__photo--2 {
  grid-row: span 2;
}
@media (max-width: 991px) {
  .gallery__box--6 {
    grid-template: "1fr 1fr 1fr 1fr" 180px "1fr 1fr 1fr 1fr" 210px;
  }
}
@media (max-width: 767px) {
  .gallery__box--6 {
    grid-template: "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px;
  }
}
.gallery__box--full {
  grid-template: "1fr 1fr 1fr 1fr" 240px "1fr 1fr 1fr 1fr" 310px;
  border-bottom-right-radius: 0;
}
.gallery__box--full .gallery__photo--1 {
  grid-column: span 2;
}
.gallery__box--full .gallery__photo--2 {
  grid-row: span 2;
  border-bottom-right-radius: 36px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery__box--full .gallery__photo--2 {
    border-bottom-right-radius: 0;
  }
}
.gallery__box--full .gallery__photo--6 {
  border-bottom-right-radius: 36px;
  overflow: hidden;
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .gallery__box--full .gallery__photo--6 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .gallery__box--full .gallery__photo--6 {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .gallery__box--full {
    grid-template: "1fr 1fr 1fr 1fr" 180px "1fr 1fr 1fr 1fr" 210px;
  }
}
@media (max-width: 767px) {
  .gallery__box--full {
    grid-template: "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px "1fr 1fr" 160px;
    border-bottom-left-radius: 0;
  }
}
.gallery__photo {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.gallery__photo:hover img {
  transform: scale(1.05);
}
.gallery__photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms;
}
.gallery__more {
  background-color: #0C0C51;
  color: #fff;
  width: calc(25% - 8px);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  border: 1px solid #0C0C51;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__more:hover, .gallery__more:focus {
  background-color: #F8F8F8;
  color: #0C0C51;
  outline: none;
}
@media (max-width: 991px) {
  .gallery__more {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .gallery__more {
    position: relative;
    width: 100%;
    height: 50px;
  }
}

.cta {
  background: no-repeat center/cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 60px;
  margin: 32px 0;
  text-align: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .cta {
    gap: 8px;
    padding: 40px 0;
    min-height: 300px;
  }
}
.cta__title h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  .cta__title h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .cta__title h1 {
    font-size: 32px;
  }
}
.cta__text {
  color: #fff;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.7);
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .cta__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .cta__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.banner {
  padding: 32px 0;
  position: relative;
}
.banner:before {
  content: "";
  width: 50vw;
  height: calc(100% - 64px);
  position: absolute;
  top: 32px;
  right: 0;
  background-color: #fff;
}
.banner__bg {
  background: no-repeat center/cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  padding: 60px;
  gap: 32px;
  border-radius: 32px;
  isolation: isolate;
}
@media (max-width: 767px) {
  .banner__bg {
    gap: 8px;
    padding: 40px 0;
    min-height: 300px;
  }
}
.banner__bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  isolation: isolate;
  background: no-repeat center/cover;
  background-image: url(../img/cover.png);
  z-index: -1;
}
@media (max-width: 767px) {
  .banner__bg:before {
    left: auto;
    width: 140%;
  }
}
.banner__title h1 {
  font-size: 68px;
  line-height: 1;
  color: #0C0C51;
}
@media (max-width: 991px) {
  .banner__title h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .banner__title h1 {
    font-size: 32px;
  }
}
.banner__text {
  font-size: 24px;
  line-height: 28px;
  color: #0C0C51;
}
@media (max-width: 991px) {
  .banner__text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .banner__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.pbphoto {
  padding: 32px 0;
}
.pbphoto__content {
  text-align: center;
}

.pbmap {
  padding: 32px 0;
}
.pbmap__content iframe {
  width: 100% !important;
  height: 400px !important;
}
@media (max-width: 767px) {
  .pbmap__content iframe {
    height: 250px !important;
  }
}

.pblist {
  padding: 32px 0;
}
.pblist__item {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 8px;
}
.pblist__ico {
  width: 50px;
  height: 50px;
}
.pblist__ico img {
  max-height: 100%;
  max-width: 100%;
}

.pbtable {
  padding: 32px 0;
}
.pbtable__content table {
  margin: 0 auto;
}
.pbtable__content tbody tr {
  background-color: #fff;
  color: #0C0C51;
  border: none;
}
.pbtable__content tbody tr:nth-of-type(2n) {
  background-color: #F8F8F8;
}
.pbtable__content th {
  padding: 8px 16px;
  background-color: #0C0C51;
  color: #fff;
  border: 1px solid #fff;
}
.pbtable__content td {
  padding: 4px 16px;
  border: none;
}/*# sourceMappingURL=custom.css.map */