﻿/*!
Theme Name: Rybiccy
Theme URI: 
Author: Rybiccy
Author URI: #
Description: Rybiccy Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rybiccy-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
    mq() takes up to three optional parameters:

    $from: inclusive min-width boundary
    $until: exclusive max-width boundary
    $and: additional custom directives
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

[v-cloak] {
  display: none;
}

.delay1 {
  animation-delay: 0.3s;
}
@media (max-width: 35.99em) {
  .delay1 {
    animation-delay: 0.3s;
  }
}

.delay2 {
  animation-delay: 0.6s;
}
@media (max-width: 35.99em) {
  .delay2 {
    animation-delay: 0.3s;
  }
}

.delay3 {
  animation-delay: 0.9s;
}
@media (max-width: 35.99em) {
  .delay3 {
    animation-delay: 0.3s;
  }
}

.delay4 {
  animation-delay: 1.2s;
}
@media (max-width: 35.99em) {
  .delay4 {
    animation-delay: 0.3s;
  }
}

.delay5 {
  animation-delay: 1.5s;
}
@media (max-width: 35.99em) {
  .delay5 {
    animation-delay: 0.3s;
  }
}

.delay6 {
  animation-delay: 1.8s;
}
@media (max-width: 35.99em) {
  .delay6 {
    animation-delay: 0.3s;
  }
}

.delay7 {
  animation-delay: 2.1s;
}
@media (max-width: 35.99em) {
  .delay7 {
    animation-delay: 0.3s;
  }
}

.delay8 {
  animation-delay: 2.4s;
}
@media (max-width: 35.99em) {
  .delay8 {
    animation-delay: 0.3s;
  }
}

.delay9 {
  animation-delay: 2.7s;
}
@media (max-width: 35.99em) {
  .delay9 {
    animation-delay: 0.3s;
  }
}

.delay10 {
  animation-delay: 3s;
}
@media (max-width: 35.99em) {
  .delay10 {
    animation-delay: 0.3s;
  }
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
/*------------------------------------*\
    # Type
\*------------------------------------*/
*, html, body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (min-width: 93.75em) {
  *, html, body {
    font-size: 16px;
  }
}
@media (max-width: 61.99em) {
  *, html, body {
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  *, html, body {
    font-size: 13px;
  }
}
@media (max-width: 35.99em) {
  *, html, body {
    font-size: 12px;
  }
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: #000;
  line-height: 1.25em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 3.125rem;
  margin-bottom: 24px;
}
@media (max-width: 93.74em) {
  h1 {
    font-size: 2.6041666667rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 74.99em) {
  h1 {
    font-size: 2.2321428571rem;
    margin-bottom: 17.1428571429px;
  }
}
@media (max-width: 61.99em) {
  h1 {
    font-size: 1.953125rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 35.99em) {
  h1 {
    font-size: 1.7361111111rem;
    margin-bottom: 13.3333333333px;
  }
}

h2 {
  font-size: 2.6041666667rem;
  margin-bottom: 20px;
}
@media (max-width: 93.74em) {
  h2 {
    font-size: 2.4038461538rem;
  }
}
@media (max-width: 74.99em) {
  h2 {
    font-size: 2.2321428571rem;
  }
}
@media (max-width: 61.99em) {
  h2 {
    font-size: 1.953125rem;
  }
}
@media (max-width: 35.99em) {
  h2 {
    font-size: 1.7361111111rem;
  }
}

h3 {
  font-size: 1.3020833333rem;
  margin-bottom: 10px;
  font-weight: 600;
}

h4 {
  font-size: 2.0833333333rem;
  margin-bottom: 16px;
  font-weight: 600;
}

h5 {
  font-size: 1.953125rem;
  margin-bottom: 15px;
  font-weight: 600;
}

h6 {
  font-size: 1.8382352941rem;
  margin-bottom: 14.1176470588px;
  font-weight: 600;
}

p, div, span {
  font-size: 1rem;
  line-height: 1.6em;
  color: #2D2B2A;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #2e3192;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #2e3192;
  text-decoration: none;
}

.gdpr_lightbox li:before {
  display: none;
}

ul, ol {
  margin: 20px 0 20px 20px;
}
ul li, ol li {
  margin-top: 6px;
  line-height: 1.6em;
  color: #2D2B2A;
}
ul ul, ul ol, ol ul, ol ol {
  margin-top: 0;
}

ul {
  margin-left: 0;
}
ul:last-child {
  margin-bottom: 0;
}
ul:first-child {
  margin-top: 0;
}
ul li {
  list-style: none outside none;
  padding-left: 1.4375rem;
  position: relative;
}
ul li:first-child {
  margin-top: 0;
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 20px;
  background-color: var(--color-main, #2e3192);
  transition: ease 0.4s all;
}
ul ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA;
  width: 100%;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #5e5e5e;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

table.oc-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

th {
  font-weight: 600;
  background-color: rgb(253.8743718593, 239.5226130653, 200.1256281407);
}

th, td {
  padding: 0.9375rem;
  border: 1px solid #DADADA;
  text-align: left;
}

figure {
  margin: 30px 0;
}
figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: rgb(71.3793103448, 68.2068965517, 66.6206896552);
  font-size: 1rem;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: rgb(248.6, 248.6, 248.6);
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}
pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.8333333333rem;
  color: rgb(39.5, 39.5, 39.5);
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 600;
}

img {
  max-width: 100%;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-response-output {
  border-color: #46b450;
  order: -1;
  margin: 0 0 20px 0;
  background: #46b450;
  padding: 10px 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ffb900;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
}

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

.ry-blocked {
  overflow: hidden;
}

html {
  scroll-padding-top: 120px;
}

.ry-main {
  overflow: hidden;
  --wp--style--block-gap: 20px;
}

main.ry-pg {
  overflow: hidden;
}

.site-wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 61.99em) {
  .site-wrapper {
    overflow: hidden;
    position: relative;
  }
}

img::-moz-selection {
  background-color: transparent;
}

img::selection {
  background-color: transparent;
}

.ry-wrap {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 93.74em) {
  .ry-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .ry-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .ry-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .ry-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.padding-container-left {
  padding-left: 10vw;
}
@media (max-width: 93.74em) {
  .padding-container-left {
    padding-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-left {
    padding-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-left {
    padding-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-left {
    padding-left: 15px;
  }
}
.padding-container-right {
  padding-right: 10vw;
}
@media (max-width: 93.74em) {
  .padding-container-right {
    padding-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .padding-container-right {
    padding-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .padding-container-right {
    padding-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .padding-container-right {
    padding-right: 15px;
  }
}

.ry-py {
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .ry-py {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.ry-pt {
  padding-top: 100px;
}
@media (max-width: 61.99em) {
  .ry-pt {
    padding-top: 60px;
  }
}
.ry-pb {
  padding-bottom: 100px;
}
@media (max-width: 61.99em) {
  .ry-pb {
    padding-bottom: 60px;
  }
}

.margin-container {
  margin-left: 10vw;
  margin-right: 10vw;
}
@media (max-width: 93.74em) {
  .margin-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.margin-container-left {
  margin-left: 10vw;
}
@media (max-width: 93.74em) {
  .margin-container-left {
    margin-left: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-left {
    margin-left: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-left {
    margin-left: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-left {
    margin-left: 15px;
  }
}
.margin-container-right {
  margin-right: 10vw;
}
@media (max-width: 93.74em) {
  .margin-container-right {
    margin-right: 100px;
  }
}
@media (max-width: 74.99em) {
  .margin-container-right {
    margin-right: 50px;
  }
}
@media (max-width: 47.99em) {
  .margin-container-right {
    margin-right: 30px;
  }
}
@media (max-width: 35.99em) {
  .margin-container-right {
    margin-right: 15px;
  }
}

.margin-vertical {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.margin-vertical-top {
  margin-top: 100px;
}
@media (max-width: 61.99em) {
  .margin-vertical-top {
    margin-top: 60px;
  }
}
.ry-mb {
  margin-bottom: 100px;
}
@media (max-width: 61.99em) {
  .ry-mb {
    margin-bottom: 60px;
  }
}

footer {
  margin-top: auto;
}

.no-gutters > .col-left {
  padding-right: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-left {
    padding-right: 0;
  }
}
.no-gutters > .col-right {
  padding-left: 30px;
}
@media (max-width: 61.99em) {
  .no-gutters > .col-right {
    padding-left: 0;
  }
}

.col-left, .col-right, col-inside {
  margin-bottom: 30px;
}

.entry-header {
  margin-bottom: 40px;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.nd li {
  padding-left: 0;
  list-style: none;
}
.nd li::before {
  content: none;
}

/*.error {
  background-color: red;
}*/
.ry-nav__sub {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: #2e3192;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: unset;
  right: 0;
  top: 150%;
  padding: 10px;
  height: auto;
  max-height: 900px;
  min-width: 150px;
  opacity: 1;
  z-index: 9;
  transform: scaleY(1);
  transform-origin: top center;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out;
}
.ry-nav__sub--full {
  position: static;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.ry-nav__sub--full.ry-nav__sub--hidden {
  display: none;
}
.ry-nav__sub--hidden {
  opacity: 0;
  transform: scaleY(0);
}
.ry-nav__sub .ry-nav__item {
  width: auto;
  margin: 5px;
}
.ry-nav__sub .ry-nav__item--full {
  margin: 0;
}
.ry-nav__sub .ry-nav__link {
  color: #fff;
  white-space: nowrap;
}
.ry-nav__sub .ry-nav__link--full {
  font-size: 1rem;
  margin-bottom: 5px;
  text-align: center;
}

.ry-nav__item:nth-child(1) .ry-nav__sub {
  right: unset;
  left: 0;
}

.ry-nav__burger {
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  justify-self: flex-end;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 47.99em) {
  .ry-nav__burger {
    margin-right: 10px;
  }
}
.ry-nav__burger--full {
  display: block;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .ry-nav__burger {
    display: block;
  }
}
.ry-nav__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #2D2B2A;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.ry-nav__burger span:nth-child(1) {
  top: 2px;
  transform-origin: left center;
}
.ry-nav__burger span:nth-child(2) {
  top: 11px;
  transform-origin: left center;
}
.ry-nav__burger span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.ry-nav__burger--open span {
  background-color: #2e3192;
}
.ry-nav__burger--open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}
.ry-nav__burger--open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.ry-nav__burger--open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

@media screen and (max-width: 991px) {
  .ry-nav {
    min-height: 85px !important;
    align-items: stretch !important;
  }
  .ry-nav .ry-flex {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-self: center;
  }
  .ry-nav__menu {
    position: absolute;
    width: 100%;
    top: 85px;
    left: -100%;
    height: calc(100vh - 85px);
    background: #2e3192;
    z-index: 3;
    transition: left 0.5s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }
  .ry-nav__menu--open {
    left: 0;
  }
  .ry-nav__menu .ry-nav__link {
    color: #fff !important;
    display: block;
    padding: 15px;
    font-size: 1.75rem;
  }
  .ry-nav__menu .ry-nav__link:before {
    bottom: -5px;
  }
  .ry-nav__list {
    flex-direction: column;
    padding: 10px 0;
    position: static;
    align-items: flex-start;
  }
  .ry-nav__list > .ry-nav__item {
    display: block;
    margin: 0;
    width: 100%;
  }
  .ry-nav__list > .ry-nav__item--full {
    display: flex;
    margin: 0 0 25px 0;
  }
  .ry-nav__list > .ry-nav__item:last-child {
    margin-bottom: 0;
  }
  .ry-nav__sub {
    position: static;
    padding: 10px 0 0 0;
    margin-top: 5px;
    background-color: rgb(244.9748743719, 180.9045226131, 5.0251256281);
  }
  .ry-nav__sub--full {
    background-color: transparent;
    justify-content: center;
    align-items: center;
  }
  .ry-nav__sub--hidden {
    display: none;
  }
  .ry-nav__sub .ry-nav__item {
    margin: 0;
  }
  .ry-nav__sub .ry-nav__link {
    margin: 0 10px 10px 10px;
    display: inline-block;
    font-size: 1.75rem;
  }
  .ry-nav::after {
    display: none;
  }
}
@media (max-width: 47.99em) {
  .ry-nav {
    padding: 0 20px;
  }
  .ry-nav .ry-flex {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.ry-btn {
  padding: 10px 25px;
  transition-property: color, border, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #fff;
  border: 1px solid #2e3192;
  background-color: #2e3192;
  font-size: 1.125rem;
  cursor: pointer;
  font-weight: 400;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
.ry-btn:hover, .ry-btn.ry-active {
  background-color: #2D2B2A;
  color: #fff;
}
.ry-btn:hover svg, .ry-btn.ry-active svg {
  fill: #fff;
}
.ry-btn.number {
  aspect-ratio: 1/1;
  width: 50px;
  font-weight: 600;
  height: auto;
}
.ry-btn.arrow svg {
  width: 15px;
  height: 15px;
}
.ry-btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transition: ease 0.3s all;
}
.ry-btn--alt {
  color: #000;
  background-color: #ffffff;
  border-color: #2e3192;
}
.ry-btn--alt svg {
  fill: #000;
  margin-left: -5px;
  margin-right: -5px;
}
.ry-btn--alt:hover {
  background: #2e3192;
  color: #fff;
}
.ry-btn--alt:hover svg {
  fill: #fff;
}
.ry-btn--alt.button--alt {
  background-color: #2e3192;
}
.ry-btn--alt.button--alt:hover {
  background-color: #2e3192;
}
.button--extra {
  color: #000;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.button--extra svg {
  fill: #000;
  margin-left: -5px;
  margin-right: -5px;
}
.button--extra:hover {
  background: #2D2B2A;
  color: #fff;
}
.button--extra:hover svg {
  fill: #fff;
}
.ry-btn.ry-active,
.ry-btn.button--alt,
.ry-btn.button--alt:hover {
  color: #fff;
}
.button--extra.button--alt {
  background-color: #2e3192;
}
.button--extra.button--alt:hover {
  background-color: #2e3192;
}
.button--bordered {
  background-color: transparent;
  color: var(--color-main, #2e3192);
  border-color: var(--color-main, #2e3192);
}
.button--bordered:hover {
  background-color: var(--color-main, #2e3192);
  border-color: var(--color-main, #2e3192);
  color: var(--color-extra, #2e3192);
}
.button--bordered:hover svg {
  fill: var(--color-extra, #2e3192);
}
.button--bordered svg {
  fill: var(--color-main, #2e3192);
}

.cookie {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 75px;
  padding: 15px 30px;
}
@media (max-width: 47.99em) {
  .cookie {
    min-height: 50px;
    padding: 10px 30px;
  }
}
@media (max-width: 35.99em) {
  .cookie {
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100px;
  }
}
.cookie__text {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-right: 15px;
  font-size: 0.875rem;
}
.cookie__text span {
  color: inherit;
  font-size: inherit;
}
@media (max-width: 35.99em) {
  .cookie__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookie__accept {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  font-size: 0.875rem;
}
.cookie__more {
  color: #2e3192;
}

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin: 0 10px;
  padding: 0;
}
.pagination__item:before {
  display: none;
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__link {
  font-weight: 700;
  font-size: 1.25rem;
  color: #333333;
}
.pagination__link:hover {
  color: #2e3192;
}
.pagination__link:hover:after {
  background-color: #2e3192;
}
.pagination__link--active {
  color: #2e3192;
  position: relative;
}
.pagination__link--active:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 1px;
  left: -1px;
  background-color: #2e3192;
  transition: 0.3s;
}
.pagination__link--disabled {
  cursor: context-menu !important;
}
.pagination__link--disabled:hover {
  color: #333333;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-body {
  padding: 60px 20% 60px 20% !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.modal-content button.close {
  text-shadow: none;
  outline: none !important;
  top: 20px;
  right: 20px;
  position: absolute;
  border: transparent;
  border-radius: 100%;
  background: #e9e8e8;
  color: #2e3192;
  cursor: pointer;
  font-size: 20px;
  transition: 0.2s;
  padding: 10px 15px;
}
.modal-content button.close:hover {
  background-color: #2e3192;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 99999;
}

.sl-wrapper {
  z-index: 999997;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-total, .sl-wrapper .sl-current {
  color: #fff;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 999999;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999998;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 999998;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 999998;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 999999;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.leaflet-pane .leaflet-tile-pane {
  filter: grayscale(1);
}
.leaflet-pane .leaflet-tooltip {
  background-color: #2D2B2A;
  border-radius: 0;
  border-color: #2D2B2A;
  color: #fff;
  box-shadow: unset;
}
.leaflet-pane .leaflet-tooltip-bottom:before {
  border-bottom-color: #2D2B2A;
}
.leaflet-pane .ry-map__icon {
  background-color: #2D2B2A;
  align-items: center;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  width: 100%;
}
.leaflet-pane .ry-map__icon:hover, .leaflet-pane .ry-map__icon.ry-active {
  background-color: #2e3192;
}
.leaflet-pane .ry-map__icon:hover:after, .leaflet-pane .ry-map__icon.ry-active:after {
  border-top-color: #2e3192;
}
.leaflet-pane .ry-map__icon:hover svg path, .leaflet-pane .ry-map__icon.ry-active svg path {
  fill: #2D2B2A;
}
.leaflet-pane .ry-map__icon svg {
  width: 40px;
  height: 40px;
}
.leaflet-pane .ry-map__icon svg path {
  fill: #fff;
}
.leaflet-pane .ry-map__icon:after {
  border-top: 10px solid #2D2B2A;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.leaflet-pane .logo-marker {
  background-color: #2e3192;
}
.leaflet-pane .logo-marker:after {
  border-top-color: #2e3192;
}
.leaflet-pane .logo-marker svg {
  width: 40px;
  height: 40px;
}
.leaflet-pane .logo-marker svg path {
  fill: #2D2B2A;
}
.leaflet-pane .ry-map__marker {
  display: flex;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-control-attribution svg {
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.4);
  transition: ease 0.4s opacity;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.ry-invisible {
  opacity: 0;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

.kenburns {
  animation: kenburns 40s ease infinite;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.flats-widget {
  position: relative;
}
.flats-widget > p {
	margin-top: 20px;
  text-align: center;
}
.flats-widget.has-box .widget-item {
  cursor: pointer;
}
.flats-widget--info {
  padding-top: 0;
  text-align: center;
}
.flats-widget-info {
  text-align: center;
  padding: 15px;
}
@media (min-width: 701px) {
  .flats-widget-info {
    display: none;
  }
}
.flats-widget.minheight .flats-widget__main,
.flats-widget.minheight .flats-widget__rotated {
	overflow: hidden!important;
	min-height: var(--minHeight, unset);
	cursor: grab;
}
.flats-widget.minheight .flats-widget__main svg,
.flats-widget.minheight .flats-widget__rotated svg{
	min-height: var(--minHeight, unset);
	width: auto;
}
.flats-widget.minheight .movebuttons {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	align-items: center;
    justify-content: center;
	row-gap: 10px;
}
@media (max-width: 1300px) {
	.flats-widget.minheight .movebuttons .ry-btn {
		order: 11;
	}
	.flats-widget.minheight .movebuttons .txt {
		width:100%;
	}
}
.flats-widget.minheight .movebuttons .ry-btn:last-of-type svg {
	transform: rotate(-90deg);
}
.flats-widget.minheight .movebuttons .ry-btn svg {
	transform: rotate(90deg);
}

@media (max-width: 61.99em) {
  .flats-widget__main, .flats-widget__rotated {
    overflow: hidden;
  }
}
.flats-widget__main svg, .flats-widget__rotated svg {
  width: 100%;
  height: auto;
  display: block;
}
/*@media (max-width: 61.99em) {
  .flats-widget__main svg, .flats-widget__rotated svg {
    transform: scale(1.3) translateX(20px);
  }
}*/
.flats-widget .widget-item {
  fill: #000;
  opacity: 0;
  transition: ease 0.4s all;
}
.flats-widget .widget-item:hover, .flats-widget .widget-item.ry-active {
  opacity: 0.8;
}
.flats-widget .widget-item[data-status=wolny] {
  fill: #28a745;
}
.flats-widget .widget-item[data-status=zarezerwowany] {
  fill: #ff5722;
}
.flats-widget .widget-item[data-status=sprzedany] {
  fill: #f43636;
}
.flats-widget .tooltip {
  padding: 20px;
  background-color: #fff;
  position: absolute;
  pointer-events: none;
  transition: ease 0.4s opacity, ease 0.4s visibility, ease 0.4s margin;
  visibility: hidden;
  opacity: 0;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .flats-widget .tooltip {
    top: unset !important;
    left: 10px !important;
    bottom: 10px;
    transform: unset;
    margin-bottom: 0px;
    padding: 10px;
  }
}
.flats-widget .tooltip.ry-active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.flats-widget .tooltip:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 900px) {
  .flats-widget .tooltip:after {
    display: none;
  }
}
.flats-widget .tooltip:before {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 20px;
  left: 0;
}
.flats-widget .tooltip > span {
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0;
  font-size: 1rem;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flats-widget .tooltip > span:first-of-type {
  padding-top: 0;
}
.flats-widget .tooltip > span:last-of-type, .flats-widget .tooltip > span.close {
  border-bottom: 0;
  padding-bottom: 0;
}
.flats-widget .tooltip > span span {
  font-size: 1rem;
}
.flats-widget .tooltip .number {
  font-weight: 700;
}
.flats-widget .tooltip .ry-btn {
  cursor: pointer;
  padding: 10px 15px;
  margin-top: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.flats-widget .tooltip .close {
  position: absolute;
  color: var(--color-main, #3b4f64);
  right: 10px;
  background: #fff;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  line-height: 1.2;
  padding: 0;
  border-radius: 100px;
  cursor: pointer;
}

/* Style for 360 widget */
.flats-360_box {
  padding-left: 0;
  padding-right: 0;
}

.flats-360_box .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.flats-360 {
  position: relative;
}

.flats-360.autoplaying .flats-360__container {
  pointer-events: none;
}

.flats-360.autoplaying .flats-360__buttons .autoplay {
  pointer-events: all;
}

.flats-360.autoplaying .flats-360__buttons .ry-btn[data-frame] {
  pointer-events: none;
  opacity: 0.7;
}

.flats-360.auto-rotating .flats-360__container {
  pointer-events: none;
}

.flats-360.auto-rotating .flats-360__buttons .ry-btn:not(.zoom-out):not(.zoom-in) {
  pointer-events: none;
  opacity: 0.7;
}

.flats-360.rotating .flats-360__svg svg {
  pointer-events: all;
}

.flats-360.rotating .flats-360__tooltip {
  display: none;
}

.flats-360.loading {
  pointer-events: none;
}

.flats-360.loading .flats-360__loading {
  visibility: visible;
  opacity: 1;
}

.flats-360.loading .flats-360__buttons {
  opacity: 0.7;
}

.flats-360__wrap {
  /*max-width: 1300px;*/
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: var(--flats-ratio, 4/3);
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.flats-360__svg {
  position: relative;
  z-index: 1;
  cursor: url("data:image/svg+xml,%3Csvg id='fi_6469442' height='40' fill='white' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1'%3E%3Cpath d='m22.68 13.12-3.68 3.71a.6.6 0 0 1 -.85-.85l3.71-3.71a.38.38 0 0 0 0-.54l-3.74-3.73a.6.6 0 0 1 .88-.83l3.71 3.71a1.58 1.58 0 0 1 -.03 2.24zm-16.8-5.12a.6.6 0 0 0 -.88-.83l-3.68 3.71a1.58 1.58 0 0 0 0 2.23l3.68 3.72a.6.6 0 1 0 .88-.83l-3.71-3.73a.38.38 0 0 1 0-.54zm9.22 4a3.1 3.1 0 1 1 -3.1-3.1 3.1 3.1 0 0 1 3.1 3.1zm-1.2 0a1.9 1.9 0 1 0 -1.9 1.9 1.9 1.9 0 0 0 1.9-1.9z'%3E%3C/path%3E%3C/svg%3E") 18 18, ew-resize;
}

.flats-360__svg .widget-item {
  cursor: pointer;
}

.flats-360__svg .widget-status {
  pointer-events: none;
}

.flats-360__svg svg {
  transition: ease 0.3s all;
  aspect-ratio: var(--flats-ratio, 4/3);
  height: auto;
  width: 100%;
}

.flats-360__svg svg > g:hover .widget-item:not(:hover) {
  opacity: 0;
}

.flats-360__images {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flats-360__images > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flats-360__images img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: none;
}

.flats-360__images img::-moz-selection {
  background-color: transparent;
}

.flats-360__images img::selection {
  background-color: transparent;
}

.flats-360__images-lq img.loaded,
.flats-360__images-mq img.loaded {
  opacity: 0;
}

.flats-360__images-lq img.ry-active,
.flats-360__images-mq img.ry-active {
  opacity: 1;
}

.flats-360__tooltip {
  position: absolute;
  min-width: 100px;
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  z-index: 1000;
  min-width: 250px;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .flats-360__tooltip {
    display: none !important;
  }
}
.flats-360__tooltip *::-moz-selection {
  background-color: transparent;
}
.flats-360__tooltip *::selection {
  background-color: transparent;
}

.flats-360__tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.flats-360__tooltip.ry-active {
  display: block;
}

@media (max-width: 991px) {
  .flats-360__tooltip.ry-active {
    display: block !important;
    left: 50% !important;
    top: unset !important;
    transform: translateX(-50%);
    width: 200px;
    bottom: 100%;
    margin-bottom: -5px;
    pointer-events: all;
  }
}
.flats-360__tooltip .ry-title {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  justify-content: space-between;
}

.flats-360__tooltip .ry-status {
  font-weight: 600;
}

.flats-360__tooltip .ry-status.wolny {
  color: #28a745;
}

.flats-360__tooltip .ry-status.zarezerwowany {
  color: #ef6c00;
}

.flats-360__tooltip .ry-status.sprzedany {
  color: #dc3545;
}

.flats-360__tooltip .ry-status.soon {
  color: #17a2b8;
}

.flats-360__tooltip .ry-status.included {
  color: #6c757d;
}

.flats-360__tooltip .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.flats-360__tooltip .items > span {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #F2F2F2;
  padding: 5px 0;
}
.flats-360__tooltip .items > span:first-of-type {
  padding-top: 0;
}
.flats-360__tooltip .items > span:last-of-type {
  padding-bottom: 0;
  border: 0;
}

.flats-360__tooltip .items > span span {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.flats-360__tooltip .items > span span span {
  text-transform: uppercase;
  font-size: 13px;
}

.flats-360__tooltip .buttons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .flats-360__tooltip .buttons {
    display: none;
  }
}
.flats-360__tooltip .buttons .ry-btn {
  border-radius: 5px;
  justify-content: center;
  flex: 1;
}

.flats-360__datas svg,
.flats-360__tooltip svg {
  width: 20px;
  height: 20px;
}

.flats-360__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.3s all;
}

.flats-360__loading img {
  filter: hue-rotate(180deg);
  border-radius: 100px;
  padding: 10px;
}

.flats-360__buttons {
  background-color: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  z-index: 1;
  width: 100%;
}

.flats-360__buttons .ry-btn {
  padding: 10px;
  min-width: 42px;
  line-height: 1;
  height: 42px;
}

.flats-360__buttons .ratio {
  padding: 10px;
}

.flats-360__buttons svg {
  width: 20px;
  height: 20px;
}

.flats-360__buttons {
  background-color: #2D2B2A;
  padding: 10px 10px 10px 10px;
}

.flats-360__buttons .zoom-out svg path:last-child {
  opacity: 0;
}

.flats-360__datas {
  display: none;
}

.widget-item {
  opacity: 0;
  transition: ease 0.3s all;
  stroke: green;
  stroke-width: 1;
}

.widget-item.wolny polygon, .widget-status.wolny polygon {
  fill: #28a745;
}

.widget-item.zarezerwowany polygon, .widget-status.zarezerwowany polygon {
  fill: #ef6c00;
}

.widget-item.sprzedany polygon, .widget-status.sprzedany polygon {
  fill: #dc3545;
}

.widget-item.soon polygon, .widget-status.soon polygon {
  fill: #17a2b8;
}

.widget-item.included polygon, .widget-status.included polygon {
  fill: #6c757d;
}

.widget-item polygon {
  transition: ease 0.3s all;
  stroke: none;
  stroke-width: 0;
  filter: url(#filter1);
}

.widget-item:hover,
.widget-item.ry-active {
  opacity: 0.4;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small:after {
  background-color: #2e3192;
  opacity: 0.4;
}
.marker-cluster-small div:after {
  background-color: #2e3192;
  opacity: 0.7;
}

.marker-cluster-medium:after {
  background-color: #2e3192;
  opacity: 0.4;
}
.marker-cluster-medium div:after {
  background-color: #2e3192;
  opacity: 0.7;
}

.marker-cluster-large:after {
  background-color: #2e3192;
  opacity: 0.4;
}
.marker-cluster-large div:after {
  background-color: #2e3192;
  opacity: 0.7;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
  width: 40px !important;
  background-color: unset;
  overflow: hidden;
}
.marker-cluster:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: cluster 3s infinite ease;
  border-radius: 100%;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: unset;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster div:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

.marker-cluster span {
  line-height: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
}

@keyframes cluster {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.ry-nav {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 90px;
  z-index: 99999;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
  transition: ease 0.5s all;
  background-color: #fff;
}
@media (min-width: 62em) {
  .ry-nav {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 62em) and (max-width: 87.5em) {
  .ry-nav {
    padding-right: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .ry-nav {
    padding-right: 20px;
    padding-left: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.ry-nav.ry-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px 10px rgba(24, 57, 38, 0.05);
  background-color: #fff;
}
.ry-nav__brand {
  z-index: 4;
  height: 100%;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 61.99em) {
  .ry-nav__brand {
    flex: 1;
    align-self: center;
  }
}
.ry-nav__brand a {
  display: flex;
}
.ry-nav__brand img {
  width: 100%;
  max-width: 122px;
  max-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  transition: ease 0.5s max-width, ease 0.5s margin, ease 0.5s width;
}
@media (max-width: 74.99em) {
  .ry-nav__brand img {
    max-width: 100px;
  }
}
.ry-nav__contacts {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: flex-end;
  background-color: #F2F2F2;
  position: relative;
  padding-left: 40px;
  z-index: 1;
}
.ry-nav__contacts:after {
  z-index: -1;
  content: "";
  width: calc(100% + 40px);
  height: 90px;
  position: absolute;
  bottom: -32px;
  left: 0;
  background-color: #F2F2F2;
}
@media (max-width: 87.5em) {
  .ry-nav__contacts:after {
    width: calc(100% + 30px);
  }
}
@media (max-width: 74.99em) {
  .ry-nav__contacts:after {
    width: calc(100% + 20px);
  }
}
@media (max-width: 61.99em) {
  .ry-nav__contacts {
    display: none;
  }
}
@media (max-width: 87.5em) {
  .ry-nav__contacts {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 30px;
  }
}
@media (max-width: 74.99em) {
  .ry-nav__contacts {
    padding-left: 20px;
  }
}
.ry-nav__contact {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 1.125rem;
  white-space: nowrap;
}
@media (max-width: 100em) {
  .ry-nav__contact {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
    letter-spacing: 0;
  }
}
.ry-nav__contact:hover {
  color: #2e3192;
}
.ry-nav__contact:hover svg {
  fill: #2e3192;
}
.ry-nav__contact:not(:hover) {
  color: #2D2B2A;
}
.ry-nav__contact.ry-email {
  font-size: 1.125rem;
}
@media (min-width: 62em) {
  .ry-nav__contact.ry-email {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
  }
}
.ry-nav__contact svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  transition: ease 0.4s all;
}
.ry-nav__socials {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.ry-nav__socials a {
  display: flex;
}
.ry-nav__socials a svg {
  fill: #2e3192;
}
.ry-nav .ry-flex {
  display: none;
}
@media (max-width: 61.99em) {
  .ry-nav .ry-flex {
    display: block;
  }
}
.ry-nav__menu {
  flex: 1;
  justify-items: flex-end;
}
@media (max-width: 61.99em) {
  .ry-nav__menu {
    justify-items: center;
    text-align: center;
  }
}
.ry-nav__menu--full {
  width: 100%;
  height: 100vh;
  background-color: #2e3192;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 100px;
  transform: translate(0, -100%);
  transition: transform 0.3s ease-in-out;
}
.ry-nav__menu--open {
  transform: translate(0, 0);
}
.ry-nav__list {
  display: flex;
  align-items: center;
  margin: 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 112.5em) {
  .ry-nav__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 106.25em) {
  .ry-nav__list {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 87.5em) {
  .ry-nav__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 74.99em) {
  .ry-nav__list {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.ry-nav__list--full {
  flex-direction: column;
}
.ry-nav__item {
  padding: 0;
  margin: 0;
}
.ry-nav__item--full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.ry-nav__item::before {
  display: none;
}
.ry-nav .current-page-ancestor .ry-nav__link:before, .ry-nav .current_page_parent .ry-nav__link:before {
  transform: scaleX(1);
  transform-origin: left;
}
.ry-nav__item.anchor .ry-nav__link:not(:hover):before {
  transform: scaleX(0);
}
.ry-nav__link {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2D2B2A;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: ease 0.4s all;
}
@media (min-width: 62em) {
  .ry-nav__link {
    white-space: nowrap;
  }
}
@media (max-width: 106.25em) {
  .ry-nav__link {
    font-size: 1.125rem;
  }
}
@media (max-width: 81.25em) {
  .ry-nav__link {
    font-size: 1rem;
  }
}
@media (max-width: 68.75em) {
  .ry-nav__link {
    font-size: 0.9375rem;
  }
}
@media (max-width: 65.625em) {
  .ry-nav__link {
    font-size: 0.875rem;
  }
}
@media (max-width: 61.99em) {
  .ry-nav__link {
    font-size: 1.125rem;
  }
}
.ry-nav__link::before {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2e3192;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
  border-radius: 0 0 15px 15px;
}
.ry-nav__link--full {
  color: #ffffff;
  font-size: 1.75rem;
}
.ry-nav__link:active, .ry-nav__link--on, .ry-nav__link--open, .ry-nav__link:hover, .ry-nav__link[aria-current=page] {
  color: #2D2B2A;
}
.ry-nav__link:active:before, .ry-nav__link--on:before, .ry-nav__link--open:before, .ry-nav__link:hover:before, .ry-nav__link[aria-current=page]:before {
  transform: scaleX(1);
  transform-origin: center;
}
.ry-nav__link:not(:hover):before {
  transform-origin: center;
}

.ry-footer__ask {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(560px, 1.4fr) minmax(280px, 1fr);
  align-items: stretch;
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #E7EAF2;
  overflow: visible;
  z-index: 1;
}
.ry-footer__ask-item {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.ry-footer__ask-edge {
  position: absolute;
  left: 0;
  right: 0;
  top: 29px;
  width: 101%;
  height: clamp(34px, 4.4vw, 52px);
  z-index: 3;
  pointer-events: none;
  line-height: 0;
  transform: scaleX(1.08) rotate(180deg);
  transform-origin: center top;
  overflow: hidden;
}
.ry-footer__ask-edge svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ry-footer__ask-edge-soft {
  fill: rgba(255, 255, 255, 0.55);
}
.ry-footer__ask-edge-zig {
  fill: #fff;
}
.ry-footer__ask-item--media .footer-image {
  position: relative;
  z-index: 1;
}
.ry-footer__ask-item--media {
  display: flex;
}
.ry-footer__ask-item--form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
}
.ry-footer__ask-item--form .ry-footer__form {
  position: relative;
  z-index: 1;
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .ry-footer__ask {
    grid-template-columns: minmax(220px, 0.9fr) minmax(500px, 1.3fr) minmax(220px, 0.9fr);
  }
}
@media (min-width: 62em) {
  .ry-footer__ask .wpcf7 .ry-form-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ry-footer__ask .wpcf7 .ry-form-top > label:last-of-type {
    grid-column: -1/1;
  }
}
@media (max-width: 74.99em) {
  .ry-footer__ask {
    grid-template-columns: minmax(180px, 0.85fr) minmax(400px, 1.35fr) minmax(180px, 0.85fr);
  }
}
@media (max-width: 61.99em) {
  .ry-footer__ask {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.ry-footer__ask h2 {
  font-weight: 600;
}
@media (min-width: 62em) {
  .ry-footer__ask h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 93.75em) {
  .ry-footer__form {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .ry-footer__form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer-image {
  width: 100%;
  display: block;
  height: 100%;
  min-height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.ry-footer__form {
  justify-self: center;
  width: min(100%, 720px);
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
}
.footer-image--left,
.footer-image--right {
  width: 100%;
}
.footer-image--left {
  justify-self: start;
}
.footer-image--right {
  justify-self: end;
}
@media (max-width: 61.99em) {
  .ry-footer__ask-item--media {
    order: -1;
  }
  .ry-footer__ask-edge {
    height: 34px;
    transform: scaleX(1.04) rotate(180deg);
  }
  .footer-image--right {
    width: 100%;
  }
  .ry-footer__form {
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .footer-image {
    height: auto;
  }
}
.footer-content {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #E7EAF2;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 0.7fr;
  column-gap: 40px;
  row-gap: 40px;
}
.footer-content > div {
  padding: 18px 0;
}
@media (min-width: 93.75em) {
  .footer-content {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (max-width: 68.75em) {
  .footer-content {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 61.99em) {
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
}
.footer-content > div {
  display: flex;
  flex-direction: column;
}
.footer-content .footer-brand {
  justify-content: center;
}
.footer-content .footer-brand .ry-logo {
  height: auto;
  display: block;
}
.footer-content .footer-brand p {
  margin-top: 18px;
  color: #666;
}
.footer-content .footer-address {
  justify-content: center;
}
@media (max-width: 88.75em) {
  .footer-content .footer-address {
    max-width: 220px;
  }
}
.footer-content .footer-contact {
  row-gap: 5px;
}
@media (min-width: 62em) {
  .footer-content .footer-contact p strong {
    white-space: nowrap;
  }
}
.footer-content .footer-contact a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.footer-content .footer-contact a svg {
  display: block;
  width: 22px;
  height: 22px;
}
.footer-content .footer-social {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 62em) {
  .footer-content .footer-social {
    flex-direction: column;
  }
}
.footer-content .footer-social p, .footer-content .footer-social a:not(:hover) {
  opacity: 0.7;
}
.footer-content .footer-social p {
  margin: 0;
}
@media (max-width: 61.99em) {
  .footer-content .footer-social p {
    width: 100%;
  }
}
.footer-content .footer-social a {
  transition: ease 0.4s all;
}
.footer-content .footer-social a:hover svg {
  fill: #2e3192;
}
.footer-content .footer-social a svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 61.99em) {
  .footer-content .footer-social a svg {
    width: 24px;
    height: 24px;
  }
}
.footer-content p {
  margin-bottom: 5px;
  color: #666;
}
.footer-content p:last-child {
  margin-bottom: 0;
}
.footer-content p strong {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #2e3192;
  font-size: 1.125rem;
}
.footer-content a {
  color: #2D2B2A;
}
.footer-content a:hover {
  color: #2e3192;
}
.footer-content a:hover svg {
  fill: #2e3192;
}
.footer-content a svg {
  width: 20px;
  height: 20px;
  fill: #2D2B2A;
  transition: ease 0.4s all;
}
.footer-copyright {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  text-align: center;
}
@media (max-width: 61.99em) {
  .footer-copyright {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 45px;
  }
}
.footer-copyright a, .footer-copyright p {
  color: #7A7A7A;
}
.footer-copyright a:hover {
  color: #2e3192;
}
@media (min-width: 62em) {
  .footer-copyright .first {
    text-align: left;
  }
  .footer-copyright .last {
    text-align: right;
  }
}

.wpcf7 {
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  left: 0;
  bottom: 13px;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 74.99em) {
  .wpcf7-form {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .wpcf7-form {
    row-gap: 20px;
  }
}
.wpcf7-form > p {
  font-size: 13px;
  margin-bottom: 0;
}
.wpcf7-not-valid-tip {
  color: red;
  font-size: 13px;
  margin-top: 0;
  padding: 2px 0;
  right: 0;
  bottom: 0;
}
.wpcf7-acceptance {
  margin-top: 0;
  display: block;
}
.wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 40px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
}
@media (max-width: 35.99em) {
  .wpcf7-acceptance label {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.wpcf7-acceptance span {
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 35.99em) {
  .wpcf7-acceptance span {
    font-size: 12px;
  }
}
.wpcf7 label.has-content .ry-title {
  top: -10px;
}
.wpcf7 input, .wpcf7 textarea {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0;
  padding: 22px 0 8px 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  outline: none;
  transition: ease 0.3s all;
  display: block;
}
.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: #2D2B2A;
}
.wpcf7 textarea {
  height: 100%;
  resize: none;
}
.wpcf7 input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.wpcf7 input[type=checkbox]:checked {
  background-color: var(--color-main, #2D2B2A);
}
.wpcf7 input[type=submit] {
  align-self: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  max-width: 100%;
  margin-top: 20px;
  background-color: #2e3192;
  color: #fff;
  border: 1px solid #2e3192;
  cursor: pointer;
  padding: 15px;
}
@media (max-width: 35.99em) {
  .wpcf7 input[type=submit] {
    max-width: 100%;
  }
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.5;
}
.wpcf7 input[type=submit]:hover {
  background-color: #2D2B2A;
  color: #fff;
}
.wpcf7 .ry-form-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 35.99em) {
  .wpcf7 .ry-form-top {
    grid-template-columns: 100%;
  }
}
.wpcf7 .form-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wpcf7 .ry-form-bottom {
  text-align: left;
  display: flex;
  flex-direction: column;
  grid-column: -1/1;
}
.wpcf7 .ry-form-bottom .legend {
  margin: 20px 0;
}
.wpcf7 .ry-form-bottom p {
  text-align: left;
  font-size: 0.9375rem;
}
.wpcf7 .ry-form-bottom a {
  text-decoration: underline;
}
.wpcf7 .ry-form-bottom a:hover {
  color: var(--color-main, #2D2B2A);
}
.wpcf7 label {
  position: relative;
}
.wpcf7 label.has-content .ry-title {
  top: 2px;
  font-size: 13px;
  opacity: 1;
  color: #2D2B2A;
}
.wpcf7 label.has-content input, .wpcf7 label.has-content textarea {
  border-color: #2e3192;
}
.wpcf7 label .ry-title {
  position: absolute;
  left: 0;
  top: 15px;
  transition: ease 0.5s all;
  font-size: 1rem;
  z-index: 1;
  padding: 0 0;
  pointer-events: none;
}
.wpcf7-list-item {
  margin-left: 0;
}

.ry-banner {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #F2F2F2;
}
@media (min-width: 62em) {
  .ry-banner.has-bar {
    min-height: calc(100vh - 36px);
  }
}
.hero--subsite {
  padding-top: 90px;
  min-height: 240px;
  overflow: hidden;
  background-color: #2e3192;
}
@media (max-width: 61.99em) {
  .hero--subsite {
    margin: 0;
  }
}
.hero--subsite:after {
  display: none;
}
.hero--subsite img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
  mix-blend-mode: multiply;
  opacity: 0.2;
  filter: sepia(1);
}
.hero--subsite .hero-content {
  text-align: center;
  width: 100%;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-shadow: unset;
}
.hero--subsite .hero-content .ry-title h1 {
  margin: 0 0 0 0;
  font-size: 2.75rem;
}
@media (max-width: 35.99em) {
  .hero--subsite .hero-content .ry-title h1 {
    font-size: 2.125rem;
  }
}
.hero--subsite .hero-content .ry-title h1 span {
  color: #fff;
  font-size: 2.75rem;
}
@media (max-width: 35.99em) {
  .hero--subsite .hero-content .ry-title h1 span {
    font-size: 2.125rem;
  }
}
@media (min-width: 62em) {
  .hero--investment {
    min-height: 100vh;
    padding-top: 130px;
    justify-content: flex-end;
  }
}
@media (max-width: 61.99em) {
  .hero--investment .hero-bg {
    margin-top: 85px;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 47.99em) {
  .hero--investment .hero-bg {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .hero--investment .hero-bg {
    aspect-ratio: 100/90;
  }
}
@media (min-width: 62em) {
  .hero--investment .ry-banner__slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.hero--investment .ry-banner__arrows {
  order: 3;
}
@media (max-width: 61.99em) {
  .hero--investment .ry-banner__arrows {
    margin-top: 0;
  }
}
@media (max-width: 61.99em) {
  .hero--investment .hero-video {
    margin-top: 85px;
  }
}
@media (min-width: 62em) {
  .hero--investment .hero-content {
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
}
@media (max-width: 61.99em) {
  .hero--investment .hero-content {
    order: 2;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero--investment .hero-content h1:last-child {
  margin-bottom: 0;
}
@media (max-width: 61.99em) {
  .hero--investment .hero-content h1 {
    color: #2D2B2A;
    text-shadow: none;
  }
  .hero--investment .hero-content p {
    color: #2D2B2A;
    text-shadow: none;
  }
}
.hero-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 62em) {
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media (max-width: 61.99em) {
  .hero-bg {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 62em) {
  .hero-content {
    padding-top: 90px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  }
}
.hero-content h1 {
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  .hero-content h1 {
    font-size: 3.5vw;
  }
}
.hero-content p {
  text-transform: uppercase;
  font-size: 1.25rem;
}
@media (min-width: 62em) {
  .hero-content p {
    border-bottom: 1px solid #2e3192;
    padding-bottom: 5px;
  }
}
.hero-content .button-wrap {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}
.hero-content .ry-btn {
  pointer-events: all;
}
@media (max-width: 35.99em) {
  .hero-content .ry-btn {
    flex: 1;
    white-space: nowrap;
  }
}
.hero-content p {
  color: #fff;
}
.hero-content p.subtitle {
  font-size: 1.375rem;
}
@media (min-width: 62em) {
  .hero-content p.subtitle {
    margin-top: 15%;
  }
}
@media (max-width: 61.99em) {
  .hero-content p.subtitle {
    margin-top: 40px;
  }
}
.hero-content .contact-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 1.125rem;
  color: #fff;
}
@media (max-width: 61.99em) {
  .hero-content .contact-link {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-content .contact-link svg {
  fill: #fff;
  width: 25px;
  height: 25px;
}
.ry-banner__slider {
  z-index: 1;
}
.ry-banner__slider:not(.slick-initialized) .ry-banner__slide:not(:first-child) {
  display: none !important;
}
.ry-banner--hero.ry-banner .ry-banner__slider:not(.slick-initialized) .ry-banner__slide:not(:first-child),
.ry-banner--hero .ry-banner__slider .ry-banner__slide {
  display: block !important;
}
@media (max-width: 61.99em) {
  .ry-banner__slider {
    order: -1;
  }
}
.ry-banner__slider .slick-list, .ry-banner__slider .slick-track, .ry-banner__slider .slick-slide > div {
  height: 100%;
}
@media (min-width: 62em) {
  .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero-video .video {
  overflow: hidden;
}
@media (min-width: 62em) {
  .hero-video .video {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .hero-video .video {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .hero-video .video {
    aspect-ratio: 100/90;
  }
}
.hero-video .video video {
  pointer-events: none;
  display: block;
}
@media (min-width: 62em) {
  .hero-video .video video {
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 36px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 47.99em) {
  .hero-video .video video {
    height: 100%;
    width: auto;
  }
}
.ry-banner__slide {
  display: flex !important;
  height: 100%;
  flex-direction: column-reverse;
}
@media (max-width: 61.99em) {
  .ry-banner__slide {
    margin-top: 85px;
  }
}
@media (min-width: 62em) {
  .ry-banner__slide {
    min-height: 100vh;
    padding-top: 130px;
  }
}
@media (min-width: 62em) {
  .ry-banner__slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.ry-banner__slide .video {
  overflow: hidden;
}
@media (min-width: 62em) {
  .ry-banner__slide .video {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .ry-banner__slide .video {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .ry-banner__slide .video {
    aspect-ratio: 100/90;
  }
}
.ry-banner__slide .video video {
  pointer-events: none;
  display: block;
}
@media (min-width: 62em) {
  .ry-banner__slide .video video {
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 36px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 47.99em) {
  .ry-banner__slide .video video {
    height: 100%;
    width: auto;
  }
}
.ry-banner__slide .ry-img {
  width: 100%;
}
@media (min-width: 62em) {
  .ry-banner__slide .ry-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .ry-banner__slide .ry-img:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
}
.ry-banner__slide .ry-content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .ry-banner__slide .ry-content {
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .ry-banner__slide .ry-content h2 {
    font-size: 4vw;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }
  .ry-banner__slide .ry-content *:not(.ry-btn) {
    color: #fff;
  }
}
@media (max-width: 61.99em) {
  .ry-banner__slide .ry-content {
    text-align: center;
    padding-top: 40px;
  }
}
.ry-banner__slide .ry-content .ry-info {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .ry-banner__slide .ry-content .ry-info {
    background-color: #2e3192;
    padding: 10px 10px 10px 0;
  }
}
@media (max-width: 61.99em) {
  .ry-banner__slide .ry-content .ry-info {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 30px;
  }
}
.ry-banner__slide .ry-content .ry-info > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 35.99em) {
  .ry-banner__slide .ry-content .ry-info > div {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.ry-banner__slide .ry-content .ry-info .ry-btn {
  border-color: #2D2B2A;
  padding: 5px 10px;
}
.ry-banner__slide .ry-content .ry-info span {
  font-weight: 500;
}
.ry-banner__slide .ry-content .ry-info span:not(:first-child) {
  border-left: 1px solid #2D2B2A;
  padding-left: 20px;
}
@media (max-width: 35.99em) {
  .ry-banner__slide .ry-content .ry-info span:not(:first-child) {
    padding-left: 10px;
  }
}
.ry-banner__slide .ry-content .ry-info:after {
  position: absolute;
  top: 0;
  height: 100%;
  content: "";
  width: 100%;
  right: 100%;
  background-color: #2e3192;
}
@media (max-width: 61.99em) {
  .ry-banner__slide .ry-content .ry-info:after {
    display: none;
  }
}
.ry-banner__slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 62em) {
  .ry-banner__slide img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .ry-banner__slide img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 22.5em) {
  .ry-banner__slide img {
    aspect-ratio: 100/90;
  }
}
.ry-banner__arrows {
  z-index: 2;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 62em) {
  .ry-banner__arrows {
    position: absolute;
    bottom: 30px;
    right: 8vw;
  }
}
@media (max-width: 61.99em) {
  .ry-banner__arrows {
    justify-content: center;
    order: -1;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ry-banner__arrows svg {
  fill: #fff;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.171);
  transition: ease 0.4s all;
  backdrop-filter: blur(5px);
}
@media (max-width: 61.99em) {
  .ry-banner__arrows svg {
    background-color: #2e3192;
  }
}
.ry-banner__arrows svg:hover {
  background-color: #fff;
  fill: #2e3192;
}

.ry-about.ry-split {
  grid-template-columns: unset;
  row-gap: 0;
  margin-top: 5vw;
}
.ry-about .ry-split__text {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 20%);
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: center;
  position: relative;
  margin-bottom: 2vw;
}
@media (max-width: 74.99em) {
  .ry-about .ry-split__text {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 61.99em) {
  .ry-about .ry-split__text {
    grid-template-columns: 100%;
    text-align: center;
  }
}
.ry-about .ry-split__text:after {
  display: none;
}
@media (min-width: 62em) {
  .ry-about .ry-split__text h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 61.99em) {
  .ry-about .ry-split__text .ry-icon {
    position: absolute;
    width: 200px;
    z-index: -1;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
  }
}
.ry-about .ry-split__text .ry-icon svg {
  width: 100%;
  height: auto;
}
.ry-about .ry-split__text .ry-icon svg path {
  fill: #F2F2F2;
}
.ry-about .ry-split__text .ry-icon--mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ry-about .ry-split__text .ry-icon--mark img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  opacity: 0.85;
  filter: contrast(0.92);
}
.ry-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
.ry-about__btn {
  gap: 12px;
  min-width: 210px;
  padding-left: 1vw;
  padding-top: 0;
  padding-right: 36px;
  padding-bottom: 0;
  height: 3vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(28, 44, 93, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.ry-about__btn.ry-btn:not(.ry-btn--alt),
.ry-about__btn.ry-btn:not(.ry-btn--alt):hover {
  color: #fff;
}
.ry-about__btn.ry-btn:not(.ry-btn--alt) .ry-about__btn-label,
.ry-about__btn.ry-btn:not(.ry-btn--alt):hover .ry-about__btn-label {
  color: #fff;
}
.ry-about__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(28, 44, 93, 0.22);
}
.ry-about__btn.ry-btn--alt:hover,
.ry-about__btn.ry-btn--alt:hover .ry-about__btn-label {
  color: #fff;
  background-color: #2e3192;
}
.ry-about__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.976vw;
  height: 1.976vw;
  margin-left: 0;
  border-radius: 0.52vw;
  background: rgb(255 255 255);
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.ry-about__btn:not(.ry-btn--alt) .ry-about__btn-icon {
  color: #2e3192;
}
.ry-about__btn-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  margin: 0;
}
.ry-about__btn.ry-btn--alt {
  box-shadow: 0 8px 24px rgba(28, 44, 93, 0.08);
}
.ry-about__btn.ry-btn--alt .ry-about__btn-icon {
  color: #2e3192;
}
.ry-about__btn.ry-btn--alt:hover .ry-about__btn-icon {
  background: rgb(255 255 255);
  color: #2e3192;
}
.ry-about__btn.ry-btn--alt:hover {
  box-shadow: 0 14px 36px rgba(28, 44, 93, 0.2);
}
.ry-about__btn-label {
  line-height: 1;
}
@media (max-width: 61.99em) {
  .ry-about__actions {
    justify-content: center;
  }
}
.ry-about .ry-split__text .ry-btn {
  position: relative;
  margin-top: 0;
}
@media (max-width: 61.99em) {
  .ry-about .ry-split__media {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ry-about .ry-split__media img {
  aspect-ratio: 671/835;
}

.features {
  display: grid;
  grid-template-columns: 100%;
  overflow: hidden;
}
.features2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 93.74em) {
  .features2 {
    grid-template-columns: 4fr 3fr;
  }
}
@media (max-width: 61.99em) {
  .features2 {
    padding-top: 0;
    grid-template-columns: 100%;
  }
}
.features2 .features-content {
  position: relative;
  text-align: left;
}
@media (min-width: 62em) {
  .features2 .features-content {
    padding-bottom: 200px;
  }
}
@media (max-width: 61.99em) {
  .features2 .features-content {
    text-align: center;
  }
}
.features2 .features-content h2 {
  margin-bottom: 20px;
}
.features2 .features-content .subtitle {
  display: flex;
  margin-bottom: 40px;
  text-transform: uppercase;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media (max-width: 61.99em) {
  .features2 .features-content .subtitle {
    row-gap: 20px;
    flex-direction: column;
  }
}
.features2 .features-content .subtitle:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #2e3192;
  display: block;
}
.features2 .features-image {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
  opacity: 0.1;
  width: calc(100% + 8vw);
  height: 100%;
  overflow: hidden;
  filter: grayscale(1);
  pointer-events: none;
}
@media (max-width: 61.99em) {
  .features2 .features-image {
    width: 100%;
    bottom: 0;
  }
}
.features2 .features-image img {
  display: block;
  max-width: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.features2 .ry-perks__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
  align-items: center;
}
@media (max-width: 93.74em) {
  .features2 .ry-perks__item {
    align-items: start;
    margin-left: -130px;
  }
}
@media (max-width: 74.99em) {
  .features2 .ry-perks__item {
    margin-left: -70px;
  }
}
@media (max-width: 61.99em) {
  .features2 .ry-perks__item {
    margin-left: 0;
    align-items: center;
  }
}
@media (max-width: 47.99em) {
  .features2 .ry-perks__item {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 22.5em) {
  .features2 .ry-perks__item {
    justify-items: center;
    text-align: center;
    grid-template-columns: 100%;
  }
}
.features2 .ry-perks__grid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  background-color: #2D2B2A;
  z-index: 1;
}
.features2 .ry-perks__grid * {
  color: #fff;
}
.features2 .ry-perks__grid .ry-icon {
  padding: 25px;
  background-color: #2e3192;
}
.features2 .ry-perks__grid svg {
  display: block;
  min-width: 80px;
  width: 80px;
  height: 80px;
  fill: #fff;
}
@media (max-width: 93.74em) {
  .features2 .ry-perks__grid svg {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 47.99em) {
  .features2 .ry-perks__grid svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.ry-perks .ry-items-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 74.99em) {
  .ry-perks .ry-items-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 25em) {
  .ry-perks .ry-items-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 17.5em) {
  .ry-perks .ry-items-6 {
    grid-template-columns: 100%;
  }
}
@media (min-width: 75em) {
  .ry-perks .ry-items-6 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
}
@media (min-width: 75em) {
  .ry-perks .ry-items-6 .ry-perks__item {
    padding: 0 10px;
  }
  .ry-perks .ry-items-6 .ry-perks__item:not(:first-child) {
    border-left: 1px solid #F2F2F2;
  }
  .ry-perks .ry-items-6 .ry-perks__item:first-child {
    padding-left: 0;
  }
  .ry-perks .ry-items-6 .ry-perks__item:last-child {
    padding-right: 0;
  }
}
.ry-perks .ry-items-4,
.ry-perks .items-4, .ry-perks .items-8 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 61.99em) {
  .ry-perks .ry-items-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 36.25em) {
  .ry-perks .ry-items-4,
  .ry-perks .items-4, .ry-perks .items-8 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 17.5em) {
  .ry-perks .items-4, .ry-perks .items-8 {
    grid-template-columns: 100%;
  }
}
.ry-perks .ry-perks__grid {
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  margin-top: -3vw !important;
}
.ry-perks .ry-perks__grid .ry-perks__item {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.ry-perks .ry-perks__grid .ry-perks__item:hover h3 {
  color: #9f7a27;
}
.ry-perks .ry-perks__grid .ry-perks__top {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.ry-perks .ry-perks__grid .ry-perks__item h3 {
  font-size: 1.2vw;
  font-weight: 600;
  transition: ease 0.4s all;
  max-width: 220px;
  color: #9f7a27 !important;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 1vw;
}
@media (max-width: 61.99em) {
  .ry-perks .ry-perks__grid .ry-perks__item h3 {
    font-size: clamp(0.85rem, 3.2vw, 1.1rem);
  }
}
.ry-perks .ry-perks__grid .ry-perks__item .ry-icon {
  position: relative;
  width: 159px;
  height: 159px;
  margin: 46px 0 30px;
  background: #2e319282;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: ease 0.4s all;
  box-shadow: 0 14px 32px rgba(28, 44, 93, 0.2);
}
.ry-perks .ry-perks__grid .ry-perks__item .ry-icon::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1.5px solid #2e3192;
  border-radius: 20px;
  pointer-events: none;
  transition: ease 0.4s all;
}
.ry-perks .ry-perks__grid .ry-perks__item:hover .ry-icon,
.ry-perks .ry-perks__grid .ry-perks__item.is-hover .ry-icon {
  transform: rotate(45deg) scale(1.06);
  background: #243a75;
}
.ry-perks .ry-perks__grid .ry-perks__item:hover .ry-icon::before,
.ry-perks .ry-perks__grid .ry-perks__item.is-hover .ry-icon::before {
  border-color: #243a75;
}
.ry-perks .ry-perks__grid .ry-perks__item:hover h3,
.ry-perks .ry-perks__grid .ry-perks__item.is-hover h3 {
  color: #9f7a27;
}
.ry-perks .ry-perks__grid .ry-perks__item svg {
  display: block;
  width: 86px;
  height: 86px;
  color: #fff;
  fill: none;
  stroke: currentColor;
  transform: rotate(-45deg);
  transition: ease 0.4s all;
  overflow: visible;
}
.ry-perks .ry-perks__grid .ry-perks__item svg [fill="currentColor"] {
  fill: currentColor;
  stroke: none;
}
@media (max-width: 61.99em) {
  .ry-perks .ry-perks__grid .ry-perks__item .ry-icon {
    width: 111px;
    height: 111px;
    margin: 32px 0 21px;
  }
  .ry-perks .ry-perks__grid .ry-perks__item svg {
    width: 60px;
    height: 60px;
  }
}

/* Perks photo band: 1 rząd + zęby jak w hero + parallax tło */
.ry-perks-band {
  position: relative;
  margin-top: 3vw;
  padding: 56px 0 64px;
  overflow: visible;
  background: transparent;
}
.ry-perks-band__clip {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.ry-perks-band__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -40%;
  height: 180%;
  background: url("../images/ry-perks-bg.jpg") center / cover no-repeat;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.ry-perks-band__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.28) 45%, rgba(255, 255, 255, 0.4) 100%);
}
.ry-perks-band .ry-perks__grid {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ry-perks-band .ry-perks__item h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}
.ry-perks-band .ry-perks__item .ry-icon::before {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(28, 44, 93, 0.12);
}
/* Same torn edge as hero banner — no drop-shadow so it blends into white */
.ry-perks-band__edge {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(48px, 7vw, 80px);
  z-index: 5;
  pointer-events: none;
  line-height: 0;
}
.ry-perks-band__edge--top {
  top: -22px;
  transform: scaleY(-1);
}
.ry-perks-band__edge--bottom {
  bottom: -22px;
}
.ry-perks-band__edge svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ry-perks-band__soft {
  fill: rgba(255, 255, 255, 0.55);
}
.ry-perks-band__zig {
  fill: #fff;
}
@media (max-width: 47.99em) {
  .ry-perks-band {
    padding: 44px 0 52px;
  }
  .ry-perks-band__edge--top {
    top: -16px;
  }
  .ry-perks-band__edge--bottom {
    bottom: -16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ry-perks-band__bg {
    top: 0;
    height: 100%;
    transform: none !important;
    will-change: auto;
  }
}
.features-content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.features-content h2 {
  margin-bottom: 40px;
}
.features-content h2:last-child {
  margin-bottom: 0;
}
.features-content .ry-btn {
  margin-top: 40px;
}

.ry-estates__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding-top: 0;
}
.ry-section-title {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.ry-section-title h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0;
  color: #2D2B2A;
  text-transform: uppercase;
  font-weight: 600;
}
.ry-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin-bottom: 10px;
}
.ry-section-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.ry-estates__title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ry-estates__title h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0;
  color: #2D2B2A;
  text-transform: uppercase;
  font-weight: 600;
}
.ry-estates__title h2:after {
  content: "";
  width: 100%;
  height: 0;
  background-color: #2e3192;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.ry-estates__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: 100%;
}
.ry-estates__count {
  margin: 0;
  color: #2e3192;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.ry-estates__count-sep {
  opacity: 0.35;
  margin: 0 0.12em;
  font-weight: 300;
}
.ry-estates__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.ry-estates__all {
  height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ry-estates__all:hover,
.ry-estates__all:hover.ry-btn--alt {
  background-color: #2e3192;
  border-color: #2e3192;
  color: #fff;
}
.ry-estates__arrows {
  display: flex;
  gap: 8px;
}
.ry-estates__arrow {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2e3192;
  background: #fff;
  color: #2e3192;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 0;
}
.ry-estates__arrow:hover {
  background: #2e3192;
  color: #fff;
}
.ry-estates__arrow svg {
  width: 22px;
  height: 22px;
}
@media (max-width: 61.99em) {
  .ry-estates__controls {
    margin-left: 0;
  }
}

.ry-estates__card .ry-units {
  width: 100%;
  max-width: 100%;
}
.ry-units {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}
.ry-units--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 93.74em) {
  .ry-units {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ry-units--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 61.99em) {
  .ry-units,
  .ry-units--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 35.99em) {
  .ry-units,
  .ry-units--4 {
    grid-template-columns: 1fr;
  }
}
.ry-unit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 20px 20px;
  background: #fff;
  border: 1px solid rgb(28 44 93 / 12%);
  border-top: 3px solid #2e3192;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ry-unit:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgb(28 44 93 / 10%);
  border-color: rgb(28 44 93 / 22%);
}
.ry-unit--free {
  border-top-color: #28a745;
}
.ry-unit--reserved {
  border-top-color: #ff5722;
}
.ry-unit--sold {
  border-top-color: #f43636;
  opacity: 0.72;
}
.ry-unit--sold:hover {
  transform: none;
  box-shadow: none;
}
.ry-unit__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.ry-unit__no {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #2e3192;
}
.ry-unit__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2e3192;
  background: rgb(28 44 93 / 5%);
  white-space: nowrap;
}
.ry-unit__status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ry-unit--free .ry-unit__status::before {
  background: #28a745;
}
.ry-unit--reserved .ry-unit__status::before {
  background: #ff5722;
}
.ry-unit--sold .ry-unit__status::before {
  background: #f43636;
}
.ry-unit__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgb(28 44 93 / 10%);
  border-bottom: 1px solid rgb(28 44 93 / 10%);
}
.ry-unit__meta div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ry-unit__meta dt {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8498;
  font-weight: 500;
}
.ry-unit__meta dd {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2e3192;
}
.ry-unit__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ry-unit__price strong {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2e3192;
  line-height: 1.2;
}
.ry-unit__price small {
  font-size: 0.8rem;
  color: #7a8498;
}
.ry-unit__dl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  margin-top: auto;
  background: #2e3192;
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  transition: background-color 0.25s ease;
}
.ry-unit__dl:hover {
  background: #2D2B2A;
}
.ry-unit__dl--disabled {
  background: rgb(28 44 93 / 12%);
  color: #7a8498 !important;
  cursor: default;
  pointer-events: none;
}
.ry-estates__card-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 20px;
  width: 100%;
}
@media (max-width: 100em) {
  .ry-estates__card-main {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 61.99em) {
  .ry-estates__card-main {
    grid-template-columns: 100%;
  }
}
.ry-estates .ry-map__canvas {
  height: 400px;
}
.ry-estates .ry-map__canvas .ry-map__icon.ry-planned .ry-map__marker:before {
  background-color: #ef6c00;
}
.ry-estates .ry-map__canvas .ry-map__icon.ry-completed .ry-map__marker:before {
  background-color: #dc3545;
}
.ry-estates .ry-map__canvas .ry-map__icon .ry-map__marker:before {
  border-radius: 20px;
  content: "";
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  background-color: green;
}
.investments-map__content {
  text-align: center;
}
.ry-estates__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  grid-area: a;
  width: 100%;
  transition: ease 0.4s all;
  padding-bottom: 60px;
}
.ry-estates__list {
  display: grid;
  grid-template-areas: "a";
  padding-top: 29px;
  border-bottom: 0 solid #F2F2F2;
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 61.99em) {
  .ry-estates__list {
    padding-top: 40px;
  }
}
.ry-estates__card:not(.ry-active) {
  opacity: 0;
  pointer-events: none;
}
.ry-estates__card img {
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  display: block;
  border-radius: 0;
}
.ry-estates__card .ry-img-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.ry-interiors-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 10px 18px;
  background: rgb(28 44 93 / 88%);
  color: #fff;
  border: 1px solid rgb(255 255 255 / 35%);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(6px);
}
.ry-interiors-btn:hover {
  background: #2e3192;
  transform: translateY(-1px);
}
body.ry-interiors-open {
  overflow: hidden;
}
.ry-interiors-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.ry-interiors-modal[hidden] {
  display: none;
}
.ry-interiors-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(15 20 35 / 72%);
  backdrop-filter: blur(4px);
}
.ry-interiors-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 28%);
}
.ry-interiors-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #2e3192;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.ry-interiors-modal__title {
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #2D2B2A;
  letter-spacing: 0.06em;
}
.ry-interiors-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.ry-interiors-modal__item {
  margin: 0;
  overflow: hidden;
  background: #f7f8fb;
}
.ry-interiors-modal__item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.ry-interiors-modal__item:hover img {
  transform: scale(1.04);
}
.ry-interiors-modal__item figcaption {
  padding: 10px 12px;
  font-size: 0.8rem;
  text-align: center;
  color: #2e3192;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 93.74em) {
  .ry-interiors-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 35.99em) {
  .ry-interiors-modal__grid {
    grid-template-columns: 1fr;
  }
}
.ry-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.ry-cooperation .ry-section-head {
  margin-bottom: 76px;
}
.ry-cooperation__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 56px;
}
.ry-cooperation__card {
  display: flex;
  flex-direction: column;
}
.ry-cooperation__media {
  position: relative;
  overflow: hidden;
}
.ry-cooperation__edge {
  position: absolute;
  left: 0px;
  right: 0;
  top: 42px;
  width: 101%;
  height: clamp(34px, 4.4vw, 52px);
  z-index: 3;
  pointer-events: none;
  line-height: 0;
  transform: scaleX(1.08) rotate(180deg);
  transform-origin: center top;
  overflow: hidden;
}
.ry-cooperation__edge svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ry-cooperation__edge-soft {
  fill: rgba(255, 255, 255, 0.55);
}
.ry-cooperation__edge-zig {
  fill: #fff;
}
.ry-cooperation__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  height: 25vw;
  position: relative;
  z-index: 1;
}
.ry-cooperation__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 28px;
}
.ry-cooperation__body .ry-title {
  margin-bottom: 20px;
}
.ry-cooperation__body .ry-title h3 {
  margin: 0;
  color: #2D2B2A;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.35;
}
.ry-cooperation__body .ry-content p {
  margin: 0 0 1em;
  color: #666;
  line-height: 1.7;
}
.ry-cooperation__body .ry-content p:last-child {
  margin-bottom: 0;
}
.ry-cooperation__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}
.ry-live {
  padding: 0;
}
.ry-live__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 48px;
  padding: clamp(56px, 7vw, 72px) clamp(32px, 6vw, 80px);
  background-image: url("../images/ry-perks-bg.jpg"), radial-gradient(circle at top left, rgba(59, 92, 177, 0.18), transparent 34%), linear-gradient(135deg, #a27925 0%, #000000c9 55%, #2e3192 100%);
  background-size: cover, auto, auto;
  background-position: center, top left, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-blend-mode: overlay, normal, normal;
  overflow: hidden;
  clip-path: polygon(
    0% 3.5%, 3.57% 0%, 7.14% 3.5%, 10.71% 0%, 14.29% 3.5%, 17.86% 0%, 21.43% 3.5%, 25% 0%, 28.57% 3.5%, 32.14% 0%, 35.71% 3.5%, 39.29% 0%, 42.86% 3.5%, 46.43% 0%, 50% 3.5%, 53.57% 0%, 57.14% 3.5%, 60.71% 0%, 64.29% 3.5%, 67.86% 0%, 71.43% 3.5%, 75% 0%, 78.57% 3.5%, 82.14% 0%, 85.71% 3.5%, 89.29% 0%, 92.86% 3.5%, 96.43% 0%, 100% 3.5%,
    100% 96.5%, 96.43% 100%, 92.86% 96.5%, 89.29% 100%, 85.71% 96.5%, 82.14% 100%, 78.57% 96.5%, 75% 100%, 71.43% 96.5%, 67.86% 100%, 64.29% 96.5%, 60.71% 100%, 57.14% 96.5%, 53.57% 100%, 50% 96.5%, 46.43% 100%, 42.86% 96.5%, 39.29% 100%, 35.71% 96.5%, 32.14% 100%, 28.57% 96.5%, 25% 100%, 21.43% 96.5%, 17.86% 100%, 14.29% 96.5%, 10.71% 100%, 7.14% 96.5%, 3.57% 100%, 0% 96.5%
  );
  margin-bottom: 3vw;
  padding-left: 5.7vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.ry-live__panel::before,
.ry-live__panel::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ry-live__panel::before {
  width: 320px;
  height: 320px;
  right: -120px;
  top: -140px;
  background: rgba(255, 255, 255, 0.06);
  filter: blur(8px);
}
.ry-live__panel::after {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: -100px;
  background: rgba(157, 194, 255, 0.09);
}
.ry-live__content {
  position: relative;
  z-index: 1;
  color: #fff;
}
.ry-live__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}
.ry-live__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7CFFA1;
  box-shadow: 0 0 0 0 rgba(124, 255, 161, 0.6);
  animation: ryLiveBlink 1.6s ease-in-out infinite;
}
.ry-live__content h2 {
  margin: 0 0 18px;
  color: #fff;
  max-width: 11ch;
}
.ry-live__content p {
  margin: 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
}
.ry-live__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.ry-live__metric {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}
.ry-live__metric strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}
.ry-live__metric span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}
.ry-live__visual {
  position: relative;
  min-height: 360px;
  z-index: 1;
}
.ry-live__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
.ry-live__map-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ry-live__map-route {
  stroke-dasharray: 12 10;
  animation: ryLiveRoute 2.8s linear infinite;
}
.ry-live__core {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 210px;
  height: 210px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ry-live__ring,
.ry-live__pulse,
.ry-live__center-dot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.ry-live__ring {
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.ry-live__ring--one {
  animation: ryLiveRotate 18s linear infinite;
}
.ry-live__ring--two {
  inset: 18px;
  border-color: rgba(157, 194, 255, 0.42);
  animation: ryLiveRotateReverse 12s linear infinite;
}
.ry-live__ring--three {
  inset: 42px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.28);
  animation: ryLiveRotate 10s linear infinite;
}
.ry-live__pulse {
  inset: 72px;
  background: radial-gradient(circle, rgba(124, 255, 161, 0.32) 0%, rgba(124, 255, 161, 0.08) 45%, rgba(124, 255, 161, 0) 72%);
  animation: ryLivePulse 2.4s ease-in-out infinite;
}
.ry-live__center-dot {
  inset: 94px;
  background: #fff;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.55);
}
.ry-live__card {
  position: absolute;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 44px rgba(7, 14, 34, 0.26);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.ry-live__card--top {
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  animation: ryLiveFloat 5.8s ease-in-out infinite;
}
.ry-live__card--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  animation: ryLiveFloat 5.2s ease-in-out infinite 0.8s;
}
.ry-live__card--bottom {
  bottom: 20px;
  left: 18%;
  animation: ryLiveFloat 6.1s ease-in-out infinite 0.4s;
}
@keyframes ryLiveBlink {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(124, 255, 161, 0.6);
  }
  50% {
    opacity: 0.45;
    box-shadow: 0 0 0 10px rgba(124, 255, 161, 0);
  }
}
@keyframes ryLiveRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ryLiveRotateReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes ryLivePulse {
  0%, 100% {
    transform: scale(0.92);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}
@keyframes ryLiveFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@keyframes ryLiveRoute {
  to {
    stroke-dashoffset: -44;
  }
}
@media (max-width: 61.99em) {
  .ry-cooperation__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ry-cooperation__edge {
    height: 34px;
    transform: scaleX(1.04) rotate(180deg);
  }
  .ry-live__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 52px 28px;
  }
  .ry-live__metrics {
    grid-template-columns: 1fr;
  }
  .ry-live__visual {
    min-height: 300px;
  }
  .ry-live__card--right {
    right: 14px;
  }
}
.ry-estates__card .ry-img {
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 93.74em) {
  .ry-estates__card img {
    aspect-ratio: 4/3;
  }
}
.ry-estates__card .ry-card__top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2e3192;
}
@media (max-width: 61.99em) {
  .ry-estates__card .ry-card__top {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
.ry-estates__card .ry-card__top .ry-status {
  text-transform: uppercase;
  color: #2e3192;
}
.ry-estates__card .ry-card__top h2 {
  margin: 0;
  font-weight: 500;
}
.ry-estates__card .ry-card__mid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 93.74em) {
  .ry-estates__card .ry-card__mid {
    grid-template-columns: 100%;
  }
}
.ry-estates__card .ry-card__mid .ry-btn-group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 93.74em) {
  .ry-estates__card .ry-card__mid .ry-btn-group {
    margin-top: 20px;
  }
}
.ry-estates__card .ry-card__mid .ry-btn-group p {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ry-estates__card .ry-card__mid .ry-btn-group p svg {
  fill: #2e3192;
}
.ry-estates__card .ry-card__icons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 39px;
}
.ry-estates__card .ry-card__icons--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 61.99em) {
  .ry-estates__card .ry-card__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 35.99em) {
  .ry-estates__card .ry-card__icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ry-estates__card .ry-card__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 8px 12px;
  border: 1px solid rgb(28 44 93 / 14%);
  border-radius: 0;
  background: rgb(28 44 93 / 0%);
  min-height: 9vw;
  gap: 0.4vw;
}
.ry-estates__card .ry-card__icon svg {
  width: 5vw;
  height: 5vw;
  fill: none;
  stroke: #2e3192;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.ry-estates__card .ry-card__icon span {
  font-size: 0.9vw;
  line-height: 1.25;
  color: #2e3192;
  font-weight: 500;
}
@media (max-width: 61.99em) {
  .ry-estates__card .ry-card__icon {
    min-height: 120px;
    gap: 8px;
  }
  .ry-estates__card .ry-card__icon svg {
    width: 48px;
    height: 48px;
  }
  .ry-estates__card .ry-card__icon span {
    font-size: 0.8rem;
  }
}

.ry-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  position: relative;
}
@media (max-width: 93.74em) {
  .ry-split {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media (max-width: 74.99em) {
  .ry-split {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 61.99em) {
  .ry-split {
    grid-template-columns: 100%;
    padding-top: 0;
  }
}
@media (max-width: 61.99em) {
  .ry-split.first {
    padding-top: 0;
  }
}
.ry-split.ry-perks.ry-reversed .ry-split__media img {
  box-shadow: -10vw 70px 0 #F2F2F2, -70px 70px 0 #F2F2F2;
}
@media (max-width: 61.99em) {
  .ry-split.ry-perks.ry-reversed .ry-split__media img {
    box-shadow: -10vw 30px 0 #F2F2F2, -30px 30px 0 #F2F2F2;
  }
}
.ry-split.ry-perks .ry-perks__grid {
  grid-column: -1/1;
}
.ry-split.ry-perks .ry-split__text {
  z-index: 1;
}
.ry-split.ry-perks .ry-split__text::after {
  display: none;
}
.ry-split.ry-perks .ry-split__media img {
  box-shadow: 10vw 70px 0 #F2F2F2, 70px 70px 0 #F2F2F2;
}
@media (max-width: 61.99em) {
  .ry-split.ry-perks .ry-split__media img {
    box-shadow: 10vw 30px 0 #F2F2F2, 30px 30px 0 #F2F2F2;
    margin-bottom: 20px;
  }
}
@media (min-width: 93.75em) {
  .ry-split.ry-reversed .ry-split__text {
    padding-left: 7vw;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .ry-split.ry-reversed .ry-split__text {
    padding-left: 0;
  }
}
@media (min-width: 62em) {
  .ry-split.ry-reversed .ry-split__text .ry-btn.ry-line {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-right: 0;
    justify-content: flex-end;
    position: relative;
    background-color: #F2F2F2;
  }
  .ry-split.ry-reversed .ry-split__text .ry-btn.ry-line::after {
    pointer-events: none;
    content: "";
    height: 1px;
    width: 100%;
    right: 100%;
    bottom: -1px;
    position: absolute;
    background-color: #2e3192;
  }
  .ry-split.ry-reversed .ry-split__text .ry-btn.ry-line:hover {
    background-color: transparent;
    color: #2e3192;
  }
}
.ry-split.ry-reversed .txtimg__top {
  order: -1;
}
@media (max-width: 61.99em) {
  .ry-split.ry-reversed .txtimg__top {
    order: 0;
  }
}
.ry-split.ry-reversed .ry-split__media {
  order: -1;
}
@media (max-width: 61.99em) {
  .ry-split:not(.ry-reversed) .ry-split__media {
    order: -1;
  }
}
@media (min-width: 93.75em) {
  .ry-split:not(.ry-reversed) .ry-split__text {
    padding-right: 7vw;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .ry-split:not(.ry-reversed) .ry-split__text {
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .ry-split:not(.ry-reversed) .ry-split__text::after {
    right: unset;
    left: 0;
  }
  .ry-split:not(.ry-reversed) .ry-split__text .ry-btn.ry-line {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-left: 0;
    justify-content: flex-start;
    position: relative;
    background-color: #F2F2F2;
  }
  .ry-split:not(.ry-reversed) .ry-split__text .ry-btn.ry-line::after {
    pointer-events: none;
    content: "";
    height: 1px;
    width: 100%;
    left: 100%;
    bottom: -1px;
    position: absolute;
    background-color: #2e3192;
  }
  .ry-split:not(.ry-reversed) .ry-split__text .ry-btn.ry-line:hover {
    background-color: transparent;
    color: #2e3192;
  }
}
.ry-split__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 61.99em) {
  .ry-split__text {
    text-align: center;
    align-items: center;
  }
}
@media (min-width: 62em) {
  .ry-split__text::after {
    pointer-events: none;
    content: "";
    height: 120%;
    width: 140%;
    right: 0;
    top: -10%;
    position: absolute;
    background-color: #F2F2F2;
    z-index: -1;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .ry-split__text::after {
    height: 130%;
    top: -15%;
  }
}
.ry-split__text .ry-title {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .ry-split__text .ry-title {
    justify-content: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 35.99em) {
  .ry-split__text .ry-title {
    row-gap: 20px;
  }
}
.ry-split__text .ry-title h2 {
  margin: 0;
}
@media (min-width: 62em) {
  .ry-split__text .ry-title h2 {
    align-self: end;
    font-size: 1.875rem;
  }
}
@media (min-width: 62em) and (max-width: 93.74em) {
  .ry-split__text .ry-title h2 {
    font-size: 1.375rem;
  }
}
.ry-split__text .ry-title svg {
  width: 80px;
  height: 80px;
  fill: #2e3192;
}
@media (max-width: 74.99em) {
  .ry-split__text .ry-title svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 61.99em) {
  .ry-split__text .ry-title svg {
    width: 40px;
    height: 40px;
  }
}
.ry-split__text .subtitle {
  display: flex;
  margin-bottom: 40px;
  text-transform: uppercase;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
@media (max-width: 61.99em) {
  .ry-split__text .subtitle {
    row-gap: 20px;
    flex-direction: column;
  }
}
.ry-split__text .subtitle:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #2e3192;
  display: block;
}
.ry-split__text .ry-btn {
  margin-top: 40px;
}
@media (max-width: 61.99em) {
  .ry-split__text .ry-btn {
    align-self: unset;
  }
}
@media (max-width: 93.74em) {
  .ry-split__text .ry-excerpt {
    font-size: 1rem;
  }
}
.ry-split__media {
  position: relative;
  z-index: 1;
}
.ry-split__media:not(.vertical) img {
  width: 100%;
  aspect-ratio: 952/620;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 62em) {
  .ry-split__media:not(.vertical) img {
    height: 100%;
    min-height: 450px;
  }
}
.ry-split__media.vertical img {
  width: 100%;
  height: auto;
  aspect-ratio: 635/721;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 61.99em) {
  .ry-split__media.vertical img {
    aspect-ratio: 952/620;
  }
}
.ry-split__head {
  order: -1;
  grid-column: -1/1;
  text-align: center;
}
@media (min-width: 62em) {
  .ry-split__head {
    padding-top: 0;
  }
}
.ry-split__head .pretitle {
  display: flex;
  justify-content: center;
}
.ry-split__head h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.ry-split__head h2:after {
  content: "";
  width: 100%;
  height: 7px;
  background-color: #2e3192;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.ry-split__head h2 svg {
  width: 40px;
  height: auto;
  margin-bottom: -5px;
}
.txtimg__top {
  grid-column: -1/1;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .txtimg__top {
    margin-bottom: 0;
  }
}
.ry-split .decor {
  position: absolute;
  left: -18vw;
  top: -14vw;
  z-index: 1;
  pointer-events: none;
}
.ry-split .decor.decor2 {
  left: unset;
  top: unset;
  right: -18vw;
  bottom: -14vw;
}
.ry-split .decor.decor3 {
  top: unset;
  bottom: -14vw;
}
.ry-split .decor svg {
  width: 28vw;
  height: auto;
}
.ry-split .decor svg path {
  fill: transparent;
}

@media (max-width: 61.99em) {
  .ry-blog {
    padding-top: 0;
  }
}
.news-content {
  text-align: center;
}
.news-content-top {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .news-content-top {
    flex-direction: column;
  }
}
.news-content-top h2 {
  margin-bottom: 0;
}
.ry-blog__bottom {
  text-align: center;
}
.ry-blog__bottom p:has(.ry-social) {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
  text-align: unset;
  justify-content: center;
}
.ry-blog__bottom p:has(.ry-social) span {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
@media (max-width: 61.99em) {
  .ry-blog__bottom p:has(.ry-social) span {
    width: 100%;
  }
}
.ry-blog__bottom .ry-social {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #2D2B2A;
}
.ry-blog__bottom .ry-social:hover {
  color: #2e3192;
}
.ry-blog__bottom .ry-social svg {
  width: 24px;
  height: 24px;
  fill: #2e3192;
}
.ry-blog__list {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.ry-blog__list--cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: none;
}
.ry-blog__list.news-carousel {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 41.25em) {
  .ry-blog__list.news-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.ry-blog__list.news-carousel .slick-track {
  display: flex !important;
}
.ry-blog__list.news-carousel .slick-slide {
  height: inherit !important;
}
.ry-blog__list.news-carousel .slick-slide > div {
  height: 100%;
}
.ry-blog__list.news-carousel .ry-blog__card {
  display: flex !important;
  height: 100%;
}
@media (min-width: 41.25em) {
  .ry-blog__list.news-carousel .ry-blog__card {
    padding: 0 20px;
  }
}
.ry-blog__wrap {
  position: relative;
}
.ry-blog__wrap > p {
  text-align: center;
}
.news-list-arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  pointer-events: none;
  margin-top: 60px;
}
@media (min-width: 75em) {
  .news-list-arrows {
    margin-top: 0;
    position: absolute;
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    top: 50%;
    left: -75px;
    transform: translateY(-50%);
    width: calc(100% + 100px + 50px);
  }
}
@media (min-width: 93.75em) {
  .news-list-arrows {
    left: calc(-4vw - 25px);
    width: calc(100% + 8vw + 50px);
  }
}
.news-list-arrows .ry-btn {
  padding: 10px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 100px;
  pointer-events: all;
}
.news-list-arrows .ry-btn:not(:hover) {
  background-color: #F2F2F2;
}
.ry-blog__card {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.ry-blog__card--compact {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E7EAF2;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.ry-blog__card--compact:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(20, 33, 68, 0.12);
}
.ry-blog__card--compact .ry-blog__media {
  height: auto;
}
.ry-blog__card--compact .ry-blog__thumb {
  aspect-ratio: 16/10;
  height: auto;
}
.ry-blog__card--compact .ry-blog__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 28px;
}
.ry-blog__card--compact .ry-date {
  color: #7581A1;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ry-blog__card--compact h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.35;
}
.ry-blog__card--compact .ry-blog__excerpt {
  margin: 0;
  color: #666;
  text-align: left;
  font-size: 0.98rem;
  line-height: 1.7;
}
.ry-blog__card--compact .ry-blog__foot {
  display: block;
  grid-column: auto;
  white-space: normal;
  margin-top: auto;
}
.ry-blog__card--compact .ry-blog__foot .ry-btn {
  width: auto;
  min-width: 180px;
}
@media (max-width: 61.99em) {
  .ry-blog__list--cards {
    grid-template-columns: 1fr;
  }
  .ry-blog__card {
    grid-template-columns: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .ry-blog__card--compact .ry-blog__body {
    align-items: center;
    text-align: center;
  }
  .ry-blog__card--compact .ry-blog__excerpt {
    text-align: center;
  }
}
.ry-blog__card:nth-child(even) {
  background-color: #F2F2F2;
}
.ry-blog__card:hover h3 {
  color: #2e3192;
}
.ry-blog__card:hover img {
  transform: scale(1.1);
}
.ry-blog__card h3 {
  transition: ease 0.4s all;
  margin-bottom: 0;
}
.ry-blog__body {
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-items: start;
  padding: 40px 60px;
}
@media (max-width: 100em) {
  .ry-blog__body {
    row-gap: 30px;
  }
}
@media (max-width: 93.74em) {
  .ry-blog__body {
    padding: 30px 40px;
  }
}
@media (max-width: 61.99em) {
  .ry-blog__body {
    text-align: center;
    justify-items: center;
    row-gap: 20px;
    grid-template-columns: 100%;
    padding: 30px 20px;
  }
}
.ry-blog__media {
  overflow: hidden;
  height: 100%;
}
.ry-blog__thumb {
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease 0.4s all;
  height: 100%;
}
.ry-blog__foot {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  grid-column: -1/1;
}
.ry-blog__foot .ry-date {
  font-style: italic;
  flex: 1;
}
.ry-blog__foot .ry-btn {
  flex: 1;
  width: 100%;
}
.ry-blog__foot .ry-btn:not(:hover) {
  background-color: transparent;
}
.news__single-info {
  padding-bottom: 20px;
}
.news__single-info span {
  font-size: 0.9375rem;
}
.ry-blog__excerpt {
  font-size: 1rem;
  flex: 1;
  text-align: justify;
  grid-column: -1/1;
}
@media (max-width: 61.99em) {
  .ry-blog__excerpt {
    text-align: center;
  }
}

.gallery {
  position: relative;
  overflow: hidden;
}
.gallery-wrap {
  position: relative;
}
.gallery:not(.gallery--fancy) .gallery-slider {
  margin: 0;
}
@media (min-width: 48em) {
  .gallery:not(.gallery--fancy) .gallery-item.odd .ry-img {
    width: 20vw;
  }
}
@media (min-width: 48em) and (max-width: 93.74em) {
  .gallery:not(.gallery--fancy) .gallery-item.odd .ry-img {
    width: 40vw;
  }
}
@media (min-width: 48em) {
  .gallery:not(.gallery--fancy) .gallery-item.even .ry-img {
    width: 40vw;
  }
}
@media (min-width: 48em) and (max-width: 93.74em) {
  .gallery:not(.gallery--fancy) .gallery-item.even .ry-img {
    width: 60vw;
  }
}
@media (min-width: 48em) {
  .gallery:not(.gallery--fancy) .gallery-item img {
    height: 45vh;
  }
}
@media (min-width: 48em) {
  .gallery:not(.gallery--fancy) .gallery-arrows {
    width: 100%;
    left: unset;
    bottom: unset;
    -moz-column-gap: 0;
         column-gap: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .gallery:not(.gallery--fancy) .gallery-arrows .slick-prev {
    left: 30px;
    position: absolute;
  }
  .gallery:not(.gallery--fancy) .gallery-arrows .slick-next {
    right: 30px;
    position: absolute;
  }
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider a {
    padding: 0 10px;
  }
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider .ry-img {
    width: calc(100% + 160px);
    margin-left: -100px;
  }
}
.gallery--fancy .gallery-slider .ry-img img {
  aspect-ratio: 4/3;
}
.gallery--fancy .gallery-slider .slick-track .slick-slide {
  opacity: 0;
  transition: ease 0.4s all;
}
@media (min-width: 36em) {
  .gallery--fancy .gallery-slider .slick-track .slick-slide:nth-child(odd) {
    margin-top: 150px;
  }
}
.gallery--fancy .gallery-slider .slick-track .slick-slide[aria-hidden=true] {
  opacity: 0;
}
.gallery--fancy .gallery-slider .slick-track .slick-slide[aria-hidden=false] {
  opacity: 1;
}
.gallery-content {
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-content .ry-btn {
  margin-top: 40px;
}
.gallery-slider {
  position: relative;
}
@media (max-width: 47.99em) {
  .gallery-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 48em) {
  .gallery-slider {
    margin: 0 -10px;
  }
}
.gallery-slider a {
  display: block !important;
}
@media (min-width: 48em) {
  .gallery-slider a {
    padding: 0 10px;
  }
}
.gallery-slider .ry-img {
  position: relative;
  overflow: hidden;
}
.gallery-slider .ry-img:hover img {
  transform: scale(1.05);
}
.gallery-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  width: 100%;
  transition: ease 0.4s all;
}
@media (max-width: 61.99em) {
  .gallery-slider img {
    aspect-ratio: 4/3;
  }
}
.gallery-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  bottom: 130px;
  left: calc(87.5% - 60px + 25px + 12px);
  margin-right: 0;
  pointer-events: none;
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 61.99em) {
  .gallery-arrows {
    left: calc(75% - 60px + 25px + 12px);
    bottom: 90px;
  }
}
@media (max-width: 47.99em) {
  .gallery-arrows {
    position: relative;
    left: unset;
    bottom: unset;
    margin-top: 60px;
    top: unset;
  }
}
.gallery-arrows .ry-btn {
  min-width: unset;
  padding: 10px;
  pointer-events: all;
  transition: ease 0.4s all;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 0;
}
.gallery-arrows .ry-btn:not(:hover) {
  background-color: #F2F2F2;
}
.gallery-arrows .ry-btn:not(:hover) svg {
  fill: #000;
}
.gallery-arrows .slick-disabled {
  opacity: 0.3;
}

.log > p:last-child {
  text-align: center;
}
.log-steps {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 35em) {
  .log-steps {
    grid-template-columns: 100%;
    row-gap: 20px;
  }
}
.log-step {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
}
@media (max-width: 61.99em) {
  .log-step {
    row-gap: 10px;
  }
}
.log-step.past .ry-icon svg #check [fill="#141414"] {
  fill: #2e3192;
}
.log-step:first-of-type .ry-icon::after {
  left: 100%;
}
.log-step:last-of-type .ry-icon::after {
  left: 0%;
}
.log-step .ry-icon {
  position: relative;
  overflow: hidden;
}
.log-step .ry-icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2e3192;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.log-step .ry-icon svg {
  position: relative;
  z-index: 1;
}
.log-step p {
  padding: 0 5px;
}

.vr {
  background-size: cover;
  background-position: top center;
}
.vr-content {
  text-align: center;
}
.vr-container {
  position: relative;
  background-size: cover;
  background-position: center;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 62em) {
  .vr-container {
    max-height: calc(100vh - 85px);
  }
}
@media (max-width: 47.99em) {
  .vr-container {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 35.99em) {
  .vr-container {
    aspect-ratio: 1/1;
  }
}
.vr-container.lazy:not(.opened) {
  cursor: pointer;
}
.vr-container.opened {
  cursor: unset;
}
.vr-container.opened iframe {
  pointer-events: all;
}
.vr-container iframe {
  pointer-events: none;
  display: block;
}
.vr-container .bottom {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  text-align: center;
}
@media (max-width: 61.99em) {
  .vr-container .bottom {
    bottom: 20px;
  }
}

.chooser {
  overflow: hidden;
}
.chooser-content {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.chooser-content h2 {
  margin-bottom: 0;
}
.chooser-content p {
  color: #2e3192;
  font-size: 1.25rem;
}
.chooser-widget {
  display: grid;
  position: relative;
  grid-template-columns: 100%;
}
@media (max-width: 61.99em) {
  .chooser-widget .flats-widget {
    padding-left: 0;
    padding-right: 0;
    /*padding-bottom: 0;*/
  }
}
.chooser-widget .ry-img img {
  height: auto;
}
.chooser-table {
  position: relative;
}
@media (max-width: 84.375em) {
  .chooser-table {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .chooser-table [data-field=number] {
    max-width: 140px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .chooser-table [data-field=number] {
    max-width: 100px;
  }
}
@media (min-width: 62em) {
  .chooser-table [data-field=plot] {
    max-width: 130px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .chooser-table [data-field=plot] {
    max-width: 90px;
  }
}
@media (min-width: 62em) {
  .chooser-table [data-field=rooms] {
    max-width: 110px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .chooser-table [data-field=rooms] {
    max-width: 90px;
  }
}
@media (min-width: 62em) {
  .chooser-table [data-field=card] {
    max-width: 100px;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .chooser-table [data-field=card] {
    max-width: 80px;
  }
  .chooser-table [data-field=card] .card {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (min-width: 62em) and (max-width: 74.99em) {
  .chooser-table [data-field=ask] {
    max-width: 90px;
  }
  .chooser-table [data-field=ask] .ask {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.chooser-table .offer-header {
  display: flex;
}
.chooser-table .ry-table__head {
  flex: 1;
  justify-content: center;
}
.chooser-table .offer-list {
  max-height: 610px;
  overflow: auto;
}
.chooser-table .offer-list .offer__single {
  display: flex;
}
.chooser-table .offer-list .offer__single-info {
  flex: 1;
}
.chooser-table .offer-filters {
  margin-bottom: 0;
}
.chooser-table .offer-filters select {
  background-color: transparent;
  border: 1px solid #F2F2F2;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
  padding: 10px 35px 10px 15px;
  color: #fff;
  transition: ease 0.4s all;
}
.chooser-table .offer-filters select:hover, .chooser-table .offer-filters select:active, .chooser-table .offer-filters select:focus {
  background-color: #2D2B2A;
  border-color: #2D2B2A;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.166' height='19.594' viewBox='0 0 31.166 19.594'%3E%3Cpath id='Path_9257' data-name='Path 9257' d='M-2236.77-1914.18a1,1,0,0,1,.132-1.408l16.688-13.82-16.688-13.82a1,1,0,0,1-.358-.677,1,1,0,0,1,.226-.732,1,1,0,0,1,1.408-.132l17.617,14.59a1,1,0,0,1,.3.435h0v.049h0l.006.02h0a1.015,1.015,0,0,1,.033.213h0v.089h0a1.009,1.009,0,0,1-.039.235h0l-.006.018v.039l-.006.016h0a1,1,0,0,1-.281.4l-.007.006-.008.006-17.617,14.59a1,1,0,0,1-.638.23,1,1,0,0,1-.767-.347Z' transform='translate(-1913.833 2237) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.chooser-table .offer-filters select option {
  padding: 20px;
  background-color: #2D2B2A;
}
@media (max-width: 61.99em) {
  .chooser-table .offer-header {
    display: block;
    grid-template-columns: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 61.99em) {
  .chooser-table .ry-table__head:not(.column-status) {
    display: none;
  }
}

.section-floorplans-widget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 61.99em) {
  .section-floorplans-widget {
    grid-template-columns: 100%;
  }
}
.section-floorplans-widget .ry-content {
  grid-column: -1/1;
  text-align: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.section-floorplans-widget .flats-widget {
  z-index: 1;
}
.section-floorplans-widget .flats-widget__main svg {
  transform: none !important;
}
.section-floorplans-widget .widget-item {
  stroke-width: 0;
  fill: #2e3192;
  cursor: pointer;
}
.section-floorplans-widget .tabs-content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "a";
  background-color: #F2F2F2;
  box-shadow: -10vw 0 0 #F2F2F2;
}
@media (min-width: 62em) and (max-width: 101.25em) {
  .section-floorplans-widget .tabs-content {
    padding: 50px;
  }
}
.section-floorplans-widget .tab-content {
  display: flex !important;
  flex-direction: column;
  grid-area: a;
  height: unset !important;
  transition: ease 0.4s all !important;
}
.section-floorplans-widget .tab-content:not(.ry-active) {
  opacity: 0;
  pointer-events: none;
}
.section-floorplans-widget .tab-content .ry-title {
  margin-bottom: 30px;
}
@media (min-width: 62em) {
  .section-floorplans-widget .tab-content .ry-title {
    font-size: 1.875rem;
  }
}
@media (min-width: 62em) and (max-width: 68.75em) {
  .section-floorplans-widget .tab-content .ry-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 61.99em) {
  .section-floorplans-widget .tab-content .ry-title {
    text-align: center;
  }
}
@media (max-width: 21.875em) {
  .section-floorplans-widget .tab-content .ry-title {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
}
.section-floorplans-widget .tab-content .ry-img {
  margin-bottom: 20px;
}
.section-floorplans-widget .tab-content .ry-img:not(:nth-child(2)) {
  margin-top: 20px;
}
.section-floorplans-widget .tab-content img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
  height: auto;
}
.section-floorplans-widget .rooms {
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 75em) {
  .section-floorplans-widget .rooms {
    display: grid;
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 36em) and (max-width: 61.99em) {
  .section-floorplans-widget .rooms {
    display: grid;
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: auto auto;
  }
}
.section-floorplans-widget .rooms li {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-floorplans-widget .rooms li::before {
  display: none;
}

.offer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.offer h3 {
  text-align: center;
  font-size: 2.375rem;
  margin-bottom: 40px;
}
.offer .ry-title {
  text-align: center;
}
@media (max-width: 61.99em) {
  .offer .ry-title {
    margin: 0 auto 40px auto;
  }
}
.offer .ry-title h2 {
  margin: 0;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 102.5em) {
  .offer .ry-title h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 61.99em) {
  .offer .ry-title h2 {
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
  }
}
.offer .ry-title h2:after {
  content: "";
  width: 115px;
  height: 1px;
  display: block;
  background-color: #2e3192;
  margin-bottom: -15px;
}
.offer .ry-title h2:before {
  content: "";
  width: 115px;
  height: 1px;
  display: block;
  background-color: #2e3192;
  margin-bottom: -15px;
}
@media (max-width: 61.99em) {
  .offer .ry-title h2:before {
    display: none;
  }
}
.offer .ry-title p {
  margin-top: 20px;
}
.offer-filters {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 29.6875em) {
  .offer-filters {
    flex-direction: column;
    justify-content: center;
  }
}
.offer-filters > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.offer-filters h3 {
  font-size: 28px;
  margin: 0;
}
.offer-filters input {
  width: 60px;
  border: 1px solid #2D2B2A;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px;
}
.offer-filters select {
  border: 1px solid #2e3192;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 15px;
  cursor: pointer;
  color: #B12F1D;
  font-family: "Marcellus", sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-stretch: normal;
  font-size: 1.5rem;
}
@media (max-width: 74.99em) {
  .offer-filters select {
    font-size: 1.25rem;
  }
}
.offer-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 74.99em) {
  .offer-list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 61.99em) {
  .offer-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 29.9375em) {
  .offer-list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 35.99em) {
  .offer-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
.offer-list.col-2 .offer__single {
  grid-template-columns: 140px repeat(1, minmax(0, 1fr));
}
.offer-list.col-3 .offer__single {
  grid-template-columns: 140px repeat(2, minmax(0, 1fr));
}
.offer-list.col-4 .offer__single {
  grid-template-columns: 140px repeat(3, minmax(0, 1fr));
}
.offer-list.col-5 .offer__single {
  grid-template-columns: 140px repeat(4, minmax(0, 1fr));
}
.offer-list.col-6 .offer__single {
  grid-template-columns: 140px repeat(5, minmax(0, 1fr));
}
.offer-list.col-7 .offer__single {
  grid-template-columns: 140px repeat(6, minmax(0, 1fr));
}
.offer-list.col-8 .offer__single {
  grid-template-columns: 140px repeat(7, minmax(0, 1fr));
}
.offer-header {
  display: grid;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2D2B2A;
  align-items: center;
  justify-items: center;
}
.offer-header.col-2 {
  grid-template-columns: 140px repeat(1, minmax(0, 1fr));
}
.offer-header.col-3 {
  grid-template-columns: 140px repeat(2, minmax(0, 1fr));
}
.offer-header.col-4 {
  grid-template-columns: 140px repeat(3, minmax(0, 1fr));
}
.offer-header.col-5 {
  grid-template-columns: 140px repeat(4, minmax(0, 1fr));
}
.offer-header.col-6 {
  grid-template-columns: 140px repeat(5, minmax(0, 1fr));
}
.offer-header.col-7 {
  grid-template-columns: 140px repeat(6, minmax(0, 1fr));
}
.offer-header.col-8 {
  grid-template-columns: 140px repeat(7, minmax(0, 1fr));
}
@media (max-width: 93.74em) {
  .offer-header {
    padding: 20px 15px;
  }
}
@media (max-width: 74.99em) {
  .offer-header {
    padding: 20px 0;
  }
}
@media (max-width: 61.99em) {
  .offer-header {
    display: none;
  }
}
.ry-table__head {
  transition: ease 0.3s all;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  color: #fff;
  font-family: "Marcellus", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.5rem;
}
@media (max-width: 74.99em) {
  .ry-table__head {
    font-size: 1.25rem;
  }
}
.ry-table__head.sortable {
  cursor: pointer;
}
.ry-table__head.ry-active {
  color: #2e3192;
}
.ry-table__head.ry-active.desc svg:first-of-type {
  display: none;
}
.ry-table__head.ry-active:not(.desc) svg:last-of-type {
  display: none;
}
.ry-table__head.ry-active .sort-arrows svg {
  fill: #2e3192;
}
.offer-header .sort-arrows {
	display: flex;
    flex-direction: column;
    position: absolute;
    bottom: -10px;
    transform: rotate(90deg);
}
@media (max-width: 93.74em) {
  .offer-header .sort-arrows {
    position: absolute;
    row-gap: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.offer-header .sort-arrows svg {
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
  fill: #2D2B2A;
}
.offer-header .sort-arrows svg:last-of-type {
  transform: rotate(270deg);
}
.offer__single {
  display: grid;
  border-bottom: 2px solid #F2F2F2;
  align-items: center;
  padding: 15px 0;
  justify-items: center;
  position: relative;
  transition: ease 0.4s all;
}
@media (max-width: 74.99em) {
  .offer__single {
    padding: 15px 0;
  }
}
@media (max-width: 61.99em) {
  .offer__single {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
}
.offer__single.ry-active, .offer__single:hover {
  background-color: #F2F2F2;
}
.offer__single.has-revisions .price {
  cursor: pointer;
}
.offer__single .show {
  display: block;
}
.offer__single .show .show {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
}
.offer__single .show .show svg {
  fill: #2e3192;
}
.offer__single.hidden {
  display: none;
}
.offer__single.wolny .ry-status:before {
  background-color: #28a745;
}
.offer__single.zarezerwowany .ry-status:before {
  background-color: #ff5722;
}
.offer__single.sprzedany .ry-status:before {
  background-color: #f43636;
}
.offer__single.soon .ry-status:before {
  background-color: #17a2b8;
}
.offer__single .full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.offer__single .ry-status::before {
  content: "";
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 100px;
}
.offer__single .price small {
  font-size: 0.875rem;
}
.offer__single .price svg {
  cursor: pointer;
}
.offer__single-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
@media (max-width: 61.99em) {
  .offer__single-info {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
}
.offer__single-info span {
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  display: none;
  font-size: 1rem;
}
@media (max-width: 61.99em) {
  .offer__single-info span {
    display: flex;
  }
}
.offer__single-info span.ry-status {
  display: flex;
}
.offer__single-info svg {
  width: 20px;
  height: 20px;
}
.offer__single .card, .offer__single .ask {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  transition: ease 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 1rem;
}
.offer__single .card:hover, .offer__single .ask:hover {
  color: #2e3192;
}
.offer__single .card:hover svg, .offer__single .ask:hover svg {
  fill: #2e3192;
}
.offer__single .card svg, .offer__single .ask svg {
  width: 24px;
  height: 24px;
  transition: ease 0.4s all;
}
.offer__single .ry-btn {
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 0.9375rem;
  padding: 15px 20px;
  border-radius: 100px;
  min-width: unset;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 61.99em) {
  .offer__single .ry-btn {
    margin-top: 15px;
    width: 100%;
    padding: 10px 10px;
  }
}
.offer__single .ry-btn .card svg {
  fill: #2e3192;
}

.price-history {
  margin: 0;
  padding: 0;
}
.price-history li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 10px;
}
@media (max-width: 47.99em) {
  .price-history li {
    padding-left: 0;
    padding-right: 0;
  }
}
.price-history li:first-child span {
  font-weight: 600;
}
.price-history li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.price-history li::before {
  display: none;
}
.price-history li span {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 31.25em) {
  .price-history li span {
    font-size: 0.875rem;
  }
}
.price-history li .percent {
  font-size: 0.875rem;
}
.price-history li .percent.up {
  color: red !important;
}
.price-history li .percent.down {
  color: green !important;
}

.custompopup {
  position: fixed;
  z-index: 999999;
  top: -100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: auto;
  transition: ease 0.3s all;
}
.custompopup.mainpopup .custompopup-content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custompopup.ry-visible {
  top: 0;
  visibility: visible;
}
.custompopup-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
}
.custompopup h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
.custompopup .close {
  position: fixed;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.04);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: ease 0.3s all;
  cursor: pointer;
}
.custompopup .close:hover {
  background-color: var(--color-extra, #2e3192);
  color: #000;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-top {
  display: grid;
  grid-template-columns: 1fr auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  align-items: center;
  row-gap: 30px;
  padding-bottom: 60px;
}
@media (max-width: 61.99em) {
  .location-top {
    grid-template-columns: 100%;
    text-align: center;
    justify-items: center;
  }
}
.location-top h2 {
  margin-bottom: 0;
}
.location-top .ry-addr {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.location-top .ry-addr svg {
  width: 25px;
  height: 25px;
}
.location-content {
  text-align: center;
}
.location-content > p {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.location-content > p:last-child {
  margin-top: 40px;
}
.location-content > .ry-btn {
  margin-top: 40px;
}
.location .category-group {
  display: none;
  flex-direction: column;
  row-gap: 10px;
}
.location .category-group.ry-active {
  display: flex;
  margin-bottom: 40px;
}
.location .category-group__item {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: left;
  align-items: center;
}
@media (max-width: 20em) {
  .location .category-group__item {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.location .category-group__item .ry-map__icon {
  border: 2px solid #fff;
  background-color: #fff;
  padding: 7px;
  border-radius: 40px;
  display: flex;
}
.location .category-group__item svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #2e3192;
}
.location .category-group__item .time {
  color: #2e3192;
  font-size: 13px;
  text-transform: uppercase;
}
.location-categories {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  padding-top: 40px;
  flex-wrap: wrap;
}
.location-categories:not(:last-child) {
  margin-bottom: 50px;
}
.location-categories .ry-btn {
  flex: 1;
}
.location-map {
  position: relative;
  width: 100%;
}
.location-map:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
.location-map .leaflet-tile-pane {
  filter: grayscale(1);
}
.location-map .leaflet-container {
  width: 100%;
  height: calc(100vh - 300px);
}
.location-map .leaflet-container {
  min-height: 400px !important;
}
.location-map .leaflet-container .leaflet-control-layers {
  display: none;
}

.faq {
  position: relative;
}
.faq-list {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq-list__single {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
}
.faq-list__single:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.faq-list__single:not(.ry-active) .answear {
  height: 0px;
}
.faq-list__single.ry-active .question {
  color: #2e3192;
}
.faq-list__single.ry-active .question .ry-btn {
  background-color: #2e3192;
}
.faq-list__single.ry-active .question .ry-btn:hover {
  background-color: #2e3192;
}
.faq-list__single.ry-active .question .ry-btn svg {
  transform: rotate(270deg);
}
.faq-list__single .question {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  transition: ease 0.4s all;
}
.faq-list__single .question:hover {
  color: #2e3192;
}
.faq-list__single .question:hover .ry-btn {
  background-color: #2e3192;
}
.faq-list__single .question:hover .ry-btn:hover {
  background-color: #2e3192;
}
.faq-list__single .question .ry-btn {
  padding: 10px;
  min-width: unset;
  background-color: #2e3192;
  pointer-events: none;
}
.faq-list__single .question .ry-btn svg {
  transition: ease 0.4s all;
  transform: rotate(180deg);
}
.faq-list__single .answear {
  overflow: hidden;
  transition: ease 0.4s all;
  padding: 0;
}
@media (max-width: 35.99em) {
  .faq-list__single .answear {
    padding: 0;
  }
}
.faq-list__single .answear p:first-child {
  margin-top: 20px;
}

.ry-float {
  position: fixed;
  right: 0;
  display: flex;
  align-items: flex-end;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background-color: #2e3192;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 62em) {
  .ry-float {
    flex-direction: column;
    width: 45px;
    bottom: 10px;
    right: 10px;
    row-gap: 10px;
    background-color: unset;
  }
  .ry-float .ry-btn {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 45px;
    height: 45px;
    padding: 5px;
  }
  .ry-float .ry-totop {
    width: 45px;
    height: 45px;
    padding: 5px;
  }
}
.ry-float .ry-invisible {
  opacity: 1;
  animation: unset !important;
}
@media (max-width: 61.99em) {
  .ry-float a {
    border-top: 0;
    border-bottom: 0;
    border-color: rgba(0, 0, 0, 0.15);
    height: 45px;
  }
  .ry-float a:first-child {
    border-right: 0;
  }
  .ry-float a:last-child {
    border-left: 0;
  }
}
@media (max-width: 31.25em) {
  .ry-float a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 18.125em) {
  .ry-float a {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (min-width: 62em) {
  .ry-float a:not(.ry-totop) {
    display: none;
  }
}
@media (max-width: 27.5em) {
  .ry-float a.ry-email {
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 61.99em) {
  .ry-float a.ry-totop {
    padding: 10px 15px;
  }
}
.ry-float a.ry-totop svg {
  transform: rotate(270deg);
}

.ry-estate-row {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
  width: calc((100% - 80px) / 3);
}
@media (max-width: 74.99em) {
  .ry-estate-row {
    width: calc((100% - 40px) / 2);
    row-gap: 40px;
  }
}
@media (max-width: 42.5em) {
  .ry-estate-row {
    width: 100%;
  }
}
@media (max-width: 35.99em) {
  .ry-estate-row {
    row-gap: 30px;
  }
}
.ry-estate-row.higlight {
  background-color: #f2f2f2;
}
.ry-estate-row:hover .ry-img::after {
  opacity: 0.8;
}
.ry-estate-row:hover .thumbnail {
  transform: scale(1.1);
  filter: sepia(1);
}
.ry-estate-row:hover .ry-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ry-estate-row .ry-img {
  position: relative;
  background-color: #F2F2F2;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.ry-estate-row .ry-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2e3192;
  opacity: 0;
  transition: ease 0.4s all;
}
.ry-estate-row .ry-logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: ease 0.4s all;
  transform: translate(-50%, -50%) scale(0);
  max-height: 120px;
  max-width: 40%;
  filter: invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}
.ry-estate-row .ry-logo--brand {
  filter: brightness(0.2);
  max-width: 70px;
}
.ry-estate-row .thumbnail {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease 0.4s all;
}
.ry-estate-row .ry-title {
  color: #2e3192;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0;
}
.ry-estate-row .ry-excerpt {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.ry-estate-row .list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}
.ry-estate-row .list__item {
  align-items: center;
  text-transform: uppercase;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.ry-estate-row .list__item--status.ry-current .ry-icon:before {
  background-color: #2e7d32;
}
.ry-estate-row .list__item--status.ry-planned .ry-icon:before {
  background-color: #ef6c00;
}
.ry-estate-row .list__item--status.ry-completed .ry-icon:before {
  background-color: #c62828;
}
.ry-estate-row .list__item--status .ry-icon:before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-color: #F2F2F2;
  display: block;
  border-radius: 40px;
}
.ry-estate-row .list__item .ry-icon {
  border: 1px solid #F3EFEA;
  padding: 7px;
  border-radius: 7px;
}
.ry-estate-row .list__item svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  fill: #2e3192;
  display: block;
}
.ry-estate-row .ry-btn {
  align-self: center;
  position: relative;
  z-index: 1;
}
.ry-estate-row .gallery {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ry-estate-row .gallery-item {
  padding: 0 15px;
}
@media (max-width: 43.75em) {
  .ry-estate-row .gallery-item {
    padding: 0;
  }
}
.ry-estate-row .gallery-item:hover img {
  transform: scale(1.1);
}
.ry-estate-row .gallery-item .ry-img {
  position: relative;
  overflow: hidden;
}
.ry-estate-row .gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.5s all;
}
.ry-estate-row .gallery-arrows {
  display: flex;
  align-items: center;
}
.ry-estate-row .gallery-arrows svg {
  transition: ease 0.5s all;
  cursor: pointer;
  width: 48px;
  height: 48px;
  padding: 10px;
}
.ry-estate-row .gallery-arrows svg:hover {
  fill: #2e3192;
}
.ry-estate-row .gallery-arrows .indicator {
  color: #2e3192;
}
.ry-estate-row .side-decor {
  top: 0;
  bottom: unset;
}
.investments__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 61.99em) {
  .investments__buttons {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 61.99em) {
  .investments__buttons .ry-btn {
    padding: 15px 15px;
    max-width: 276px;
    width: 100%;
  }
}
.investments__title {
  text-align: center;
}
.investments__title h2 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.investments__note {
  text-align: center;
}
.investments__list.news-carousel .ry-estate-row {
  padding-left: 20px;
  padding-right: 20px;
  display: flex !important;
}
.investments__list:not(.news-carousel) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}
.investments__list.first {
  margin-bottom: 40px;
}
.investments__decor {
  position: relative;
}

body.single .ry-main {
  --wp--style--block-gap: 24px;
}
body.single .ry-main .post {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.single .ry-main .post .entry-meta {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  border: 1px solid #2e3192;
  font-size: 0.875rem;
}
body.single .ry-main .post .wp-lightbox-container img {
  border: 3px solid transparent;
  transition: ease 0.4s all;
}
body.single .ry-main .post .wp-lightbox-container img:hover {
  border-color: #2e3192;
}
body.single .ry-main .post .wp-block-gallery {
  margin-top: 40px;
  gap: 24px;
}
