/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  font-family: "Montserrat", sans-serif;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%; }
  body.compensate-for-scrollbar {
    margin-right: auto !important; }
  body h1 {
    color: #000;
    font-size: 40rem;
    margin-bottom: 20rem; }
  body h2 {
    color: #000;
    font-size: 28rem;
    margin-top: 20px;
    margin-bottom: 10px; }
  body h3 {
    color: #000;
    font-size: 25rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600; }
  body h4 {
    color: #000;
    font-size: 23rem; }
  body p {
    color: #000000;
    font-size: 18rem;
    margin-bottom: 10rem;
    line-height: initial; }
  body a {
    color: #ae7e3b;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 18rem;
    line-height: initial; }
    body a:hover {
      color: #d59a6b;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 10rem; }
    body ul li {
      margin-bottom: 10px;
      color: #000000;
      font-size: 18rem;
      white-space: normal;
      line-height: initial; }
      body ul li strong, body ul li span {
        display: contents; }
      body ul li:before {
        content: " ";
        display: inline-block;
        min-width: 0;
        width: 8px;
        height: 8px;
        background-color: #ae7e3b;
        border-radius: 50%;
        margin-right: 15px; }
  body ol {
    padding-left: 30rem; }
    body ol li {
      line-height: initial; }
  body figure {
    margin: 0;
    max-width: 100%;
    width: 100% !important; }
    body figure.image-style-align-center {
      display: flex;
      justify-content: center; }
    body figure.image-style-align-left {
      display: flex;
      justify-content: flex-start; }
    body figure.image-style-align-right {
      display: flex;
      justify-content: flex-end; }
  body input[type="number"], body input[type="text"], body input[type="tel"], body input[type="email"], body input[type="password"], body select, body textarea {
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    border: 2px solid #e5e5e5; }
  body .label-file {
    width: 100%; }
  body input[type="file"] {
    height: auto;
    background-color: transparent;
    border: none;
    white-space: normal; }
  body textarea.form-control {
    height: 150px;
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    padding-top: 5px;
    border: 2px solid #e5e5e5; }
    body textarea.form-control:focus {
      border-color: #ae7e3b; }
  body textarea {
    height: 300px; }

.container-block {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 760px;
  max-width: calc(100% - 70px); }
  .container-block .title {
    margin-bottom: 30px;
    display: flex; }
    .container-block .title h3 {
      font-size: 40rem;
      margin-top: 0;
      margin-bottom: 0; }
    .container-block .title .icon {
      min-width: 56px;
      width: 56px;
      height: 56px;
      margin-right: 15px; }
      .container-block .title .icon img {
        max-width: 100%;
        max-height: 100%; }
  .container-block.left {
    padding-right: 70px;
    margin-left: auto; }
  .container-block.right {
    padding-left: 70px; }

.reverse .container-block.left {
  margin-left: initial;
  padding-left: 70px;
  padding-right: 0; }
.reverse .container-block.right {
  margin-left: auto;
  padding-right: 70px;
  padding-left: 0; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

html {
  font-size: 1px; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.image-style-align-right {
  width: 50%;
  max-width: 50%;
  padding-left: 30px;
  float: right; }

.image-style-align-left {
  width: 50%;
  max-width: 50%;
  padding-right: 30px;
  float: left; }

.hidden-element {
  display: none; }

.dropdown-menu {
  min-width: unset; }

.dropdown-item {
  margin-bottom: 0; }

.form-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }
  .form-group label {
    width: 100%;
    margin-bottom: 5px;
    padding: 0 22px; }
    .form-group label .required {
      font-size: 120%;
      color: red; }

input.form-control {
  height: 48px;
  font-size: 16rem;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #000000; }
  input.form-control:placeholder {
    color: rgba(0, 0, 0, 0.5); }
  input.form-control:focus {
    border-color: #ae7e3b; }
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: #000000;
  padding: 0px 15px;
  background-color: #f5f5f5; }
  select.form-control:focus {
    border-color: #ae7e3b; }

.checkbox-label {
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .checkbox-label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 1px;
    height: 1px; }
  .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: #000000; }
  .checkbox-label:hover {
    color: #d59a6b; }
  .checkbox-label .regulamin p {
    margin: 0;
    line-height: inherit; }

.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; }

.mybg-primary {
  background-color: #fff; }

.mybg-secondary {
  background-color: #0d23a5; }

.mybg-light {
  background-color: #f9f9f9; }

.mybg-dark {
  background-color: #000; }

.mybg-element1 {
  background-color: #ae7e3b; }

.mybg-element2 {
  background-color: #e5e5e5; }

.my-boxshadow {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); }

.bg-blur-dark {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-blur-light {
  background-color: rgba(255, 255, 255, 0.6); }

.text img {
  max-width: 100%; }
.text ul {
  list-style: none;
  padding-left: 10rem; }
  .text ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18rem;
    white-space: normal;
    line-height: initial;
    position: relative;
    padding-left: 20px; }
    .text ul li ul {
      width: 100%;
      padding-top: 10px;
      margin-bottom: 0; }
    .text ul li strong, .text ul li span {
      display: contents; }
    .text ul li:before {
      content: " ";
      display: inline-block;
      content: " ";
      display: inline-block;
      min-width: 0;
      width: 8px;
      height: 8px;
      background-color: #ae7e3b;
      border-radius: 50%;
      margin-right: 15px;
      position: absolute;
      left: 0;
      margin-top: 5px; }
    .text ul li a {
      display: contents; }
.text p {
  text-align: justify; }

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px; }
  .buttons.buttons-left {
    justify-content: flex-start; }
    .buttons.buttons-left .btn {
      margin-left: 0;
      margin-right: 50px; }
      .buttons.buttons-left .btn:last-child {
        margin-right: 0; }
  .buttons .btn {
    margin: 15px 25px 0px 25px; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 20rem;
  background-color: transparent;
  line-height: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 18px 80px;
  font-weight: 600; }
  .btn:hover, .elementor-button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.btn-empty {
  border: 2px solid #ae7e3b;
  background-color: #fff;
  color: #000000; }
  .btn-empty:hover {
    border: 2px solid #ae7e3b !important;
    background-color: #fff !important;
    color: #000000 !important; }
  .btn-empty:active, .btn-empty:focus {
    border: 2px solid #ae7e3b !important;
    background-color: #fff !important;
    color: #000000 !important; }

.btn-primary {
  border: 2px solid #fff;
  background-color: #fff;
  color: #000000; }
  .btn-primary:hover {
    border: 2px solid #fff !important;
    background-color: #fff !important;
    color: #000000 !important; }
  .btn-primary:active, .btn-primary:focus {
    border: 2px solid #fff !important;
    background-color: #fff !important;
    color: #000000 !important; }

.btn-secondary {
  background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%);
  color: #fff;
  border: none !important; }
  .btn-secondary:hover {
    background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%);
    color: #fff !important;
    border: none !important; }
  .btn-secondary:active, .btn-secondary:focus {
    background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%);
    color: #fff !important;
    border: none !important; }

.btn.btn-save {
  border: 2px solid green !important;
  background-image: none !important;
  background-color: transparent !important;
  color: green !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-save span {
    color: green;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-save:hover, .btn.btn-save:focus {
    border: 2px solid #00b300 !important;
    background-color: transparent !important;
    color: #00b300 !important;
    transform: none !important; }
    .btn.btn-save:hover span, .btn.btn-save:focus span {
      color: #00b300 !important; }
.btn.btn-accept {
  border: 2px solid green !important;
  background-color: green !important;
  color: white !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-accept span {
    color: white;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-accept:hover, .btn.btn-accept:focus {
    border: 2px solid #00b300 !important;
    background-color: #00b300 !important;
    color: white !important;
    transform: none !important; }
    .btn.btn-accept:hover span, .btn.btn-accept:focus span {
      color: white !important; }
.btn.btn-reject {
  border: 2px solid red !important;
  background-image: none !important;
  background-color: transparent !important;
  color: red !important;
  padding: 8px 10px;
  min-width: 100px;
  margin: 5px;
  transform: none !important; }
  .btn.btn-reject span {
    color: red;
    transform: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: initial !important; }
  .btn.btn-reject:hover, .btn.btn-reject:focus {
    border: 2px solid #ff6666 !important;
    background-color: transparent !important;
    color: #ff6666 !important;
    transform: none !important; }
    .btn.btn-reject:hover span, .btn.btn-reject:focus span {
      color: #ff6666 !important; }

button {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

form {
  position: relative; }
  form .r-name {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: -1;
    z-index: -1; }

.table-responsive {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .table-responsive .table {
    width: 100%;
    margin-bottom: 50px; }
    .table-responsive .table thead {
      background-color: #fff;
      color: #000000; }
      .table-responsive .table thead tr {
        background-color: #fdfdfd; }
    .table-responsive .table thead, .table-responsive .table tbody {
      width: 100%; }
    .table-responsive .table tbody tr {
      background-color: rgba(253, 253, 253, 0.4); }
    .table-responsive .table tr {
      width: 100%;
      padding: 0 25px; }
    .table-responsive .table th {
      padding: 10px 10px;
      border: none;
      font-size: 22rem;
      font-weight: 600;
      padding: 30px 25px; }
    .table-responsive .table td {
      color: #000000;
      border: none;
      font-size: 20rem;
      padding: 30px 25px; }

.my-tilt {
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .my-tilt:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }

.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; }

.mr-1 {
  margin-right: 5rem !important; }

.mr-2 {
  margin-right: 10rem !important; }

.mr-3 {
  margin-right: 15rem !important; }

.mr-4 {
  margin-right: 20rem !important; }

.ml-1 {
  margin-left: 5rem !important; }

.ml-2 {
  margin-left: 10rem !important; }

.ml-3 {
  margin-left: 15rem !important; }

.ml-4 {
  margin-left: 20rem !important; }

.mt-1 {
  margin-top: 5rem !important; }

.mt-2 {
  margin-top: 10rem !important; }

.mt-3 {
  margin-top: 15rem !important; }

.mt-4 {
  margin-top: 20rem !important; }

.mb-1 {
  margin-bottom: 5rem !important; }

.mb-2 {
  margin-bottom: 10rem !important; }

.mb-3 {
  margin-bottom: 15rem !important; }

.mb-4 {
  margin-bottom: 20rem !important; }

.pt-big {
  padding-top: 120px; }

.pt-medium {
  padding-top: 60px; }

.pb-big {
  padding-bottom: 120px; }

.pb-medium {
  padding-bottom: 60px; }

.pb-big + div .module-title {
  padding-top: 60px; }

@media (max-width: 575.5px) {
  body h1 {
    font-size: 30rem; }

  .container-block {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 20rem; }
      .container-block .title .icon {
        min-width: 20px;
        width: 20px;
        height: 20px;
        margin-right: 10px; }
    .container-block.left {
      padding-right: 15px;
      padding-left: 15px; }
    .container-block.right {
      padding-left: 15px;
      padding-right: 15px; }

  .reverse .container-block.right {
    padding-right: 15px;
    padding-left: 15px; }
  .reverse .container-block.left {
    padding-left: 15px;
    padding-right: 15px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left .btn {
    margin-right: 15px; }

  .pt-big {
    padding-top: 40px; }

  .pt-medium {
    padding-top: 20px; }

  .pb-big {
    padding-bottom: 40px; }

  .pb-medium {
    padding-bottom: 20px; }

  .pb-big + div .module-title {
    padding-top: 20px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 15px 15px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 15px 15px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  body h1 {
    font-size: 35rem; }

  .container-block {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 20px;
      padding-left: 20px; }
    .container-block.right {
      padding-left: 20px;
      padding-right: 20px; }

  .reverse .container-block.right {
    padding-right: 20px;
    padding-left: 20px; }
  .reverse .container-block.left {
    padding-left: 20px;
    padding-right: 20px; }

  .btn, .elementor-button {
    padding: 10px 15px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left .btn {
    margin-right: 15px; }

  .pt-big {
    padding-top: 50px; }

  .pt-medium {
    padding-top: 25px; }

  .pb-big {
    padding-bottom: 50px; }

  .pb-medium {
    padding-bottom: 25px; }

  .pb-big + div .module-title {
    padding-top: 25px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 20px 20px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 20px 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .container-block {
    max-width: calc(100% - 30px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .container-block .title {
      margin-bottom: 20px; }
      .container-block .title h3 {
        font-size: 25rem; }
      .container-block .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .container-block.left {
      padding-right: 20px; }
    .container-block.right {
      padding-left: 20px; }

  .reverse .container-block.right {
    padding-right: 20px; }
  .reverse .container-block.left {
    padding-left: 20px; }

  .btn, .elementor-button {
    padding: 10px 20px;
    font-size: 16rem; }

  .buttons .btn {
    margin: 15px 7px 0px 7px; }
  .buttons.buttons-left .btn {
    margin-right: 15px; }

  .pt-big {
    padding-top: 60px; }

  .pt-medium {
    padding-top: 30px; }

  .pb-big {
    padding-bottom: 60px; }

  .pb-medium {
    padding-bottom: 30px; }

  .pb-big + div .module-title {
    padding-top: 30px; }

  .table-responsive .table tr {
    padding: 0; }
  .table-responsive .table th {
    font-size: 20rem;
    padding: 20px 25px; }
  .table-responsive .table td {
    font-size: 18rem;
    padding: 20px 25px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .container-block {
    max-width: calc(100% - 20px);
    padding-top: 30px;
    padding-bottom: 30px;
    width: 496px; }
    .container-block .title h3 {
      font-size: 30rem; }
    .container-block .title .icon {
      min-width: 38px;
      width: 38px;
      height: 38px; }
    .container-block.left {
      padding-right: 20px; }
    .container-block.right {
      padding-left: 20px; }

  .reverse .container-block.right {
    padding-right: 20px; }
  .reverse .container-block.left {
    padding-left: 20px; }

  .btn, .elementor-button {
    padding: 15px 30px; }

  .buttons .btn {
    margin: 15px 15px 0px 15px; }
  .buttons.buttons-left .btn {
    margin-right: 30px; }

  .pt-big {
    padding-top: 80px; }

  .pt-medium {
    padding-top: 40px; }

  .pb-big {
    padding-bottom: 80px; }

  .pb-medium {
    padding-bottom: 40px; }

  .pb-big + div .module-title {
    padding-top: 40px; } }
@media (min-width: 1200px) and (max-width: 1599.5px) {
  .container-block {
    max-width: calc(100% - 40px);
    padding-top: 40px;
    padding-bottom: 40px;
    width: 600px; }
    .container-block .title h3 {
      font-size: 35rem; }
    .container-block .title .icon {
      min-width: 46px;
      width: 46px;
      height: 46px; }
    .container-block.left {
      padding-right: 40px; }
    .container-block.right {
      padding-left: 40px; }

  .reverse .container-block.right {
    padding-right: 50px; }
  .reverse .container-block.left {
    padding-left: 50px; }

  .btn, .elementor-button {
    padding: 15px 40px; }

  .buttons .btn {
    margin: 15px 15px 0px 15px; }
  .buttons.buttons-left .btn {
    margin-right: 30px; }

  .pt-big {
    padding-top: 100px; }

  .pt-medium {
    padding-top: 50px; }

  .pb-big {
    padding-bottom: 100px; }

  .pb-medium {
    padding-bottom: 50px; }

  .pb-big + div .module-title {
    padding-top: 50px; } }
header {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8; }
  header.sticked {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 0px;
    transform: translateY(-22px); }
    header.sticked #top-bar .lang {
      pointer-events: none;
      opacity: 0; }
    header.sticked #main-menu.mini-menu .menu-right .tel .number {
      font-size: 24rem !important; }
    header.sticked.subpage #main-nav .inner #logo {
      transform: rotate(0deg);
      top: -40px;
      height: auto; }
      header.sticked.subpage #main-nav .inner #logo a {
        transform: rotate(0) scale(0.5);
        margin-left: 0; }
    header.sticked #main-nav {
      height: 80px; }
      header.sticked #main-nav .inner .menu-right .tel .number {
        font-size: 20rem; }
      header.sticked #main-nav .inner #logo {
        transform: rotate(25deg);
        background-size: 0; }
        header.sticked #main-nav .inner #logo a {
          margin-left: -120px;
          margin-top: 22px;
          transform: rotate(-25deg) scale(0.3); }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

.shop-go-to-summary .btn-go-to-cart {
  display: none; }

.shop-go-to-cart .btn-go-to-summary {
  display: none; }
.shop-go-to-cart #shop-delivery {
  display: none; }
.shop-go-to-cart #shop-discount {
  display: none; }

.shop-cart .shop-product {
  display: flex;
  justify-content: space-between; }
.shop-cart .summary-price {
  display: flex;
  justify-content: space-between; }
.shop-cart .packaging-price {
  display: flex;
  justify-content: space-between; }
.shop-cart .delivery-price {
  display: flex;
  justify-content: space-between; }

#standard .only-text {
  padding-top: 60px;
  padding-bottom: 60px; }

main {
  position: relative;
  padding-top: 170px; }

#start {
  padding-top: 0 !important; }

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999999; }
  .preloader img {
    transition: 3s;
    -webkit-transition: 3s;
    width: 5vw;
    animation-name: preloader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#author-page .map-links ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px; }
  #author-page .map-links ul ul li {
    width: 100%; }
  #author-page .map-links ul li {
    width: 25%; }

.userpanel-text-form {
  padding: 30px 0; }
  .userpanel-text-form .one-szkolenie {
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    margin-bottom: 20px; }
    .userpanel-text-form .one-szkolenie:hover {
      transform: scale(0.95) !important; }
    .userpanel-text-form .one-szkolenie img {
      width: 100%; }
    .userpanel-text-form .one-szkolenie .buttons {
      margin-top: 15px; }
      .userpanel-text-form .one-szkolenie .buttons .btn {
        padding: 10px 20px;
        font-size: 120%; }
  .userpanel-text-form .settings {
    width: fit-content;
    width: -moz-fit-content; }
    .userpanel-text-form .settings .link {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      margin-bottom: 2px;
      display: flex;
      align-items: center; }
      .userpanel-text-form .settings .link .text {
        color: #fff;
        font-size: 120%;
        font-weight: 600;
        padding: 10px 20px;
        display: block;
        background-color: #000;
        width: 100%;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .userpanel-text-form .settings .link .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
        background-color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        position: relative; }
        .userpanel-text-form .settings .link .icon img {
          max-width: 50%;
          max-height: 50%; }
        .userpanel-text-form .settings .link .icon .settings-icon {
          max-width: 30%;
          max-height: 30%;
          position: absolute;
          top: 3px;
          right: 3px; }
      .userpanel-text-form .settings .link:hover {
        transform: scale(0.95); }
      .userpanel-text-form .settings .link:last-child {
        margin-bottom: 0; }
  .userpanel-text-form h2 {
    font-size: 240%; }
    .userpanel-text-form h2:first-child {
      padding-top: 0; }
  .userpanel-text-form p, .userpanel-text-form label {
    font-size: 140%;
    width: 100%; }
  .userpanel-text-form .alert {
    margin: 0;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400;
    margin-top: 5px; }
  .userpanel-text-form .discount_code input {
    border: 2px solid #000 !important; }
  .userpanel-text-form .discount_price {
    display: none; }
    .userpanel-text-form .discount_price .old-price {
      text-decoration: line-through; }
  .userpanel-text-form .contact-checkbox {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .userpanel-text-form form input[type="text"], .userpanel-text-form form input[type="email"], .userpanel-text-form form input[type="number"], .userpanel-text-form form input[type="password"], .userpanel-text-form form input[type="tel"] {
    border-radius: 25px;
    border: 1px solid #0000003d;
    padding: 5px 20px;
    height: 50px;
    max-width: 450px;
    width: 100%;
    margin: 0;
    background-color: #fff; }
  .userpanel-text-form form .checkbox-label {
    font-size: 120%;
    margin-top: 0; }
    .userpanel-text-form form .checkbox-label a {
      font-size: 100%; }
  .userpanel-text-form form a {
    font-size: 120%; }
  .userpanel-text-form form .error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    max-width: 420px;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: 400; }
  .userpanel-text-form form .special-label {
    width: 420px;
    max-width: 100%;
    font-size: 120%; }
  .userpanel-text-form .row-530 {
    margin: 0 auto; }
  .userpanel-text-form .form-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left; }
  .userpanel-text-form .form-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    margin-bottom: 15px; }
  .userpanel-text-form .error {
    margin-top: 5px;
    font-size: 100%;
    color: red;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: none; }
  .userpanel-text-form .form-error input {
    border-color: red !important; }
  .userpanel-text-form .form-error .error {
    display: block; }
  .userpanel-text-form .form-error .label-error .checkbox-styled {
    border-color: red !important; }
  .userpanel-text-form .form-error-format input {
    border-color: red !important; }
  .userpanel-text-form .form-error-format .error-format {
    display: block; }
  .userpanel-text-form .form-error-isset input {
    border-color: red !important; }
  .userpanel-text-form .form-error-isset .error-isset {
    display: block; }
  .userpanel-text-form .form-error-old-password input {
    border-color: red !important; }
  .userpanel-text-form .form-error-old-password .error-data {
    display: block; }

.better-info {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .better-info .wrapper {
    max-width: 600px;
    font-weight: 500;
    position: relative;
    padding: 30px 45px 30px 145px;
    background-color: #fff;
    border-radius: 15px; }
    .better-info .wrapper.success {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/send.svg?ver=0.1"); }
    .better-info .wrapper.warning {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-warning.svg"); }
    .better-info .wrapper.danger {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-danger.svg"); }
    .better-info .wrapper.info {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/info-info.svg"); }
    .better-info .wrapper .btn-close {
      color: black;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      font-weight: 600;
      padding: 0; }
    .better-info .wrapper a {
      color: #3499b5; }
      .better-info .wrapper a:hover {
        text-decoration: underline; }
    .better-info .wrapper h4 {
      text-transform: uppercase; }

.cookies-mini {
  width: 50px;
  height: 50px;
  box-shadow: 0 -1px 5px 0 #acabab;
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  z-index: 5000;
  left: 20px;
  bottom: 20px;
  background-image: url("/img/cookies.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .cookies-mini:hover {
    transform: rotate(90deg); }

.cookies-settings {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00000055; }
  .cookies-settings .container {
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column; }
  .cookies-settings .wrapper {
    position: relative;
    display: none;
    width: 1000px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab;
    padding-bottom: 15px; }
  .cookies-settings .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    z-index: 1; }
    .cookies-settings .btn-close:hover {
      background-color: #ff6666; }
  .cookies-settings .scroll-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%; }
  .cookies-settings .cookie-change {
    display: flex;
    justify-content: center; }
    .cookies-settings .cookie-change input[type="checkbox"] {
      position: relative;
      width: 48px;
      height: 28px;
      margin: 0;
      background: white;
      -webkit-appearance: none;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-radius: 50px;
      cursor: pointer;
      outline: 0;
      border: none;
      top: 0;
      border: 2px solid green; }
      .cookies-settings .cookie-change input[type="checkbox"]:checked {
        background-color: green; }
        .cookies-settings .cookie-change input[type="checkbox"]:checked:before {
          right: 2px;
          left: 20px; }
      .cookies-settings .cookie-change input[type="checkbox"]:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        right: 20px;
        bottom: 2px;
        border-radius: 50%;
        background-color: white;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        margin: 0;
        border: 2px solid green; }
  .cookies-settings .cookies-wrapper {
    padding: 2px; }
  .cookies-settings .one-cookie {
    cursor: pointer;
    margin-top: 10px;
    border-top: 1px solid #f9f9f9;
    border-radius: 0;
    font-weight: 400;
    display: block;
    padding: 0;
    text-transform: initial;
    text-align: left;
    width: 100%; }
    .cookies-settings .one-cookie h3 {
      margin-top: 0;
      padding-top: 10px; }
    .cookies-settings .one-cookie:hover {
      transform: none;
      background-color: #f9f9f9; }
  .cookies-settings .one-cookie-more {
    background-color: #f9f9f9;
    padding: 10px; }
  .cookies-settings .cookie-more {
    display: none; }
  .cookies-settings .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f9f9f9; }

.cookies-info {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none; }
  .cookies-info .wrapper {
    width: 550px;
    max-height: calc(100% - 40px);
    max-width: calc(100% - 40px);
    background-color: #fff;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 -1px 10px 0 #acabab;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    left: 20px;
    bottom: 20px;
    right: auto;
    top: auto;
    pointer-events: auto;
    padding-bottom: 10px; }
  .cookies-info h2 {
    font-size: 24rem; }
  .cookies-info .more {
    display: none; }
  .cookies-info .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.start #top-bar .bottom {
  background-color: transparent; }

.lang {
  height: 38px;
  background-color: #fdfdfd;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  min-width: 100%;
  max-width: 100vw;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .lang .language-inner {
    margin-bottom: 0; }
  .lang .language-list .language-select .one-lang {
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    width: 100%;
    height: 12px;
    padding: 0 2px;
    background-position: left; }
    .lang .language-list .language-select .one-lang span {
      font-size: 14rem; }
  .lang .language-list .one-lang {
    background-size: 13px;
    background-repeat: no-repeat;
    border-radius: 0; }
    .lang .language-list .one-lang.pl {
      background-image: url("/img/flags/pl.png"); }
    .lang .language-list .one-lang.en {
      background-image: url("/img/flags/en.png"); }
    .lang .language-list .one-lang.de {
      background-image: url("/img/flags/de.png"); }
  .lang .language-list li:before {
    display: none; }

#top-bar {
  height: 22px;
  width: 100%;
  min-width: 100%;
  max-width: 100vw;
  background-color: transparent;
  position: relative; }
  #top-bar .top {
    width: 100%;
    min-width: 100%;
    height: 6px;
    display: block;
    background-image: linear-gradient(90deg, #b78761 0%, #f3bb8b 46%, #b17347 100%); }
  #top-bar .bottom {
    background-color: #fdfdfd;
    height: 14px;
    width: 100%;
    display: block; }

.subpage #main-nav .inner #logo {
  background-image: none;
  top: 9px; }
  .subpage #main-nav .inner #logo img {
    width: 235px; }

#main-nav {
  opacity: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 150px;
  background-color: #fdfdfd; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0; }
    #main-nav .inner .lang {
      margin-right: 50px;
      width: calc(100% - 50px);
      min-width: calc(100% - 50px); }
    #main-nav .inner #logo {
      align-items: flex-start;
      justify-content: flex-start;
      margin-right: 100px;
      background-image: url(/img/logo-bg.webp);
      background-size: 519px;
      position: absolute;
      left: -3px;
      top: -3px;
      width: 519px;
      z-index: 2;
      height: 358px;
      padding-left: 30px;
      background-repeat: no-repeat;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      pointer-events: none; }
      #main-nav .inner #logo a {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        display: block;
        pointer-events: auto;
        width: fit-content; }
        #main-nav .inner #logo a:focosu {
          outline: none; }
      #main-nav .inner #logo img {
        width: 341px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        transform-origin: left bottom; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-left: auto;
    display: none; }
    #main-nav .btn-menu span {
      display: block;
      height: 3px;
      width: 40px;
      background-color: #000;
      border-radius: 4px;
      margin-top: 7px;
      margin-bottom: 7px; }
    #main-nav .btn-menu.menu-small {
      display: block;
      padding: 5px 10px; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding-left: 483px; }
  #main-menu.mini-menu {
    position: absolute;
    background-color: #fdfdfd;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateY(-100%);
    align-items: flex-start;
    flex-direction: column;
    max-height: calc(100vh);
    overflow-y: auto;
    opacity: 0;
    padding-bottom: 30px;
    top: 50px;
    padding-left: 0; }
    #main-menu.mini-menu .language-list {
      order: 3;
      width: 100%;
      max-width: 100%; }
      #main-menu.mini-menu .language-list .my-dropdown-toggle {
        display: none; }
      #main-menu.mini-menu .language-list .language-inner {
        width: 100%;
        justify-content: center; }
      #main-menu.mini-menu .language-list .language-select {
        display: flex !important;
        position: relative;
        justify-content: center;
        background-color: #fdfdfd; }
        #main-menu.mini-menu .language-list .language-select li {
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: 5px center;
          padding-left: 20px;
          background-color: #fdfdfd;
          border: none; }
          #main-menu.mini-menu .language-list .language-select li.pl {
            background-image: url(/img/flags/pl.png); }
          #main-menu.mini-menu .language-list .language-select li.en {
            background-image: url(/img/flags/en.png); }
          #main-menu.mini-menu .language-list .language-select li.de {
            background-image: url(/img/flags/de.png); }
      #main-menu.mini-menu .language-list li:before {
        display: none; }
    #main-menu.mini-menu .page-nav {
      margin: 0 auto;
      list-style: none;
      padding: 0;
      flex-direction: column;
      max-width: 500px;
      order: 1; }
      #main-menu.mini-menu .page-nav li {
        border-top: 1px solid #e5e5e5;
        margin-left: 0;
        width: 100%; }
        #main-menu.mini-menu .page-nav li a {
          padding: 0;
          color: #000000;
          width: 100%; }
          #main-menu.mini-menu .page-nav li a span {
            padding-top: 20px;
            padding-bottom: 20px; }
      #main-menu.mini-menu .page-nav .my-dropdown {
        flex-direction: column;
        position: relative; }
      #main-menu.mini-menu .page-nav .my-dropdown-toggle {
        width: 100%; }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
          color: #e5e5e5; }
      #main-menu.mini-menu .page-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        border-top: 3px solid #e5e5e5;
        border-bottom: 2px solid #e5e5e5;
        font-size: 90%;
        background-color: transparent;
        top: 0; }
        #main-menu.mini-menu .page-nav .dropdown-menu li {
          background-image: url("/img/right-arrow.svg");
          background-repeat: no-repeat;
          background-position: 5px center;
          background-size: 15px;
          padding-left: 20px; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
            margin-top: 0;
            border-top: none; }
            #main-menu.mini-menu .page-nav .dropdown-menu li:first-child a {
              color: #000000; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
            border-bottom: none; }
    #main-menu.mini-menu .menu-right {
      order: 2;
      flex-direction: column;
      min-width: auto;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      border-top: 1px solid #e5e5e5; }
      #main-menu.mini-menu .menu-right .tel {
        width: 100%; }
        #main-menu.mini-menu .menu-right .tel a {
          padding: 10px 23px; }
        #main-menu.mini-menu .menu-right .tel span {
          flex-direction: row;
          padding-left: 0;
          align-items: center; }
        #main-menu.mini-menu .menu-right .tel .call {
          margin-right: 10px;
          color: #000000 !important; }
        #main-menu.mini-menu .menu-right .tel .number {
          font-size: 24rem; }
      #main-menu.mini-menu .menu-right > li:last-child {
        padding-top: 25px; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 30px; }
      #main-menu.mini-menu .socials a {
        background-color: #afafaf;
        border-radius: 50%;
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px; }
        #main-menu.mini-menu .socials a:hover {
          background-color: #ae7e3b; }
    #main-menu.mini-menu.open {
      transform: translateY(0);
      opacity: 1; }

