@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  font-family: "Poppins", sans-serif;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  body h1, body h2 {
    color: #111111; }
  body h3 {
    font-size: 160%;
    color: #111111; }
  body h4 {
    color: #111111; }
  body p, body ul li {
    font-size: 100%;
    font-weight: 300;
    color: #111111; }
  body a {
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    body a:hover {
      color: #fafafa;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 0; }
    body ul li {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
  body .content figure {
    margin: 15px; }
    body .content figure.image-style-align-center {
      display: flex;
      justify-content: center; }
    body .content figure.image-style-align-left {
      display: flex;
      justify-content: flex-start; }
    body .content figure.image-style-align-right {
      display: flex;
      justify-content: flex-end;
      float: right;
      max-width: 50%; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.hidden-element {
  display: none; }

.dropdown-menu {
  min-width: unset; }

.dropdown-item {
  margin-bottom: 0; }

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap; }
  .form-group input[type="text"], .form-group input[type="email"], .form-group select {
    margin: 0 20px;
    flex: 1; }

.form-group-find {
  flex-wrap: nowrap; }
  .form-group-find input[type="text"] {
    width: 100%; }
  .form-group-find input[type="submit"] {
    margin-right: 20px; }

input.form-control {
  height: 48px;
  font-size: 16px;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #000; }
  input.form-control:placeholder {
    color: rgba(0, 0, 0, 0.5); }
input.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px; }

select.form-control {
  height: 44px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  color: #000;
  padding: 0px 15px;
  background-color: #f5f5f5; }

.hidden-select .dropdown-menu {
  border: 1px solid #000;
  border-radius: 0;
  padding: 0; }
.hidden-select .dropdown-toggle {
  cursor: pointer;
  background-color: transparent;
  border: none; }
  .hidden-select .dropdown-toggle:hover {
    color: #fafafa; }
  .hidden-select .dropdown-toggle:focus {
    outline: none; }
.hidden-select .dropdown-item {
  cursor: pointer;
  padding: 0; }
  .hidden-select .dropdown-item button {
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    width: fit-content;
    width: -moz-fit-content; }
    .hidden-select .dropdown-item button:focus, .hidden-select .dropdown-item button:active, .hidden-select .dropdown-item button:hover {
      outline: none; }
  .hidden-select .dropdown-item:before {
    display: none; }
  .hidden-select .dropdown-item:focus, .hidden-select .dropdown-item:active, .hidden-select .dropdown-item:hover {
    background-color: #1e90ff; }
    .hidden-select .dropdown-item:focus button, .hidden-select .dropdown-item:active button, .hidden-select .dropdown-item:hover button {
      color: #fff; }

.checkbox-label {
  cursor: pointer;
  color: #111111;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  align-items: center;
  margin: 0 10px 20px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .checkbox-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0; }
  .checkbox-label .checkbox-styled {
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px; }
    .checkbox-label .checkbox-styled span {
      color: #ffffff00;
      font-size: 24px; }
    .checkbox-label .checkbox-styled.checked span {
      color: #111111; }
  .checkbox-label:hover {
    color: #fafafa; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 120%;
  background-color: transparent; }
  .btn:hover, .elementor-button:hover {
    background-color: transparent; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.gradient-text {
  background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.btn-primary, .subsite .btn-primary {
  font-size: 112%;
  border-radius: 0px;
  border: 2px solid #ae9b77;
  background-color: #fff;
  color: #0e81ac;
  font-weight: 400;
  font-size: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 10px 53px; }
  .btn-primary:hover, .subsite .btn-primary:hover {
    border-color: #0e81ac !important;
    background-color: #fff !important;
    color: #0e81ac !important; }
  .btn-primary:active, .btn-primary:focus, .subsite .btn-primary:active, .subsite .btn-primary:focus {
    border-color: #0e81ac !important;
    background-color: #0e81ac !important;
    color: #fff !important; }

.btn-secondary, .subsite .btn-secondary {
  border-radius: 0;
  border: 5px solid rgba(255, 255, 255, 0.27);
  color: #fff;
  font-weight: 400;
  font-size: 144%;
  padding: 3px 43px;
  background-color: #ff0000;
  text-transform: uppercase; }
  .btn-secondary:hover, .subsite .btn-secondary:hover {
    background-color: #e05410;
    color: #fff; }

.module-title {
  font-size: 200%;
  font-family: "Poppins", sans-serif;
  color: #000;
  padding-top: 45px;
  padding-bottom: 45px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase; }

button {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.btn-menu {
  display: none; }
  .btn-menu span {
    display: block;
    height: 3px;
    width: 40px;
    background-color: #111111;
    border-radius: 4px;
    margin-top: 7px;
    margin-bottom: 7px; }

form {
  position: relative; }
  form .r-name {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: -1;
    z-index: -1; }

.max-linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.max-linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.max-linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.max-linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.max-linie-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.btn-white {
  background-color: #fff;
  text-transform: uppercase;
  padding: 12px 60px;
  border: 2px solid #ae9b77; }

.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
      .foto-block .wrapper .text .text-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 775px;
        height: 100%;
        max-width: 100%;
        padding: 30px 40px; }
        .foto-block .wrapper .text .text-inner h2:first-child {
          margin-top: 0; }
        .foto-block .wrapper .text .text-inner p {
          text-align: justify; }
        .foto-block .wrapper .text .text-inner .buttons {
          display: flex;
          justify-content: center;
          width: 100%; }
          .foto-block .wrapper .text .text-inner .buttons .btn {
            margin-left: 12.5px;
            margin-right: 12.5px; }
    .foto-block .wrapper .foto {
      width: 50%;
      position: relative;
      overflow: hidden; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; }
      .foto-block .wrapper .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute; }

@media (max-width: 575px) {
  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .text-inner {
        padding: 15px 15px; }
        .foto-block .wrapper .text .text-inner .buttons {
          flex-wrap: wrap; }
          .foto-block .wrapper .text .text-inner .buttons .btn {
            margin-bottom: 5px; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 576px) and (max-width: 767px) {
  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 768px) and (max-width: 991px) {
  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }

/*# sourceMappingURL=foto_block.css.map */
