/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;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); } }
@keyframes pulse {
  0%,
    100% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    transform: scale(0.9); }
  75% {
    transform: scale(0.95); } }
.image-style-align-left {
  width: 532px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 50% !important;
  max-width: 50%; }
  .image-style-align-left img {
    width: 100%; }

.image-style-align-right {
  width: 532px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 50% !important;
  max-width: 50%; }
  .image-style-align-right img {
    width: 100%; }

.row-530 {
  max-width: 530px;
  margin: 0 auto; }

body {
  font-family: "Dosis", sans-serif;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  float: none; }
  body h1, body h2 {
    color: #000; }
  body h2 {
    font-family: "Dosis", sans-serif; }
  body h3 {
    font-size: 160%;
    color: #000; }
  body h4 {
    color: #000; }
  body p, body ul li {
    font-size: 112%;
    font-weight: 400;
    color: #000; }
  body a {
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    body a:hover {
      color: #3499b5;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 0; }
    body ul li {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      body ul li strong {
        display: contents; }
      body ul li:before {
        content: " ";
        border-radius: 50%;
        display: inline-block;
        margin-right: 15px;
        width: 10px;
        min-width: 10px;
        height: 10px;
        background-color: #3499b5; }

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 input[type="tel"], .form-group select {
    margin: 0 20px; }

.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: 44px;
  font-size: 130%;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #000;
  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; }

textarea.form-control {
  border: 1px solid #000;
  border-radius: 0; }

select.form-control {
  height: 44px;
  font-size: 130%;
  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: #cb9565; }
  .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: #000;
  font-weight: 400;
  font-family: "Dosis", 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: #000; }
  .checkbox-label:hover {
    color: #cb9565; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 12px;
  font-family: "Dosis", sans-serif;
  font-size: 140%;
  background-color: transparent;
  padding: 16px 67px;
  text-transform: uppercase; }
  .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 {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  border: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d5ff3; }
  .btn-primary:hover, .subsite .btn-primary:hover {
    background-color: #0d5ff3;
    color: #fff;
    transform: scale(0.9); }

.btn-secondary, .subsite .btn-secondary {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  border: none;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f50000; }
  .btn-secondary:hover, .subsite .btn-secondary:hover {
    background-color: #f50000;
    color: #fff;
    transform: scale(0.9); }

.module-title {
  font-size: 200%;
  font-family: "Dosis", sans-serif;
  color: #000;
  padding-top: 2vw;
  padding-bottom: 2vw;
  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: #00306e;
    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; }

header {
  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);
    transform: translateY(-40px); }
    header.sticked #main-nav .bg-block {
      width: 100%; }

.lekcja-iframe iframe {
  width: 100%;
  height: 915px; }

.subpage-subtitle {
  margin-top: 15px;
  font-size: 90%; }

.timer-start h3 {
  text-align: center; }
.timer-start .wrap {
  display: flex;
  justify-content: center; }
.timer-start .countdown .figure {
  font-size: 300%;
  height: 140px;
  width: 100px; }
.timer-start .countdown .count-title {
  font-size: 200%; }
.timer-start .countdown .bloc-time:nth-child(even) {
  margin-right: 20px; }
.timer-start .countdown .bloc-time:last-child {
  margin-right: 0px; }

.t-pay-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px; }
  .t-pay-banner a {
    margin-left: 10px; }
    .t-pay-banner a:first-child {
      margin-left: 0; }
  .t-pay-banner img {
    height: 50px; }

.cookies-info {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background-color: #00000047;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .cookies-info .wrapper {
    padding-top: 10px;
    width: 100%;
    max-height: 80%;
    background-color: #fff;
    overflow-y: auto; }
  .cookies-info .mini p {
    text-align: center; }
  .cookies-info .more {
    display: none; }
  .cookies-info .buttons {
    display: flex;
    justify-content: center; }
    .cookies-info .buttons .btn {
      font-size: 120%;
      padding: 10px 20px;
      margin: 10px; }

.podglad-produktu .old-price {
  font-weight: 400;
  text-decoration: line-through; }

#userpanel .userpanel-text-form {
  padding: 30px 0; }
  #userpanel .userpanel-text-form .one-szkolenie {
    transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    margin-bottom: 20px; }
    #userpanel .userpanel-text-form .one-szkolenie:hover {
      transform: scale(0.95) !important; }
    #userpanel .userpanel-text-form .one-szkolenie img {
      width: 100%; }
    #userpanel .userpanel-text-form .one-szkolenie .buttons {
      margin-top: 15px; }
      #userpanel .userpanel-text-form .one-szkolenie .buttons .btn {
        padding: 10px 20px;
        font-size: 120%; }
  #userpanel .userpanel-text-form .settings {
    width: fit-content;
    width: -moz-fit-content; }
    #userpanel .userpanel-text-form .settings .link {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      margin-bottom: 2px;
      display: flex;
      align-items: center; }
      #userpanel .userpanel-text-form .settings .link .text {
        color: #fff;
        font-size: 120%;
        font-weight: 600;
        padding: 10px 20px;
        display: block;
        background-color: #0d5ff3;
        width: 100%;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #userpanel .userpanel-text-form .settings .link .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
        background-color: #0d5ff3;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        position: relative; }
        #userpanel .userpanel-text-form .settings .link .icon img {
          max-width: 50%;
          max-height: 50%; }
        #userpanel .userpanel-text-form .settings .link .icon .settings-icon {
          max-width: 30%;
          max-height: 30%;
          position: absolute;
          top: 3px;
          right: 3px; }
      #userpanel .userpanel-text-form .settings .link:hover {
        transform: scale(0.95); }
      #userpanel .userpanel-text-form .settings .link:last-child {
        margin-bottom: 0; }
  #userpanel .userpanel-text-form h2 {
    font-size: 240%; }
    #userpanel .userpanel-text-form h2:first-child {
      padding-top: 0; }
  #userpanel .userpanel-text-form p, #userpanel .userpanel-text-form label {
    font-size: 140%; }
  #userpanel .userpanel-text-form .alert {
    margin: 0;
    padding: 15px;
    border-radius: 10px;
    font-weight: 400;
    margin-top: 5px; }
  #userpanel .userpanel-text-form .discount_code input {
    border: 2px solid #0d5ff3 !important; }
  #userpanel .userpanel-text-form .discount_price {
    display: none; }
    #userpanel .userpanel-text-form .discount_price .old-price {
      text-decoration: line-through; }
#userpanel form input[type="text"], #userpanel form input[type="email"], #userpanel form input[type="number"] {
  border-radius: 25px;
  border: 1px solid #0000003d;
  padding: 5px 20px;
  height: 50px;
  max-width: 450px;
  width: 100%;
  margin: 0;
  background-color: #fff; }
#userpanel form .contact-checkbox-label {
  font-size: 120%;
  margin-top: 0; }
  #userpanel form .contact-checkbox-label a {
    font-size: 100%; }
#userpanel form a {
  font-size: 120%; }
#userpanel form .error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  max-width: 420px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 400; }
#userpanel form .special-label {
  width: 420px;
  max-width: 100%;
  font-size: 120%; }

#top-bar {
  background-color: #00306e;
  height: 40px;
  max-width: 100vw; }
  #top-bar .container {
    height: 100%; }
  #top-bar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  #top-bar .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 35px; }
    #top-bar .right .socials {
      display: flex;
      align-items: center;
      margin-left: 55px; }
      #top-bar .right .socials a {
        border-radius: 50%;
        width: 33px;
        min-width: 33px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px; }
      #top-bar .right .socials img {
        max-width: 19px;
        max-height: 19px;
        filter: brightness(10000%); }

.popup-free-hours .free_hours {
  overflow-y: auto;
  max-height: calc(100vh - 200px); }
.popup-free-hours form p {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 120%;
  padding-left: 25px; }
.popup-free-hours form input[type='text'] {
  border-radius: 25px;
  border: 1px solid #0000003d;
  padding: 5px 20px;
  height: 50px;
  max-width: 450px;
  width: 100%;
  margin: 0;
  background-color: #fff; }

.popup {
  position: fixed;
  z-index: 1000;
  background-color: #0000005c;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }
  .popup .wrapper {
    width: 600px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    background-color: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 9px 3px #5c5c5c; }
  .popup .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .popup .buttons .btn {
      margin: 5px;
      margin-top: 15px;
      font-size: 120%;
      padding: 10px 20px; }
  .popup .top {
    position: relative; }
    .popup .top h3 {
      padding-right: 30px; }
  .popup .close_popup {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid black;
    cursor: pointer;
    background-image: url("/img/close.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .popup .close_popup:hover {
      background-color: #b5d1ff; }

.form .form-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left; }
.form .form-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 15px; }
.form .error {
  margin-top: 5px;
  font-size: 100%;
  color: red;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: none; }
.form .form-error input {
  border-color: red !important; }
.form .form-error .error {
  display: block; }
.form .form-error .label-error .checkbox-styled {
  border-color: red !important; }
.form .form-error-format input {
  border-color: red !important; }
.form .form-error-format .error-format {
  display: block; }
.form .form-error-isset input {
  border-color: red !important; }
.form .form-error-isset .error-isset {
  display: block; }
.form .form-error-old-password input {
  border-color: red !important; }
.form .form-error-old-password .error-data {
  display: block; }

.lekcje h2 {
  text-align: center; }
.lekcje .foto img {
  width: 100%;
  object-fit: cover; }
.lekcje .foto figure {
  margin-bottom: 0; }
.lekcje .one-lekcja {
  margin-bottom: 20px;
  height: 100%; }
  .lekcje .one-lekcja h3 {
    margin-top: 0; }
  .lekcje .one-lekcja iframe {
    width: 100%; }
  .lekcje .one-lekcja a {
    padding: 8px 35px;
    font-size: 100%;
    display: block;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .lekcje .one-lekcja a:hover {
      transform: scale(0.95) !important; }
  .lekcje .one-lekcja ul.buttons a {
    padding: 0; }
    .lekcje .one-lekcja ul.buttons a:hover {
      transform: scale(1) !important; }

.products-package h2 {
  text-align: center; }
.products-package .foto img {
  width: 100%;
  object-fit: cover; }
.products-package .foto figure {
  margin-bottom: 0; }
.products-package .one-product {
  margin-bottom: 20px; }
  .products-package .one-product h3 {
    margin-top: 0; }
    .products-package .one-product h3:first-child {
      margin-top: 0; }
  .products-package .one-product iframe {
    width: 100%; }
  .products-package .one-product a {
    padding: 8px 35px;
    font-size: 100%;
    display: block;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    .products-package .one-product a:hover {
      transform: scale(0.95) !important; }

.szkolenia-usera .foto img {
  width: 100%;
  object-fit: cover; }
.szkolenia-usera .foto figure {
  margin-bottom: 0; }
.szkolenia-usera .one-szkolenie {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-bottom: 20px; }
  .szkolenia-usera .one-szkolenie h3 {
    margin-top: 0; }
  .szkolenia-usera .one-szkolenie .buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px; }
    .szkolenia-usera .one-szkolenie .buttons a {
      display: block;
      height: 100%;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      padding: 10px 20px;
      font-size: 120%; }
      .szkolenia-usera .one-szkolenie .buttons a:hover {
        transform: scale(0.95) !important; }
      .szkolenia-usera .one-szkolenie .buttons a:nth-child(2) {
        margin-left: 10px; }

#price {
  margin-top: 3vw;
  padding: 20px 0;
  background-image: linear-gradient(90deg, #4bbed5 0%, #4384c3 50%, #4bbed5 100%); }
  #price .price {
    color: #fff;
    font-size: 237%;
    letter-spacing: 2px;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    text-align: center; }
  #price .price-bottom {
    font-size: 205%;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Dosis", sans-serif;
    text-align: center; }

#review {
  margin-bottom: 5vw; }
  #review .owl-nav {
    display: none; }
  #review h2 {
    font-size: 420%;
    text-transform: initial;
    font-weight: 400;
    text-align: center;
    padding-top: 3vw;
    margin-top: 0;
    margin-bottom: 2vw;
    font-family: "Dosis", sans-serif; }
  #review .fb-big {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2vw;
    align-items: center; }
    #review .fb-big img {
      width: 70px;
      margin-right: 15px; }
    #review .fb-big p {
      margin-bottom: 0;
      font-weight: 600;
      font-size: 140%;
      color: #1976d2; }
    #review .fb-big:hover {
      transform: scale(0.9); }
  #review .one-review {
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    padding: 15px; }
  #review .wrapper {
    display: flex; }
  #review .foto {
    margin-right: 15px; }
    #review .foto img {
      border-radius: 50%;
      width: 80px;
      height: 80px;
      object-fit: cover; }
  #review .text-right {
    font-size: 130%;
    font-weight: 400;
    margin-bottom: 0; }
  #review .date {
    font-weight: 400;
    color: #a3a3a3; }
  #review .review p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
  #review .wrapper-top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #review .wrapper-top .icon {
      width: 40px;
      height: 40px;
      background-color: #1877f2;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      border-radius: 50%; }
      #review .wrapper-top .icon img {
        width: 80%;
        height: auto; }

.video-foto-text {
  padding-top: 4vw; }
  .video-foto-text .foto {
    position: relative;
    overflow: hidden;
    padding-right: 30px; }
    .video-foto-text .foto img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute; }
  .video-foto-text .wideo iframe {
    width: 100%;
    height: 100%; }
  .video-foto-text .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .video-foto-text .text {
    padding: 30px 0px 30px 15px; }
    .video-foto-text .text .terminy p {
      font-size: 124%;
      font-weight: 400; }
    .video-foto-text .text h1 {
      font-size: 257%;
      text-transform: initial;
      font-family: "Dosis", sans-serif;
      text-align: left; }
    .video-foto-text .text .price {
      text-align: center;
      font-size: 200%;
      font-weight: 500;
      color: #5073a6;
      font-family: "Dosis", sans-serif;
      margin-top: 30px; }
      .video-foto-text .text .price .licznik-title {
        font-size: 90%; }
    .video-foto-text .text .price-bottom {
      font-weight: 700;
      color: #5073a6; }
    .video-foto-text .text .buttons {
      display: flex;
      justify-content: center;
      width: 100%; }
  .video-foto-text .form {
    background-color: #f1f1f1;
    border-radius: 15px; }
    .video-foto-text .form .form-group {
      justify-content: center; }
      .video-foto-text .form .form-group .contact-checkbox-label {
        margin-right: auto;
        max-width: 450px;
        margin: 0 auto; }
        .video-foto-text .form .form-group .contact-checkbox-label .checkbox-styled {
          text-align: center; }

.curse-description {
  margin-top: 2.5vw;
  padding-bottom: 0vw; }
  .curse-description h2 {
    font-size: 420%;
    text-transform: initial;
    font-weight: 400;
    text-align: center;
    padding-top: 6vw;
    margin-top: 0;
    margin-bottom: 2vw; }
  .curse-description .one-worker {
    margin-bottom: 2vw; }
  .curse-description .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between; }
  .curse-description .text {
    width: 50%;
    padding-right: 3vw; }
  .curse-description .text-inner h3 {
    font-size: 220%;
    font-weight: 400; }
    .curse-description .text-inner h3:first-child {
      margin-top: 0; }
  .curse-description .text-inner p, .curse-description .text-inner ul li {
    text-align: justify; }
  .curse-description .foto {
    width: 50%;
    position: relative;
    max-width: fit-content;
    max-width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    z-index: -1; }
    .curse-description .foto figure {
      margin-bottom: 0;
      border-radius: 20px; }
      .curse-description .foto figure img {
        height: auto;
        max-width: 100%;
        object-fit: cover; }

main {
  padding-top: 40px;
  min-height: calc(100vh - 149px);
  overflow-x: hidden; }

#kurs {
  background-repeat: no-repeat;
  background-position: left 134px;
  background-size: contain; }

#start {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding-top: 40px !important; }

#rodzaje-szkolen {
  background-color: #f3f6fb;
  background-image: url("/img/rodzaje-szkolen.webp");
  background-repeat: no-repeat;
  background-size: 100% auto; }
  #rodzaje-szkolen .module-title {
    margin-bottom: 50px; }
  #rodzaje-szkolen .row {
    justify-content: center; }
  #rodzaje-szkolen .foto {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 20px; }
    #rodzaje-szkolen .foto img {
      object-fit: contain; }

.module-title {
  text-align: center;
  font-size: 340%;
  color: #00306e;
  font-weight: 600;
  padding-bottom: 0;
  text-transform: initial; }

.review-carousel-master {
  margin-left: auto;
  margin-right: auto; }
  .review-carousel-master .news-carousel .owl-nav button.owl-prev {
    background: #0d5ff3;
    width: 50px;
    height: 50px;
    top: calc(50% - 45px); }
    .review-carousel-master .news-carousel .owl-nav button.owl-prev img {
      margin-bottom: 0;
      margin-right: -2px; }
  .review-carousel-master .news-carousel .owl-nav button.owl-next {
    background: #0d5ff3;
    width: 50px;
    height: 50px;
    top: calc(50% - 45px); }
    .review-carousel-master .news-carousel .owl-nav button.owl-next img {
      margin-bottom: 0;
      margin-right: -2px; }
  .review-carousel-master .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .review-carousel-master .owl-dots .owl-dot {
      border-radius: 50%;
      width: 20px;
      height: 20px;
      min-width: 20px;
      border: 2px solid #d2deea;
      margin: 0 3px; }
      .review-carousel-master .owl-dots .owl-dot.active {
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #0d5ff3; }
        .review-carousel-master .owl-dots .owl-dot.active:before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background-color: #0d5ff3;
          border-radius: 50%; }
      .review-carousel-master .owl-dots .owl-dot:hover {
        border-color: #0d5ff3; }
  .review-carousel-master .text {
    background-color: #f3f6fb;
    padding: 60px 40px;
    border-radius: 10px; }
  .review-carousel-master p {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .review-carousel-master .review p {
    font-size: 140%;
    color: #6b6b6b;
    font-weight: 300;
    line-height: 120%; }
  .review-carousel-master .sign {
    display: flex;
    justify-content: flex-end; }
    .review-carousel-master .sign p {
      font-size: 190%;
      color: #00306e;
      font-weight: 600;
      padding-bottom: 0; }

#tytul {
  display: flex;
  justify-content: center; }
  #tytul .wrapper {
    max-width: 730px;
    margin-top: 4vw;
    margin-bottom: 4vw; }
    #tytul .wrapper img {
      margin-bottom: 2vw; }
    #tytul .wrapper p {
      font-weight: 500;
      font-size: 106%; }

.preloader {
  position: absolute;
  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; }

#apartamenty .full-form .open-zaawansowane a {
  display: flex; }
  #apartamenty .full-form .open-zaawansowane a:after {
    content: " ";
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url("/img/two-down-arrows.svg");
    background-repeat: no-repeat;
    background-position: center right;
    display: block;
    background-size: 15px; }
#apartamenty .full-form #zaawansowane {
  display: none;
  padding-top: 40px; }
#apartamenty .full-form #find-real-estate-more {
  max-width: 1130px; }

