@media (max-width: 1023px) {
  .customgrid {
    width: 90%;
    margin-left: 5%;
  }
  .hero .customgrid {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .customgrid.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .hero .customgrid.col-lg-7 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .customgrid.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .customgrid.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .customgrid.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .customgrid.col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .customgrid.col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .customgrid.offset-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .customgrid.offset-lg-1 {
    margin-left: 12.5%;
  }
}

.show_in_view {
  position: relative;
}
.show_in_view_overflow {
  overflow: hidden;
}
.show_in_view > * {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  opacity: 0;
}
.show_in_view.show_left > * {
  -webkit-transform: translateX(-10rem);
  -ms-transform: translateX(-10rem);
  transform: translateX(-10rem);
}
.show_in_view.show_right > * {
  -webkit-transform: translateX(10rem);
  -ms-transform: translateX(10rem);
  transform: translateX(10rem);
}
.show_in_view.show_down > * {
  -webkit-transform: translateY(10rem);
  -ms-transform: translateY(10rem);
  transform: translateY(10rem);
}
.show_in_view.show_up > * {
  -webkit-transform: translateY(-10rem);
  -ms-transform: translateY(-10rem);
  transform: translateY(-10rem);
}
.show_in_view.widok > * {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

@-webkit-keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
    transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
    transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
}

@keyframes spin {
  0%, 100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
    transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
    transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes scrollDown {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(-90deg) translateX(-2rem);
    transform: rotate(-90deg) translateX(-2rem);
  }
}
@keyframes scrollDown {
  from {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    -webkit-transform: rotate(-90deg) translateX(-2rem);
    transform: rotate(-90deg) translateX(-2rem);
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-family: acumin-pro, sans-serif;
  font-size: 1.6rem;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

input[type=submit],
button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

button {
  color: inherit;
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}

.block-left {
  text-align: left;
}
.block-center {
  text-align: center;
}
.block-right {
  text-align: right;
}
@media (min-width: 576px) {
  .block-sm-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .block-sm-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .block-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .block-md-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .block-md-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .block-md-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .block-lg-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .block-lg-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .block-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .block-xl-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .block-xl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .block-xl-right {
    text-align: right;
  }
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.main {
  position: relative;
}
.main .relativeelement {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .d-lg-block {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .d-lg-none {
    display: inline-block !important;
  }
}

.grecaptcha-badge {
  display: none;
}

#contact_form {
  cursor: pointer;
  top: calc(50% + 200px);
  position: fixed;
  right: 2.5rem;
  background: rgba(188, 152, 86, 0.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2rem;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  padding: 1rem;
  z-index: 111;
  color: #fff;
}
@media (max-width: 767px) {
  #contact_form {
    bottom: 0;
    top: auto;
    right: 1.5rem;
    font-size: 1.6rem;
    padding: 0 0.5rem 0.5rem;
  }
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.hero__slider .bg {
  z-index: 3;
}
@media (max-width: 1023px) {
  .bg {
    left: 5%;
    width: 90%;
    border-right: 1px solid #f3f3f3;
  }
  .hero__slider .bg {
    border-color: rgba(243, 243, 243, 0.2);
  }
}
.hero__slider .bg__line {
  border-color: rgba(243, 243, 243, 0.2);
}
@media (max-width: 1023px) {
  .bg__line {
    border-left: 1px solid #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .bg__line:not(:first-of-type) {
    border-left: 1px solid #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .hero__slider .bg__line:not(:first-of-type) {
    border-color: rgba(243, 243, 243, 0.2);
  }
}

.arrow {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .arrow {
    fill: #213a51;
  }
}
.arrow:hover {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
.arrow--right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow--right:hover {
  -webkit-transform: rotate(180deg) translateX(-1rem);
  -ms-transform: rotate(180deg) translateX(-1rem);
  transform: rotate(180deg) translateX(-1rem);
}
.arrow__element {
  stroke: #ffffff;
}
@media (min-width: 1024px) {
  .arrow__element {
    stroke: #213a51;
  }
}

.readmore {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  padding-right: 10rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.readmore span {
  color: #bc9856;
}
.readmore:before, .readmore:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 6rem;
  height: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .readmore:before, .readmore:after {
    width: 7.5rem;
  }
}
.readmore:before {
  right: 6rem;
  max-width: 0;
  background-color: #bc9856;
}
@media (min-width: 1024px) {
  .readmore:before {
    right: 7.5rem;
  }
}
.readmore:after {
  right: 0;
  max-width: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .readmore:after {
    max-width: 7.5rem;
  }
}
.form__box .readmore:after {
  background-color: #bc9856;
}
.readmore:hover {
  color: #bc9856;
}
.readmore:hover:before {
  right: 0;
  max-width: 6rem;
}
@media (min-width: 1024px) {
  .readmore:hover:before {
    max-width: 7.5rem;
  }
}
.readmore:hover:after {
  max-width: 0;
}
.readmore.red {
  color: #213a51;
}
.readmore.red:before {
  background-color: #bc9856;
}
.readmore.red:after {
  background-color: #213a51;
}
.readmore.red:hover {
  color: #bc9856;
}
.readmore.primary, .readmore.secondary {
  position: relative;
}
.readmore.primary {
  color: #213a51;
}
.readmore.primary:before {
  background-color: #bc9856;
}
.readmore.primary:after {
  background-color: #213a51;
}
.readmore.primary:hover {
  color: #bc9856;
}
.readmore.secondary {
  color: #bc9856;
}
.readmore.secondary:before {
  background-color: #213a51;
}
.readmore.secondary:after {
  background-color: #bc9856;
}
.readmore.secondary:hover {
  color: #213a51;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  padding-top: 2rem;
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .menu {
    padding-top: 2.7rem;
  }
}
@media (min-width: 992px) {
  .menu {
    padding: 4rem 0;
  }
}
@media (min-width: 1024px) {
  .menu {
    position: static;
    padding: 0;
    margin-right: 8rem;
  }
}
@media (min-width: 1440px) {
  .menu {
    margin-right: 15rem;
  }
}
.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu__item {
  font-size: 1.5rem;
  color: #213a51;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .menu__item {
    font-size: 1.3rem;
  }
}
.menu__item:not(:last-child) {
  margin-right: 2rem;
}
@media (min-width: 1024px) {
  .menu__item:not(:last-child) {
    margin-right: 5rem;
  }
}
@media (min-width: 1440px) {
  .menu__item:not(:last-child) {
    margin-right: 9rem;
  }
}
.menu__link {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu__link:hover {
  color: #bc9856;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.5rem 0 3rem;
}
@media (min-width: 1024px) {
  .hero__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0 1.5rem;
  }
}
@media (min-width: 1600px) {
  .hero__logo {
    padding: 3rem 0 2.5rem;
  }
}
@media (max-width: 1023px) {
  .hero__logo {
    position: absolute;
    max-width: calc(55% + 0.5rem);
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #ffffff;
    padding: 2.5rem;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero__logo {
    max-width: 100%;
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 799px) {
  .hero__logo {
    padding: 1.5rem 4rem;
  }
}
@media (max-width: 767px) {
  .hero__logo {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 599px) {
  .hero__logo {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 399px) {
  .hero__logo {
    padding: 1.5rem 3rem;
  }
}
.hero__logo img {
  width: 10rem;
  height: 4rem;
}
@media (min-width: 576px) {
  .hero__logo img {
    width: 11.8rem;
    height: 4.7rem;
  }
}
@media (min-width: 768px) {
  .hero__logo img {
    width: 13.1rem;
    height: 5.2rem;
  }
}
@media (min-width: 1024px) {
  .hero__logo img {
    width: 11rem;
    height: 4.4rem;
  }
}
@media (min-width: 1200px) {
  .hero__logo img {
    width: 13rem;
    height: 5.2rem;
  }
}
@media (min-width: 1600px) {
  .hero__logo img {
    width: 17rem;
    height: 6.8rem;
  }
}
.hero__slider {
  position: relative;
}
.hero__slider-claim {
  position: absolute;
  top: 30%;
  left: 5%;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
  z-index: 4;
}
@media (min-width: 1024px) {
  .hero__slider-claim {
    top: 35%;
    left: calc(100% / 8);
  }
}
@media (max-width: 767px) {
  .hero__slider-claim {
    color: #213a51;
    position: static;
    margin: 6rem 0 3rem 0;
    padding: 0 15px;
  }
  .hero__slider-claim .hero__slider-subtitle {
    color: #213a51;
  }
}
.hero__slider-title {
  font-family: ivypresto-display, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .hero__slider-title {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .hero__slider-title {
    font-size: 6rem;
  }
}
.hero__slider-subtitle {
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .hero__slider-subtitle {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .hero__slider-subtitle {
    margin-bottom: 3rem;
  }
}
.hero__slider-text {
  font-size: 2.4rem;
  line-height: 1.15;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .hero__slider-text {
    font-size: 3rem;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .hero__slider-text {
    font-size: 3.5rem;
    margin-top: 3rem;
  }
}
.hero__slider-box {
  position: relative;
}
.hero__slider-box.owl-carousel {
  z-index: inherit;
}
@media (max-width: 991px) {
  .hero__slider-box.owl-carousel {
    z-index: 3;
  }
}
.hero__slider-box.owl-carousel .owl-nav {
  position: absolute;
  bottom: 30vw;
  left: 5%;
  width: calc(90% / 4 * 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
}
@media (min-width: 768px) {
  .hero__slider-box.owl-carousel .owl-nav {
    bottom: 25vw;
    width: calc(90% / 8 * 2);
  }
}
@media (min-width: 992px) {
  .hero__slider-box.owl-carousel .owl-nav {
    bottom: 15vw;
  }
}
@media (min-width: 1024px) {
  .hero__slider-box.owl-carousel .owl-nav {
    bottom: 4vw;
    left: calc(-115% / 8);
    width: calc(115% / 8);
  }
}
.hero__slider-box.owl-carousel .owl-nav.disabled {
  display: none;
}
.hero__slider-box.owl-carousel .owl-nav .owl-next {
  margin-left: 2rem;
}
@media (min-width: 1440px) {
  .hero__slider-box.owl-carousel .owl-nav .owl-next {
    margin-left: 4rem;
  }
}
.hero__slider-box.owl-carousel .owl-nav .owl-prev {
  margin-right: 2rem;
}
@media (min-width: 1024px) {
  .hero__slider-box.owl-carousel .owl-nav .owl-prev {
    margin-right: 0;
  }
}
.hero__slider-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__slider-nav-number {
  display: none;
}
@media (min-width: 1024px) {
  .hero__slider-nav-number {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .hero__slider-nav-number {
    left: -10%;
  }
}
@media (min-width: 1600px) {
  .hero__slider-nav-number {
    left: -10%;
  }
}
@media (min-width: 1024px) {
  .hero__slider-nav-number-item .owl-dot {
    position: absolute;
    top: -12.5rem;
    left: 50%;
    -webkit-transform: translate(-250%, -50%);
    -ms-transform: translate(-250%, -50%);
    transform: translate(-250%, -50%);
    font-size: 10rem;
    color: #213a51;
    font-weight: 600;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 2;
  }
}
@media (min-width: 1920px) {
  .hero__slider-nav-number-item .owl-dot {
    top: -14rem;
    font-size: 13rem;
  }
}
@media (min-width: 1024px) {
  .hero__slider-nav-number-item .owl-dot.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1440px) {
  .hero__slider-nav-number-item .owl-dot.active {
    -webkit-transform: translate(-15%, -50%);
    -ms-transform: translate(-15%, -50%);
    transform: translate(-15%, -50%);
  }
}
@media (min-width: 1600px) {
  .hero__slider-nav-number-item .owl-dot.active {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 1920px) {
  .hero__slider-nav-number-item .owl-dot.active {
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
  }
}
@media (min-width: 1024px) {
  .hero__slider-nav-number-count {
    position: absolute;
    top: -7rem;
    left: calc(50% - 2rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 5rem;
    color: #41719e;
    font-weight: 600;
    line-height: 1.3;
    border-top: 0.2rem solid #213a51;
    z-index: 2;
  }
}
@media (min-width: 1440px) {
  .hero__slider-nav-number-count {
    left: 50%;
  }
}
@media (min-width: 1600px) {
  .hero__slider-nav-number-count {
    left: calc(50% + 1rem);
  }
}
@media (min-width: 1920px) {
  .hero__slider-nav-number-count {
    font-size: 7rem;
    left: calc(50% + 2rem);
  }
}
.hero__slider-image {
  width: 100%;
}
.hero__slider .owl-thumbs {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 4;
}
@media (min-width: 992px) {
  .hero__slider .owl-thumbs {
    width: calc(90% / 8 * 4);
  }
}
@media (min-width: 1024px) {
  .hero__slider .owl-thumbs {
    left: 0;
    width: calc(100% / 8 * 4);
  }
}
.hero__slider .owl-thumbs .owl-thumb-item {
  width: calc(100% / 4);
}
.hero__slider .owl-thumbs .owl-thumb-item-image {
  width: 100%;
}
.hero__slider .owl-thumbs .owl-thumb-item.active .owl-thumb-item-button:before, .hero__slider .owl-thumbs .owl-thumb-item.active .owl-thumb-item-button:after {
  opacity: 1;
  visibility: visible;
}
.hero__slider .owl-thumbs .owl-thumb-item-button {
  position: relative;
  display: block;
  width: 100%;
}
.hero__slider .owl-thumbs .owl-thumb-item-button:before, .hero__slider .owl-thumbs .owl-thumb-item-button:after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero__slider .owl-thumbs .owl-thumb-item-button:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(91, 159, 222, 0.8);
}
.hero__slider .owl-thumbs .owl-thumb-item-button:after {
  content: attr(data-number);
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.6rem;
  color: #ffffff;
  font-weight: 600;
  border-bottom: 0.2rem solid #ffffff;
  padding-bottom: 0.2rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero__slider .owl-thumbs .owl-thumb-item-button:after {
    bottom: 2rem;
    left: auto;
    right: 2.5rem;
    font-size: 5.1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .hero__slider .owl-thumbs .owl-thumb-item-button:after {
    bottom: 2rem;
    left: auto;
    right: 2.5rem;
    font-size: 5.1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.hero__slider .owl-thumbs .owl-thumb-item-button:hover:before, .hero__slider .owl-thumbs .owl-thumb-item-button:hover:after {
  opacity: 1;
  visibility: visible;
}
.hero__cta {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 10;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .hero__cta {
    position: absolute;
    bottom: 4vw;
    left: calc(100% / 8 * 6 + 1.5rem);
    font-size: 1.7rem;
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .hero__cta {
    left: calc(100% / 8 * 6 + 3rem);
    font-size: 1.9rem;
  }
}
.hero__cta-text {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.section {
  padding: 4rem 0;
}
@media (min-width: 1440px) {
  .section {
    padding: 8rem 0;
  }
}
.section--npb {
  padding-bottom: 0;
}
@media (min-width: 1440px) and (max-width: 1491px) {
  .section--form .section__title {
    line-height: 1;
  }
}
.section__title {
  font-family: ivypresto-display, serif;
  font-size: 4.6rem;
  color: #213a51;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .section__title {
    font-size: 5.5rem;
    line-height: 1.45;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .section__title {
    font-size: 7.4rem;
  }
}
.room .section__title, .section--form .section__title {
  line-height: 1;
}
.section__subtitle {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .section__subtitle {
    line-height: 2rem;
    margin-bottom: 8rem;
  }
}
.section__text-special {
  font-size: 2rem;
  color: #41719e;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .section__text-special {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

.form {
  position: relative;
}
@media (min-width: 1024px) {
  .form {
    margin-top: -8rem;
  }
}
.form__box {
  position: relative;
  color: #213a51;
  background-color: #f3f3f3;
  overflow: hidden;
  padding: 3rem;
}
@media (min-width: 992px) {
  .form__box {
    padding-right: calc(100% / 8);
  }
}
@media (min-width: 1024px) {
  .form__box {
    border-radius: 3.5rem;
    padding: 13rem calc(100% / 6) 3rem 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .form__box .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 7 * 4 - 1.5rem);
    -ms-flex: 0 0 calc(100% / 7 * 4 - 1.5rem);
    flex: 0 0 calc(100% / 7 * 4 - 1.5rem);
    max-width: calc(100% / 7 * 4 - 1.5rem);
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .form__box .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 7 * 3 + 1.5rem);
    -ms-flex: 0 0 calc(100% / 7 * 3 + 1.5rem);
    flex: 0 0 calc(100% / 7 * 3 + 1.5rem);
    max-width: calc(100% / 7 * 3 + 1.5rem);
  }
}
.form__box-title {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .form__box-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 6 * 4);
    -ms-flex: 0 0 calc(100% / 6 * 4);
    flex: 0 0 calc(100% / 6 * 4);
    max-width: calc(100% / 6 * 4);
    background-color: #ffffff;
    border-radius: 0 0 3.5rem 3.5rem;
    padding: 3rem calc(100% / 8);
    margin: 0 calc(100% / 6 * 0.2) 0 calc(100% / 6 * 1);
  }
}
@media (min-width: 1440px) {
  .form__box-title {
    padding: 6rem calc(100% / 6);
  }
}
.form__box-title .section__title {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .form__box-title .section__title {
    font-size: 4rem;
  }
}
@media (min-width: 1920px) {
  .form__box-title .section__title {
    font-size: 4.8rem;
  }
}
.form__box-title .section__title span {
  font-family: acumin-pro, sans-serif;
  font-size: 2.5rem;
  color: #41719e;
  font-weight: 400;
}
.form__addinfo {
  font-size: 1.5rem;
  color: #bc9856;
}
@media (min-width: 1024px) {
  .form__addinfo {
    font-size: 1.7rem;
    margin-top: 1rem;
  }
}
@media (min-width: 1440px) and (max-width: 1491px) {
  .form__addinfo {
    margin-top: 2rem;
  }
}
@media (min-width: 1600px) {
  .form__addinfo {
    margin-top: 2rem;
  }
}
.form__item {
  margin-bottom: 4rem;
}
.form__item--sm {
  margin-bottom: 1rem;
}
.form__item--checkbox {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .form__item--checkbox {
    width: calc(100% / 6 * 5);
  }
}
.form__item--checkboxfirst {
  margin-top: 2rem;
}
.form__item--quantity {
  margin-top: 0.1rem;
}
.form__label {
  margin-bottom: 0.6rem;
}
.form__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__label--checkbox {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.8;
  cursor: pointer;
  margin-left: 2.5rem;
}
.form__label--checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  min-height: 1.6rem;
  font-size: 0.9rem;
  border: 0.1rem solid #213a51;
  border-radius: 0.4rem;
  margin-right: 1rem;
}
.form__label--checkbox:after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -2.3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 1.2rem;
  min-height: 1.2rem;
  font-size: 0.9rem;
  background-color: #213a51;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form__input, .form__select, .form__textarea {
  display: block;
  width: 100%;
  color: #213a51;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 0.2rem solid #213a51;
  padding: 0.6rem 0;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form__input, .form__select, .form__textarea {
    max-width: 25rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .form__input, .form__select, .form__textarea {
    max-width: 35rem;
  }
}
@media (min-width: 1024px) {
  .form__input, .form__select, .form__textarea {
    max-width: 25rem;
  }
}
@media (min-width: 1440px) {
  .form__input, .form__select, .form__textarea {
    max-width: 35rem;
  }
}
@media (min-width: 1600px) {
  .form__input, .form__select, .form__textarea {
    max-width: 45rem;
  }
}
@media (min-width: 1920px) {
  .form__input, .form__select, .form__textarea {
    max-width: 50rem;
  }
}
.form__input::-webkit-input-placeholder, .form__select::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: rgba(33, 58, 81, 0.8);
}
.form__input::-moz-placeholder, .form__select::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: rgba(33, 58, 81, 0.8);
}
.form__input:-ms-input-placeholder, .form__select:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: rgba(33, 58, 81, 0.8);
}
.form__input:-moz-placeholder, .form__select:-moz-placeholder, .form__textarea:-moz-placeholder {
  color: rgba(33, 58, 81, 0.8);
}
.form__input:-webkit-autofill, .form__input:-webkit-autofill:hover, .form__input:-webkit-autofill:focus, .form__input:-webkit-autofill:active, .form__select:-webkit-autofill, .form__select:-webkit-autofill:hover, .form__select:-webkit-autofill:focus, .form__select:-webkit-autofill:active, .form__textarea:-webkit-autofill, .form__textarea:-webkit-autofill:hover, .form__textarea:-webkit-autofill:focus, .form__textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 3rem #f3f3f3 inset !important;
  -webkit-text-fill-color: #213a51 !important;
}
.form__input--checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__input--checkbox:checked + .form__label--checkbox:after {
  opacity: 1;
  visibility: visible;
}
.form__input[type=number] {
  -moz-appearance: textfield;
}
.form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form__select option {
  color: #213a51;
}
.form__textarea {
  max-width: inherit;
  resize: none;
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form__textarea {
    max-width: 90%;
  }
}
.form__btn {
  color: #bc9856;
}
.form__text {
  font-size: 1.2rem;
  color: #213a51;
}
.form__link {
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.2rem;
}
.form__link:hover {
  color: #213a51;
}

.form__item label.error {
  display: block;
  font-size: 1rem;
  color: #ff0000;
}

input.error {
  border-bottom-color: #ff0000;
}

.select2.select2-container {
  display: block;
  width: 100%;
  max-width: 50rem;
}
.select2.select2-container .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 0.2rem solid #000000;
  padding: 1.5rem 0;
}
.select2.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  position: relative;
  color: #000000;
  line-height: 1;
  padding: 0;
  margin-top: -0.8rem;
}
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
}
.select2.select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.select2.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
.select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
}

select.error + .select2.select2-container .select2-selection--single {
  border-bottom-color: #ff0000;
}
select.error + .select2.select2-container .select2-selection--single .select2-selection__rendered {
  color: #ff0000;
}
select.error + .select2.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #ff0000 transparent transparent transparent;
}
select.error + .select2.select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 0, 0, 0.8);
}
select.error + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ff0000 transparent;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #213a51;
  opacity: 0;
  visibility: hidden;
  padding: 3rem;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .modal {
    padding-right: calc(100% / 8);
  }
}
@media (min-width: 1024px) {
  .modal {
    border-radius: 3.5rem;
    padding: 13rem calc(100% / 6) 3rem 5rem;
  }
}
.modal--active {
  opacity: 1;
  visibility: visible;
}
.modal .section__title {
  color: white;
  margin-bottom: 3rem;
  max-width: 500px;
}
.modal__close {
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5rem;
  height: 3.3rem;
  width: 0.3rem;
  background-color: #ffffff;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:hover {
  opacity: 1;
}

.icon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.icon__text {
  font-size: 1.4rem;
  color: #777777;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .icon__text {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.icon__text a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon__text a:hover {
  color: #213a51;
}
.icon__text .big {
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .icon__text .big {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .icon .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 8);
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .icon .offset-lg-2 {
    margin-left: calc(100% / 8 * 2);
  }
}

.map__box {
  position: relative;
}
.map__nav {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 3.5rem 0;
  overflow: hidden;
  z-index: 2;
}
.map__element {
  width: 100%;
  height: 25rem;
}
@media (min-width: 992px) {
  .map__element {
    height: 35rem;
  }
}
@media (min-width: 1024px) {
  .map__element {
    height: 30rem;
  }
}
@media (min-width: 1440px) {
  .map__element {
    height: 40rem;
  }
}
@media (min-width: 1600px) {
  .map__element {
    height: 50rem;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .partners .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 8 * 2);
    -ms-flex: 0 0 calc(100% / 8 * 2);
    flex: 0 0 calc(100% / 8 * 2);
    max-width: calc(100% / 8 * 2);
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .partners .offset-lg-2 {
    margin-left: 0;
  }
}
.partners__box {
  color: #777777;
  text-align: center;
}
.partners__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.partners__info {
  position: relative;
  z-index: 2;
}
.partners__info h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .partners__info h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .partners__info h3 {
    font-size: 2rem;
  }
}
.partners__info p {
  color: #777777;
}
.partners__info p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.partners__info p.email {
  color: #213a51;
  font-weight: 700;
}
.partners__info a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.partners__info a:hover {
  color: #777777;
}

.cookies__text {
  font-size: 1.3rem;
  color: #cfcfcf;
}
@media (min-width: 1024px) {
  .cookies__text {
    font-size: 1.5rem;
  }
}

.footer {
  color: #aaaaaa;
  background-color: #ffffff;
  overflow: hidden;
}
.footer__top {
  border-top: 0.1rem solid #f3f3f3;
  border-bottom: 0.1rem solid #f3f3f3;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
}
.footer__sites-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__sites-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  border-left: 0.1rem solid #f3f3f3;
}
@media (min-width: 1024px) {
  .footer__sites-item {
    width: calc(100% / 8);
    text-align: center;
    border-left: 0.1rem solid #f3f3f3;
  }
}
@media (min-width: 1024px) {
  .footer__sites-item:last-child {
    border-right: 0.1rem solid #f3f3f3;
  }
}
@media (max-width: 1023px) {
  .footer__sites-item--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
}
.footer__sites-item--active .footer__sites-link {
  color: #213a51;
}
.footer__sites-item--special .footer__sites-link {
  color: #bc9856;
}
@media (min-width: 1024px) {
  .footer__sites-item--double {
    width: calc(100% / 8 * 2 - 0.1rem);
  }
}
.footer__sites-link {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding: 2rem 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__sites-link:hover {
  color: #213a51;
}
.footer__list {
  display: none;
}
@media (min-width: 1024px) {
  .footer__list {
    width: calc(100% / 8 * 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1440px) {
  .footer__list {
    width: calc(100% / 8 * 4);
  }
}
@media (min-width: 1024px) {
  .footer__item {
    margin-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .footer__item {
    margin-left: 7rem;
  }
}
@media (min-width: 1024px) {
  .footer__link {
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .footer__link:hover {
    color: #213a51;
  }
}
.footer__socialmedia {
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__socialmedia {
    width: calc(100% / 8 * 2);
    margin: 0;
  }
}
.footer__socialmedia-item:not(:first-of-type) {
  margin-left: 4rem;
}
@media (min-width: 1440px) {
  .footer__socialmedia-item:not(:first-of-type) {
    margin-left: 7rem;
  }
}
.footer__socialmedia-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__socialmedia-link:hover .footer__socialmedia-text {
  color: #213a51;
}
.footer__socialmedia-link:hover .footer__socialmedia-icon {
  fill: #213a51;
}
.footer__socialmedia-text {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-left: 1.5rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__socialmedia-icon {
  fill: #aaaaaa;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 99999;
}
.preloader hr {
  border: 0;
  margin: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-color: #213a51;
  -webkit-animation: spin 3s ease infinite;
  animation: spin 3s ease infinite;
}
.preloader hr:first-child {
  -webkit-animation-delay: -2.25s;
  animation-delay: -2.25s;
}
.preloader hr:nth-child(2) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.preloader hr:nth-child(3) {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.wliczbach__box {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .wliczbach__box {
    margin-top: 4rem;
  }
}
@media (min-width: 1600px) {
  .wliczbach__box {
    margin-top: 6rem;
  }
}
.wliczbach__liczba {
  font-size: 5rem;
  color: #213a51;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .wliczbach__liczba {
    font-size: 7.5rem;
    line-height: 1.45;
  }
}
@media (min-width: 1600px) {
  .wliczbach__liczba {
    font-size: 9rem;
  }
}
.wliczbach__podpis {
  font-size: 1.5rem;
  color: #41719e;
  font-weight: 600;
  line-height: 1;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .wliczbach__podpis {
    margin-top: 2rem;
  }
}

.btn {
  min-width: 100px;
  font-size: 1.3rem;
  color: #5b9fde;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: 0.4rem;
  padding: 7px 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .btn {
    min-width: 150px;
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .btn {
    min-width: 175px;
    padding: 15px 30px;
  }
}
@media (min-width: 1600px) {
  .btn {
    min-width: 225px;
    padding: 20px 40px;
  }
}
.btn--active, .btn:hover {
  color: #ffffff;
  background-color: #5b9fde;
}
.btn.gradient {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  background: -webkit-linear-gradient(left, #987f60 0%, #d7b469 100%);
  background: linear-gradient(to right, #987f60 0%, #d7b469 100%);
  border-radius: 2.5rem;
  padding: 6px 25px 10px;
}

.sell {
  padding: 2rem 0;
}
@media (min-width: 1440px) {
  .sell {
    padding: 4rem 0;
  }
}
.sell .section__title {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .sell .section__title {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .sell .section__title {
    font-size: 4rem;
  }
}
.sell__text {
  color: #213a51;
}
.sell__text h4 {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .sell__text h4 {
    font-size: 1.9rem;
  }
}
.sell__text a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sell__text a:hover {
  color: #777777;
}

.invest {
  padding: 4rem 0 6rem;
}
@media (min-width: 1440px) {
  .invest {
    padding: 8rem 0 12rem;
  }
}
.invest__image {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .invest__image {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .invest__image {
    margin-bottom: 8rem;
  }
}
.invest__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .invest__item {
    margin-top: 2rem;
  }
}
.invest__item--hb .invest__title {
  color: #213a51;
}
.invest__item--atmo .invest__title {
  color: #bc9856;
}
.invest__title {
  font-family: ivypresto-display, serif;
  font-size: 3.5rem;
  font-weight: 600;
  margin: 2rem 0 4rem;
}
@media (min-width: 1024px) {
  .invest__title {
    margin: 3rem 0 6rem;
  }
}
@media (min-width: 1440px) {
  .invest__title {
    margin: 4rem 0 8rem;
  }
}
.invest__icon {
  width: 100%;
  margin-bottom: 4rem;
}
.invest__icon ul {
  list-style: square;
}
.invest__icon ul li {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .invest__icon {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .invest__icon {
    margin-bottom: 8rem;
  }
}

.popup {
  opacity: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popup:hover {
  cursor: pointer;
}
.popup.open {
  top: 0;
  opacity: 1;
}
.popup__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popup__content img {
  max-height: 100%;
  margin: 0 auto;
}
.popup__content:hover {
  cursor: default;
}
.popup__close {
  position: absolute;
  top: -1.8rem;
  right: -1.8rem;
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  background-color: #ffffff;
  border-radius: 50%;
}