.socials a {
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: center; }
  .socials a.facebook {
    background-image: url("/img/fb.svg"); }
  .socials a.instagram {
    background-image: url("/img/ig.svg"); }
  .socials a.youtube {
    background-image: url("/img/yt.svg"); }

.menu-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 587px;
  padding-left: 2vw;
  padding-right: 1.3vw; }
  .menu-right .tel a {
    display: block;
    padding: 10px;
    white-space: nowrap; }
    .menu-right .tel a:hover {
      background-color: #f2f2f2;
      color: #000000; }
  .menu-right .tel .call {
    color: #ae7e3b !important;
    margin-bottom: 5px; }
  .menu-right .tel span {
    font-size: 17rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    background-color: transparent; }
  .menu-right .tel .number {
    font-size: 27rem;
    font-weight: 300;
    color: #000000;
    padding-left: 0;
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .menu-right .tel .number strong {
      font-weight: 600; }
  .menu-right > li {
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .menu-right > li:last-child:hover {
      transform: scale(0.9); }
      .menu-right > li:last-child:hover a {
        color: #fff; }
    .menu-right > li:last-child a {
      font-size: 20rem;
      font-weight: 600;
      color: #fff;
      padding: 15px 15px;
      border-radius: 16px;
      background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%);
      white-space: nowrap; }
  .menu-right li {
    margin-bottom: 0; }
    .menu-right li a {
      text-transform: uppercase; }
    .menu-right li:before {
      display: none; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .page-nav li {
    margin-bottom: 0px; }
    .page-nav li a {
      font-weight: 500;
      display: block;
      padding: 0;
      font-size: 17rem;
      color: #000000;
      white-space: nowrap;
      text-transform: uppercase;
      transition: 0s; }
      .page-nav li a span {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding: 30px 10px;
        margin-left: 5px;
        margin-right: 5px; }
      .page-nav li a:hover {
        background-color: #f2f2f2;
        color: #000000; }
    .page-nav li:before {
      display: none; }
  .page-nav .my-dropdown {
    position: relative; }
    .page-nav .my-dropdown:hover {
      background-color: #f2f2f2;
      color: #000000; }
    .page-nav .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .page-nav .my-dropdown .my-dropdown-toggle:after {
        display: none; }
    .page-nav .my-dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      border-top: 3px solid #000;
      padding: 5px 0px;
      left: 0px;
      right: auto;
      top: calc(100% - 2px);
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
      background-color: #fff;
      min-width: 100%; }
      .page-nav .my-dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0; }
        .page-nav .my-dropdown .dropdown-menu li a {
          width: 100%; }
          .page-nav .my-dropdown .dropdown-menu li a span {
            padding: 15px 10px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    color: #000000;
    margin-left: 15px;
    margin-right: 15px; }
    .pagination .button-nav:hover {
      color: #000; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers a {
      width: 30px;
      height: 38px;
      border: 1px solid #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      margin-right: 4px;
      color: #000000; }
      .pagination .numbers a.active {
        background-color: #f2f2f2;
        color: #fff; }
      .pagination .numbers a:hover:not(.active) {
        border-color: #f2f2f2;
        background-color: #f2f2f2;
        color: #000000; }
    .pagination .numbers span {
      align-self: flex-end; }

.owl-carousel {
  position: relative;
  padding: 0 125px; }
  .owl-carousel .owl-dots {
    display: flex;
    justify-content: center; }
    .owl-carousel .owl-dots .owl-dot {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #000000;
      margin: 0 5px;
      background-color: #fff; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ae7e3b; }
  .owl-carousel .nav-wrapper {
    display: none;
    width: 100%;
    justify-content: center;
    margin-top: 20px; }
  .owl-carousel .nav-start {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 5px;
    background-image: url("/img/owl-start.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    padding: 0; }
  .owl-carousel .nav-stop {
    display: block;
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 5px;
    background-image: url("/img/owl-pause.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    padding: 0; }
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 120px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: 1px solid transparent !important; }
    .owl-carousel .owl-nav button:hover {
      border-color: #ae7e3b !important; }
    .owl-carousel .owl-nav button img {
      width: 13px;
      position: relative;
      right: 2px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: 60px; }
    .owl-carousel .owl-nav button.owl-next {
      right: 60px;
      transform: rotate(180deg); }
    .owl-carousel .owl-nav button.disabled {
      display: none; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    color: #000;
    display: block; }
    .owl-carousel .one-news img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .owl-carousel .one-news .wrapper {
      display: flex; }

#tadam-login .wrapper {
  width: 400px;
  max-width: 400px; }

.tadam {
  z-index: 999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  .tadam .wrapper {
    position: relative;
    transform: scale(0);
    transform-origin: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    min-width: 280px;
    max-width: 80%;
    min-height: 200px;
    max-height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff; }
  .tadam .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #000;
    z-index: 9999;
    box-shadow: none;
    border: none;
    color: #fff; }
  .tadam.open {
    opacity: 1; }
    .tadam.open .wrapper {
      transform: scale(1); }

#movie-tadam {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  #movie-tadam .tadam-inner {
    position: relative;
    transform: scale(0);
    transform-origin: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    margin: 30px;
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #movie-tadam .tadam-inner .close-tadam {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #fff; }
    #movie-tadam .tadam-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-tadam .tadam-inner .movie-container .wideo {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        height: fit-content;
        height: -moz-fit-content;
        width: auto;
        border-radius: 15px 0px 15px 15px;
        position: relative; }
  #movie-tadam.open {
    z-index: 999;
    opacity: 1; }
    #movie-tadam.open .tadam-inner {
      transform: scale(1); }

.top-footer {
  padding: 44px 0; }
  .top-footer .container-fluid {
    padding: 0 160px; }
  .top-footer .bottom-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0; }
    .top-footer .bottom-menu li {
      margin-bottom: 0;
      padding-right: 5px; }
      .top-footer .bottom-menu li a {
        color: #000000;
        font-weight: 500;
        font-size: 17rem;
        text-transform: uppercase; }
      .top-footer .bottom-menu li:hover a {
        color: #d59a6b; }
      .top-footer .bottom-menu li:before {
        display: none; }

.bottom-footer {
  padding: 42px 0; }
  .bottom-footer .container-fluid {
    padding: 0 160px; }
  .bottom-footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .bottom-footer p {
    color: #000000;
    font-size: 17rem;
    font-weight: 500;
    margin-bottom: 0; }
  .bottom-footer a {
    color: #000000;
    font-size: 16rem; }
    .bottom-footer a:hover {
      color: #d59a6b; }
  .bottom-footer .copyright {
    text-align: center; }
  .bottom-footer .author img {
    width: 119px; }

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px; }

.page-foto {
  padding: 2vw 0;
  background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%); }
  .page-foto h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0; }
  .page-foto p {
    color: #fff; }

.gallery-simple {
  column-count: 4;
  column-gap: 0;
  margin-top: 60px; }
  .gallery-simple a {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px; }
  .gallery-simple img {
    width: 100%;
    height: auto; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.newsy {
  margin-bottom: 140px; }
  .newsy .one-news {
    padding-bottom: 15px;
    display: flex;
    flex-direction: column; }
    .newsy .one-news .foto {
      display: flex; }
      .newsy .one-news .foto figure.image {
        margin: 0; }
      .newsy .one-news .foto img {
        max-width: 100%;
        height: 300px;
        object-fit: cover; }
        .newsy .one-news .foto img.photo-replace {
          object-fit: contain;
          max-width: 60%;
          margin: 0 auto; }
    .newsy .one-news .text {
      display: flex;
      height: 100%; }
      .newsy .one-news .text .text-inner {
        padding: 40px 15px 40px 0; }
      .newsy .one-news .text .date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        padding: 0 20px;
        background-image: linear-gradient(90deg, #e9cba1 0%, #d7af7d 100%); }
        .newsy .one-news .text .date span {
          font-size: 18rem;
          letter-spacing: 0;
          color: #fff;
          display: block;
          text-align: center;
          font-weight: 400; }
        .newsy .one-news .text .date strong {
          font-size: 27rem;
          font-weight: 400;
          letter-spacing: 0;
          display: flex; }
  .newsy h3 {
    font-size: 24rem;
    font-weight: 500;
    margin-top: 0; }
  .newsy p {
    font-size: 16rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .newsy .buttons {
    margin-top: 0; }

.lang {
  padding: 0 40px;
  padding-top: 12px; }

.language-inner {
  position: relative;
  display: flex; }
  .language-inner .my-dropdown {
    position: relative; }
    .language-inner .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center; }
  .language-inner li {
    margin-bottom: 0; }
    .language-inner li a span {
      display: block; }
    .language-inner li:before {
      display: none; }
  .language-inner span {
    color: #d29767;
    font-size: 17rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0; }
  .language-inner .one-lang {
    margin-right: calc(1.3vw);
    padding: 0;
    padding-left: 15px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px; }
    .language-inner .one-lang:hover {
      transform: none;
      -webkit-transform: none; }
    .language-inner .one-lang:focus {
      outline: none !important;
      box-shadow: none !important; }
    .language-inner .one-lang img {
      margin-left: 8px;
      width: 16px; }
  .language-inner .language-select {
    top: calc(100% - 8px);
    border: none;
    border-top: 15px solid transparent;
    padding: 0;
    width: 100%;
    min-width: 100%;
    position: absolute; }
    .language-inner .language-select li {
      border: 1px solid rgba(0, 0, 0, 0.15);
      padding: 10px 2px; }
      .language-inner .language-select li a {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .language-inner .language-select li:hover a {
        transform: scale(0.95); }

@media (max-width: 575.5px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked #main-nav .inner #logo {
      transform: none;
      padding-top: 0;
      transform: none;
      max-height: 65px; }
      header.sticked #main-nav .inner #logo a {
        transform: scale(0.7);
        margin-top: 6px;
        margin-left: 0; }
    header.sticked.subpage #main-nav .inner #logo {
      top: 0px; }
      header.sticked.subpage #main-nav .inner #logo a {
        transform: rotate(0) scale(0.7); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 65px; }

  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

  #top-bar {
    height: 6px; }
    #top-bar .bottom {
      display: none; }
    #top-bar .lang {
      display: none; }

  main {
    padding-top: 86px; }

  .subpage #main-nav {
    height: 80px; }
    .subpage #main-nav .inner #logo {
      width: auto;
      height: auto;
      padding-left: 15px;
      padding-top: 7px;
      background-image: none;
      top: 0; }
      .subpage #main-nav .inner #logo img {
        width: 100px; }

  #main-nav {
    height: 80px; }
    #main-nav .inner #logo {
      width: auto;
      height: auto;
      padding-left: 15px;
      padding-top: 12px;
      background-image: none; }
      #main-nav .inner #logo img {
        width: 100px; }

  .page-foto {
    padding: 20px 0; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .container-fluid {
      padding: 0px 70px; }
    .bottom-footer .wrapper {
      justify-content: center; }
    .bottom-footer .copyright {
      padding: 10px; }
    .bottom-footer .author {
      padding: 10px; }

  .top-footer {
    padding: 30px 0; }
    .top-footer .bottom-menu {
      justify-content: center; }
      .top-footer .bottom-menu li {
        padding: 5px 15px; }
    .top-footer .container-fluid {
      padding: 0 20px; }

  #main-menu.mini-menu {
    flex-direction: column;
    padding-top: 100px; }
    #main-menu.mini-menu .menu-right {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      #main-menu.mini-menu .menu-right .tel a {
        padding: 10px 20px; }
    #main-menu.mini-menu.open {
      transform: translateY(0);
      padding-top: 40px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }
    #main-menu.mini-menu .socials {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
      #main-menu.mini-menu .socials a {
        background-color: #afafaf;
        border-radius: 50%;
        width: 40px;
        min-width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px; }
        #main-menu.mini-menu .socials a:hover {
          background-color: #ae7e3b; }
      #main-menu.mini-menu .socials img {
        max-width: 19px;
        max-height: 19px; }

  .gallery-simple {
    column-count: 2;
    margin-top: 30px; }

  .owl-carousel {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px; }
    .owl-carousel .owl-nav button img {
      width: 10px;
      right: 2px;
      top: 0px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: -5px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -5px; }
    .owl-carousel .owl-nav button {
      width: 35px;
      height: 35px; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 60vw; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 21rem;
      margin-bottom: 5px; }
    .newsy p {
      font-size: 17rem; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  html {
    font-size: 0.85px; }

  .container {
    max-width: 100%; }

  header.sticked {
    transform: translateY(-22px); }
    header.sticked #main-nav .inner #logo a {
      transform: rotate(-25deg) scale(0.5);
      margin-top: 17px;
      margin-left: -48px; }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked.subpage #main-nav .inner #logo {
      top: -8px; }
      header.sticked.subpage #main-nav .inner #logo a {
        transform: rotate(0) scale(0.7); }
    header.sticked #main-nav {
      height: 60px; }

  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px; }

  #top-bar .lang {
    display: none; }

  .page-foto {
    padding: 20px 0; }

  .subpage #main-nav .inner #logo {
    padding-top: 0px; }
    .subpage #main-nav .inner #logo img {
      width: 125px; }

  #main-nav {
    height: 75px; }
    #main-nav .inner #logo {
      width: 246px;
      height: 170px;
      padding-left: 25px;
      padding-top: 15px;
      background-size: 246px; }
      #main-nav .inner #logo img {
        width: 155px; }

  #main-menu.mini-menu {
    top: 50px;
    flex-direction: column;
    padding-top: 100px; }
    #main-menu.mini-menu .menu-right {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
    #main-menu.mini-menu.open {
      transform: translateY(-44px);
      padding-top: 155px; }
    #main-menu.mini-menu .page-nav {
      order: 0; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 95px; }

  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer .container-fluid {
      padding: 0 90px; }
    .bottom-footer .wrapper {
      flex-direction: column; }
    .bottom-footer .copyright {
      margin-bottom: 10px; }

  .top-footer {
    padding: 30px 0; }
    .top-footer .container-fluid {
      padding: 0 60px; }

  .gallery-simple {
    column-count: 3;
    margin-top: 30px; }

  .owl-carousel {
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: -50px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -50px; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 55vw; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 21rem; }
    .newsy p {
      font-size: 16rem; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(-22px); }
    header.sticked #main-nav .inner #logo a {
      transform: rotate(-25deg) scale(0.6);
      margin-top: 26px;
      margin-left: -50px; }
    header.sticked #main-nav {
      height: 70px; }
    header.sticked.subpage #main-nav .inner #logo {
      top: -20px; }
      header.sticked.subpage #main-nav .inner #logo a {
        transform: rotate(0) scale(0.8); }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #main-menu.mini-menu.open {
    transform: translateY(-44px);
    padding-top: 190px; }
  #main-menu.mini-menu .menu-right {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

  .subpage #main-nav .inner #logo {
    padding-top: 9px; }
    .subpage #main-nav .inner #logo img {
      width: 125px; }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo {
      width: 297px;
      height: 206px;
      padding-left: 30px;
      padding-top: 15px;
      background-size: 266px; }
      #main-nav .inner #logo img {
        width: 165px; }

  #top-bar .lang {
    display: none; }

  main {
    padding-top: 110px; }

  .page-nav li a span {
    padding: 20px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  .gallery-simple {
    column-count: 3; }

  .owl-carousel {
    padding: 0px 55px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -10px; }

  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer .container-fluid {
      padding: 0 90px; }

  .top-footer {
    padding: 30px 0; }
    .top-footer .container-fluid {
      padding: 0 90px; }

  .newsy {
    margin-bottom: 60px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 20rem; }
    .newsy p {
      font-size: 16rem; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  html {
    font-size: 0.9px; }

  header.sticked #main-nav .inner #logo a {
    transform: rotate(-25deg) scale(0.55);
    margin-top: 20px;
    margin-left: -60px; }
  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(50px); }
  header.sticked.subpage #main-nav .inner #logo {
    top: -11px; }
    header.sticked.subpage #main-nav .inner #logo a {
      transform: rotate(0) scale(0.8); }
  header.sticked .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px; }

  body h1 {
    font-size: 53px; }
  body h2 {
    font-size: 40rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(60px); }
    #main-menu.mini-menu .page-nav li:first-child {
      margin-top: 0; }
    #main-menu.mini-menu .page-nav li span {
      padding: 25px 15px; }

  #top-bar .lang {
    display: none; }

  .subpage #main-nav .inner #logo {
    padding-top: 9px; }
    .subpage #main-nav .inner #logo img {
      width: 125px; }

  #main-nav {
    height: 90px; }
    #main-nav .inner #logo {
      width: 327px;
      height: 224px;
      padding-left: 30px;
      padding-top: 15px;
      background-size: 327px; }
      #main-nav .inner #logo img {
        width: 200px; }

  .page-nav li a span {
    padding: 30px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 110px; }

  .gallery-simple {
    column-count: 3; }

  .owl-carousel {
    padding: 0px 55px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -10px; }

  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer .container-fluid {
      padding: 0 90px; }

  .top-footer {
    padding: 30px 0; }
    .top-footer .container-fluid {
      padding: 0 90px; }

  .newsy {
    margin-bottom: 90px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 12px 10px 12px 0; }
    .newsy h3 {
      font-size: 20rem; }
    .newsy p {
      font-size: 16rem; } }