.real-estate-listing {
  margin: 0 auto;
  background-color: #f3f6fb; }
  .real-estate-listing h1 {
    font-size: 120%;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding: 3.5vw 0;
    margin: 0; }
  .real-estate-listing .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .real-estate-listing .one-element {
    border: 5px solid #ecb784;
    box-shadow: 5px 5px 15px 3px #ddd;
    display: block;
    width: 432px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%; }
    .real-estate-listing .one-element:hover .foto > img {
      min-width: 120%;
      transition: 0.5s;
      -webkit-transition: 0.5s; }
  .real-estate-listing h3 {
    color: #000;
    margin-bottom: 0;
    font-size: 18px; }
  .real-estate-listing .city {
    color: #6a6a6a;
    font-size: 13px; }
  .real-estate-listing .foto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 268px;
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    background-color: #fff; }
    .real-estate-listing .foto img {
      min-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.5s;
      -webkit-transition: 0.5s; }
  .real-estate-listing .center-text {
    color: #6a6a6a;
    margin-bottom: 20px; }
    .real-estate-listing .center-text p {
      margin-bottom: 0; }
  .real-estate-listing .wiecej {
    text-decoration: underline;
    color: #000; }
  .real-estate-listing .reservation {
    position: absolute;
    right: 0;
    bottom: 0; }
    .real-estate-listing .reservation .reservation-inner {
      position: relative; }
    .real-estate-listing .reservation p {
      position: absolute;
      font-weight: 600;
      font-size: 16px;
      width: 100%;
      text-align: center;
      margin-top: 4px; }
  .real-estate-listing .text {
    background-color: #fff;
    padding: 17px 20px 5px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .real-estate-listing .bottom-text {
    border-top: 1px solid #f3f6fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    color: #000;
    font-weight: 600;
    min-height: 55px;
    flex-wrap: wrap; }
    .real-estate-listing .bottom-text p {
      margin-top: 20px;
      margin-bottom: 0;
      white-space: nowrap; }
  .real-estate-listing .rooms {
    display: flex;
    align-items: center; }
    .real-estate-listing .rooms p {
      margin-right: 25px;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center left;
      padding-left: 30px; }
  .real-estate-listing .price {
    font-size: 130%; }

#front-text {
  text-align: center;
  padding-bottom: 5vw; }
  #front-text h1 {
    background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 337%;
    text-transform: initial;
    width: fit-content;
    width: -moz-fit-content;
    margin: 5vw auto 2vw auto; }
  #front-text h2 {
    font-size: 131%;
    font-weight: 700;
    color: #000; }
  #front-text p {
    font-size: 94%;
    color: #000000;
    font-weight: 300;
    line-height: 150%; }
  #front-text strong {
    font-weight: 700;
    font-style: italic; }

#foto-block-start .wrapper .text .text-inner {
  text-shadow: none; }

#foto-block-full-img .foto-block .wrapper .text .text-inner {
  text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 7px #000000; }
#foto-block-full-img .text-inner {
  width: 800px; }
#foto-block-full-img .wrapper {
  min-height: 530px;
  position: relative; }
#foto-block-full-img .foto {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000; }
  #foto-block-full-img .foto img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    position: relative;
    right: -20%; }
#foto-block-full-img .text {
  z-index: 1;
  background-image: none;
  height: 100%; }
#foto-block-full-img h2 {
  font-size: 163%;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: initial; }
#foto-block-full-img h4 {
  font-size: 150%;
  color: #cb9565;
  font-weight: 500;
  text-decoration: underline;
  font-style: italic; }
#foto-block-full-img p, #foto-block-full-img ul li {
  font-size: 94%;
  color: #aaaaaa;
  font-weight: 300; }
#foto-block-full-img strong {
  font-weight: 700;
  margin: 0.5vw 0;
  display: block; }
#foto-block-full-img .podpis {
  margin-top: 1vw; }
  #foto-block-full-img .podpis img {
    width: 10.5vw; }

#reg-info {
  color: #fff;
  font-size: 1.2em; }

.box-flex {
  display: flex; }
  .box-flex input {
    position: relative;
    top: 6px; }

.left-sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999; }
  .left-sidebar ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .left-sidebar ul li {
      display: flex;
      justify-content: flex-end;
      width: 65px;
      transition: 0.5s;
      -webkit-transition: 0.5s; }
      .left-sidebar ul li a {
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%; }
        .left-sidebar ul li a img {
          width: 25px; }
      .left-sidebar ul li.fb a {
        background-color: #3b5999; }
      .left-sidebar ul li.lin a {
        background-color: #0077b5; }
      .left-sidebar ul li:hover {
        width: 100px; }

#contact-info {
  padding-bottom: 4vw; }
  #contact-info .wrapper {
    display: flex;
    max-width: 1020px;
    margin: 0 auto;
    justify-content: space-between; }
  #contact-info h2 {
    text-align: left; }
  #contact-info p {
    color: #000; }
  #contact-info a {
    color: #3499b5;
    text-decoration: underline; }
    #contact-info a:hover {
      color: #df467a; }
  #contact-info .one-worker {
    margin-bottom: 40px; }
  #contact-info .address {
    text-align: left;
    padding-left: 110px;
    background-size: 61px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-right: 20px; }
  #contact-info .tel {
    padding-left: 35px;
    background-image: url("/img/min-tel.png");
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat; }
  #contact-info .email {
    padding-left: 35px;
    background-image: url("/img/min-email.png");
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat; }

.bread {
  background-color: #f3f6fb;
  border-bottom: 1px solid #c5c5c5; }
  .bread ul.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    height: 80px;
    margin-bottom: 0;
    background-color: transparent; }
    .bread ul.breadcrumb li {
      font-size: 14px;
      font-weight: 400;
      color: rgba(121, 121, 121, 0.7);
      text-transform: uppercase; }
      .bread ul.breadcrumb li .arrow {
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        border-right: 2px solid #898989;
        border-top: 2px solid #898989;
        display: inline-block;
        margin: 0 10px; }
      .bread ul.breadcrumb li a {
        font-size: 14px;
        font-weight: 400;
        color: rgba(121, 121, 121, 0.7); }
        .bread ul.breadcrumb li a:hover {
          color: #3499b5; }
      .bread ul.breadcrumb li.home img {
        width: 19px;
        filter: invert(84%) sepia(18%) saturate(7438%) hue-rotate(29deg) brightness(99%) contrast(76%);
        position: relative;
        bottom: 2px; }

#terms-group label {
  color: #fff; }
#terms-group a {
  color: #0d5ff3; }

#search-job form {
  display: flex;
  justify-content: center; }
  #search-job form input {
    height: 44px; }
  #search-job form input[type="text"] {
    width: 500px; }
  #search-job form .btn {
    margin-left: 15px; }

#top-belt {
  background-color: #fff; }
  #top-belt .languages img {
    width: 35px; }
  #top-belt .languages .dropdown-item {
    width: 100%; }
    #top-belt .languages .dropdown-item button {
      padding-left: 4px; }
  #top-belt .container-fluid {
    padding-top: 0; }
  #top-belt .inner {
    display: flex;
    align-items: center;
    height: 50px; }
  #top-belt .top-contact {
    width: 100%;
    display: flex;
    flex: 1 1;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
    justify-content: space-between; }
    #top-belt .top-contact .left {
      display: flex;
      align-items: center; }
      #top-belt .top-contact .left p {
        margin-right: 30px;
        margin-bottom: 0; }
    #top-belt .top-contact .start {
      height: 100%;
      width: 30px;
      height: 30px;
      margin-right: 100px;
      background-image: url("/img/home.svg");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center; }
      #top-belt .top-contact .start:hover {
        background-image: url("/img/home-hover.svg"); }
    #top-belt .top-contact a, #top-belt .top-contact p {
      color: #000;
      margin: 0;
      font-weight: 400; }
    #top-belt .top-contact a:hover {
      color: #cb9565; }
    #top-belt .top-contact .address {
      font-weight: 700;
      margin-left: 30px;
      display: flex;
      align-items: center;
      white-space: nowrap; }

#main-nav {
  position: relative;
  opacity: 0; }
  #main-nav .language {
    font-size: 16px;
    height: 50px; }
    #main-nav .language .dropdown-toggle {
      color: #fff; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0; }
    #main-nav .inner #logo {
      display: flex;
      align-items: center; }
      #main-nav .inner #logo img {
        width: 278px; }
      #main-nav .inner #logo .motto {
        margin-left: 15px; }
        #main-nav .inner #logo .motto .first {
          font-size: 190%;
          line-height: 100%;
          color: #000;
          font-weight: 700;
          margin-bottom: 0;
          white-space: nowrap;
          text-transform: uppercase; }
        #main-nav .inner #logo .motto .second {
          font-size: 145%;
          line-height: 100%;
          color: #797979;
          font-weight: 700;
          margin-bottom: 0;
          white-space: nowrap;
          text-transform: uppercase; }
  #main-nav .bg-block {
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(50% + 790px);
    z-index: -1;
    border-bottom-left-radius: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  #main-nav .btn-menu {
    z-index: 1;
    padding: 5px 10px; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%; }
  #main-menu .menu-button {
    margin-left: 30px;
    margin-right: 20px;
    outline: none !important; }
  #main-menu .last-button {
    padding: 24px 42px 24px 42px;
    margin-left: 50px;
    background-image: linear-gradient(320deg, #00306e 0%, #3499b5 80%, #00e6d3 100%);
    border-radius: 5px; }
    #main-menu .last-button span {
      font-size: 118%;
      white-space: nowrap;
      background-image: url("/img/tel.svg");
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 30px;
      color: #fff;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      #main-menu .last-button span:hover {
        color: #fff;
        transform: scale(0.9); }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }
  .page-nav li {
    margin-bottom: 0px; }
    .page-nav li a {
      font-weight: 500;
      display: block;
      padding: 30px 30px;
      font-size: 112%;
      color: #00306e;
      white-space: nowrap;
      text-transform: uppercase; }
      .page-nav li a:after {
        display: block;
        content: " ";
        width: 0px;
        height: 3px;
        background-image: linear-gradient(320deg, #00306e 0%, #3499b5 80%, #00e6d3 100%);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        border: none; }
      .page-nav li a:hover {
        color: #000; }
        .page-nav li a:hover:after {
          width: 100%; }
    .page-nav li:before {
      display: none; }
  .page-nav > li:last-child > a {
    color: #fff;
    background-color: #0d5ff3;
    border-radius: 5px;
    padding: 10px 50px; }
    .page-nav > li:last-child > a:after {
      display: none; }
    .page-nav > li:last-child > a:hover {
      box-shadow: 0 0 7px 1px #0d5ef5a8; }
  .page-nav > li:nth-last-child(2) {
    margin-right: 20px; }
  .page-nav .dropdown .dropdown-menu {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-top: 3px solid #0d5ff3;
    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 .dropdown .dropdown-menu li {
      width: 100%; }
      .page-nav .dropdown .dropdown-menu li a {
        padding: 15px 10px;
        width: 100%; }

.full-form .full-form-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.full-form .form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #0003;
  padding-top: 11vw;
  padding-bottom: 3vw; }
.full-form #find-real-estate {
  width: 650px; }
  .full-form #find-real-estate .input-image {
    background-color: #fff; }
  .full-form #find-real-estate .buttons {
    margin-top: 20px; }
.full-form .logo_consulting {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px; }
.full-form #find-real-estate-more {
  max-width: 1080px;
  margin: 0 auto; }
.full-form .top-group .dropdown-toggle {
  color: #fff; }
  .full-form .top-group .dropdown-toggle:hover {
    color: #cb9565; }
.full-form .open-zaawansowane a {
  cursor: pointer;
  color: #fff; }
  .full-form .open-zaawansowane a:hover {
    color: #cb9565; }
.full-form #zaawansowane {
  padding-top: 80px; }
.full-form .checkboxy {
  padding: 0 10px; }
  .full-form .checkboxy .checkbox-label {
    width: calc(20% - 20px); }

.language {
  display: flex;
  align-items: center; }
  .language a {
    padding: 3px 12px;
    display: block; }
    .language a:hover {
      transform: translateY(-2px); }

.simple-steps h3 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 125%; }
.simple-steps p {
  text-align: center;
  color: #797979;
  font-weight: 400; }
.simple-steps .wrapper {
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
  flex-wrap: wrap; }
.simple-steps .one-step {
  padding: 0 15px;
  width: 25%; }
.simple-steps .foto {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .simple-steps .foto img {
    max-width: 100%;
    height: auto; }

#layerslider {
  height: 45vw;
  z-index: 0;
  background-color: #f3f6fb; }
  #layerslider .ls-wrapper {
    width: 100% !important;
    height: 100% !important; }
  #layerslider .foto {
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 500px;
    float: right; }
  #layerslider .ls-layer {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center; }
    #layerslider .ls-layer .slider-bg {
      width: 100vw;
      height: 100%;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      #layerslider .ls-layer .slider-bg .container {
        height: 100%; }
      #layerslider .ls-layer .slider-bg .wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        #layerslider .ls-layer .slider-bg .wrapper ul {
          padding-left: 80px;
          background-image: url("/img/klepsydra.png");
          background-size: 59px;
          background-repeat: no-repeat;
          background-position: top left;
          background-size: auto 100%; }
          #layerslider .ls-layer .slider-bg .wrapper ul li {
            font-size: 157%;
            color: #00306e;
            font-weight: 500;
            margin-bottom: 20px; }
            #layerslider .ls-layer .slider-bg .wrapper ul li:before {
              display: none; }
        #layerslider .ls-layer .slider-bg .wrapper h2 {
          font-size: 340%;
          color: #00306e;
          font-weight: 700;
          white-space: normal;
          margin-bottom: 30px; }
        #layerslider .ls-layer .slider-bg .wrapper p {
          font-size: 157%;
          color: #00306e;
          font-weight: 500;
          white-space: normal; }
        #layerslider .ls-layer .slider-bg .wrapper .buttons {
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap; }
          #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
            text-transform: lowercase; }
            #layerslider .ls-layer .slider-bg .wrapper .buttons .btn:nth-child(2) {
              margin-left: 15px; }
        #layerslider .ls-layer .slider-bg .wrapper .text {
          max-width: 570px;
          padding-top: 80px;
          padding-left: 50px; }
          #layerslider .ls-layer .slider-bg .wrapper .text .play {
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            margin-top: 40px; }
            #layerslider .ls-layer .slider-bg .wrapper .text .play .btn-play {
              display: flex;
              justify-content: center;
              align-items: center;
              border: 5px solid #fff;
              width: 70px;
              height: 70px;
              border-radius: 50%;
              margin-right: 25px;
              transition: 0.3s;
              -webkit-transition: 0.3s; }
              #layerslider .ls-layer .slider-bg .wrapper .text .play .btn-play img {
                width: 40%;
                filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(266deg) brightness(104%) contrast(103%); }
            #layerslider .ls-layer .slider-bg .wrapper .text .play p {
              font-size: 120%;
              color: #ffffff;
              font-weight: 400;
              margin-bottom: 0;
              text-transform: uppercase; }
            #layerslider .ls-layer .slider-bg .wrapper .text .play:hover .btn-play {
              transform: scale(0.9); }
    #layerslider .ls-layer .slider-image {
      width: 100vw;
      height: 100%;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover; }

.paralax_group .paralax-slider-bg {
  position: relative;
  overflow: hidden; }
.paralax_group .paralax-img {
  position: absolute;
  width: 140%;
  height: 140%;
  object-fit: cover;
  object-position: top center;
  z-index: -1; }
.paralax_group .wrapper {
  display: flex;
  padding-top: 153px; }
  .paralax_group .wrapper .text {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative; }
    .paralax_group .wrapper .text .text-inner {
      width: 555px;
      padding-left: 0; }
    .paralax_group .wrapper .text h1, .paralax_group .wrapper .text h2 {
      font-size: 290%;
      text-transform: uppercase;
      font-weight: 700; }
    .paralax_group .wrapper .text h3 {
      font-size: 145%;
      text-transform: uppercase;
      font-weight: 700; }
    .paralax_group .wrapper .text ul {
      list-style: none; }
      .paralax_group .wrapper .text ul li {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        font-size: 155%;
        color: #000;
        font-weight: 500; }
        .paralax_group .wrapper .text ul li:before {
          content: " ";
          display: inline-block;
          width: 38px;
          min-width: 38px;
          height: 38px;
          background-image: url("/img/ul-check.svg");
          background-size: calc(100% - 16px);
          background-repeat: no-repeat;
          background-position: center;
          background-color: #fff;
          border-radius: 50%;
          margin-right: 20px; }
    .paralax_group .wrapper .text .buttons {
      display: flex;
      justify-content: center; }
      .paralax_group .wrapper .text .buttons .btn:nth-child(2) {
        margin-left: 25px; }
  .paralax_group .wrapper .owl-carousel {
    width: 50%; }
    .paralax_group .wrapper .owl-carousel .owl-stage-outer, .paralax_group .wrapper .owl-carousel .owl-stage, .paralax_group .wrapper .owl-carousel .owl-item, .paralax_group .wrapper .owl-carousel .one-element, .paralax_group .wrapper .owl-carousel .foto {
      height: 100%; }
    .paralax_group .wrapper .owl-carousel img {
      height: 100%;
      object-fit: cover; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    color: #000;
    margin-left: 15px;
    margin-right: 15px; }
    .pagination .button-nav:hover {
      color: #3499b5; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers a {
      width: 30px;
      height: 38px;
      border: 1px solid #000;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      margin-right: 4px;
      color: #797979; }
      .pagination .numbers a.active {
        background-color: #000;
        color: #fff; }
      .pagination .numbers a:hover:not(.active) {
        border-color: #3499b5;
        background-color: #3499b5;
        color: #fff; }
    .pagination .numbers span {
      align-self: flex-end; }

#big-slider .inner {
  position: relative; }
#big-slider .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 55%;
  max-height: 100%; }
  #big-slider .photo figure {
    margin: 0; }
    #big-slider .photo figure img {
      max-width: 100% !important; }
#big-slider .special-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end; }
  #big-slider .special-wrapper .special-container {
    bottom: -1px;
    position: relative;
    z-index: 31;
    width: 100%;
    height: 9vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }

#serach-belt {
  position: relative; }
  #serach-belt .form-control {
    padding-left: 30px;
    padding-right: 45px; }
  #serach-belt .btn-search {
    border-radius: 0px;
    width: 50px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    padding: 0;
    height: 100%; }
    #serach-belt .btn-search img {
      width: 26px; }

.button-more {
  padding-top: 50px;
  padding-bottom: 50px; }

.offer-list .one-offer {
  border-top: 10px solid #f3f6fb; }
  .offer-list .one-offer .one-offer-inner {
    display: flex;
    padding: 20px;
    color: #3499b5; }
    .offer-list .one-offer .one-offer-inner .head {
      display: flex;
      justify-content: space-between; }
      .offer-list .one-offer .one-offer-inner .head .title-wrapper {
        display: flex; }
        .offer-list .one-offer .one-offer-inner .head .title-wrapper a h2 {
          font-size: 100%;
          margin-bottom: 5px;
          color: #797979;
          font-weight: 600; }
        .offer-list .one-offer .one-offer-inner .head .title-wrapper a:hover h2 {
          color: #3499b5; }
    .offer-list .one-offer .one-offer-inner .foto {
      height: 148px;
      width: 258px;
      margin-right: 20px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .offer-list .one-offer .one-offer-inner .foto img {
        width: 100%;
        max-height: 150px;
        object-fit: contain;
        object-position: center center;
        background-color: #fff; }
    .offer-list .one-offer .one-offer-inner p {
      color: #3499b5;
      font-weight: 600; }
      .offer-list .one-offer .one-offer-inner p strong {
        color: #797979; }
    .offer-list .one-offer .one-offer-inner .date p {
      color: #797979;
      font-size: 130%;
      margin-bottom: 0; }
    .offer-list .one-offer .one-offer-inner .text {
      flex: 1 1 100%; }
      .offer-list .one-offer .one-offer-inner .text .description p {
        line-height: 20px;
        color: #6a6a6a;
        font-weight: 400;
        font-size: 100%; }
      .offer-list .one-offer .one-offer-inner .text .salary p {
        font-size: 110%;
        font-weight: 600; }
        .offer-list .one-offer .one-offer-inner .text .salary p strong {
          font-weight: 600; }
      .offer-list .one-offer .one-offer-inner .text p {
        font-size: 120%; }
    .offer-list .one-offer .one-offer-inner .buttons {
      text-align: right; }
      .offer-list .one-offer .one-offer-inner .buttons .btn img {
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .offer-list .one-offer .one-offer-inner .buttons .btn:hover img {
        transform: translateX(5px); }

#last-offers {
  margin-bottom: 5vw; }

#last-review .inner {
  padding-top: 1px;
  padding-bottom: 15px;
  background-color: #f3f6fb; }

.review-list .one-review {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  .review-list .one-review p {
    margin: 0;
    color: #797979;
    font-size: 120%;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .review-list .one-review .foto {
    margin-right: 45px; }
    .review-list .one-review .foto img {
      width: 136px;
      height: 136px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center; }
  .review-list .one-review .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center; }

.double-block {
  display: flex;
  flex-wrap: wrap; }
  .double-block .one-block {
    color: #797979;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 15px;
    margin-bottom: 15px;
    flex: 1 1 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column; }
    .double-block .one-block .button {
      margin-top: auto; }
    .double-block .one-block h2 {
      color: #3499b5; }

#logos-carousel .container {
  max-width: 1200px; }

.logos-carousel-master {
  padding: 5vw 0; }
  .logos-carousel-master .one-logo .foto {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .logos-carousel-master .one-logo .foto img {
      width: auto;
      max-width: 100%;
      max-height: 100%;
      object-position: center center; }

.free_hour.hidden {
  display: none; }

#reservation-calendar .free-hours {
  display: none; }
#reservation-calendar .week_days {
  border-bottom: 3px solid #dbe7fb;
  display: flex; }
  #reservation-calendar .week_days .week_day.disabled {
    background-color: transparent;
    border-left: 1px solid #dbe7fb;
    border-right: 1px solid #dbe7fb;
    margin: 0;
    padding: 4px;
    min-width: 84px;
    width: 84px;
    height: 70px; }
    #reservation-calendar .week_days .week_day.disabled:first-child {
      border-left-color: transparent; }
    #reservation-calendar .week_days .week_day.disabled:last-child {
      border-right-color: transparent; }
#reservation-calendar .month-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  #reservation-calendar .month-item h3 {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin-top: 0; }
#reservation-calendar .day_item {
  background-color: #dbe7fb;
  min-width: 74px;
  width: 74px;
  height: 74px;
  margin: 5px;
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #reservation-calendar .day_item.disabled {
    cursor: default;
    background-color: #f3f6fb;
    color: rgba(33, 37, 41, 0.7); }
    #reservation-calendar .day_item.disabled:hover {
      background-color: #f3f6fb; }
  #reservation-calendar .day_item.empty {
    background-color: transparent; }
    #reservation-calendar .day_item.empty:hover {
      background-color: transparent; }
  #reservation-calendar .day_item:hover {
    background-color: #b5d1ff; }

.reservation-calendar-carousel {
  position: relative; }
  .reservation-calendar-carousel .owl-nav button {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    position: absolute;
    top: 0; }
    .reservation-calendar-carousel .owl-nav button.disabled {
      display: none !important; }
    .reservation-calendar-carousel .owl-nav button img {
      width: 36%; }
    .reservation-calendar-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: 10px;
      background-color: #0d5ff3;
      background-repeat: no-repeat;
      background-size: contain; }
      .reservation-calendar-carousel .owl-nav button.owl-prev img {
        margin-left: 2px; }
    .reservation-calendar-carousel .owl-nav button.owl-next {
      right: 10px;
      background-color: #0d5ff3;
      background-repeat: no-repeat;
      background-size: contain; }
      .reservation-calendar-carousel .owl-nav button.owl-next img {
        margin-left: 2px; }
    .reservation-calendar-carousel .owl-nav button:focus {
      outline: none; }

#send-reservation-form .reservation-price .old-price {
  text-decoration: line-through; }

.popup-free-hours .popup_free_hours {
  display: flex;
  flex-wrap: wrap; }
  .popup-free-hours .popup_free_hours .free_hour {
    flex: 0 0 18%;
    margin-right: 10px; }
.popup-free-hours h3 {
  margin-bottom: 15px; }
.popup-free-hours input[type='radio'] {
  height: 30px;
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer; }
.popup-free-hours label {
  background-color: #f3f6fb;
  font-size: 130%;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100px;
  padding: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .popup-free-hours label:hover {
    background-color: #b5d1ff; }

.your-hours-list {
  width: fit-content;
  width: -moz-fit-content; }
  .your-hours-list .your-hour {
    background-color: #0d5ff3;
    padding: 10px 20px;
    margin-bottom: 3px;
    width: 100%; }
    .your-hours-list .your-hour p {
      color: #fff;
      font-size: 120% !important;
      font-weight: 600;
      margin-bottom: 0; }

.your-hours .reservation-discount {
  margin-top: 30px; }
.your-hours .your-hours-list {
  width: fit-content;
  width: -moz-fit-content; }
.your-hours .your-hour {
  display: none;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between; }
  .your-hours .your-hour p {
    margin-bottom: 0; }
  .your-hours .your-hour .btn {
    margin-left: 20px;
    background-color: #bd2130;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .your-hours .your-hour .btn img {
      width: 20px; }
    .your-hours .your-hour .btn:hover {
      box-shadow: 0 0 5px 1px #bd2130; }

.news-carousel {
  position: relative;
  margin-bottom: 30px; }
  .news-carousel .owl-nav button {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    position: absolute;
    top: 145px; }
    .news-carousel .owl-nav button img {
      width: 36%;
      margin-bottom: -2px; }
    .news-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -100px;
      background-image: linear-gradient(320deg, #00306e 0%, #3499b5 80%, #00e6d3 100%);
      background-repeat: no-repeat;
      background-size: contain; }
    .news-carousel .owl-nav button.owl-next {
      right: -100px;
      background-image: linear-gradient(320deg, #00306e 0%, #3499b5 80%, #00e6d3 100%);
      background-repeat: no-repeat;
      background-size: contain; }
    .news-carousel .owl-nav button:focus {
      outline: none; }
  .news-carousel .one-news {
    color: #797979;
    display: block; }
    .news-carousel .one-news img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .news-carousel .one-news .wrapper {
      display: flex; }
    .news-carousel .one-news h3 {
      color: #3499b5;
      text-transform: uppercase;
      font-size: 140%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .news-carousel .one-news p {
      font-size: 120%;
      line-height: 22px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .news-carousel .one-news .date {
      display: flex;
      justify-content: center;
      align-items: center;
      min-width: 86px;
      flex-direction: column;
      background-color: #f3f6fb;
      font-size: 140%; }
      .news-carousel .one-news .date span {
        line-height: 26px; }
        .news-carousel .one-news .date span:last-child {
          letter-spacing: 2px; }
        .news-carousel .one-news .date span:first-child {
          font-size: 130%; }
    .news-carousel .one-news .text {
      padding: 20px; }

#blog h2 {
  font-size: 420%;
  text-transform: initial;
  font-weight: 400;
  text-align: center;
  padding-top: 2vw;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: "Caveat", cursive;
  font-family: "Dosis", sans-serif; }

.gallery-carousel-master .owl-nav button.owl-prev {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.5;
  outline: none;
  position: absolute;
  left: 10px;
  border: 2px solid #cb9565 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .gallery-carousel-master .owl-nav button.owl-prev img {
    width: 40%; }
  .gallery-carousel-master .owl-nav button.owl-prev:hover {
    opacity: 1; }
.gallery-carousel-master .owl-nav button.owl-next {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0.5;
  outline: none;
  position: absolute;
  right: 10px;
  border: 2px solid #cb9565 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .gallery-carousel-master .owl-nav button.owl-next img {
    width: 40%; }
  .gallery-carousel-master .owl-nav button.owl-next:hover {
    opacity: 1; }
.gallery-carousel-master .one-foto .foto {
  height: 21vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .gallery-carousel-master .one-foto .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .gallery-carousel-master .one-foto .foto:hover .open-full {
    display: flex; }
.gallery-carousel-master .one-foto .open-full {
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none; }
  .gallery-carousel-master .one-foto .open-full a {
    width: 36px;
    height: 36px;
    display: block;
    background-image: url("/img/fullscreen.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .gallery-carousel-master .one-foto .open-full:hover {
    background-color: #000; }

#one-real-estate-gallery {
  margin-bottom: 0;
  position: relative; }
  #one-real-estate-gallery .zarezerwowany {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1; }
    #one-real-estate-gallery .zarezerwowany .reservation-inner {
      position: relative; }
    #one-real-estate-gallery .zarezerwowany p {
      position: absolute;
      font-weight: 600;
      font-size: 16px;
      width: 100%;
      text-align: center;
      margin-top: 6px; }
    #one-real-estate-gallery .zarezerwowany img {
      z-index: 1; }

#simple-real-estate {
  margin-bottom: 6vw; }
  #simple-real-estate .container {
    max-width: 800px; }
  #simple-real-estate h1 {
    text-transform: initial;
    margin-bottom: 25px;
    color: #000;
    margin-top: 3vw; }
  #simple-real-estate .adress {
    width: 100%;
    text-align: center;
    margin-bottom: 45px; }
  #simple-real-estate .properties {
    display: flex;
    justify-content: space-between; }
  #simple-real-estate .property {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #simple-real-estate .property .foto {
      height: 37px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
    #simple-real-estate .property p {
      font-size: 87%;
      letter-spacing: 1px;
      color: #797979;
      font-weight: 400; }
    #simple-real-estate .property strong {
      font-size: 185%;
      color: #000;
      font-weight: 400; }
  #simple-real-estate .bottom-line {
    width: 162px;
    height: 3px;
    margin: 4vw auto;
    background-image: -webkit-linear-gradient(135deg, #755147 0%, #f1d3b3 39%, #b37f55 64%, #774f2f 91%); }
  #simple-real-estate .description p {
    font-size: 100%;
    letter-spacing: 1px;
    line-height: 144%;
    color: #797979;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px; }
  #simple-real-estate .price_before p {
    font-weight: 700;
    text-decoration: underline;
    font-size: 100%;
    letter-spacing: 1px;
    color: #000;
    text-align: center; }
  #simple-real-estate .price_before .string-to-price {
    white-space: nowrap; }
  #simple-real-estate h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 150%;
    margin-bottom: 45px;
    text-align: center; }
  #simple-real-estate .tags {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #simple-real-estate .tags .tag {
      background-image: -webkit-linear-gradient(135deg, #755147 0%, #f1d3b3 39%, #b37f55 64%, #774f2f 91%);
      padding: 1px;
      margin-bottom: 20px;
      margin-left: 2px;
      margin-right: 2px;
      flex: 1; }
      #simple-real-estate .tags .tag p {
        font-size: 87%;
        letter-spacing: 1px;
        color: #000;
        font-weight: 300;
        text-align: center;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        background-color: #fff;
        padding: 5px;
        white-space: nowrap; }

.news-carousel-master .one-news img {
  height: 325px; }
.news-carousel-master .one-news h3 {
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  -webkit-line-clamp: 3;
  text-transform: initial; }
.news-carousel-master .one-news p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 100%; }
.news-carousel-master .one-news .text {
  padding: 20px 0; }
.news-carousel-master .one-news .date {
  font-size: 256%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  text-align: left;
  background-color: transparent;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -2px; }
  .news-carousel-master .one-news .date span {
    display: block;
    line-height: 82%; }
  .news-carousel-master .one-news .date span:first-child {
    font-size: 100%;
    margin-right: 20px; }
  .news-carousel-master .one-news .date span:last-child {
    font-weight: 700; }

#consulting-services-carousel .news-carousel-services {
  max-width: 1100px;
  padding-bottom: 7vw; }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev {
    outline: none;
    padding-right: 10px;
    position: absolute;
    left: 250px;
    top: -115px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev img {
      width: 21px;
      height: 47px;
      transform: rotate(180deg);
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev.disabled {
      opacity: 0.5; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev:hover:not(.disabled) img {
      width: 30px;
      height: 35px; }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next {
    outline: none;
    padding-left: 10px;
    position: absolute;
    right: 250px;
    top: -115px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next img {
      width: 21px;
      height: 47px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next.disabled {
      opacity: 0.5; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next:hover:not(.disabled) img {
      width: 30px;
      height: 35px; }
  #consulting-services-carousel .news-carousel-services .title-carousel-services {
    display: flex;
    justify-content: center; }
    #consulting-services-carousel .news-carousel-services .title-carousel-services h2 {
      background: -webkit-linear-gradient(180deg, #755147 30%, #f1d3b3 45%, #b37f55 55%, #774f2f 70%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 70px;
      margin-top: 5vw; }
  #consulting-services-carousel .news-carousel-services .owl-stage-outer {
    box-shadow: 0px 0px 15px 10px #f3f6fb;
    background-color: #f3f6fb; }
  #consulting-services-carousel .news-carousel-services .owl-item {
    padding: 6px; }
  #consulting-services-carousel .news-carousel-services .one-news {
    background-color: #fff;
    display: block; }
    #consulting-services-carousel .news-carousel-services .one-news .ikonka {
      position: absolute;
      width: 62px;
      height: 62px;
      border: 4px solid #000;
      background-image: -webkit-linear-gradient(135deg, #755147 0%, #f1d3b3 39%, #b37f55 64%, #774f2f 91%);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 25px;
      top: -32px; }
      #consulting-services-carousel .news-carousel-services .one-news .ikonka img {
        width: 60%;
        height: auto; }
    #consulting-services-carousel .news-carousel-services .one-news .foto img {
      height: 190px; }
    #consulting-services-carousel .news-carousel-services .one-news h3 {
      font-size: 94%;
      letter-spacing: 1px;
      color: #000;
      font-weight: 700;
      text-align: left;
      margin-top: 0;
      margin-bottom: 1.5vw;
      text-transform: uppercase;
      max-width: 230px; }
    #consulting-services-carousel .news-carousel-services .one-news p {
      color: #000;
      font-weight: 300;
      font-size: 94%;
      line-height: 140%; }
    #consulting-services-carousel .news-carousel-services .one-news .wrapper {
      padding: 20px 25px 45px 25px;
      position: relative; }
    #consulting-services-carousel .news-carousel-services .one-news .date {
      background-color: #000;
      color: #fff; }
      #consulting-services-carousel .news-carousel-services .one-news .date span:first-child {
        font-weight: bold; }

.uslugi-three-columns {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 50px; }
  .uslugi-three-columns .container {
    max-width: 1260px; }
    .uslugi-three-columns .container > .row {
      justify-content: center; }
  .uslugi-three-columns .one-element {
    display: block;
    margin-bottom: 3vw;
    padding: 15px; }
    .uslugi-three-columns .one-element .inner {
      position: relative;
      cursor: pointer;
      display: block; }
    .uslugi-three-columns .one-element img {
      width: 100%;
      height: 20vw;
      object-fit: cover;
      object-position: center;
      border-radius: 20px; }
    .uslugi-three-columns .one-element .foto {
      display: flex;
      justify-content: center;
      align-items: center; }
      .uslugi-three-columns .one-element .foto figure {
        margin-bottom: 0;
        width: 100%; }
    .uslugi-three-columns .one-element h3 {
      font-size: 180%;
      color: #00306e;
      font-weight: 500;
      text-align: center;
      margin-bottom: 15px; }
    .uslugi-three-columns .one-element p {
      text-align: center;
      font-weight: 300;
      color: #000;
      font-size: 94%; }
    .uslugi-three-columns .one-element button {
      margin-left: auto;
      margin-right: auto;
      padding: 10px 24px; }
    .uslugi-three-columns .one-element .text {
      padding: 15px 10px 35px 10px; }

.company-videos .company-carousel {
  position: relative;
  margin-bottom: 30px; }
  .company-videos .company-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%;
    opacity: 0.7;
    position: absolute;
    top: calc(50% - 25px);
    border: 1px solid #C4C4C4 !important; }
    .company-videos .company-carousel .owl-nav button img {
      width: 12px; }
    .company-videos .company-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -60px; }
    .company-videos .company-carousel .owl-nav button.owl-next {
      right: -60px; }
    .company-videos .company-carousel .owl-nav button:hover {
      opacity: 1; }
    .company-videos .company-carousel .owl-nav button:focus {
      outline: none; }
  .company-videos .company-carousel .one-company {
    color: #797979;
    display: block; }
    .company-videos .company-carousel .one-company .foto {
      position: relative; }
      .company-videos .company-carousel .one-company .foto img {
        height: 16vw;
        width: 100%;
        object-fit: cover;
        object-position: center center; }
      .company-videos .company-carousel .one-company .foto .play {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .company-videos .company-carousel .one-company .foto .play .btn-play {
          background-color: rgba(0, 0, 0, 0.8);
          width: 80px;
          height: 80px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          cursor: pointer;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
          .company-videos .company-carousel .one-company .foto .play .btn-play img {
            background-image: url("/img/play.svg");
            filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(266deg) brightness(104%) contrast(103%);
            width: 40%;
            height: auto; }
          .company-videos .company-carousel .one-company .foto .play .btn-play:hover {
            transform: scale(0.9); }
    .company-videos .company-carousel .one-company .wrapper {
      display: flex; }
      .company-videos .company-carousel .one-company .wrapper h3 {
        background: -webkit-linear-gradient(0deg, #00418f 0%, #009ddd 42%, #61b36b 82%, #95c10b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center; }
      .company-videos .company-carousel .one-company .wrapper p {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .company-videos .company-carousel .one-company .wrapper .text {
        padding: 20px;
        width: 100%; }

#lekcja-szczegoly {
  padding-bottom: 30px; }
  #lekcja-szczegoly p {
    font-size: 200%; }

#subpage-title {
  font-weight: 500;
  font-size: 200%;
  letter-spacing: 1px;
  color: #000;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 10px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Dosis", sans-serif; }

#subpage-title-contakt {
  font-size: 150%;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
  margin: 3.5vw 1vw; }

.google-maps {
  width: 100%; }
  .google-maps iframe {
    width: 100%;
    height: 30vw;
    min-height: 200px; }

#footer {
  padding: 2vw 0;
  background-color: #0f1b31; }
  #footer .socials {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px; }
    #footer .socials a {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      background-color: #1e2c46;
      margin: 5px;
      border-radius: 50%; }
      #footer .socials a img {
        max-width: 50%;
        max-height: 50%; }
      #footer .socials a:hover {
        transform: scale(0.9); }
        #footer .socials a:hover img {
          filter: brightness(10000%); }
  #footer .copyright p {
    margin-bottom: 0; }
  #footer .copyright a {
    color: #3499b5;
    text-decoration: underline; }
    #footer .copyright a:hover {
      color: #df467a; }
  #footer .author {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #footer .author p {
      margin-bottom: 0; }
      #footer .author p a {
        color: #3499b5;
        text-decoration: underline; }
        #footer .author p a:hover {
          color: #df467a; }
  #footer .footer-logo img {
    max-width: 300px;
    margin-bottom: 20px; }
  #footer .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #footer .first-wrapper {
    padding-bottom: 3vw;
    border-bottom: 1px solid #b5c5d544; }
  #footer .newsletter .form-control {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    color: #fff;
    border: 2px solid #ffffff33;
    border-radius: 5px;
    width: 320px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    background-image: url("/img/mail.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 20px center; }
  #footer .newsletter .form-control::placeholder {
    color: #ffffff99; }
  #footer .newsletter button {
    font-size: 107%;
    padding: 12px 20px; }
  #footer .t-pay-banner img {
    height: 2.5vw;
    min-height: 20px; }
  #footer .second-wrapper {
    padding-top: 2vw; }
  #footer p {
    color: #fff;
    font-weight: 300; }
  #footer ul li {
    color: #fff;
    font-weight: 300; }
    #footer ul li:before {
      margin-right: 15px;
      width: 6px;
      min-width: 6px;
      height: 6px;
      background-color: #fff; }
  #footer a {
    color: #fff;
    font-weight: 300; }
    #footer a:hover {
      color: #3499b5; }
  #footer h2, #footer h3, #footer h4 {
    color: #fff;
    font-weight: 700; }
  #footer h3 {
    font-size: 150%; }
  #footer h3:first-child {
    position: relative;
    font-size: 150%;
    width: fit-content;
    width: -moz-fit-content;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    #footer h3:first-child:before {
      content: "";
      display: block;
      position: absolute;
      width: 60%;
      height: 2px;
      background-color: #0d5ff3;
      bottom: 0; }
    #footer h3:first-child:after {
      content: "";
      display: block;
      position: absolute;
      width: 10%;
      left: 65%;
      height: 2px;
      background-color: #0d5ff3;
      bottom: 0; }