@media (min-width: 1200px) and (max-width: 1599.5px) {
  html {
    font-size: 0.95px; }

  header.sticked #main-nav .inner #logo a {
    transform: rotate(-25deg) scale(0.45);
    margin-top: 25px;
    margin-left: -98px; }
  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(50px); }
  header.sticked.subpage #main-nav .inner #logo {
    top: -30px; }
  header.sticked .page-nav li a span {
    padding-top: 15px;
    padding-bottom: 15px; }

  body h2 {
    font-size: 40rem; }
  body.overflow-y-hidden {
    overflow: auto !important; }

  .subpage #main-nav .inner #logo img {
    width: 165px; }

  #main-nav {
    height: 115px; }
    #main-nav .inner #logo {
      width: 376px;
      height: 259px;
      padding-left: 33px;
      padding-top: 15px;
      background-size: 376px; }
      #main-nav .inner #logo img {
        width: 240px; }

  #main-menu {
    padding-left: 350px; }
    #main-menu.mini-menu {
      transform: translateX(100vw) translateY(140px);
      width: 500px; }
      #main-menu.mini-menu.open {
        transform: translateX(calc(100vw - 500px)) translateY(85px); }
      #main-menu.mini-menu .page-nav li:first-child {
        margin-top: 0; }
      #main-menu.mini-menu .page-nav li span {
        padding-top: 20px;
        padding-bottom: 20px; }

  .menu-right {
    min-width: 500px;
    padding-left: 25px;
    padding-right: 0px; }
    .menu-right > li:last-child a {
      font-size: 18rem;
      padding: 15px 30px; }
    .menu-right .tel .number {
      font-size: 21rem; }
    .menu-right .tel span {
      font-size: 15rem; }

  .page-nav {
    justify-content: space-around; }
    .page-nav li a {
      font-size: 16rem; }
      .page-nav li a span {
        padding: 30px 5px; }

  main {
    padding-top: 135px; }

  #big-slider #layerslider {
    height: 550px; }

  .services .wrapper .one-element .foto img {
    height: 290px; }
  .services .wrapper .one-element h3 {
    font-size: 25rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 265px; }

  #galleries .foto img {
    height: 189px; }

  .owl-carousel {
    padding: 0px 65px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
    .owl-carousel .owl-nav button.owl-next {
      right: 10px; }

  .bottom-footer .container-fluid, .top-footer .container-fluid {
    padding: 0 90px; }

  .newsy {
    margin-bottom: 90px; }
    .newsy .one-news .foto img {
      height: 240px; }
    .newsy .one-news .text .date {
      margin-right: 5px;
      padding: 0 15px; }
    .newsy .one-news .text .text-inner {
      padding: 20px 15px 20px 0; }
    .newsy h3 {
      font-size: 21rem; }
    .newsy p {
      font-size: 16rem; }

  .lang {
    padding-top: 5px;
    padding: 0 15px; }

  .language-inner {
    padding-top: 5px; }
    .language-inner .one-lang {
      margin-right: 0; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1550px; }

  body.overflow-y-hidden {
    overflow: auto !important; }

  header.sticked #main-menu.mini-menu {
    transform: translateX(100vw) translateY(90px); }
    header.sticked #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(90px); }

  #main-menu.mini-menu {
    transform: translateX(100vw) translateY(140px);
    width: 500px; }
    #main-menu.mini-menu.open {
      transform: translateX(calc(100vw - 500px)) translateY(140px); }

  #top-bar .lang .container-fluid {
    padding: 0 40px; }

  #main-nav .container-fluid {
    padding: 0 40px; } }

/*# sourceMappingURL=main.css.map */