#miniNav {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 9;
  overflow-y: scroll; }
  #miniNav .menu-button {
    margin: 0; }
  #miniNav .btn-close {
    color: #000;
    position: absolute;
    top: 49px;
    right: 11px;
    font-size: 26px; }
    #miniNav .btn-close:hover {
      color: #0d5ff3; }
    #miniNav .btn-close.sticked {
      top: 6px; }
  #miniNav .inner {
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative; }
  #miniNav .nav-logo {
    margin-bottom: 20px; }
  #miniNav .page-nav {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    order: 2;
    margin-bottom: 20px; }
    #miniNav .page-nav li {
      border-top: 2px solid #0d5ff3; }
      #miniNav .page-nav li a {
        padding: 15px 10px;
        font-size: 17px;
        color: #000;
        font-weight: 400;
        width: 100%; }
      #miniNav .page-nav li:last-child {
        border-top: none; }
        #miniNav .page-nav li:last-child a {
          color: #fff; }
      #miniNav .page-nav li:nth-last-child(2) {
        margin-right: 0px; }
    #miniNav .page-nav .dropdown {
      flex-direction: column; }
    #miniNav .page-nav .dropdown-toggle {
      width: 100%; }
      #miniNav .page-nav .dropdown-toggle:after {
        color: #cb9565; }
    #miniNav .page-nav .dropdown-menu {
      width: 100%;
      position: relative;
      box-shadow: none;
      border-top: none;
      border-bottom: 2px solid #0d5ff3;
      font-size: 90%;
      background-color: transparent; }
      #miniNav .page-nav .dropdown-menu li {
        background-image: url("/img/owl-nav.svg");
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: 15px; }
        #miniNav .page-nav .dropdown-menu li a {
          color: #000; }
      #miniNav .page-nav .dropdown-menu li:first-child {
        border-top: none; }
      #miniNav .page-nav .dropdown-menu li:last-child {
        border-bottom: none; }

.table-responsive .table {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0;
  background-color: #f3f6fb; }
  .table-responsive .table thead {
    background-color: #00306e;
    color: #fff; }
  .table-responsive .table thead, .table-responsive .table tbody {
    flex-direction: column;
    width: 100%;
    display: flex; }
  .table-responsive .table tr {
    width: 100%;
    display: flex; }
  .table-responsive .table th {
    width: 100%;
    padding: 10px 10px;
    border-color: #fff; }
  .table-responsive .table td {
    width: 100%;
    padding: 5px 10px;
    border-color: #fff; }

.page-nav.menu-small {
  display: none; }

.btn-menu.menu-small {
  display: block; }

@media (max-width: 767px) {
  #miniNav #main-menu .page-nav {
    flex-direction: column; }
    #miniNav #main-menu .page-nav li a {
      padding: 5px 15px;
      font-size: 120%; } }
#news-real-estate {
  background-color: #f3f6fb;
  padding: 3.5vw 0; }
  #news-real-estate h1, #news-real-estate h2 {
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
    text-transform: uppercase;
    font-size: 124%; }

.real-estate-carousel {
  max-width: 1400px;
  margin: 0 auto; }
  .real-estate-carousel .owl-nav button.owl-prev {
    outline: none;
    padding-right: 10px;
    position: absolute;
    left: -10px;
    top: 130px;
    border: 2px solid #cb9565;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .real-estate-carousel .owl-nav button.owl-prev img {
      width: 40%;
      transform: rotate(180deg); }
    .real-estate-carousel .owl-nav button.owl-prev.disabled {
      opacity: 0.5; }
  .real-estate-carousel .owl-nav button.owl-next {
    outline: none;
    padding-left: 10px;
    position: absolute;
    right: -10px;
    top: 130px;
    border: 2px solid #cb9565;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .real-estate-carousel .owl-nav button.owl-next img {
      width: 40%; }
    .real-estate-carousel .owl-nav button.owl-next.disabled {
      opacity: 0.5; }
  .real-estate-carousel .owl-item {
    padding: 0; }
  .real-estate-carousel .one-element {
    border: 5px solid #ecb784;
    display: block; }
    .real-estate-carousel .one-element:hover .foto > img {
      min-width: 120%; }
  .real-estate-carousel h3 {
    color: #000;
    margin-bottom: 0;
    font-size: 18px; }
  .real-estate-carousel .city {
    min-height: 19px;
    color: #6a6a6a;
    font-size: 13px; }
  .real-estate-carousel .foto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 268px;
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    background-color: #fff; }
    .real-estate-carousel .foto img {
      min-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.5s;
      -webkit-transition: 0.5s; }
  .real-estate-carousel .center-text {
    color: #6a6a6a;
    margin-bottom: 20px; }
    .real-estate-carousel .center-text p {
      margin-bottom: 0; }
  .real-estate-carousel .wiecej {
    text-decoration: underline;
    color: #000; }
  .real-estate-carousel .reservation {
    position: absolute;
    right: 0;
    bottom: 0; }
    .real-estate-carousel .reservation .reservation-inner {
      position: relative; }
    .real-estate-carousel .reservation p {
      margin-bottom: 0;
      position: absolute;
      font-weight: 500;
      font-size: 16px;
      width: 100%;
      text-align: center;
      margin-top: 5px; }
  .real-estate-carousel .text {
    background-color: #fff;
    padding: 17px 20px 25px 20px; }
  .real-estate-carousel .bottom-text {
    border-top: 1px solid #f3f6fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    color: #000;
    font-weight: 600;
    min-height: 55px; }
    .real-estate-carousel .bottom-text p {
      margin-bottom: 0; }
  .real-estate-carousel .rooms {
    display: flex;
    align-items: center; }
    .real-estate-carousel .rooms p {
      margin-right: 25px;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center left;
      padding-left: 30px; }
  .real-estate-carousel .price {
    font-size: 130%; }

#title-block .inner {
  display: flex;
  justify-content: space-between; }
  #title-block .inner .text {
    width: 100%; }
    #title-block .inner .text h1 {
      margin-bottom: 10px; }
    #title-block .inner .text .salary {
      font-size: 130%;
      margin-bottom: 20px; }
  #title-block .inner .photo {
    min-width: 800px;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #title-block .inner .photo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      object-position: center center; }

.steps-dots {
  padding-top: 60px;
  padding-bottom: 60px; }
  .steps-dots .title {
    background-image: url("../img/dots-l.png"), url("../img/dots-r.png");
    background-repeat: no-repeat;
    background-position: left 175px top 10px, right 175px top 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    width: 100%; }
    .steps-dots .title h2 {
      text-align: center;
      margin-bottom: 0;
      max-width: 980px;
      padding: 0; }
  .steps-dots .inner {
    text-align: center;
    display: flex; }
  .steps-dots .arrow img {
    width: 76px;
    margin-top: 82px; }
  .steps-dots .one-step {
    flex: 1 1 22%; }
    .steps-dots .one-step .inside {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #11266e;
      border: 20px solid #000;
      width: 240px;
      height: 240px;
      margin-left: auto;
      margin-right: auto;
      float: none;
      margin-bottom: 20px;
      position: relative; }
      .steps-dots .one-step .inside > img {
        width: 50%; }
      .steps-dots .one-step .inside .number {
        font-size: 112px;
        font-weight: 600;
        color: #fff; }
      .steps-dots .one-step .inside .circle {
        position: absolute;
        width: 106px;
        height: 106px;
        background-size: 70px;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 50%;
        border: 5px solid #000;
        background-color: #fff;
        right: -30px;
        bottom: -30px;
        display: none; }
    .steps-dots .one-step .text {
      padding: 0 20px; }
    .steps-dots .one-step p {
      color: #797979; }
    .steps-dots .one-step h3 {
      font-size: 137%;
      font-weight: 600;
      color: #000;
      text-transform: uppercase; }

.acr-slide .card {
  margin-bottom: 12px;
  border: 1px solid #3499b5;
  border-radius: 15px;
  overflow: hidden; }
  .acr-slide .card .card-header {
    background-color: #3499b5;
    padding: 0px 0px;
    background-image: url("../img/down-arrow.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px; }
    .acr-slide .card .card-header h5 .btn-link {
      font-size: 120%;
      color: #fff;
      text-decoration: none;
      outline: none !important;
      box-shadow: none !important;
      padding: 10px 45px;
      margin: 0;
      width: 100%;
      text-align: left;
      height: 100%;
      font-family: "Dosis", sans-serif; }
  .acr-slide .card .card-body {
    font-size: 120%; }

.text-block-more {
  background-image: url(/img/text-block-more.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .text-block-more .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 50px; }
  .text-block-more .inner {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px; }
  .text-block-more .one-block {
    margin-bottom: 25px; }
  .text-block-more h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 168%;
    color: #00306e;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px; }
  .text-block-more p:first-child {
    text-align: center;
    width: 100%;
    background-color: #f3f6fb;
    padding: 15px 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000; }
  .text-block-more ul {
    padding: 0 65px; }
  .text-block-more .buttons .btn:nth-child(2) {
    margin-left: 15px;
    background-color: #f3f6fb; }

#consulting #contact-block form .form-group .contact-checkbox-label {
  color: #fff; }
  #consulting #contact-block form .form-group .contact-checkbox-label a {
    color: #fff; }
    #consulting #contact-block form .form-group .contact-checkbox-label a:hover {
      color: #cb9565; }
#consulting #contact-block h2 {
  color: #fff; }
#consulting #contact-block p {
  color: #fff; }

#foto-block-consulting-normal h2 {
  margin-top: 0; }
#foto-block-consulting-normal p {
  font-size: 88%;
  letter-spacing: 1px;
  line-height: 150%;
  color: #797979;
  font-weight: 300; }

#foto-block-consulting {
  padding-top: 4vw;
  position: relative; }
  #foto-block-consulting .foto-block:nth-child(even) .text {
    justify-content: flex-start; }
  #foto-block-consulting .foto-block:nth-child(even) .foto img {
    object-position: center left; }
  #foto-block-consulting .grey-block {
    position: absolute;
    bottom: 0;
    height: 75px;
    left: 0;
    right: 0;
    background-color: #f3f6fb;
    z-index: -2; }
  #foto-block-consulting .pion-line {
    z-index: -1;
    background-color: #000;
    width: 1px;
    height: 145px;
    position: absolute;
    left: calc(50% - 700px);
    bottom: 0; }
  #foto-block-consulting h2 {
    background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 337%;
    text-transform: initial;
    margin-top: 3vw;
    margin-bottom: 1vw; }
    #foto-block-consulting h2:first-child {
      margin-top: 0; }
  #foto-block-consulting .text-inner {
    width: 750px;
    justify-content: flex-start;
    height: fit-content;
    height: -moz-fit-content;
    padding-top: 0; }
  #foto-block-consulting .text {
    background: none;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 60px; }
  #foto-block-consulting strong {
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #cf9364; }
  #foto-block-consulting .foto-block .text a:hover {
    color: #000; }
  #foto-block-consulting p {
    color: #000000;
    font-weight: 300;
    line-height: 150%; }
  #foto-block-consulting ul li:before {
    border: none; }
  #foto-block-consulting .foto {
    min-height: auto; }
    #foto-block-consulting .foto img {
      max-height: 580px;
      object-fit: contain;
      object-position: center right; }

.foto-block {
  background-color: #00306e; }
  .foto-block:nth-child(even) .wrapper {
    flex-direction: row-reverse; }
    .foto-block:nth-child(even) .wrapper .text {
      display: flex;
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between; }
    .foto-block .wrapper .text {
      width: 100%;
      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: 650px;
        height: 100%;
        max-width: 100%; }
        .foto-block .wrapper .text .text-inner h4 {
          font-size: 100%;
          color: #797979; }
        .foto-block .wrapper .text .text-inner h1, .foto-block .wrapper .text .text-inner h2 {
          color: #00306e;
          font-size: 175%;
          margin-bottom: 20px;
          text-transform: uppercase;
          font-weight: 600; }
        .foto-block .wrapper .text .text-inner p {
          font-size: 100%; }
        .foto-block .wrapper .text .text-inner .buttons {
          display: flex;
          justify-content: flex-start;
          width: 100%; }
          .foto-block .wrapper .text .text-inner .buttons .btn:nth-child(2) {
            margin-left: 25px; }
    .foto-block .wrapper .foto-block-pause {
      height: auto;
      min-width: 75px; }
    .foto-block .wrapper .foto {
      width: 100%;
      min-height: 31vw; }
      .foto-block .wrapper .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .foto-block .footer-foto-block {
    display: flex;
    justify-content: center; }
    .foto-block .footer-foto-block .dot-foto-block {
      width: 75px;
      height: 75px;
      background-color: #0d5ff3; }
  .foto-block.normal {
    background-color: transparent; }
    .foto-block.normal .wrapper .text .text-inner h1 {
      font-size: 260%;
      background: -webkit-linear-gradient(0deg, #29abe2 0%, #8cc63f 50%, #fbb03b 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

#o-nas .foto-block .wrapper .foto {
  width: 61%;
  margin-right: 25px; }
  #o-nas .foto-block .wrapper .foto img {
    object-fit: contain; }
#o-nas .foto-block .wrapper .text {
  width: 50%; }
  #o-nas .foto-block .wrapper .text .text-inner {
    width: 710px; }
    #o-nas .foto-block .wrapper .text .text-inner h2 {
      font-size: 340%;
      text-transform: initial;
      font-family: "Dosis", sans-serif; }

.apply-form .elementor-field-group .elementor-select-wrapper:before {
  display: none !important; }

#application-block {
  background-color: #00306e; }
  #application-block .wrapper {
    display: flex;
    justify-content: space-between; }
    #application-block .wrapper .text {
      width: 100%; }
      #application-block .wrapper .text .text-inner {
        padding-top: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding-left: 64px; }
        #application-block .wrapper .text .text-inner h1 {
          color: #fff;
          font-size: 5.6em;
          line-height: 0.8em;
          margin-bottom: 20px; }
        #application-block .wrapper .text .text-inner p {
          font-size: 1.8em;
          line-height: 1.1em;
          color: #fff;
          padding: 0% 38% 0% 0%; }
    #application-block .wrapper .form-block-pause {
      height: auto;
      min-width: 75px; }
  #application-block .footer-form-block {
    display: flex;
    justify-content: center; }
    #application-block .footer-form-block .dot-form-block {
      width: 75px;
      height: 75px;
      background-color: #0d5ff3; }

#form-block .inner {
  display: flex; }
  #form-block .inner .text {
    width: 100%; }
    #form-block .inner .text .wrapper {
      display: flex;
      justify-content: flex-start; }
      #form-block .inner .text .wrapper .one-box {
        flex: 1 1 50%; }
    #form-block .inner .text a {
      color: #3499b5; }
      #form-block .inner .text a:hover {
        color: #0d5ff3; }
  #form-block .inner #applicationForm h2 {
    padding-top: 50px; }
  #form-block .inner #applicationForm form {
    max-width: 800px;
    float: right; }
    #form-block .inner #applicationForm form .form-group label {
      color: #54595f; }
    #form-block .inner #applicationForm form .form-group .contact-checkbox-label {
      color: #54595f; }
      #form-block .inner #applicationForm form .form-group .contact-checkbox-label a:hover {
        color: #3499b5; }
    #form-block .inner #applicationForm form .form-group input[type="file"] {
      color: #54595f; }
    #form-block .inner #applicationForm form .checkbox-label {
      display: flex;
      padding-left: 20px;
      font-size: 120%; }
    #form-block .inner #applicationForm form input[type="checkbox"] {
      width: 15px;
      height: 15px;
      margin-top: 7px;
      margin-right: 15px;
      border-color: transparent; }
    #form-block .inner #applicationForm form .form-control {
      border: 1px solid #00a7e3; }
    #form-block .inner #applicationForm form textarea.form-control {
      height: 130px;
      border-radius: 18px; }
#form-block .container-fluid {
  padding-top: 0; }

.line-background {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; }

.company-block {
  padding-bottom: 100px; }
  .company-block .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .company-block .wrapper .video-preview {
      padding-bottom: 160px; }
      .company-block .wrapper .video-preview .foto {
        position: relative; }
        .company-block .wrapper .video-preview .foto > img {
          width: 100%; }
        .company-block .wrapper .video-preview .foto .play {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .company-block .wrapper .video-preview .foto .play .btn-play {
            background-color: rgba(0, 0, 0, 0.8);
            width: 106px;
            height: 106px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            cursor: pointer;
            transition: 0.3s;
            -webkit-transition: 0.3s; }
            .company-block .wrapper .video-preview .foto .play .btn-play img {
              background-image: url("/img/play.svg");
              filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(266deg) brightness(104%) contrast(103%);
              width: 40%; }
            .company-block .wrapper .video-preview .foto .play .btn-play:hover {
              transform: scale(0.9); }
        .company-block .wrapper .video-preview .foto .logo {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -115px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .company-block .wrapper .video-preview .foto .logo .logo-inner {
            box-shadow: 0px 0px 9px 10px rgba(46, 95, 173, 0.08);
            padding: 35px;
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            min-width: 231px;
            min-height: 231px;
            max-width: 231px;
            max-height: 231px;
            box-sizing: border-box;
            overflow: hidden; }
            .company-block .wrapper .video-preview .foto .logo .logo-inner img {
              object-fit: contain;
              object-position: center;
              box-sizing: border-box;
              max-width: 100%; }
    .company-block .wrapper .description {
      margin-bottom: 120px; }
      .company-block .wrapper .description p {
        font-size: 16px;
        line-height: 25px;
        color: #797979;
        margin-bottom: 20px;
        text-align: justify; }
    .company-block .wrapper .socials {
      display: flex;
      justify-content: space-around;
      margin-bottom: 90px;
      width: 100%; }
      .company-block .wrapper .socials .social {
        margin: 0 10px;
        display: flex;
        align-items: center; }
        .company-block .wrapper .socials .social .foto {
          width: 50px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 20px;
          padding: 12px;
          border-radius: 50%;
          background-color: #f1f1f1; }
          .company-block .wrapper .socials .social .foto img {
            max-width: 100%;
            max-height: 100%;
            filter: invert(43%) sepia(84%) saturate(2535%) hue-rotate(167deg) brightness(103%) contrast(101%); }
        .company-block .wrapper .socials .social span {
          font-size: 17px;
          color: #797979;
          font-weight: 400; }
        .company-block .wrapper .socials .social.link:hover span {
          color: #3499b5; }

#questions {
  display: flex;
  justify-content: center;
  padding-top: 30px; }
  #questions #start-faq h2 {
    font-size: 37px;
    line-height: 57px;
    text-align: center;
    margin: 0;
    padding-bottom: 30px; }
  #questions #start-faq #accordion .card {
    margin-bottom: 12px;
    border: 1px solid #3499b5;
    border-radius: 15px;
    overflow: hidden; }
    #questions #start-faq #accordion .card .card-header {
      background-color: #3499b5;
      padding: 0px 0px;
      background-image: url(../img/down-arrow-white.svg);
      background-position: right 15px center;
      background-repeat: no-repeat;
      background-size: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #questions #start-faq #accordion .card .card-header h5 {
        margin: 0; }
        #questions #start-faq #accordion .card .card-header h5 button {
          padding-right: 45px;
          width: 100%;
          text-align: left; }
          #questions #start-faq #accordion .card .card-header h5 button:focus {
            box-shadow: none; }
        #questions #start-faq #accordion .card .card-header h5 span {
          text-transform: lowercase;
          display: block;
          color: #fff;
          font-family: "Dosis", sans-serif; }
        #questions #start-faq #accordion .card .card-header h5 span:first-letter {
          text-transform: uppercase; }
      #questions #start-faq #accordion .card .card-header:hover {
        background-color: #3499b5; }
    #questions #start-faq #accordion .card .collapse .card-body {
      flex: 1 1 auto;
      min-height: 1px; }
      #questions #start-faq #accordion .card .collapse .card-body ul {
        list-style: none outside none;
        padding: 0; }
        #questions #start-faq #accordion .card .collapse .card-body ul li {
          white-space: pre-wrap;
          font-size: 16px;
          line-height: 30px;
          font-weight: 400;
          font-family: "Dosis", sans-serif;
          margin: 0;
          color: #797979; }
          #questions #start-faq #accordion .card .collapse .card-body ul li:before {
            content: "\00a0";
            min-width: 15px;
            min-height: 15px;
            max-width: 15px;
            max-height: 15px;
            border-radius: 50%;
            display: flex;
            float: left;
            background-color: #3499b5;
            margin-top: 6px;
            margin-right: 10px; }

.workers {
  padding-top: 2.5vw;
  padding-bottom: 0vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3vw; }
  .workers h2 {
    font-size: 420%;
    text-transform: initial;
    font-weight: 400;
    text-align: center;
    padding-top: 6vw;
    margin-top: 0;
    margin-bottom: 2vw; }
  .workers .one-worker {
    margin-bottom: 2vw;
    flex: 0 0 33.3%; }
  .workers .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between; }
  .workers .text-inner h3 {
    font-size: 240%;
    font-weight: 600;
    text-align: center;
    color: #00306e; }
    .workers .text-inner h3:first-child {
      margin-top: 0; }
  .workers .text-inner p, .workers .text-inner ul li {
    text-align: justify; }
  .workers .foto {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: center; }
    .workers .foto figure {
      margin-bottom: 0;
      background-color: #fff;
      width: 430px;
      height: 430px;
      border-radius: 50%; }
      .workers .foto figure img {
        height: auto;
        max-width: 100%;
        object-fit: cover; }

#pracownicy {
  padding-bottom: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#full-contact-block p {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  text-align: left;
  line-height: 130%;
  margin-bottom: 10px; }
#full-contact-block .form {
  margin: 0 auto; }

#pracownicy.pracownicy-big .one-worker {
  flex: 0 0 100%; }
  #pracownicy.pracownicy-big .one-worker .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #pracownicy.pracownicy-big .one-worker .text {
    width: calc(100% - 480px); }
  #pracownicy.pracownicy-big .one-worker h3 {
    text-align: left; }

#contact-block textarea {
  border-radius: 0; }
#contact-block h2 {
  font-size: 220%;
  font-family: "Rubik", sans-serif;
  font-weight: 700; }
#contact-block strong {
  font-weight: 700; }
#contact-block .text p {
  font-size: 1.4em; }
#contact-block .form {
  text-align: center; }

#contact-form {
  width: 100%; }
  #contact-form form {
    padding: 0px 15px 30px 15px; }
    #contact-form form .row-530 {
      max-width: 530px;
      margin: 0 auto; }
    #contact-form form .form-group {
      margin-bottom: 15px;
      padding: 0 3px;
      justify-content: center; }
      #contact-form form .form-group input[type="text"], #contact-form form .form-group input[type="email"], #contact-form form .form-group input[type="tel"], #contact-form form .form-group input[type="password"], #contact-form form .form-group select {
        border-radius: 25px;
        border: 1px solid #0000003d;
        padding: 5px 20px;
        height: 50px;
        max-width: 450px;
        width: 100%;
        margin: 0;
        background-color: #fff; }
      #contact-form form .form-group input[type="file"] {
        font-size: 1.2em;
        color: white;
        width: 100%; }
      #contact-form form .form-group .contact-checkbox {
        position: absolute;
        opacity: 0; }
      #contact-form form .form-group .contact-checkbox-label {
        cursor: pointer;
        font-size: 92%;
        color: #000;
        font-weight: 400;
        font-family: "Dosis", sans-serif;
        letter-spacing: 0;
        text-transform: initial;
        display: flex;
        margin-right: auto;
        width: 450px;
        max-width: 450px;
        margin: 0 auto; }
        #contact-form form .form-group .contact-checkbox-label .regulamin {
          display: flex;
          text-align: left;
          margin-top: 5px;
          margin-left: 10px;
          margin-right: 10px; }
        #contact-form form .form-group .contact-checkbox-label .checkbox-styled {
          width: 25px;
          min-width: 25px;
          height: 25px;
          min-height: 25px;
          border-radius: 50%;
          border: 1px solid #000;
          display: inline-block;
          position: relative;
          top: 3px;
          margin-right: 5px;
          background-color: #fff;
          text-align: center; }
          #contact-form form .form-group .contact-checkbox-label .checkbox-styled span {
            color: #ffffff00;
            position: relative;
            font-size: 21px;
            bottom: 4px;
            left: 0px; }
        #contact-form form .form-group .contact-checkbox-label .checkbox-styled.checked {
          background-color: transparent;
          background-image: linear-gradient(320deg, #00306e 0%, #3499b5 80%, #00e6d3 100%); }
          #contact-form form .form-group .contact-checkbox-label .checkbox-styled.checked span {
            color: #fff; }
        #contact-form form .form-group .contact-checkbox-label a {
          color: #3499b5;
          display: contents; }
          #contact-form form .form-group .contact-checkbox-label a:hover {
            color: #df467a; }
    #contact-form form input[type="submit"] {
      margin-top: 20px; }

#movie-modal {
  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-modal .modal-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-modal .modal-inner .close-modal {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #fff; }
    #movie-modal .modal-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-modal .modal-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-modal.open {
    z-index: 999;
    opacity: 1; }
    #movie-modal.open .modal-inner {
      transform: scale(1); }

#news-tile .one-news {
  margin-bottom: 40px; }
  #news-tile .one-news .foto {
    position: relative; }
    #news-tile .one-news .foto figure {
      margin-bottom: 0; }
    #news-tile .one-news .foto .date {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      color: #fff;
      padding: 2px 10px; }
    #news-tile .one-news .foto img {
      height: 350px;
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      object-position: center center; }
  #news-tile .one-news .wrapper {
    background-color: #f7f7f7; }
    #news-tile .one-news .wrapper .date {
      justify-content: center;
      align-items: center;
      min-width: 86px;
      flex-direction: column;
      background-color: #0d5ff3;
      font-size: 100%; }
      #news-tile .one-news .wrapper .date span {
        line-height: 26px;
        color: #fff; }
        #news-tile .one-news .wrapper .date span:first-child {
          font-size: 130%;
          font-weight: bold; }
    #news-tile .one-news .wrapper .text {
      padding: 20px; }
      #news-tile .one-news .wrapper .text h3 {
        text-align: left;
        font-size: 125%;
        color: #00306e;
        font-weight: 500;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-family: "Dosis", sans-serif;
        margin-top: 0; }
      #news-tile .one-news .wrapper .text p {
        font-size: 112%;
        color: #000;
        line-height: 22px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-family: "Dosis", sans-serif; }

.content-news h2:first-child, .content-news h3:first-child, .content-news h4:first-child {
  margin-top: 0; }
.content-news h2 {
  font-size: 220%;
  margin-top: 1em; }
.content-news h3 {
  font-size: 200%;
  margin-top: 1em; }
.content-news h4 {
  font-size: 180%;
  margin-top: 1em; }

.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;
    color: #000;
    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"); }
    .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; }
    .better-info .wrapper a {
      color: #3499b5; }
      .better-info .wrapper a:hover {
        text-decoration: underline; }
    .better-info .wrapper h4 {
      text-transform: uppercase; }
    .better-info .wrapper p {
      color: #cb9565; }

.box {
  padding: 50px;
  width: 100%; }
  .box.grey-bg {
    background-color: #f3f6fb; }
  .box.sky-bg {
    background-color: #0d5ff3; }

.text-two-foto {
  padding-bottom: 2vw; }
  .text-two-foto.two-column .description {
    column-count: 2; }
    .text-two-foto.two-column .description p {
      padding: 0 10px; }
  .text-two-foto .text {
    max-width: 1000px;
    margin: 0 auto; }
    .text-two-foto .text p, .text-two-foto .text h3 {
      display: flex;
      font-size: 210%;
      font-weight: 500;
      margin: 25px 0px; }
      .text-two-foto .text p strong, .text-two-foto .text h3 strong {
        width: 160px;
        min-width: 160px;
        display: block;
        color: #3499b5;
        text-align: left;
        font-weight: 600; }
    .text-two-foto .text ul {
      padding-left: 165px; }

.wideo-block {
  position: relative;
  padding-bottom: 2vw; }
  .wideo-block .wrapper {
    display: flex;
    width: 100%;
    justify-content: center; }
  .wideo-block .wideo {
    width: 990px;
    height: 560px; }
    .wideo-block .wideo iframe {
      width: 100%;
      height: 100%; }
  .wideo-block .wideo-bg {
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 100%;
    display: none; }
    .wideo-block .wideo-bg img {
      z-index: -1;
      max-width: 100%; }

.subsite .content .reservation-description p, .subsite .content .reservation-description ul li, .subsite .content .reservation-description ol li {
  font-size: 140%; }
.subsite .content h2 {
  font-size: 250%; }
.subsite h1, .subsite h2, .subsite h3, .subsite h4, .subsite h5, .subsite h6 {
  color: #000;
  font-family: "Dosis", sans-serif; }
.subsite h2 {
  font-size: 420%;
  text-transform: initial;
  font-weight: 400;
  padding-top: 2vw;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: "Dosis", sans-serif; }
.subsite h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: 600;
  font-family: "Dosis", sans-serif; }
.subsite h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 220%;
  margin-bottom: 30px; }
.subsite p, .subsite ul li, .subsite ol li {
  font-size: 135%;
  color: #000; }
.subsite p a, .subsite ul li a, .subsite ol li a {
  font-size: 100%;
  color: #3499b5; }
  .subsite p a:hover, .subsite ul li a:hover, .subsite ol li a:hover {
    color: #000; }
.subsite ul ol li, .subsite ul ul li, .subsite ol ul li, .subsite ol ol li {
  font-size: 100%; }
.subsite strong {
  font-weight: 700; }
.subsite ul {
  list-style: square; }
  .subsite ul li {
    align-items: flex-start; }
    .subsite ul li:before {
      margin-top: 9px; }
    .subsite ul li::marker {
      color: #3499b5; }
.subsite p {
  line-height: 130%;
  margin-bottom: 10px; }
.subsite .big-paragraf {
  font-size: 140%; }
.subsite .subsite-content p {
  color: #797979;
  text-align: justify; }
.subsite .subsite-content a {
  font-size: 1em;
  line-height: 1.2em;
  color: #00306e; }
  .subsite .subsite-content a:hover {
    color: #0d5ff3; }
.subsite .subsite-content img {
  max-width: 100%; }
.subsite .table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .subsite .table table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529; }
  .subsite .table td {
    min-width: 200px; }
.subsite .title-inner {
  background-image: url("/img/big-background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 109px;
  background: linear-gradient(320deg, #5171a555 0%, #3499b555 80%, #00e6d355 100%) !important; }
  .subsite .title-inner h1, .subsite .title-inner h2 {
    margin: 0; }
  .subsite .title-inner .back-to-start {
    position: absolute;
    right: 2vw;
    bottom: 0; }
    .subsite .title-inner .back-to-start img {
      width: calc(100px + 8vw); }
    .subsite .title-inner .back-to-start a {
      display: flex;
      align-items: center;
      color: #fff; }
      .subsite .title-inner .back-to-start a:hover {
        color: #cb9565; }
    .subsite .title-inner .back-to-start .caret {
      font-size: 175%;
      height: 100%;
      display: block; }

.wrap {
  margin-bottom: 20px;
  margin-top: 20px; }

a {
  text-decoration: none;
  color: #1a1a1a; }

h1 {
  text-align: center;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase; }
  h1 strong {
    font-weight: 400;
    color: #ea4c4c; }

h2 {
  margin-bottom: 80px;
  font: 300 0.7em "Lato";
  text-transform: uppercase; }
  h2 strong {
    font-weight: 400; }

.countdown {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .countdown .bloc-time {
    margin-right: 20px;
    text-align: center; }
    .countdown .bloc-time:last-child {
      margin-right: 0; }
  .countdown .count-title {
    display: block;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500; }
  .countdown .figure {
    position: relative;
    float: left;
    height: 94px;
    width: 65px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px; }
    .countdown .figure:last-child {
      margin-right: 0; }
    .countdown .figure > span {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 186%;
      font-weight: 700;
      color: #0d5ef5; }
    .countdown .figure .top:after, .countdown .figure .bottom-back:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .countdown .figure .top {
      z-index: 3;
      background-color: #f7f7f7;
      transform-origin: 50% 100%;
      -webkit-transform-origin: 50% 100%; }
    .countdown .figure .bottom {
      z-index: 1; }
      .countdown .figure .bottom:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-color: rgba(0, 0, 0, 0.02); }
    .countdown .figure .bottom-back {
      z-index: 2;
      top: 0;
      height: 50%;
      overflow: hidden;
      background-color: #f7f7f7; }
      .countdown .figure .bottom-back span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .countdown .figure .top, .countdown .figure .top-back {
      height: 50%;
      overflow: hidden; }
    .countdown .figure .top-back {
      z-index: 4;
      bottom: 0;
      background-color: #fff;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0; }
      .countdown .figure .top-back span {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        margin: auto; }

@media (min-width: 1200px) and (max-width: 1740px) {
  .news-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .news-carousel .owl-nav button.owl-next {
    right: -25px; } }
@media (max-width: 575px) {
  header.sticked {
    transform: translateY(0px); }
    header.sticked #main-nav {
      margin-bottom: 0px; }

  .popup-free-hours .wrapper {
    padding: 15px; }
  .popup-free-hours .popup_free_hours label {
    width: 80px; }

  .lekcja-iframe iframe {
    height: 1020px; }

  .btn-primary {
    padding: 10px 20px; }

  .timer-start .countdown .figure {
    font-size: 227%;
    height: 75px;
    width: 45px; }
  .timer-start .countdown .count-title {
    font-size: 150%;
    margin-bottom: 30px; }
  .timer-start .countdown .bloc-time {
    margin-right: 10px; }
    .timer-start .countdown .bloc-time:nth-child(even) {
      margin-right: 0px; }
    .timer-start .countdown .bloc-time:last-child {
      margin-right: 0px; }

  #reservation-calendar .month-item {
    margin: 0; }
  #reservation-calendar .owl-nav button {
    top: -8px; }
  #reservation-calendar .week_days .week_day.disabled {
    min-width: calc(12.9vw);
    width: calc(12.9vw);
    height: calc(10vw); }
  #reservation-calendar .day_item {
    min-width: calc(12.9vw);
    width: calc(12.9vw);
    height: calc(12.9vw);
    margin: 0;
    border: 1px solid white; }

  #send-reservation-form .your-hours-list {
    margin-left: auto;
    margin-right: auto; }
  #send-reservation-form .buttons {
    display: flex;
    justify-content: center; }

  #userpanel .szkolenia-usera .buttons {
    display: flex;
    justify-content: center; }
  #userpanel .userpanel-text-form .settings {
    position: fixed;
    z-index: 1;
    border-radius: 10px;
    padding: 5px;
    top: 200px;
    left: 0; }
    #userpanel .userpanel-text-form .settings .link {
      position: relative; }
      #userpanel .userpanel-text-form .settings .link .icon {
        width: 42px;
        min-width: 42px;
        height: 42px; }
      #userpanel .userpanel-text-form .settings .link .text {
        position: absolute;
        left: -205px;
        white-space: nowrap;
        min-width: 180px; }
    #userpanel .userpanel-text-form .settings.open .text {
      left: 50px; }
  #userpanel .userpanel-text-form .one-szkolenie .foto {
    margin-bottom: 10px; }
  #userpanel .userpanel-text-form .one-szkolenie figure {
    display: flex;
    justify-content: center; }
  #userpanel .userpanel-text-form .one-szkolenie img {
    width: 200px; }
  #userpanel .userpanel-text-form .one-szkolenie p {
    text-align: left; }
  #userpanel .userpanel-text-form h2 {
    text-align: center; }
  #userpanel .userpanel-text-form p {
    text-align: center; }

  .lekcje .one-lekcja figure.image {
    display: flex;
    justify-content: center; }
  .lekcje .one-lekcja img {
    width: 200px; }

  .curse-description .one-worker .text {
    width: 100%;
    padding-right: 0; }
  .curse-description .one-worker .foto {
    width: 100%; }

  #review h2 {
    font-size: 300%; }
  #review .fb-big {
    margin-top: 10px;
    margin-bottom: 10px; }
    #review .fb-big p {
      font-size: 120%; }
    #review .fb-big img {
      width: 50px; }
  #review .foto {
    margin-right: 10px; }
    #review .foto img {
      width: 50px;
      height: 50px; }
  #review .wrapper-top .icon {
    width: 40px;
    height: 40px; }
  #review .one-review {
    padding: 10px; }

  #pracownicy.pracownicy-big .one-worker .inner {
    flex-direction: column; }
  #pracownicy.pracownicy-big .one-worker .text {
    width: 100%; }
  #pracownicy.pracownicy-big .one-worker h3 {
    text-align: center; }
  #pracownicy.pracownicy-big .one-worker .foto figure {
    width: 150px;
    height: 150px; }

  .review-carousel-master .news-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .review-carousel-master .news-carousel .owl-nav button.owl-next {
    right: -25px; }
  .review-carousel-master .text {
    padding: 30px 20px; }

  main {
    padding-top: 40px;
    min-height: calc(100vh - 166px); }

  #kurs {
    background-position: left 75px; }

  .countdown {
    justify-content: center;
    max-width: 400px; }
    .countdown .count-title {
      font-size: 80%;
      margin-bottom: 5px; }
    .countdown .bloc-time {
      margin-right: 10px; }
      .countdown .bloc-time:nth-child(even) {
        margin-right: 0; }
    .countdown .figure {
      width: 50px;
      height: 65px; }
      .countdown .figure > span {
        font-size: 180%; }

  #full-form-sprzedaj #find-real-estate-more .selecty2 .form-control:first-child {
    margin-right: 0; }

  .image-style-align-left {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-top: 15px;
    width: 100%; }

  .image-style-align-right {
    float: none;
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px;
    width: 100%; }

  .timer-form .timer {
    padding-right: 0; }
    .timer-form .timer .two-termins .wrapper {
      display: block; }
    .timer-form .timer .two-termins img {
      width: 40px;
      float: left; }
    .timer-form .timer .two-termins img.dwa {
      display: block; }
    .timer-form .timer .two-termins p {
      font-size: 140%;
      letter-spacing: 0px;
      margin-bottom: 15px;
      height: 57px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .timer-form .timer .two-termins p:last-child {
        padding-left: 0;
        margin-left: 0;
        border: none; }
    .timer-form .timer h1, .timer-form .timer h2 {
      text-align: center;
      font-size: 160%; }
  .timer-form .form {
    padding-left: 0;
    padding-right: 0; }
    .timer-form .form h3 {
      text-align: left;
      font-size: 16px;
      letter-spacing: 2px;
      padding: 0 3px; }

  .form .form-title {
    padding: 0 10px !important; }
  .form .form-text {
    padding: 0 10px; }

  #apartamenty .full-form #zaawansowane {
    display: none; }

  #miniNav #main-menu .page-nav li a {
    padding: 10px 15px; }
  #miniNav .page-nav li a {
    padding: 15px 10px; }
  #miniNav .inner ul {
    width: 100%;
    align-items: flex-start; }
    #miniNav .inner ul li {
      width: 100%; }

  #foto-block-full-img .wrapper {
    flex-direction: column-reverse; }
  #foto-block-full-img .foto {
    height: 50vw; }
  #foto-block-full-img .text {
    position: relative;
    background-color: #000; }
    #foto-block-full-img .text .text-inner {
      width: 100%;
      padding: 20px 0; }
  #foto-block-full-img .podpis img {
    width: 30vw; }

  #contact-info .container {
    padding-right: 10px;
    padding-left: 10px; }
  #contact-info .wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    width: -moz-fit-content; }
  #contact-info .address {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0;
    background-size: 50px; }
  #contact-info p {
    font-size: 14px;
    letter-spacing: 0px; }
  #contact-info a {
    font-size: 14px;
    letter-spacing: 0px;
    white-space: pre-wrap;
    word-break: break-all; }
  #contact-info .tel {
    padding-left: 25px; }
  #contact-info .email {
    padding-left: 25px; }

  #o-nas .foto-block .wrapper {
    flex-direction: column-reverse; }
    #o-nas .foto-block .wrapper .text {
      width: 100%;
      justify-content: center; }
      #o-nas .foto-block .wrapper .text .text-inner {
        width: 100%; }
    #o-nas .foto-block .wrapper .foto {
      width: 100%;
      padding: 0 15px; }

  #main-nav .inner {
    padding: 5px 0; }
    #main-nav .inner #logo a img {
      width: 170px; }
    #main-nav .inner #logo .motto {
      font-size: 60%; }

  .left-sidebar ul li {
    width: 40px; }
    .left-sidebar ul li a {
      padding: 10px; }
      .left-sidebar ul li a img {
        width: 20px; }
    .left-sidebar ul li:hover {
      width: 60px; }

  body {
    font-size: 75%; }
    body ul li {
      margin-bottom: 10px; }
      body ul li:before {
        margin-right: 15px; }
    body p {
      font-size: 110%; }

  .paralax_group {
    font-size: 70%; }
    .paralax_group .wrapper {
      padding-top: 59px;
      flex-direction: column-reverse; }
      .paralax_group .wrapper .text {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        width: 100%;
        justify-content: center; }
        .paralax_group .wrapper .text .text-inner {
          width: 100%;
          padding-left: 15px; }
        .paralax_group .wrapper .text ul {
          padding-left: 0; }
          .paralax_group .wrapper .text ul li {
            margin-bottom: 10px; }
            .paralax_group .wrapper .text ul li:before {
              width: 25px;
              min-width: 25px;
              height: 25px;
              margin-right: 10px;
              background-size: calc(100% - 12px); }
        .paralax_group .wrapper .text .buttons .btn {
          padding: 8px 18px; }
      .paralax_group .wrapper .owl-carousel {
        width: 100%; }

  .simple-steps .one-step {
    width: 100%; }
  .simple-steps .foto img {
    max-height: 120px; }

  #simple-real-estate h1 {
    margin-bottom: 15px; }
  #simple-real-estate .properties {
    max-width: 300px;
    margin: 0 auto;
    flex-wrap: wrap; }
  #simple-real-estate .property {
    flex: 1 1 50%; }
    #simple-real-estate .property p {
      text-align: center; }
  #simple-real-estate .tags .tag {
    margin-bottom: 10px; }

  .gallery-carousel-master .one-foto .foto {
    height: 60vw; }
  .gallery-carousel-master .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: 10px !important; }
  .gallery-carousel-master .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    right: 10px !important; }

  #tytul {
    padding-top: 4vw; }
    #tytul .wrapper img {
      max-width: 100%; }

  .bread {
    display: none; }

  .uslugi-three-columns {
    padding: 0; }
    .uslugi-three-columns .one-element h3 {
      font-size: 150%; }
    .uslugi-three-columns .one-element img {
      height: 60vw; }

  #rodzaje-szkolen .module-title {
    margin-bottom: 20px; }

  #terms-group {
    display: flex; }
    #terms-group input[type="checkbox"] {
      position: relative;
      left: 5px;
      top: 5px; }

  #top-belt .inner {
    height: 38px; }

  #logo a img {
    width: 190px; }

  #layerslider {
    height: 360px; }
    #layerslider .ls-layer .slider-bg .container {
      max-width: 100%; }
    #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 250px;
      margin-left: 15px;
      padding-left: 0; }
      #layerslider .ls-layer .slider-bg .wrapper .text .play .btn-play {
        border: 4px solid #fff;
        width: 60px;
        height: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper .text .text-inner p {
        font-size: 100%; }
    #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 215%; }
    #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper ul li {
        margin-bottom: 10px; }
    #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 25px; }
      #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
        padding: 8px 20px; }

  #last-offers .module-title {
    font-size: 150%; }

  #big-slider .inner {
    padding-left: 0; }
  #big-slider .special-wrapper {
    align-items: flex-end;
    left: 0; }
    #big-slider .special-wrapper .special-container {
      width: 100%;
      padding: 20px 30px;
      margin: 0; }
      #big-slider .special-wrapper .special-container h2 {
        font-size: 140%; }
      #big-slider .special-wrapper .special-container p {
        font-size: 100%;
        margin-bottom: 15px; }

  .news-carousel .owl-nav button {
    top: calc(50% - 105px);
    width: 40px;
    height: 40px; }
    .news-carousel .owl-nav button.owl-prev {
      left: -35px; }
    .news-carousel .owl-nav button.owl-next {
      right: -35px; }
  .news-carousel .one-news .wrapper .text {
    padding: 10px; }
  .news-carousel .one-news .wrapper .date {
    font-size: 120%;
    min-width: 65px; }
  .news-carousel .one-news .wrapper h3 {
    font-size: 110%; }
  .news-carousel .one-news .wrapper p {
    font-size: 100%;
    text-align: left; }
  .news-carousel .one-news .foto {
    position: relative; }
  .news-carousel .one-news img {
    height: 220px; }
  .news-carousel .one-news .date {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #3499b5;
    color: #fff;
    padding: 2px 10px; }

  .news-carousel-master .one-news img {
    height: 66vw; }
  .news-carousel-master .owl-nav button.owl-next {
    right: -15px; }
  .news-carousel-master .owl-nav button.owl-prev {
    left: -15px; }

  .company-block {
    padding-bottom: 40px; }
    .company-block .wrapper .video-preview {
      padding-bottom: 80px; }
      .company-block .wrapper .video-preview .foto .play .btn-play {
        width: 50px;
        height: 50px; }
      .company-block .wrapper .video-preview .foto .logo {
        bottom: -76px; }
        .company-block .wrapper .video-preview .foto .logo .logo-inner {
          width: 120px;
          height: 120px;
          min-width: 120px;
          min-height: 120px;
          padding: 20px; }
    .company-block .wrapper .description {
      margin-bottom: 30px; }
    .company-block .wrapper .socials {
      margin-bottom: 50px; }
      .company-block .wrapper .socials .social span {
        display: none; }

  .footer-logo {
    text-align: center; }

  input.form-control, select.form-control {
    height: 35px;
    font-size: 14px;
    padding: 0px 10px; }

  input.input-image {
    padding-left: 35px !important;
    background-position: 5px center; }

  .full-form #zaawansowane {
    padding-top: 30px; }
  .full-form #find-real-estate {
    padding: 0 15px;
    width: 100%; }
  .full-form #find-real-estate-more .selecty1 .form-control {
    flex: 1 1 100%;
    margin-bottom: 15px; }
  .full-form #find-real-estate-more .selecty2 .form-control {
    flex: 1 1 35%;
    margin-bottom: 15px; }
  .full-form #find-real-estate-more .checkboxy .checkbox-label {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px; }
  .full-form .logo_consulting {
    margin-top: 30px; }
    .full-form .logo_consulting img {
      max-width: 50vw; }

  .real-estate-carousel {
    max-width: 450px; }
    .real-estate-carousel .foto {
      height: 185px; }
    .real-estate-carousel .owl-nav button.owl-prev {
      width: 40px;
      height: 40px;
      left: -5px;
      top: 85px; }
    .real-estate-carousel .owl-nav button.owl-next {
      width: 40px;
      height: 40px;
      right: -5px;
      top: 85px; }
    .real-estate-carousel .bottom-text {
      flex-wrap: wrap;
      padding-top: 5px; }
      .real-estate-carousel .bottom-text .rooms {
        padding-top: 15px; }
      .real-estate-carousel .bottom-text .price {
        padding-top: 15px; }

  #footer .second-wrapper {
    flex-direction: column;
    align-content: flex-start; }
    #footer .second-wrapper .t-pay-banner {
      margin-top: 15px;
      justify-content: flex-start; }
    #footer .second-wrapper .author {
      align-items: flex-start; }
  #footer .newsletter {
    margin-bottom: 20px; }
    #footer .newsletter .form-group {
      max-width: 100%;
      margin-bottom: 10px; }
  #footer .socials a {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px; }

  .double-block h2 {
    font-size: 160%; }
  .double-block .one-block {
    max-width: 100%;
    flex: 1 1 100%; }

  .offer-list .one-offer .one-offer-inner {
    padding: 15px;
    flex-direction: column; }
    .offer-list .one-offer .one-offer-inner .head {
      display: block; }
      .offer-list .one-offer .one-offer-inner .head .title-wrapper {
        display: block; }
        .offer-list .one-offer .one-offer-inner .head .title-wrapper a h2 {
          text-align: center; }
    .offer-list .one-offer .one-offer-inner .text .description p {
      font-size: 110%; }
    .offer-list .one-offer .one-offer-inner .text p strong {
      width: 78px; }
    .offer-list .one-offer .one-offer-inner .foto {
      margin-right: 0px;
      margin-bottom: 10px;
      position: relative;
      width: 100%;
      height: auto; }
      .offer-list .one-offer .one-offer-inner .foto img {
        width: 100%;
        max-width: 150px;
        object-fit: contain; }
      .offer-list .one-offer .one-offer-inner .foto .date {
        background-color: #3499b5;
        position: absolute;
        top: 0px;
        right: 0px;
        display: none !important; }
        .offer-list .one-offer .one-offer-inner .foto .date p {
          margin: 0;
          color: #fff;
          padding: 2px 10px; }
    .offer-list .one-offer .one-offer-inner .adress {
      margin-bottom: 10px; }

  .module-title {
    padding-top: 20px;
    font-size: 200%; }

  #last-review .inner {
    padding-top: 1px; }

  .review-list .one-review {
    padding: 10px; }
    .review-list .one-review .wrapper {
      align-items: flex-start; }
      .review-list .one-review .wrapper .foto {
        margin-right: 15px; }
    .review-list .one-review .foto img {
      width: 55px;
      height: 55px; }
    .review-list .one-review .review p {
      margin-bottom: 10px; }

  .text-block-more h2 {
    font-size: 150%; }
  .text-block-more .one-block {
    padding: 0; }
  .text-block-more ul {
    padding: 0 10px; }
  .text-block-more p:first-child {
    padding: 15px 10px;
    -webkit-line-clamp: 4; }
  .text-block-more .wrapper {
    padding-top: 50px;
    padding-bottom: 30px; }
  .text-block-more .buttons {
    display: flex;
    align-items: center;
    flex-direction: column; }
    .text-block-more .buttons .btn {
      padding: 11px 25px; }
      .text-block-more .buttons .btn:nth-child(2) {
        margin-left: 0;
        margin-top: 15px; }

  #serach-belt {
    margin-bottom: 30px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto; }
    #serach-belt .form-control {
      height: 48px; }

  #gazelle {
    padding: 15px;
    justify-content: center; }
    #gazelle img {
      height: auto;
      width: 33%;
      margin-left: 5px;
      margin-right: 5px; }

  #miniNav .page-nav li a {
    font-size: 15px; }
  #miniNav .inner {
    padding-top: 110px; }
  #miniNav .btn-close {
    top: 37px;
    right: 11px; }
    #miniNav .btn-close.sticked {
      top: 0px; }
  #miniNav .nav-logo img {
    width: 160px; }

  .steps-dots {
    padding-top: 45px; }
    .steps-dots .title {
      background-image: none;
      height: auto;
      margin-bottom: 20px; }
    .steps-dots .inner {
      flex-direction: column; }
      .steps-dots .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        .steps-dots .inner .one-step .inside .number {
          font-size: 60px; }
        .steps-dots .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      .steps-dots .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #title-block .inner {
    flex-direction: column; }
    #title-block .inner .photo {
      min-width: 100%; }
      #title-block .inner .photo img {
        max-width: 210px; }

  .foto-block:nth-child(odd) .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text .text-inner h1 {
      width: 100%;
      text-align: center; }
    .foto-block .wrapper .text .text-inner p {
      text-align: center;
      width: 100%;
      padding: 0 10px; }
    .foto-block .wrapper .text .text-inner .buttons .btn {
      padding: 8px 18px; }
  .foto-block.normal .wrapper .text .text-inner {
    padding-left: 15px; }
    .foto-block.normal .wrapper .text .text-inner h1 {
      font-size: 160%; }
    .foto-block.normal .wrapper .text .text-inner p {
      text-align: left;
      padding-left: 0; }

  #foto-block-why-szczecin .foto-block {
    padding-bottom: 0px; }
    #foto-block-why-szczecin .foto-block:nth-child(even) .wrapper {
      flex-direction: column-reverse; }
      #foto-block-why-szczecin .foto-block:nth-child(even) .wrapper .text .text-inner {
        padding-right: 0; }

  .company-videos .company-carousel .one-company .foto img {
    height: 50vw; }
  .company-videos .company-carousel .one-company .foto .play .btn-play {
    width: 50px;
    height: 50px; }
  .company-videos .company-carousel .one-company .wrapper .text h3 {
    font-size: 120%; }

  #application-block .wrapper {
    flex-direction: column; }
    #application-block .wrapper .text .text-inner {
      padding-left: 0;
      padding-top: 30px; }
      #application-block .wrapper .text .text-inner h1 {
        width: 100%; }
      #application-block .wrapper .text .text-inner p {
        text-align: center;
        width: 100%;
        padding: 0 10px; }

  #applicationForm form .form-group input[type="text"], #applicationForm form .form-group input[type=email], #applicationForm form .form-group select {
    min-height: 40px; }
  #applicationForm form .btn {
    margin: 0 auto;
    display: block; }

  #form-block .inner {
    flex-direction: column; }
    #form-block .inner .text .wrapper {
      flex-wrap: wrap; }
      #form-block .inner .text .wrapper .one-box {
        flex: 1 1 100%; }
    #form-block .inner #applicationForm {
      display: flex;
      justify-content: center; }
      #form-block .inner #applicationForm form {
        float: none;
        padding-top: 0; }
        #form-block .inner #applicationForm form h2 {
          padding-top: 0px; }

  .workers {
    justify-content: space-around; }
    .workers .foto figure {
      width: 200px;
      height: 200px; }
    .workers .text-inner h3 {
      font-size: 200%; }

  #pracownicy .btn {
    padding: 10px 19px;
    font-size: 115%; }

  .wideo-block .wideo-bg img {
    max-width: 170%; }
  .wideo-block .wideo {
    width: 100%;
    height: 55vw; }

  .text-two-foto .text p, .text-two-foto .text h3 {
    font-size: 140%; }
    .text-two-foto .text p strong, .text-two-foto .text h3 strong {
      width: 75px;
      min-width: 75px; }
  .text-two-foto .text ul {
    padding-left: 0; }

  #foto-block-consulting {
    padding-top: 0; }
    #foto-block-consulting .foto-block:nth-child(even) .foto {
      display: flex;
      justify-content: flex-start; }
    #foto-block-consulting .foto-block:nth-child(even) .wrapper {
      flex-direction: column; }
    #foto-block-consulting .foto-block:nth-last-child(2) .foto img {
      padding-bottom: 75px; }
    #foto-block-consulting h2 {
      font-size: 250%;
      margin-top: 10px; }
    #foto-block-consulting .wrapper {
      flex-direction: column; }
    #foto-block-consulting .foto {
      display: flex;
      justify-content: flex-end; }
      #foto-block-consulting .foto img {
        max-width: 50%; }
    #foto-block-consulting .text-inner {
      width: 100%;
      background-image: none; }
    #foto-block-consulting .text {
      padding-bottom: 0; }

  #consulting-services-carousel .news-carousel-services .title-carousel-services h2 {
    margin-bottom: 20px; }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev {
    top: -54px;
    left: calc(50% - 140px); }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev img {
      width: 12px;
      height: auto; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev:hover:not(.disabled) img {
      width: 20px;
      height: 20px; }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next {
    top: -54px;
    right: calc(50% - 140px); }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next img {
      width: 12px;
      height: auto; }
    #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next:hover:not(.disabled) img {
      width: 20px;
      height: 20px; }

  #contact-block h2 {
    font-size: 1.5rem; }
  #contact-block .text {
    margin-bottom: 15px; }
    #contact-block .text h2 {
      margin-top: 0; }
    #contact-block .text p {
      font-size: 110%; }

  #contact-form form {
    padding: 0; }
    #contact-form form .form-group .contact-checkbox-label {
      font-size: 11px; }
    #contact-form form .form-group input[type="text"], #contact-form form .form-group input[type=email], #contact-form form .form-group select {
      min-height: 40px; }
    #contact-form form .btn {
      margin: 0 auto;
      display: block; }

  .btn-primary, .subsite .btn-primary {
    font-size: 130%; }

  .box {
    padding: 30px 15px; }

  .subsite p, .subsite ul, .subsite ol, .subsite a {
    font-size: 110%; }
  .subsite p {
    font-size: 127%; }
  .subsite h1, .subsite h2 {
    margin-bottom: 20px; }
  .subsite h2 {
    font-size: 300%; }
  .subsite h3 {
    font-size: 130%; }
  .subsite ul li:before {
    margin-top: 5px; }
  .subsite .subsite-content {
    column-count: 1;
    margin-bottom: 0 !important; }
  .subsite .title-inner {
    padding-top: 59px; }
  .subsite .big-paragraf {
    font-size: 100%; }

  .video-foto-text .foto {
    padding-right: 15px; }
    .video-foto-text .foto figure {
      min-height: 35vw;
      position: relative; }
  .video-foto-text .text {
    padding: 30px 15px 30px 15px; }

  #subpage-title {
    font-size: 150%;
    letter-spacing: 0px;
    padding: 10px 15px; }

  .acr-slide .card .card-header h5 .btn-link {
    font-size: 100%;
    padding: 5px 30px 5px 15px; }

  #search-job h3 {
    font-size: 1.1rem; }
  #search-job form .form-control {
    font-size: 110%; }
  #search-job form .inner {
    flex-direction: column;
    align-items: center; }
  #search-job form input[type="text"] {
    width: 90vw;
    height: 110%; }
  #search-job form .btn {
    font-size: 110%;
    padding: 6px 20px;
    margin-top: 15px; }
  #search-job form .btn-green {
    padding: 8px 30px; }

  #news-tile .one-news {
    margin-bottom: 20px; }
    #news-tile .one-news .foto img {
      height: auto;
      max-height: 300px; }
    #news-tile .one-news .wrapper {
      flex-direction: column; }
      #news-tile .one-news .wrapper .text h3 {
        font-size: 110%; } }
@media (min-width: 576px) and (max-width: 767px) {
  header.sticked {
    transform: translateY(0px); }

  #logo img {
    max-width: 200px; }

  #reservation-calendar .owl-nav button {
    top: -8px; }
  #reservation-calendar .week_days .week_day.disabled {
    min-width: 72px;
    width: 72px;
    height: 55px; }
  #reservation-calendar .day_item {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin: 4px; }

  .timer-start .countdown .figure {
    font-size: 182%;
    height: 85px;
    width: 60px; }
  .timer-start .countdown .count-title {
    font-size: 150%; }
  .timer-start .countdown .bloc-time {
    margin-right: 10px; }
    .timer-start .countdown .bloc-time:nth-child(even) {
      margin-right: 10px; }
    .timer-start .countdown .bloc-time:last-child {
      margin-right: 0px; }

  #send-reservation-form .your-hours-list {
    margin-left: auto;
    margin-right: auto; }
  #send-reservation-form .buttons {
    display: flex;
    justify-content: center; }

  .review-carousel-master .news-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .review-carousel-master .news-carousel .owl-nav button.owl-next {
    right: -25px; }

  #userpanel .userpanel-text-form .settings {
    position: fixed;
    z-index: 1;
    border-radius: 10px;
    padding: 5px;
    top: 200px; }
    #userpanel .userpanel-text-form .settings .link {
      position: relative; }
      #userpanel .userpanel-text-form .settings .link .icon {
        width: 42px;
        min-width: 42px;
        height: 42px; }
      #userpanel .userpanel-text-form .settings .link .text {
        position: absolute;
        left: calc(-50vw + 65px);
        white-space: nowrap;
        min-width: 180px; }
    #userpanel .userpanel-text-form .settings.open .text {
      left: 50px; }
  #userpanel .userpanel-text-form .one-szkolenie p {
    text-align: left; }
  #userpanel .userpanel-text-form h2 {
    text-align: center; }
  #userpanel .userpanel-text-form p {
    text-align: center; }

  #review .fb-big img {
    width: 60px; }

  #full-form-sprzedaj #find-real-estate-more .selecty1 .form-control {
    flex: 1 1 30%; }
    #full-form-sprzedaj #find-real-estate-more .selecty1 .form-control:nth-child(3) {
      margin-bottom: 0; }
  #full-form-sprzedaj #find-real-estate-more .selecty2 .form-control {
    margin-right: 0; }
    #full-form-sprzedaj #find-real-estate-more .selecty2 .form-control:last-child {
      margin-right: 20px; }

  #pracownicy.pracownicy-big .one-worker .text {
    width: calc(100% - 170px); }
  #pracownicy.pracownicy-big .one-worker .foto figure {
    width: 150px;
    height: 150px; }

  #subpage-title {
    padding: 15px 0px; }

  body {
    font-size: 75%; }
    body ul li {
      margin-bottom: 10px; }

  #foto-block-full-img .wrapper {
    min-height: 500px;
    flex-direction: row; }
  #foto-block-full-img .foto img {
    object-position: calc(50vw - 800px) center; }
  #foto-block-full-img .text .text-inner {
    width: 100%; }

  .gallery-carousel-master .one-foto .foto {
    height: 30vw; }
  .gallery-carousel-master .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px); }
  .gallery-carousel-master .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px); }

  .workers {
    justify-content: space-around; }
    .workers .foto figure {
      width: 200px;
      height: 200px; }
    .workers .text-inner h3 {
      font-size: 200%; }

  #pracownicy .btn {
    padding: 10px 19px;
    font-size: 115%; }

  .wideo-block .wideo {
    width: 100%;
    height: 290px; }

  .text-two-foto .text p, .text-two-foto .text h3 {
    font-size: 140%; }
    .text-two-foto .text p strong, .text-two-foto .text h3 strong {
      width: 80px;
      min-width: 80px; }
  .text-two-foto .text ul {
    padding-left: 80px; }

  #foto-block-consulting {
    padding-top: 0; }
    #foto-block-consulting .foto-block:nth-child(even) .foto {
      display: flex;
      justify-content: flex-start; }
    #foto-block-consulting .foto-block:nth-child(even) .wrapper {
      flex-direction: column; }
    #foto-block-consulting .foto-block:nth-last-child(2) .foto img {
      padding-bottom: 75px; }
    #foto-block-consulting .wrapper {
      flex-direction: column; }
    #foto-block-consulting .foto {
      display: flex;
      justify-content: flex-end; }
      #foto-block-consulting .foto img {
        max-width: 50%; }
    #foto-block-consulting .text-inner {
      width: 100%;
      background-image: none; }
    #foto-block-consulting .text {
      padding-bottom: 0; }

  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev {
    top: -107px;
    left: calc(50% - 200px); }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next {
    top: -107px;
    right: calc(50% - 200px); }

  #simple-real-estate .property p {
    text-align: center; }
  #simple-real-estate .tags .tag {
    margin-bottom: 15px; }

  #contact-info .address {
    padding-left: 0;
    padding-bottom: 70px;
    height: fit-content;
    height: -moz-fit-content;
    background-position: bottom center;
    background-size: 50px; }

  input.input-image {
    padding-left: 35px !important;
    background-position: 5px center; }

  #find-real-estate-more .selecty1 .form-control {
    flex: 1 1 20%; }
    #find-real-estate-more .selecty1 .form-control:nth-child(1), #find-real-estate-more .selecty1 .form-control:nth-child(2), #find-real-estate-more .selecty1 .form-control:nth-child(3) {
      margin-bottom: 20px; }
  #find-real-estate-more .selecty2 .form-control {
    flex: 1 1 20%; }
  #find-real-estate-more .checkboxy .checkbox-label {
    flex: 0 0 29%; }

  input.form-control, select.form-control {
    height: 40px;
    font-size: 15px;
    padding: 0px 10px; }

  select.form-control {
    padding-right: 0; }

  main {
    padding-top: 40px;
    min-height: calc(100vh - 129px); }

  #kurs {
    background-position: left 86px; }

  .timer-form .timer .two-termins p {
    font-size: 140%;
    letter-spacing: 0px; }
    .timer-form .timer .two-termins p:last-child {
      padding-left: 15px;
      margin-left: 15px; }
  .timer-form .timer h1, .timer-form .timer h2 {
    text-align: center;
    font-size: 200%; }
  .timer-form .form h3 {
    text-align: center; }
  .timer-form .form input[type="submit"] {
    margin: 0 auto; }

  .countdown {
    justify-content: center; }
    .countdown .count-title {
      font-size: 100%; }
    .countdown .bloc-time:nth-child(even) {
      margin-right: 0; }
    .countdown .figure {
      width: 68px; }
      .countdown .figure > span {
        font-size: 245%; }

  .paralax_group {
    font-size: 80%; }
    .paralax_group .wrapper {
      padding-top: 61px;
      flex-direction: column-reverse; }
      .paralax_group .wrapper .text {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        width: 100%;
        justify-content: center; }
        .paralax_group .wrapper .text .text-inner {
          width: 540px;
          padding-left: 15px; }
        .paralax_group .wrapper .text ul {
          padding-left: 0; }
          .paralax_group .wrapper .text ul li {
            margin-bottom: 10px; }
            .paralax_group .wrapper .text ul li:before {
              width: 30px;
              min-width: 30px;
              height: 30px;
              margin-right: 10px; }
        .paralax_group .wrapper .text .buttons .btn {
          padding: 11px 25px; }
      .paralax_group .wrapper .owl-carousel {
        width: 100%; }

  #o-nas .foto-block .wrapper {
    flex-direction: column-reverse; }
    #o-nas .foto-block .wrapper .text {
      width: 100%;
      justify-content: center; }
      #o-nas .foto-block .wrapper .text .text-inner {
        width: 100%; }
    #o-nas .foto-block .wrapper .foto {
      width: 100%;
      padding: 0 15px; }

  #tytul .wrapper {
    padding-top: 4vw;
    max-width: 100%; }
    #tytul .wrapper img {
      max-width: 100%; }

  .uslugi-three-columns {
    padding: 0; }
    .uslugi-three-columns .one-element h3 {
      font-size: 160%; }
    .uslugi-three-columns .one-element img {
      height: 29vw; }

  .simple-steps .one-step {
    width: 50%; }
  .simple-steps .foto img {
    max-height: 150px; }

  #miniNav .page-nav li a {
    padding: 15px 10px;
    font-size: 16px; }
  #miniNav .inner ul {
    width: 100%;
    align-items: flex-start;
    max-width: 500px; }
    #miniNav .inner ul li {
      width: 100%; }

  .page-nav li a {
    padding: 30px 30px; }

  #main-menu {
    margin-left: auto;
    width: auto; }

  #main-nav .bg-block {
    width: calc(50% + 275px); }
  #main-nav .inner {
    padding: 5px 0; }
    #main-nav .inner #logo .motto {
      font-size: 70%; }

  .bread ul.breadcrumb {
    height: auto; }
    .bread ul.breadcrumb li {
      font-size: 13px; }
      .bread ul.breadcrumb li a {
        font-size: 13px; }
      .bread ul.breadcrumb li .arrow {
        width: 8px;
        height: 8px;
        margin: 0 5px; }
      .bread ul.breadcrumb li .home img {
        width: 17px; }

  .left-sidebar ul li {
    width: 45px; }
    .left-sidebar ul li a {
      padding: 10px; }
    .left-sidebar ul li:hover {
      width: 60px; }

  #layerslider {
    height: 360px; }
    #layerslider .ls-layer .slider-bg .container {
      max-width: 100%; }
    #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 250px;
      margin-left: 15px;
      padding-left: 0; }
      #layerslider .ls-layer .slider-bg .wrapper .text .play .btn-play {
        border: 4px solid #fff;
        width: 60px;
        height: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper .text .text-inner p {
        font-size: 100%; }
    #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 215%; }
    #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper ul li {
        margin-bottom: 10px; }
    #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 25px; }
      #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
        padding: 8px 20px; }

  #last-offers .module-title {
    font-size: 150%; }

  #big-slider .inner {
    padding-left: 0; }
  #big-slider .special-wrapper {
    align-items: flex-end;
    left: 0; }
    #big-slider .special-wrapper .special-container {
      width: 100%;
      padding: 20px 30px;
      margin: 0; }
      #big-slider .special-wrapper .special-container h2 {
        font-size: 140%; }
      #big-slider .special-wrapper .special-container p {
        font-size: 100%;
        margin-bottom: 15px; }

  .news-carousel .one-news .wrapper .text {
    padding: 10px; }
  .news-carousel .one-news .wrapper .date {
    font-size: 120%;
    min-width: 65px; }
  .news-carousel .one-news .wrapper h3 {
    font-size: 110%; }
  .news-carousel .one-news .wrapper p {
    font-size: 100%;
    text-align: left; }
  .news-carousel .one-news img {
    height: 220px; }

  .news-carousel-master .one-news img {
    height: 380px; }
  .news-carousel-master .owl-nav button.owl-next {
    right: -25px;
    width: 60px;
    height: 61px;
    top: 175px; }
  .news-carousel-master .owl-nav button.owl-prev {
    left: -25px;
    width: 60px;
    height: 61px;
    top: 175px; }

  #contact-form form input[type="submit"] {
    margin: 0 auto; }

  #footer .newsletter {
    margin-bottom: 20px; }
    #footer .newsletter .form-group {
      margin-bottom: 10px; }
  #footer .socials a {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px; }

  .real-estate-carousel .owl-nav button.owl-prev {
    top: 130px; }
  .real-estate-carousel .owl-nav button.owl-next {
    top: 130px; }

  .double-block h2 {
    font-size: 160%; }
  .double-block .one-block {
    max-width: 100%;
    flex: 1 1 100%; }

  .text-block-more .buttons .btn {
    padding: 15px 30px; }

  .offer-list .one-offer {
    font-size: 78%;
    padding: 15px; }
    .offer-list .one-offer .text p strong {
      width: 78px; }
    .offer-list .one-offer .foto {
      width: 180px;
      margin-right: 15px; }
      .offer-list .one-offer .foto img {
        max-height: 125px; }
    .offer-list .one-offer .adress {
      margin-bottom: 10px; }

  .module-title {
    font-size: 250%; }

  .review-list .one-review .wrapper .foto {
    margin-right: 15px; }
  .review-list .one-review .foto img {
    width: 105px;
    height: 105px; }
  .review-list .one-review .review p {
    margin-bottom: 10px; }

  #gazelle {
    justify-content: center; }
    #gazelle img {
      height: 55px;
      margin-left: 5px;
      margin-right: 5px; }

  .steps-dots {
    padding-top: 45px; }
    .steps-dots .title {
      background-image: none;
      height: auto;
      margin-bottom: 20px; }
    .steps-dots .inner {
      flex-direction: column; }
      .steps-dots .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        .steps-dots .inner .one-step .inside .number {
          font-size: 60px; }
        .steps-dots .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      .steps-dots .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #title-block .inner {
    flex-direction: column; }
    #title-block .inner .photo {
      min-width: 100%;
      max-width: 100%; }

  .foto-block:nth-child(odd) .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .foto {
      margin-bottom: 0px; }
    .foto-block .wrapper .text .text-inner {
      padding-left: 15px; }
      .foto-block .wrapper .text .text-inner h1 {
        width: 100%;
        text-align: center; }
      .foto-block .wrapper .text .text-inner p {
        text-align: center;
        width: 100%;
        padding: 0 10px; }
      .foto-block .wrapper .text .text-inner .buttons .btn {
        padding: 11px 25px; }
  .foto-block.normal .wrapper .text .text-inner h1 {
    font-size: 200%; }
  .foto-block.normal .wrapper .text .text-inner p {
    text-align: left;
    padding-left: 0; }

  #application-block .wrapper {
    flex-direction: column; }
    #application-block .wrapper .text .text-inner {
      padding-left: 0;
      padding-top: 30px; }
      #application-block .wrapper .text .text-inner h1 {
        width: 100%; }
      #application-block .wrapper .text .text-inner p {
        text-align: center;
        width: 100%;
        padding: 0 10px; }
    #application-block .wrapper form .btn {
      margin: 0 auto;
      display: block; }

  #form-block .inner {
    flex-direction: column; }
    #form-block .inner .text .wrapper {
      flex-wrap: wrap; }
      #form-block .inner .text .wrapper .one-box {
        flex: 1 1 100%; }
    #form-block .inner #applicationForm {
      display: flex;
      justify-content: center; }
      #form-block .inner #applicationForm form {
        float: none; }
        #form-block .inner #applicationForm form h2 {
          padding-top: 0px; }

  #contact-block h2 {
    font-size: 1.7rem; }
  #contact-block .text {
    margin-bottom: 15px; }
    #contact-block .text p {
      font-size: 1.2em; }

  .video-foto-text .foto {
    padding-right: 15px; }
    .video-foto-text .foto figure {
      min-height: 250px; }
  .video-foto-text .text {
    padding: 30px 15px 30px 15px; }

  .box {
    padding: 30px 15px; }

  .curse-description .one-worker .text {
    width: 100%;
    padding-right: 0; }
  .curse-description .one-worker .foto {
    width: 100%; }

  .subsite .title-inner {
    padding-top: 67px; }
    .subsite .title-inner h1 {
      padding: 20px 10px; }
  .subsite h1, .subsite h2 {
    margin-bottom: 20px;
    font-size: 220%; }
  .subsite h2 {
    font-size: 180%; }
  .subsite h3 {
    font-size: 170%; }
  .subsite ul li:before {
    margin-top: 5px; }
  .subsite .subsite-content {
    column-count: 1;
    font-size: 75%; }
  .subsite .big-paragraf {
    font-size: 120%; }

  .company-block .wrapper .video-preview {
    padding-bottom: 80px; }
    .company-block .wrapper .video-preview .foto .play .btn-play {
      width: 50px;
      height: 50px; }
    .company-block .wrapper .video-preview .foto .logo {
      bottom: -76px; }
      .company-block .wrapper .video-preview .foto .logo .logo-inner {
        width: 150px;
        height: 150px;
        min-width: 150px;
        min-height: 150px;
        padding: 20px; }
  .company-block .wrapper .description {
    margin-bottom: 40px; }
  .company-block .wrapper .socials {
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-bottom: 40px; }
    .company-block .wrapper .socials .social {
      margin-bottom: 15px; }

  #questions #start-faq #accordion .card {
    font-size: 80%; }
    #questions #start-faq #accordion .card .btn {
      font-size: 85%; }

  #search-job h3 {
    font-size: 1.2rem; }
  #search-job form input[type="text"] {
    width: 300px;
    height: 40px;
    font-size: 0.9rem; }
  #search-job form .btn {
    font-size: 108%;
    padding: 6px 40px; }

  #news-tile .one-news .foto img {
    height: 220px; }
  #news-tile .one-news .wrapper {
    flex-direction: column; }

  .company-videos .company-carousel .one-company .foto img {
    height: 27vw; }
  .company-videos .company-carousel .one-company .foto .play .btn-play {
    width: 60px;
    height: 60px; }
  .company-videos .company-carousel .one-company .wrapper .text h3 {
    font-size: 140%; } }
@media (min-width: 768px) and (max-width: 991px) {
  header.sticked {
    transform: translateY(0px); }

  #logo img {
    max-width: 200px; }

  .curse-description .one-worker .text {
    width: 100%;
    padding-right: 0; }
  .curse-description .one-worker .foto {
    width: 100%; }

  .timer-start .countdown .figure {
    font-size: 184%;
    height: 90px;
    width: 60px; }
  .timer-start .countdown .count-title {
    font-size: 160%; }

  .review-carousel-master .news-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .review-carousel-master .news-carousel .owl-nav button.owl-next {
    right: -25px; }

  #reservation-calendar {
    display: flex;
    justify-content: center; }
    #reservation-calendar .reservation-calendar-carousel {
      width: 580px; }
      #reservation-calendar .reservation-calendar-carousel h3 {
        margin-bottom: 30px; }

  #send-reservation-form .your-hours-list {
    margin-left: auto;
    margin-right: auto; }
  #send-reservation-form .buttons {
    display: flex;
    justify-content: center; }

  #userpanel .userpanel-text-form .settings {
    position: fixed;
    z-index: 1;
    border-radius: 10px;
    padding: 5px;
    top: 200px; }
    #userpanel .userpanel-text-form .settings .link {
      position: relative; }
      #userpanel .userpanel-text-form .settings .link .icon {
        width: 42px;
        min-width: 42px;
        height: 42px; }
      #userpanel .userpanel-text-form .settings .link .text {
        position: absolute;
        left: calc(-50vw + 155px);
        white-space: nowrap;
        min-width: 180px; }
    #userpanel .userpanel-text-form .settings.open .text {
      left: 50px; }
  #userpanel .userpanel-text-form .one-szkolenie p {
    text-align: left; }
  #userpanel .userpanel-text-form h2 {
    text-align: center; }
  #userpanel .userpanel-text-form p {
    text-align: center; }

  body {
    font-size: 80%; }
    body ul li {
      margin-bottom: 10px; }

  #review .fb-big img {
    width: 60px; }
  #review .foto img {
    width: 70px;
    height: 70px; }
  #review .wrapper-top .icon {
    width: 40px;
    height: 40px; }

  #pracownicy.pracownicy-big .one-worker .text {
    width: calc(100% - 230px); }

  .text-two-foto .text p, .text-two-foto .text h3 {
    font-size: 140%; }
    .text-two-foto .text p strong, .text-two-foto .text h3 strong {
      width: 85px;
      min-width: 85px; }
  .text-two-foto .text ul {
    padding-left: 85px; }

  .workers .foto figure {
    width: 200px;
    height: 200px; }
  .workers .text-inner h3 {
    font-size: 200%; }

  #pracownicy .btn {
    padding: 10px 19px;
    font-size: 115%; }

  .wideo-block .wideo {
    width: 100%;
    height: 390px; }

  #foto-block-full-img .wrapper {
    min-height: 450px; }
  #foto-block-full-img .foto img {
    right: 0%;
    object-position: center; }
  #foto-block-full-img .text .text-inner {
    width: 600px; }

  #foto-block-consulting .foto-block:nth-child(even) .foto {
    padding-left: 0px;
    padding-right: 30px; }
  #foto-block-consulting .foto-block:nth-child(even) .wrapper {
    flex-direction: row-reverse; }
  #foto-block-consulting .foto {
    padding-left: 30px; }
  #foto-block-consulting .text-inner {
    width: 450px; }

  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev {
    top: -107px;
    left: calc(50% - 200px); }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next {
    top: -107px;
    right: calc(50% - 200px); }

  #contact-info .address {
    padding-left: 75px; }

  main {
    padding-top: 40px;
    min-height: calc(100vh - 129px); }

  #kurs {
    background-position: left 86px; }

  .countdown .count-title {
    font-size: 100%; }
  .countdown .figure {
    width: 68px; }
    .countdown .figure > span {
      font-size: 245%; }

  .timer-form .timer h1, .timer-form .timer h2 {
    text-align: center; }
  .timer-form .form h3 {
    text-align: center; }
  .timer-form .form input[type="submit"] {
    margin: 0 auto; }

  .countdown .bloc-time {
    margin-right: 15px; }

  .paralax_group {
    font-size: 75%; }
    .paralax_group .wrapper {
      padding-top: 84px; }
      .paralax_group .wrapper .text .text-inner {
        width: 345px; }
      .paralax_group .wrapper .text ul {
        padding-left: 0; }
        .paralax_group .wrapper .text ul li {
          margin-bottom: 10px; }
          .paralax_group .wrapper .text ul li:before {
            width: 30px;
            min-width: 30px;
            height: 30px;
            margin-right: 10px; }
      .paralax_group .wrapper .buttons .btn {
        padding: 11px 25px; }

  .simple-steps .one-step {
    width: 50%; }
  .simple-steps .foto img {
    max-height: 200px; }

  .uslugi-three-columns .one-element .trojkat {
    top: 183px;
    border-bottom: 37px solid #fff;
    border-right: 354px solid transparent; }
  .uslugi-three-columns .one-element h3 {
    font-size: 170%; }
  .uslugi-three-columns .one-element button {
    padding: 10px 19px;
    font-size: 115%; }

  #miniNav .inner .page-nav {
    width: 100%;
    align-items: flex-start;
    max-width: 690px; }
    #miniNav .inner .page-nav li {
      width: 100%; }

  .page-nav li a {
    padding: 25px 10px; }

  #main-nav .bg-block {
    width: calc(50% + 360px); }
  #main-nav .inner {
    padding: 5px 0; }

  #main-menu {
    margin-left: auto;
    width: auto; }

  .real-estate-carousel .owl-nav button.owl-prev {
    top: 105px; }
  .real-estate-carousel .owl-nav button.owl-next {
    top: 105px; }

  #news-real-estate .container {
    max-width: 100%; }
  #news-real-estate .owl-item {
    padding: 10px; }
  #news-real-estate .one-element {
    box-shadow: 5px 5px 5px 2px #ddd; }
  #news-real-estate .bottom-text {
    flex-direction: column;
    align-items: flex-start; }
  #news-real-estate .price {
    margin-top: 15px; }
  #news-real-estate .foto {
    height: 230px; }

  #layerslider {
    height: 450px; }
    #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 200%;
      margin-bottom: 15px; }
    #layerslider .ls-layer .slider-bg .wrapper ul {
      padding-left: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper ul li {
        margin-bottom: 10px; }
    #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
      padding: 10px 30px; }
    #layerslider .ls-layer .slider-bg .wrapper .text {
      max-width: 300px;
      padding-left: 0; }
      #layerslider .ls-layer .slider-bg .wrapper .text .play .btn-play {
        border: 4px solid #fff;
        width: 60px;
        height: 60px; }
      #layerslider .ls-layer .slider-bg .wrapper .text .text-inner p {
        font-size: 100%; }

  .left-sidebar ul li {
    width: 55px; }
    .left-sidebar ul li a {
      padding: 15px; }
    .left-sidebar ul li:hover {
      width: 80px; }

  #big-slider .special-wrapper .special-container h2 {
    font-size: 220%; }
  #big-slider .special-wrapper .special-container p {
    font-size: 125%; }

  .bread ul.breadcrumb {
    height: 60px; }

  .company-videos .company-carousel .one-company .foto img {
    height: 20vw; }
  .company-videos .company-carousel .one-company .foto .play .btn-play {
    width: 60px;
    height: 60px; }
  .company-videos .company-carousel .one-company .wrapper .text h3 {
    font-size: 140%; }

  .news-carousel .one-news .wrapper .text {
    padding: 10px; }
  .news-carousel .one-news .wrapper .date {
    font-size: 120%;
    min-width: 65px; }
  .news-carousel .one-news .wrapper h3 {
    font-size: 110%; }
  .news-carousel .one-news .wrapper p {
    font-size: 100%;
    text-align: left; }
  .news-carousel .one-news .foto img {
    height: 250px; }

  .news-carousel-master .owl-nav button.owl-next {
    right: -25px;
    width: 60px;
    height: 61px; }
  .news-carousel-master .owl-nav button.owl-prev {
    left: -25px;
    width: 60px;
    height: 61px; }

  #footer .newsletter {
    margin-bottom: 20px; }
    #footer .newsletter .form-group {
      margin-bottom: 10px; }
  #footer .bottom-logo {
    margin-bottom: 20px; }

  select.form-control, .form-group input[type="text"] {
    padding: 0px 10px;
    margin: 0 10px;
    height: 40px;
    font-size: 14px; }

  .form-group-find input[type="text"] {
    padding-left: 45px; }

  .double-block .one-block {
    max-width: 100%;
    flex: 1 1 100%; }

  .offer-list .one-offer {
    font-size: 85%; }
    .offer-list .one-offer .text p strong {
      width: 84px; }
    .offer-list .one-offer .foto {
      width: 180px; }
      .offer-list .one-offer .foto img {
        max-height: 125px; }

  .gallery-carousel-master .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px); }
  .gallery-carousel-master .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px); }

  .review-list .one-review {
    font-size: 85%; }
    .review-list .one-review .foto img {
      width: 105px;
      height: 105px; }
    .review-list .one-review .review p {
      margin-bottom: 10px; }

  #last-offers .module-title {
    font-size: 200%; }

  .steps-dots {
    padding-top: 45px; }
    .steps-dots .title {
      background-image: none;
      height: auto;
      margin-bottom: 20px; }
    .steps-dots .inner {
      flex-direction: column; }
      .steps-dots .inner .one-step .inside {
        width: 140px;
        height: 140px;
        border-width: 10px; }
        .steps-dots .inner .one-step .inside .number {
          font-size: 60px; }
        .steps-dots .inner .one-step .inside .circle {
          width: 60px;
          height: 60px;
          background-size: 40px;
          right: -13px;
          bottom: -18px; }
      .steps-dots .inner .arrow img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
        transform: rotate(90deg); }

  #title-block .inner {
    flex-direction: column; }
    #title-block .inner .photo {
      min-width: 100%;
      max-width: 100%; }

  .foto-block:nth-child(even) .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper .foto {
    width: 100%; }
  .foto-block .wrapper .text {
    width: 100%; }
    .foto-block .wrapper .text .text-inner {
      width: 345px; }
      .foto-block .wrapper .text .text-inner h1 {
        text-align: center; }
      .foto-block .wrapper .text .text-inner p {
        text-align: center; }
  .foto-block.normal .wrapper .text .text-inner p {
    text-align: left; }

  #o-nas .foto-block .wrapper .text {
    width: 100%;
    justify-content: center; }
    #o-nas .foto-block .wrapper .text .text-inner {
      width: 100%; }
  #o-nas .foto-block .wrapper .foto {
    width: 100%;
    padding: 0 15px; }

  #application-block .wrapper {
    flex-direction: column; }
    #application-block .wrapper .text {
      font-size: 70%; }
      #application-block .wrapper .text .text-inner {
        padding-left: 0;
        padding-top: 30px; }
        #application-block .wrapper .text .text-inner h1 {
          width: 100%; }
        #application-block .wrapper .text .text-inner p {
          text-align: center;
          width: 100%;
          padding: 0 10px; }
    #application-block .wrapper form .btn {
      margin: 0 auto;
      display: block; }

  #form-block .inner {
    flex-direction: column; }
    #form-block .inner .text .wrapper {
      flex-wrap: wrap; }
      #form-block .inner .text .wrapper .one-box {
        flex: 1 1 100%; }
    #form-block .inner #applicationForm {
      display: flex;
      justify-content: center; }
      #form-block .inner #applicationForm form {
        float: none; }
        #form-block .inner #applicationForm form h2 {
          padding-top: 0px; }

  #questions #start-faq #accordion .card {
    font-size: 85%; }
    #questions #start-faq #accordion .card .btn {
      font-size: 90%; }

  #contact-block h2 {
    font-size: 1.8rem; }
  #contact-block .text {
    margin-bottom: 15px; }
    #contact-block .text p {
      font-size: 1.3em; }
  #contact-block .form {
    max-width: 100%;
    flex: 1 1 100%; }
    #contact-block .form input[type="submit"] {
      margin: 0 auto; }

  .video-foto-text .foto {
    padding-right: 15px; }
    .video-foto-text .foto figure {
      min-height: 300px; }
  .video-foto-text .text {
    padding: 30px 10px 30px 10px; }

  .box {
    padding: 30px 15px; }

  .subsite {
    font-size: 95%; }
    .subsite .title-inner {
      padding-top: 67px; }
    .subsite h1, .subsite h2 {
      margin-bottom: 20px; }
    .subsite h2 {
      font-size: 180%; }
    .subsite h3 {
      font-size: 170%; }
    .subsite ul li:before {
      margin-top: 5px; }

  .company-block .wrapper .video-preview {
    padding-bottom: 120px; }
    .company-block .wrapper .video-preview .foto .logo {
      bottom: -90px; }
      .company-block .wrapper .video-preview .foto .logo .logo-inner {
        min-width: 180px;
        max-width: 180px;
        max-height: 180px;
        min-height: 180px;
        padding: 30px; }
  .company-block .wrapper .description {
    margin-bottom: 50px; }
  .company-block .wrapper .socials {
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-bottom: 50px; }
    .company-block .wrapper .socials .social {
      margin-bottom: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  header.sticked {
    transform: translateY(0px); }

  body {
    font-size: 80%; }
    body ul li {
      margin-bottom: 10px; }

  .reservation-calendar-carousel {
    width: 580px; }
    .reservation-calendar-carousel h3 {
      margin-bottom: 30px; }

  #userpanel .userpanel-text-form .settings .link .icon {
    width: 42px;
    min-width: 42px;
    height: 42px; }

  .timer-start .countdown .figure {
    font-size: 255%;
    height: 125px;
    width: 85px; }
  .timer-start .countdown .count-title {
    font-size: 180%; }

  .review-carousel-master .news-carousel .owl-nav button.owl-prev {
    left: -25px; }
  .review-carousel-master .news-carousel .owl-nav button.owl-next {
    right: -25px; }

  #foto-block-full-img .wrapper {
    min-height: 450px; }
  #foto-block-full-img .foto img {
    right: -40%; }
  #foto-block-full-img .text .text-inner {
    width: 600px; }

  #pracownicy.pracownicy-big .one-worker .text {
    width: calc(100% - 320px); }

  .text-two-foto .text p strong, .text-two-foto .text h3 strong {
    width: 115px;
    min-width: 115px; }
  .text-two-foto .text ul {
    padding-left: 115px; }

  .workers .foto figure {
    width: 270px;
    height: 270px; }

  .countdown .figure > span {
    font-size: 245%; }

  .timer-form .timer .two-termins img {
    width: 40px;
    margin-right: 15px; }
  .timer-form .timer .two-termins p {
    font-size: 140%;
    letter-spacing: 0px; }
    .timer-form .timer .two-termins p:last-child {
      padding-left: 15px;
      margin-left: 15px; }
  .timer-form .form h3 {
    padding: 0 15px; }

  #foto-block-consulting .pion-line {
    left: calc(50% - 485px); }
  #foto-block-consulting .text-inner {
    width: 500px; }

  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-prev {
    top: -110px; }
  #consulting-services-carousel .news-carousel-services .owl-nav button.owl-next {
    top: -110px; }

  main {
    padding-top: 40px; }

  #kurs {
    background-position: left 91px; }

  #contact-info .address {
    padding-left: 0; }

  #miniNav {
    height: auto;
    bottom: unset;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    #miniNav .inner {
      padding-bottom: 0; }
      #miniNav .inner ul {
        margin-bottom: 0; }

  .page-nav li a {
    padding: 30px 15px; }

  #logo img {
    max-width: 200px; }

  #main-nav .bg-block {
    width: calc(50% + 480px); }
  #main-nav .inner {
    padding: 5px 0; }
    #main-nav .inner #logo .motto {
      font-size: 90%; }

  .paralax_group .wrapper {
    padding-top: 145px; }
    .paralax_group .wrapper .text .text-inner {
      width: 465px; }
    .paralax_group .wrapper .buttons .btn {
      padding: 15px 32px; }

  #layerslider {
    height: 550px; }
    #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 300%; }
    #layerslider .ls-layer .slider-bg .wrapper .text {
      padding-left: 0;
      max-width: 440px; }
    #layerslider .ls-layer .slider-bg .wrapper .btn {
      padding: 12px 40px; }
    #layerslider .ls-layer .slider-bg .wrapper ul li {
      margin-bottom: 20px; }
      #layerslider .ls-layer .slider-bg .wrapper ul li:before {
        background-size: 16px; }

  .text-block-more .buttons .btn {
    padding: 16px 25px; }

  .steps-dots .title {
    height: 110px;
    background-position: left 105px top 7px, right 105px top 7px; }
    .steps-dots .title h2 {
      max-width: 530px; }
  .steps-dots .one-step h3 {
    font-size: 118%; }
  .steps-dots .one-step .text {
    padding: 0 5px; }
  .steps-dots .one-step .inside {
    width: 200px;
    height: 200px; }

  .bread ul.breadcrumb {
    height: 60px; }

  #big-slider .special-wrapper .special-container h2 {
    font-size: 250%; }
  #big-slider .special-wrapper .special-container p {
    font-size: 145%; }

  .uslugi-three-columns .one-element .trojkat {
    top: 240px;
    border-right: 465px solid transparent; }

  .company-videos .company-carousel .one-company .foto img {
    height: 20vw; }

  .news-carousel .one-news .wrapper .text {
    padding: 10px; }
  .news-carousel .one-news .wrapper .date {
    font-size: 120%;
    min-width: 65px; }
  .news-carousel .one-news .wrapper h3 {
    font-size: 110%; }
  .news-carousel .one-news .wrapper p {
    font-size: 100%;
    text-align: left; }
  .news-carousel .one-news .foto img {
    height: 330px; }

  .news-carousel-master .owl-nav button.owl-next {
    right: -25px; }
  .news-carousel-master .owl-nav button.owl-prev {
    left: -25px; }

  #full-contact-block .form {
    max-width: 50%; }

  #footer {
    font-size: 95%; }

  #title-block .inner .text {
    font-size: 90%; }

  #steps .title h2 {
    font-size: 36px;
    padding-bottom: 42px;
    background-size: 92px;
    background-position: left 96px top 18px, right 96px top 18px; }
  #steps .inner .one-step .inside {
    width: 140px;
    height: 140px;
    border-width: 10px; }
    #steps .inner .one-step .inside .number {
      font-size: 60px; }
    #steps .inner .one-step .inside .circle {
      width: 60px;
      height: 60px;
      background-size: 40px;
      right: -13px;
      bottom: -18px; }
  #steps .inner .one-step .text p {
    font-size: 18px; }
  #steps .inner .arrow img {
    width: 35px;
    margin-top: 50px; }

  #title-block .inner .photo {
    min-width: 50%;
    max-width: 50%; }

  .foto-block .wrapper .text .text-inner {
    width: 465px;
    padding-right: 15px; }
    .foto-block .wrapper .text .text-inner .buttons .btn {
      padding: 15px 32px; }
  .foto-block .wrapper .foto-block-pause {
    min-width: 60px; }
  .foto-block .footer-foto-block .dot-foto-block {
    width: 60px;
    height: 60px; }
  .foto-block.normal .wrapper .text .text-inner {
    padding-top: 20px; }

  #application-block .wrapper .text {
    font-size: 75%; }
    #application-block .wrapper .text .text-inner {
      justify-content: flex-start;
      padding-top: 50px; }
      #application-block .wrapper .text .text-inner p {
        padding: 0% 20% 0% 0%; }
  #application-block .wrapper .form-block-pause {
    min-width: 60px; }
  #application-block .footer-form-block .dot-form-block {
    width: 60px;
    height: 60px; }

  .company-block .wrapper .description {
    margin-bottom: 50px; }
  .company-block .wrapper .socials {
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    margin-bottom: 50px; }
    .company-block .wrapper .socials .social {
      margin-bottom: 15px; }

  #form-block .inner {
    font-size: 90%; }
    #form-block .inner #applicationForm form h2 {
      padding-top: 5px; }

  #questions #start-faq #accordion .card {
    font-size: 90%; }
    #questions #start-faq #accordion .card .btn {
      font-size: 100%; }

  .box {
    padding: 30px 15px; }

  .subsite {
    font-size: 95%; }
    .subsite .title-inner {
      padding-top: 97px; }
    .subsite h1, .subsite h2 {
      margin-bottom: 20px; }
    .subsite ul li:before {
      margin-top: 5px; } }
@media (min-width: 1200px) and (max-width: 1579px) {
  body {
    font-size: 95%; }

  header.sticked {
    transform: translateY(0px); }

  main {
    padding-top: 40px; }

  #logo img {
    width: 210px; }

  .text-two-foto .text p strong, .text-two-foto .text h3 strong {
    width: 140px;
    min-width: 140px; }
  .text-two-foto .text ul {
    padding-left: 145px; }

  .countdown .figure > span {
    font-size: 196%; }

  #reservation-calendar .week_days .week_day.disabled {
    min-width: 80px;
    width: 80px;
    height: 66px; }
  #reservation-calendar .day_item {
    min-width: 70px;
    width: 70px;
    height: 70px; }

  #pracownicy.pracownicy-big .one-worker .text {
    width: calc(100% - 380px); }

  .countdown .figure {
    width: 53px; }
  .countdown .bloc-time {
    margin-right: 12px; }

  .timer-form .timer .two-termins p {
    font-size: 130%;
    letter-spacing: 0px; }
  .timer-form .form h3 {
    padding: 0 15px; }

  .workers .foto figure {
    width: 340px;
    height: 340px; }

  #foto-block-consulting .pion-line {
    left: calc(50% - 570px); }
  #foto-block-consulting .text-inner {
    width: 600px; }

  .page-nav li a {
    padding: 30px 12px; }

  .box {
    padding: 40px 30px; }

  #main-menu .menu-button {
    margin-left: 5px;
    margin-right: 20px; }
  #main-menu .btn-blue {
    padding: 6px 22px; }

  #main-nav .bg-block {
    width: calc(50% + 580px); }

  .language a {
    padding: 3px 8px; }

  .simple-steps {
    font-size: 90%; }

  #layerslider {
    height: 600px; }
    #layerslider .ls-layer .slider-bg {
      background-size: auto 110%; }
      #layerslider .ls-layer .slider-bg .wrapper .text {
        padding-left: 0; }

  #big-slider .photo figure img {
    width: 100%;
    max-height: 500px; }
  #big-slider .special-wrapper .special-container h2 {
    font-size: 250%; }
  #big-slider .special-wrapper .special-container p {
    font-size: 145%; }

  .steps-dots .title {
    background-position: left 125px top 10px, right 125px top 10px; }
    .steps-dots .title h2 {
      max-width: 670px; }
  .steps-dots .one-step h3 {
    font-size: 120%; }
  .steps-dots .one-step .text {
    padding: 0 5px; }

  .text-block-more h2 {
    font-size: 145%; }
  .text-block-more p:first-child {
    padding: 15px 10px; }
  .text-block-more .buttons .btn {
    padding: 15px 40px; }

  .news-carousel .one-news .wrapper .text {
    padding: 10px; }
  .news-carousel .one-news .wrapper .date {
    font-size: 120%;
    min-width: 65px; }
  .news-carousel .one-news .wrapper h3 {
    letter-spacing: 0; }
  .news-carousel .one-news img {
    height: 310px; }

  .news-carousel-master .owl-nav button.owl-next {
    right: -25px; }
  .news-carousel-master .owl-nav button.owl-prev {
    left: -25px; }

  #steps .title h2 {
    padding-bottom: 42px;
    background-size: 92px;
    background-position: left 108px top 30px, right 108px top 30px; }
  #steps .inner .one-step .inside {
    width: 200px;
    height: 200px;
    border-width: 15px; }
    #steps .inner .one-step .inside .number {
      font-size: 92px; }
    #steps .inner .one-step .inside .circle {
      width: 80px;
      height: 80px;
      background-size: 60px;
      right: -24px;
      bottom: -24px; }
  #steps .inner .arrow img {
    width: 50px;
    margin-top: 74px; }

  #title-block .inner .photo {
    min-width: 600px;
    max-width: 600px; }

  .foto-block .wrapper .text .text-inner {
    padding-right: 20px;
    width: 555px; }
  .foto-block .wrapper .foto-block-pause {
    min-width: 70px; }
  .foto-block .footer-foto-block .dot-foto-block {
    width: 70px;
    height: 70px; }
  .foto-block.normal .wrapper .text .text-inner {
    padding-top: 20px; }

  #form-block .inner form {
    min-width: 600px;
    max-width: 600px; }

  #application-block .wrapper .text {
    font-size: 85%; }
  #application-block .wrapper .form-block-pause {
    min-width: 70px; }
  #application-block .footer-form-block .dot-form-block {
    width: 70px;
    height: 70px; }

  #questions #start-faq #accordion .card {
    font-size: 90%; }
    #questions #start-faq #accordion .card .btn {
      font-size: 110%; }

  .subsite .subsite-content {
    font-size: 90%; }
    .subsite .subsite-content h2 {
      margin-bottom: 20px; }

  .uslugi-three-columns {
    font-size: 85%; } }
@media (min-width: 1580px) {
  main {
    min-height: calc(100vh - 596.59px); }

  #userpanel .userpanel-text-form .container {
    max-width: 1200px; }

  .container {
    max-width: 1550px; }

  .container-1090 {
    max-width: 1120px; }

  .container-news {
    max-width: 1300px; }

  #foto-block-why-szczecin h2 {
    font-size: 180%; }
  #foto-block-why-szczecin p, #foto-block-why-szczecin a, #foto-block-why-szczecin ul, #foto-block-why-szczecin ol {
    font-size: 100%; }

  #title-block .box {
    padding-top: 30px;
    padding-bottom: 30px; }

  #form-block .box {
    padding-top: 30px;
    padding-bottom: 30px; }

  .paralax_group .wrapper {
    padding-top: 164px; }
    .paralax_group .wrapper .text .text-inner {
      width: 760px; } }

/*# sourceMappingURL=main.css.map */
