/*
 *  Owl Carousel - Core
 */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  font-family: "Exo 2", sans-serif;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%; }
  body h1 {
    color: #070649;
    font-size: 40rem;
    margin-bottom: 20rem; }
  body h2 {
    color: #070649;
    font-size: 28rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
  body h3 {
    color: #070649;
    font-size: 25rem;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px; }
  body h4 {
    color: #070649;
    font-size: 20rem;
    text-transform: uppercase; }
  body p {
    color: #000000;
    font-size: 18rem;
    margin-bottom: 10rem; }
  body a {
    color: #042d8e;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 18rem; }
    body a:hover {
      color: #f30000;
      text-decoration: none; }
  body ul {
    list-style: none;
    padding-left: 30rem; }
    body ul li {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #000000;
      font-size: 18rem;
      white-space: normal; }
      body ul li strong, body ul li span {
        display: contents; }
      body ul li:before {
        content: " ";
        display: flex;
        min-width: 0;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 14px solid red;
        border-bottom: 7px solid transparent;
        border-radius: 0;
        background-color: transparent;
        margin-right: 15px; }
  body figure {
    margin: 0;
    max-width: 100%;
    width: 100% !important; }
    body figure.image-style-align-center {
      display: flex;
      justify-content: center; }
    body figure.image-style-align-left {
      display: flex;
      justify-content: flex-start; }
    body figure.image-style-align-right {
      display: flex;
      justify-content: flex-end; }
  body input[type="number"], body input[type="text"], body input[type="tel"], body input[type="email"], body select, body textarea {
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    border: 2px solid #070649; }
    body input[type="number"]:focus, body input[type="number"]:active, body input[type="text"]:focus, body input[type="text"]:active, body input[type="tel"]:focus, body input[type="tel"]:active, body input[type="email"]:focus, body input[type="email"]:active, body select:focus, body select:active, body textarea:focus, body textarea:active {
      border-color: #070649;
      box-shadow: inset 0 0 8px 0px #0000432e; }
  body textarea.form-control {
    height: 150px;
    border: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    font-size: 110%;
    color: #262626;
    font-weight: 300;
    padding-left: 20px;
    padding-top: 5px;
    border: 2px solid #070649; }
    body textarea.form-control:focus, body textarea.form-control:active {
      border-color: #070649;
      box-shadow: inset 0 0 8px 0px #0000432e; }
  body textarea {
    height: 300px; }
    body textarea:focus, body textarea:active {
      border-color: #070649;
      box-shadow: inset 0 0 8px 0px #0000432e; }

html {
  font-size: 1px; }

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: center;
  margin-bottom: 25px;
  flex-wrap: wrap; }

input.form-control {
  height: 48px;
  font-size: 16px;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #000000; }
  input.form-control:placeholder {
    color: rgba(0, 0, 0, 0.5); }
input.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px; }

select.form-control {
  height: 44px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  color: #000000;
  padding: 0px 15px;
  background-color: #f5f5f5; }

.checkbox-label {
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  align-items: flex-start;
  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: #000000; }
  .checkbox-label:hover {
    color: #f30000; }
  .checkbox-label .regulamin p {
    margin: 0; }

.btn, .elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  font-family: "Exo 2", sans-serif;
  font-size: 21rem;
  background-color: transparent;
  line-height: inherit; }
  .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 {
  border-radius: 5px;
  border: none;
  background-color: #fe2724;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500; }
  .btn-primary:hover {
    border-color: transparent !important;
    background-color: #070649 !important;
    color: #fff !important; }
  .btn-primary:active, .btn-primary:focus {
    border-color: transparent !important;
    background-color: #070649 !important;
    color: #fff !important; }

.btn-secondary {
  border-radius: 5px;
  border: none;
  background-color: #070649;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500; }
  .btn-secondary:hover {
    border-color: transparent !important;
    background-color: #fe2724 !important;
    color: #fff !important; }
  .btn-secondary:active, .btn-secondary:focus {
    border-color: transparent !important;
    background-color: #fe2724 !important;
    color: #fff !important; }

button {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

form {
  position: relative; }
  form .r-name {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: -1;
    z-index: -1; }

.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 {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8; }
  header.sticked {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    padding-top: 0px;
    transform: translateY(-40px); }
    header.sticked #main-nav {
      height: 90px; }
    header.sticked #top-bar .right {
      transform: translateY(-15px); }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }

#start {
  padding-top: 0 !important; }

main {
  position: relative; }

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999999; }
  .preloader img {
    transition: 3s;
    -webkit-transition: 3s;
    width: 5vw;
    animation-name: preloader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#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: #070649;
        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: #070649;
        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 #070649 !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"], #userpanel form input[type="password"], #userpanel form input[type="tel"] {
  border-radius: 25px;
  border: 1px solid #0000003d;
  padding: 5px 20px;
  height: 50px;
  max-width: 450px;
  width: 100%;
  margin: 0;
  background-color: #fff; }
#userpanel form .checkbox-label {
  font-size: 120%;
  margin-top: 0; }
  #userpanel form .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%; }
#userpanel .row-530 {
  max-width: 530px;
  margin: 0 auto; }
#userpanel .form-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left; }
#userpanel .form-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 15px; }
#userpanel .error {
  margin-top: 5px;
  font-size: 100%;
  color: red;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: none; }
#userpanel .form-error input {
  border-color: red !important; }
#userpanel .form-error .error {
  display: block; }
#userpanel .form-error .label-error .checkbox-styled {
  border-color: red !important; }
#userpanel .form-error-format input {
  border-color: red !important; }
#userpanel .form-error-format .error-format {
  display: block; }
#userpanel .form-error-isset input {
  border-color: red !important; }
#userpanel .form-error-isset .error-isset {
  display: block; }
#userpanel .form-error-old-password input {
  border-color: red !important; }
#userpanel .form-error-old-password .error-data {
  display: block; }

.better-info {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 30px; }
  .better-info .wrapper {
    max-width: 600px;
    font-weight: 500;
    position: relative;
    padding: 30px 45px 30px 145px;
    background-color: #fff;
    border-radius: 15px; }
    .better-info .wrapper.success {
      background-position: center left 45px;
      background-repeat: no-repeat;
      background-size: 65px;
      background-image: url("../img/send.svg"); }
    .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; }

.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 {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin-bottom: 0; }
  .cookies-info .more {
    display: none; }
  .cookies-info .buttons {
    display: flex;
    justify-content: center;
    padding: 0px 10px 15px 10px; }
    .cookies-info .buttons .btn {
      font-size: 120%;
      padding: 10px 20px;
      margin: 10px; }
    .cookies-info .buttons .btn-primary {
      background-color: #28a745;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .cookies-info .buttons .btn-primary:first-child {
        background-color: #898383; }
        .cookies-info .buttons .btn-primary:first-child:hover {
          background-color: #898383 !important;
          transform: scale(0.95); }
      .cookies-info .buttons .btn-primary:hover {
        background-color: #28a745 !important;
        transform: scale(0.95); }

#top-bar {
  background-color: transparent;
  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 .telephone {
      width: 318px;
      height: 55px;
      border-radius: 10px;
      background-color: #fe2724;
      position: relative;
      z-index: 5; }
      #top-bar .right .telephone a {
        display: flex;
        align-items: center;
        color: #fff; }
        #top-bar .right .telephone a:hover {
          color: #042d8e; }
      #top-bar .right .telephone .foto {
        background-color: #070649;
        border-radius: 0 0 0 10px;
        width: 55px;
        min-width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px; }
      #top-bar .right .telephone img {
        width: 32px; }
      #top-bar .right .telephone span {
        font-size: 24rem;
        line-height: 47px;
        color: #fff;
        font-weight: 600;
        text-align: left; }
        #top-bar .right .telephone span span {
          margin-right: 5px;
          font-size: 21rem;
          font-weight: 400; }
    #top-bar .right .links a {
      display: flex;
      align-items: flex-end; }
    #top-bar .right .links span {
      font-size: 17rem;
      font-weight: 700;
      margin-right: 7px; }
    #top-bar .right .links img {
      width: 71px; }
    #top-bar .right .socials {
      display: flex;
      align-items: center;
      margin-left: 55px; }
      #top-bar .right .socials a {
        background-color: #fff;
        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; }

#main-nav {
  background-color: white;
  opacity: 0;
  height: 110px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #main-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0; }
    #main-nav .inner #logo {
      display: flex;
      align-items: center;
      padding-right: 15px; }
      #main-nav .inner #logo img {
        width: 268px; }
      #main-nav .inner #logo .motto {
        margin-left: 15px; }
        #main-nav .inner #logo .motto .first {
          font-size: 190%;
          line-height: 100%;
          color: #000000;
          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: #000000;
          font-weight: 700;
          margin-bottom: 0;
          white-space: nowrap;
          text-transform: uppercase; }
  #main-nav .btn-menu {
    z-index: 1;
    margin-left: auto;
    display: none; }
    #main-nav .btn-menu span {
      display: block;
      height: 3px;
      width: 40px;
      background-color: #0d23a5;
      border-radius: 4px;
      margin-top: 7px;
      margin-bottom: 7px; }
    #main-nav .btn-menu.menu-small {
      display: block; }

#main-menu {
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  padding-left: 150px; }
  #main-menu.mini-menu {
    top: 0;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    transform: translateY(-100%);
    align-items: flex-start;
    max-height: calc(100vh);
    overflow-y: auto; }
    #main-menu.mini-menu .page-nav {
      margin: 0 auto;
      list-style: none;
      padding: 0;
      order: 2;
      margin-bottom: 20px;
      flex-direction: column;
      max-width: 500px; }
      #main-menu.mini-menu .page-nav li {
        border-top: 1px solid #070649;
        margin-left: 0;
        width: 100%; }
        #main-menu.mini-menu .page-nav li a {
          padding: 0;
          color: #000000;
          width: 100%; }
        #main-menu.mini-menu .page-nav li:first-child {
          margin-top: 5vw; }
        #main-menu.mini-menu .page-nav li:last-child {
          border-bottom: 1px solid #070649; }
      #main-menu.mini-menu .page-nav .my-dropdown {
        flex-direction: column;
        position: relative; }
      #main-menu.mini-menu .page-nav .my-dropdown-toggle {
        width: 100%; }
        #main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
          color: #070649; }
      #main-menu.mini-menu .page-nav .dropdown-menu {
        width: 100%;
        position: relative;
        box-shadow: none;
        border-top: 3px solid #070649;
        border-bottom: 2px solid #070649;
        font-size: 90%;
        background-color: transparent; }
        #main-menu.mini-menu .page-nav .dropdown-menu li {
          background-image: url("/img/right-arrow.svg");
          background-repeat: no-repeat;
          background-position: 5px center;
          background-size: 15px;
          padding-left: 20px; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
            margin-top: 0;
            border-top: none; }
            #main-menu.mini-menu .page-nav .dropdown-menu li:first-child a {
              color: #000000; }
          #main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
            border-bottom: none; }
    #main-menu.mini-menu.open {
      transform: translateY(0); }

#content img {
  max-width: 100%; }
#content p, #content h2, #content h3, #content h4 {
  width: 100%; }
#content p {
  padding-left: 5px;
  padding-right: 5px; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  justify-content: space-between; }
  .page-nav li {
    margin-bottom: 0px; }
    .page-nav li a {
      font-weight: 500;
      display: block;
      padding: 0;
      font-size: 18rem;
      color: #000000;
      white-space: nowrap;
      text-transform: uppercase;
      transition: 0s;
      border-radius: 10px; }
      .page-nav li a span {
        width: fit-content;
        width: -moz-fit-content;
        display: block;
        padding: 10px 25px;
        margin-left: 10px;
        margin-right: 10px; }
      .page-nav li a:hover {
        background-color: #f2f2f2;
        color: #000000; }
    .page-nav li:before {
      display: none; }
  .page-nav .my-dropdown {
    position: relative; }
    .page-nav .my-dropdown:hover {
      color: #000000; }
    .page-nav .my-dropdown .my-dropdown-toggle {
      display: flex;
      align-items: center;
      border-radius: 10px; }
      .page-nav .my-dropdown .my-dropdown-toggle .caret {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent; }
      .page-nav .my-dropdown .my-dropdown-toggle:after {
        display: none; }
    .page-nav .my-dropdown .dropdown-menu {
      border: none;
      border-radius: 0px;
      box-shadow: none;
      border-top: 3px solid #070649;
      padding: 5px 0px;
      left: 0px;
      right: auto;
      box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
      background-color: #fff;
      min-width: 100%; }
      .page-nav .my-dropdown .dropdown-menu li {
        width: 100%;
        margin-left: 0; }
        .page-nav .my-dropdown .dropdown-menu li:first-child a {
          color: #000000;
          font-weight: 500; }
        .page-nav .my-dropdown .dropdown-menu li a {
          width: 100%; }
          .page-nav .my-dropdown .dropdown-menu li a span {
            font-size: 16rem;
            padding: 10px 10px; }

#big-slider .inner {
  position: relative; }
#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; }
#big-slider #layerslider {
  height: 785px;
  z-index: 0; }
  #big-slider #layerslider .ls-ct-rotate {
    display: none; }
  #big-slider #layerslider .ls-wrapper {
    width: 100% !important;
    height: 100% !important; }
  #big-slider #layerslider .foto {
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 500px;
    float: right; }
  #big-slider #layerslider .ls-layer {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center; }
    #big-slider #layerslider .ls-layer .slider-bg {
      width: 100vw;
      height: 100%;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 100%; }
      #big-slider #layerslider .ls-layer .slider-bg .container {
        height: 100%; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding-top: 150px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
          padding-left: 40px; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
            font-size: 20rem;
            color: #fff;
            margin-bottom: 10px; }
            #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li:before {
              content: " ";
              display: flex;
              min-width: 20px;
              width: 20px;
              height: 20px;
              background-color: #070649;
              border-radius: 50%;
              margin-right: 20px;
              border: none; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
          white-space: normal;
          font-size: 60px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 500;
          font-family: "Exo 2";
          text-align: center;
          filter: drop-shadow(0px 4px 4px #000000); }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
          font-size: 18rem;
          color: #fff;
          font-weight: 400;
          white-space: normal;
          margin-bottom: 30px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
          font-size: 19px;
          font-weight: 500;
          margin-top: 50px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
            text-transform: uppercase;
            display: flex;
            flex-wrap: wrap;
            padding: 10px 25px;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
          max-width: 940px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    color: #000000;
    margin-left: 15px;
    margin-right: 15px; }
    .pagination .button-nav:hover {
      color: #070649; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers a {
      width: 30px;
      height: 38px;
      border: 1px solid #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      margin-right: 4px;
      color: #000000; }
      .pagination .numbers a.active {
        background-color: #f2f2f2;
        color: #fff; }
      .pagination .numbers a:hover:not(.active) {
        border-color: #f2f2f2;
        background-color: #f2f2f2;
        color: #000000; }
    .pagination .numbers span {
      align-self: flex-end; }

#galleries {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap; }
  #galleries .foto {
    margin-bottom: 15px;
    height: 300px; }
    #galleries .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #galleries .single-gallery {
    transition: 0.3s;
    -webkit-transition: 0.3s; }
    #galleries .single-gallery:hover {
      transform: scale(0.95); }

.gallery-simple {
  column-count: 4;
  column-gap: 0; }
  .gallery-simple a {
    display: block;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 10px; }
  .gallery-simple img {
    width: 100%;
    height: auto; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    opacity: 0.7;
    position: absolute;
    top: calc(50% - 25px);
    border: 1px solid #f2f2f2 !important; }
    .owl-carousel .owl-nav button img {
      width: 12px; }
    .owl-carousel .owl-nav button.owl-prev {
      transform: rotate(180deg);
      left: -60px; }
    .owl-carousel .owl-nav button.owl-next {
      right: -60px; }
    .owl-carousel .owl-nav button:hover {
      opacity: 1; }
    .owl-carousel .owl-nav button:focus {
      outline: none; }
  .owl-carousel .one-news {
    color: #070649;
    display: block; }
    .owl-carousel .one-news img {
      height: 400px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    .owl-carousel .one-news .wrapper {
      display: flex; }

.google-maps {
  width: 100%; }
  .google-maps iframe {
    width: 100%;
    height: 15vw;
    min-height: 200px; }

.table-responsive .table {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  margin-bottom: 0;
  background-color: #f2f2f2; }
  .table-responsive .table thead {
    background-color: #f2f2f2;
    color: #000000; }
  .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: #000000; }
  .table-responsive .table td {
    width: 100%;
    padding: 5px 10px;
    border-color: #000000; }

#contact-info {
  margin-bottom: 25px; }
  #contact-info .wrapper .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #contact-info .wrapper .address h2 {
      margin-bottom: 0px;
      margin-top: 0;
      font-size: 45rem; }
    #contact-info .wrapper .address .phone-mail-info {
      justify-content: center;
      display: flex;
      border-top: 2px solid #050648;
      padding-top: 15px;
      flex-wrap: wrap; }
      #contact-info .wrapper .address .phone-mail-info img {
        margin-bottom: 4px;
        margin-right: 5px;
        max-width: 32px; }
      #contact-info .wrapper .address .phone-mail-info a {
        min-width: 186px;
        margin-top: 5px;
        margin-right: 12.5px;
        margin-left: 12.5px;
        font-size: 20rem;
        margin-bottom: 0; }

.module-title h1, .module-title h2 {
  font-size: 35rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 700; }

.photo-map .foto {
  width: 50%; }
  .photo-map .foto .image {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  .photo-map .foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.photo-map .google-maps {
  width: 50%; }
  .photo-map .google-maps iframe {
    height: 100%; }

#foto-block-group-86 {
  margin-bottom: 60px;
  margin-top: 20px; }

#foto-block-group-87 {
  margin-bottom: 60px;
  margin-top: 20px; }
  #foto-block-group-87 .foto-block {
    padding: 20px 230px; }
    #foto-block-group-87 .foto-block .wrapper .foto {
      max-height: 270px;
      width: 30%; }
      #foto-block-group-87 .foto-block .wrapper .foto img {
        object-fit: cover;
        object-position: center; }
    #foto-block-group-87 .foto-block .wrapper .text {
      width: 70%; }
      #foto-block-group-87 .foto-block .wrapper .text .text-inner {
        width: 100%; }

#foto-block-group-85 .foto {
  max-height: 971px; }
#foto-block-group-85 .text .text-inner .buttons {
  margin-bottom: 100px; }
  #foto-block-group-85 .text .text-inner .buttons .btn {
    width: 232px;
    height: 50px; }
#foto-block-group-85 .text .text-inner h2 {
  font-size: 43rem;
  line-height: 62px;
  text-transform: uppercase;
  color: #070649;
  font-weight: 500;
  text-align: left;
  margin-bottom: 55px; }
#foto-block-group-85 .text .text-inner p {
  margin-bottom: 30px;
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  color: #000000;
  font-weight: 250;
  text-align: left; }

#form-text-group-32 .form {
  text-align: center; }
  #form-text-group-32 .form .regulamin {
    margin-bottom: 10px; }
    #form-text-group-32 .form .regulamin .checkbox-label {
      margin: 0 10px 0px 10px; }

.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
      .foto-block .wrapper .text .text-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 775px;
        height: 100%;
        max-width: 100%;
        padding: 20rem 40rem; }
        .foto-block .wrapper .text .text-inner h2:first-child {
          margin-top: 0; }
        .foto-block .wrapper .text .text-inner p {
          text-align: justify; }
        .foto-block .wrapper .text .text-inner .buttons {
          display: flex;
          justify-content: center;
          width: 100%;
          margin-top: 20px; }
          .foto-block .wrapper .text .text-inner .buttons .btn:nth-child(2) {
            margin-left: 25px; }
    .foto-block .wrapper .foto {
      width: 50%; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0; }
      .foto-block .wrapper .foto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }

.two-text.reverse .wrapper {
  flex-direction: row-reverse; }

#card-photo-group-84 {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("/img/photo-card-bg.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  #card-photo-group-84 h2::after {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 12px solid #fe2724;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: " ";
    display: block;
    margin-top: 20px; }
  #card-photo-group-84 h2 {
    margin-top: 0; }

.card-photo .card-photo-wrapper {
  max-width: 1459px; }
.card-photo .foto img {
  height: 423px;
  object-fit: cover;
  max-width: 100%;
  width: 100%; }
.card-photo:nth-child(even) .text {
  background-color: #070649; }
.card-photo .text {
  background-color: #fe2724;
  padding: 20px 30px 40px 30px; }
  .card-photo .text h3 {
    font-size: 31px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center; }

.institution {
  margin-bottom: 3vw; }
  .institution.reverse .wrapper {
    flex-direction: row-reverse; }
  .institution .text {
    display: flex;
    align-items: center; }
  .institution .text-inner {
    padding: 3vw; }

.form-photo {
  width: 100%;
  background-color: #f2f2f2; }
  .form-photo .wrapper {
    display: flex;
    flex-wrap: wrap; }
  .form-photo .foto {
    padding: 0;
    flex: 0 0 50%; }
    .form-photo .foto figure.image {
      height: 100%; }
    .form-photo .foto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .form-photo .form {
    flex: 0 0 50%; }
    .form-photo .form .buttons {
      display: flex;
      justify-content: center; }
    .form-photo .form .form-group {
      padding: 5px;
      margin-bottom: 5px; }
    .form-photo .form input, .form-photo .form textarea {
      border: none; }
    .form-photo .form input[type="submit"] {
      background-color: #fe2724;
      color: #fff;
      font-size: 19rem; }
      .form-photo .form input[type="submit"]:hover, .form-photo .form input[type="submit"]:active {
        background-color: #070649 !important;
        color: #fff !important; }
    .form-photo .form .checkbox-label .regulamin p {
      font-size: 15rem; }
    .form-photo .form .checkbox-label .checkbox-styled {
      background-color: #fff;
      border-color: #0d23a5; }
      .form-photo .form .checkbox-label .checkbox-styled span {
        font-size: 22px;
        font-weight: bold; }
  .form-photo .form-inner {
    padding-left: 110px;
    max-width: 735px;
    padding-top: 20px; }

.contact-form .linki {
  margin-top: 20px; }
  .contact-form .linki .link {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
  .contact-form .linki .link-photo {
    margin-right: 15px;
    min-width: 60rem;
    width: 60rem;
    height: 60rem;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 50%; }
    .contact-form .linki .link-photo img {
      width: 60%; }

#contact-form {
  margin-top: 20px; }
  #contact-form input::file-selector-button {
    border-radius: 10px;
    border: 1px solid #070649;
    font-size: 16rem;
    background-color: #fff;
    margin-right: 10px; }
  #contact-form .cv {
    border-radius: 10px;
    border: 2px solid #070649;
    height: 70px;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 10px;
    cursor: pointer; }

#movie-tadam {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8); }
  #movie-tadam .tadam-inner {
    position: relative;
    transform: scale(0);
    transform-origin: right;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    margin: 30px;
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #movie-tadam .tadam-inner .close-tadam {
      position: absolute;
      top: 0px;
      right: 0px;
      background-color: #000;
      z-index: 9999;
      box-shadow: none;
      border: none;
      color: #fff; }
    #movie-tadam .tadam-inner .movie-container {
      max-height: 100%;
      max-width: 100%;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center; }
      #movie-tadam .tadam-inner .movie-container .wideo {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
        height: fit-content;
        height: -moz-fit-content;
        width: auto;
        border-radius: 15px 0px 15px 15px;
        position: relative; }
  #movie-tadam.open {
    z-index: 999;
    opacity: 1; }
    #movie-tadam.open .tadam-inner {
      transform: scale(1); }

.services {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 40px; }
  .services .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .services .wrapper .one-element {
      margin-bottom: 30px; }
      .services .wrapper .one-element .foto img {
        object-fit: cover;
        width: auto;
        max-width: 100%;
        width: 100%;
        height: 400px; }
      .services .wrapper .one-element .text {
        background-color: #fff;
        padding: 20px 30px 40px 30px; }
      .services .wrapper .one-element h3 {
        font-size: 31rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px; }
      .services .wrapper .one-element p {
        margin-bottom: 30px; }
      .services .wrapper .one-element ul {
        padding-left: 15px; }
        .services .wrapper .one-element ul li {
          margin-bottom: 15px; }
          .services .wrapper .one-element ul li:before {
            min-width: 0;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-left: 14px solid red;
            border-bottom: 7px solid transparent;
            border-radius: 0;
            background-color: transparent;
            margin-right: 15px; }
      .services .wrapper .one-element .buttons {
        margin-top: 35px; }
        .services .wrapper .one-element .buttons .btn {
          min-width: 240px;
          height: 60px; }

.services-one-column {
  background-color: transparent;
  padding-bottom: 40px; }
  .services-one-column .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .services-one-column .wrapper .one-element {
      margin-bottom: 30px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .services-one-column .wrapper .one-element .foto figure {
        margin-bottom: 0; }
      .services-one-column .wrapper .one-element .foto img {
        object-fit: cover;
        width: auto;
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: 400px; }
      .services-one-column .wrapper .one-element .services-title {
        padding: 15rem; }
      .services-one-column .wrapper .one-element h3 {
        font-size: 27rem;
        font-weight: 500;
        text-align: center;
        margin: 0; }
      .services-one-column .wrapper .one-element:hover {
        transform: scale(0.95); }

.newsy {
  padding-top: 45px;
  padding-bottom: 60px; }
  .newsy .one-news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  .newsy .foto {
    margin-right: 60px; }
    .newsy .foto img {
      width: 300px;
      height: 255px;
      object-fit: cover; }
  .newsy .text {
    flex: 1 1 50%;
    padding: 20px 0; }
  .newsy .date span {
    color: #070649;
    font-weight: 500; }
  .newsy h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px; }
  .newsy h3 {
    font-size: 29rem;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px; }
  .newsy p {
    margin-bottom: 20px;
    line-height: 24rem; }
  .newsy .buttons {
    justify-content: flex-end; }
    .newsy .buttons .btn {
      height: 44px; }

.newsy-carousel {
  padding-top: 65px;
  padding-bottom: 235px;
  background-image: url(/img/newsy-carousel-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  .newsy-carousel .owl-nav {
    display: none; }
  .newsy-carousel .foto img {
    height: 443px; }
  .newsy-carousel .text {
    display: flex;
    background-color: #fff; }
  .newsy-carousel .text-inner {
    flex: 1 1 50%;
    padding: 30px 25px; }
  .newsy-carousel .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d23a5;
    width: 85px; }
    .newsy-carousel .date span {
      font-size: 20rem;
      letter-spacing: 3rem;
      color: #fff;
      display: block;
      text-align: center; }
    .newsy-carousel .date strong {
      font-size: 25rem;
      letter-spacing: 0;
      padding-bottom: 10px;
      display: flex; }
  .newsy-carousel h2 {
    font-weight: 700;
    font-size: 47rem;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0; }
  .newsy-carousel h3 {
    color: #000000;
    font-size: 20rem;
    margin-bottom: 15px; }
  .newsy-carousel p {
    font-size: 16rem;
    color: rgba(0, 0, 0, 0.6); }

.footer-information {
  padding: 30px 0; }
  .footer-information .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer-information .one-information {
    max-width: calc(33.33% - 10px);
    display: flex;
    align-items: center; }
  .footer-information .foto {
    min-width: 100px;
    width: 100px;
    height: 100px;
    background-color: rgba(7, 6, 73, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer-information .foto img {
      max-width: 60%;
      max-height: 60%; }
  .footer-information .text {
    padding: 0 25px; }
  .footer-information p {
    font-size: 17rem; }
    .footer-information p:last-child {
      margin-bottom: 0; }
  .footer-information a {
    font-size: 17rem;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 10rem; }
    .footer-information a img {
      width: 21px;
      height: auto;
      max-height: unset;
      max-width: unset;
      margin-right: 12px; }
    .footer-information a span {
      display: block; }
    .footer-information a:hover {
      color: #f30000; }
    .footer-information a:last-child {
      margin-bottom: 0; }

.bottom-footer {
  background-color: #fff;
  padding: 30px 0;
  border-top: 2px solid #050648; }
  .bottom-footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .bottom-footer p {
    color: #000000;
    font-size: 16rem;
    margin-bottom: 0; }
  .bottom-footer a {
    color: #000000;
    font-size: 16rem; }
    .bottom-footer a:hover {
      color: #f30000; }

.subpages-cards .one-page {
  margin-top: 20rem;
  margin-bottom: 40rem; }
.subpages-cards .foto img {
  width: 100%;
  height: 300px;
  object-fit: cover; }
.subpages-cards .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center; }

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px; }

#standard {
  padding-top: 0 !important; }

.page-foto {
  padding: 40rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40rem;
  height: 300px;
  display: flex;
  align-items: flex-end; }
  .page-foto h1 {
    margin: 0;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 10px; }

.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .faq .one-item {
    box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px; }
    .faq .one-item h4 {
      font-weight: 600;
      font-size: 24rem;
      line-height: 31px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      position: relative; }
      .faq .one-item h4 .roll {
        transition: 0.2s;
        -webkit-transition: 0.2s;
        width: 40px;
        height: 40px;
        box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
        border-radius: 5px;
        flex: none;
        order: 1;
        flex-grow: 0;
        background: #FFFFFF;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        background-image: url("../img/faq_plus.svg"); }
        .faq .one-item h4 .roll.open {
          background-image: url("../img/faq_minus.svg");
          background-color: #0d23a5; }
    .faq .one-item .line {
      border: 1px solid #B0BAF1;
      display: block;
      margin-top: 30px;
      margin-bottom: 30px; }
    .faq .one-item p, .faq .one-item ul li, .faq .one-item ol li, .faq .one-item a, .faq .one-item td {
      font-size: 18px;
      line-height: 30px;
      color: #2C3655; }
    .faq .one-item .item-body {
      display: none; }

@media (max-width: 575px) {
  html {
    font-size: 0.8px; }

  header.sticked {
    transform: translateY(0px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 70px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #foto-block-group-86 {
    margin-bottom: 30px;
    margin-top: 30px; }
    #foto-block-group-86 h2 {
      text-align: center;
      width: 100%; }
    #foto-block-group-86 .buttons {
      flex-wrap: wrap; }
      #foto-block-group-86 .buttons .btn:nth-child(2) {
        margin-left: 0px;
        margin-top: 10px; }

  #foto-block-group-87 {
    margin-bottom: 30px;
    margin-top: 30px; }
    #foto-block-group-87 .foto-block {
      padding: 10px 20px; }
      #foto-block-group-87 .foto-block .wrapper .foto {
        width: 100%; }
      #foto-block-group-87 .foto-block .wrapper .text {
        width: 100%; }

  .page-foto {
    height: 190px;
    margin-bottom: 18rem; }
    .page-foto h1 {
      padding-bottom: 15px;
      font-size: 26rem; }

  #main-menu {
    padding-left: 0px;
    display: block; }
    #main-menu .telephone {
      border-radius: 10px;
      background-color: #fe2724;
      position: relative;
      z-index: 5;
      width: 234px;
      margin-left: auto;
      margin-right: auto;
      height: 35px; }
      #main-menu .telephone a {
        display: flex;
        align-items: center;
        color: #fff;
        height: 35px; }
        #main-menu .telephone a:hover {
          color: #042d8e; }
      #main-menu .telephone .foto {
        background-color: #070649;
        border-radius: 10px 0 0 10px;
        width: 55px;
        min-width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        height: 35px; }
      #main-menu .telephone img {
        width: 22px; }
      #main-menu .telephone span {
        font-size: 22rem;
        line-height: 47px;
        color: #fff;
        font-weight: 600;
        text-align: left; }
        #main-menu .telephone span span {
          margin-right: 5px;
          font-size: 20rem;
          font-weight: 400; }

  #top-bar {
    height: 1px;
    background-color: white; }

  .cookies-info .buttons {
    padding: 0px 10px 10px 10px; }
    .cookies-info .buttons .btn {
      font-size: 100%;
      margin: 5px; }
    .cookies-info .buttons .btn-primary {
      min-width: 130px; }
  .cookies-info p {
    padding: 10px 10px 10px 10px; }

  #contact-info {
    margin-bottom: 0px; }
    #contact-info .wrapper .address h2 {
      font-size: 25rem; }

  #form-text-group-32 .form .regulamin p {
    text-align: left; }
  #form-text-group-32 h2 {
    font-size: 25rem; }

  #big-slider #layerslider {
    max-height: 380px;
    min-height: 300px;
    height: 65vw; }
    #big-slider #layerslider .ls-layer .slider-bg {
      background-color: #00000047; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper {
        padding-top: 71px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
          max-width: 300px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
          margin-top: 0;
          font-size: 22rem;
          margin-bottom: 10px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
          margin-bottom: 20px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
          padding-left: 0; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
            font-size: 19rem; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
          margin-top: 0px; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
            min-width: 80px;
            font-size: 20rem;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 10px; }

  #card-photo-group-84 {
    padding-top: 30px;
    padding-bottom: 30px; }
    #card-photo-group-84 h2::after {
      margin-top: 5px; }
    #card-photo-group-84 h2 {
      font-size: 26rem;
      margin-bottom: 20px; }

  .card-photo {
    padding: 10px 25px; }
    .card-photo .foto img {
      height: 54vw; }
    .card-photo .text {
      padding: 15px; }
      .card-photo .text h3 {
        margin: 0;
        font-size: 20rem; }

  #foto-block-group-85 .text .text-inner .buttons {
    margin-top: 14px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center; }
    #foto-block-group-85 .text .text-inner .buttons .btn {
      height: 40px;
      width: 145px; }
    #foto-block-group-85 .text .text-inner .buttons .btn:nth-child(2) {
      margin-left: 0;
      margin-top: 10px; }
  #foto-block-group-85 .text .text-inner p {
    font-size: 15px;
    margin-bottom: 10px; }
  #foto-block-group-85 .text .text-inner h2 {
    font-size: 30rem;
    text-align: center;
    width: 100%;
    margin-bottom: 0; }

  #main-nav {
    height: 70px; }
    #main-nav .inner #logo img {
      width: 165px; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 120px; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .services {
    padding-bottom: 20px; }
    .services .wrapper .one-element .foto img {
      height: 280px; }
    .services .wrapper .one-element .text {
      padding: 20px 15px; }
    .services .wrapper .one-element .buttons .btn {
      min-width: 200px;
      height: 51px; }
    .services .wrapper .one-element h3 {
      font-size: 25rem;
      margin-bottom: 15px; }

  .services-one-column .wrapper .one-element {
    padding-left: 0;
    padding-right: 0; }
    .services-one-column .wrapper .one-element .foto img {
      max-height: 75vw; }

  .newsy {
    padding-top: 30px;
    padding-bottom: 10px; }
    .newsy h2 {
      margin-bottom: 30px;
      font-size: 35rem; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 2px solid #f2f2f2; }
      .newsy .one-news:last-child {
        border-bottom: none; }
    .newsy .foto {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .newsy .foto figure {
        display: flex;
        justify-content: center; }
      .newsy .foto img {
        width: 100%;
        max-width: 300px;
        height: auto; }
    .newsy .text {
      text-align: center;
      flex: 1 1 100%;
      padding: 0; }
    .newsy .buttons {
      justify-content: center; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .text-inner {
        padding: 15rem 15rem; }
        .foto-block .wrapper .text .text-inner p {
          text-align: left; }
    .foto-block .wrapper .foto {
      width: 100%; }

  .newsy-carousel {
    padding-right: 3px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px; }
    .newsy-carousel h2 {
      margin-bottom: 30px;
      font-size: 35rem; }
    .newsy-carousel .foto img {
      height: 200px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: 100%;
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 46px;
      width: 46px;
      height: 46px; }
    .footer-information .text {
      padding: 0 15px; }
    .footer-information a img {
      width: 16px;
      margin-right: 8px; }

  .gallery-simple {
    column-count: 2; }

  .bottom-footer {
    padding: 10px 0; }
    .bottom-footer .wrapper {
      justify-content: center; }
    .bottom-footer .copyright {
      padding: 10px;
      margin-left: 0; }
    .bottom-footer .author {
      padding: 10px;
      margin-right: 0; } }
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 0.85px; }

  header.sticked {
    transform: translateY(-50px); }
    header.sticked .page-nav li a span {
      padding-top: 15px;
      padding-bottom: 15px; }
    header.sticked #main-nav {
      height: 70px; }

  #top-bar {
    height: 50px; }

  #foto-block-group-87 {
    margin-bottom: 30px;
    margin-top: 30px; }
    #foto-block-group-87 .foto-block {
      padding: 15px 55px; }
      #foto-block-group-87 .foto-block .wrapper .foto {
        width: 100%; }
      #foto-block-group-87 .foto-block .wrapper .text {
        width: 100%; }

  #main-menu {
    padding-left: 0px; }

  #top-bar {
    height: 1px;
    background-color: white; }
    #top-bar .right .telephone {
      height: 45px; }
      #top-bar .right .telephone .foto {
        height: 45px;
        margin-top: -3px; }
      #top-bar .right .telephone span {
        font-size: 22rem; }
        #top-bar .right .telephone span span {
          font-size: 20rem; }

  #contact-info {
    margin-bottom: 0px; }
    #contact-info .wrapper .address h2 {
      font-size: 35rem; }

  #big-slider #layerslider {
    height: 400px; }
    #big-slider #layerslider .ls-layer .slider-bg {
      background-color: #00000047; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper {
        padding-top: 71px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
          font-size: 27rem;
          margin-bottom: 10px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
          margin-bottom: 20px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
          max-width: 300px; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
          padding-left: 0; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
            font-size: 19rem; }
        #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
          margin-top: 10px; }
          #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
            min-width: 120px;
            font-size: 20rem;
            margin-left: 10px;
            margin-top: 5px; }

  .page-foto {
    height: 200px;
    margin-bottom: 20rem; }
    .page-foto h1 {
      padding-bottom: 0px;
      font-size: 33rem; }

  #card-photo-group-84 {
    padding-top: 45px;
    padding-bottom: 45px; }
    #card-photo-group-84 h2::after {
      margin-top: 0px; }
    #card-photo-group-84 h2 {
      margin-bottom: 20px; }

  .card-photo {
    padding: 10px 65px; }
    .card-photo .foto img {
      height: 300px; }
    .card-photo .text h3 {
      font-size: 23rem; }

  #foto-block-group-85 .text .text-inner .buttons {
    margin-top: 14px;
    margin-bottom: 30px; }
    #foto-block-group-85 .text .text-inner .buttons .btn {
      width: 170px; }
  #foto-block-group-85 .text .text-inner p {
    margin-bottom: 15px; }
  #foto-block-group-85 .text .text-inner h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  #main-nav {
    height: 70px; }
    #main-nav .inner #logo .telephone {
      border-radius: 10px;
      background-color: #fe2724;
      position: relative;
      z-index: 5;
      width: 234px;
      margin-left: 28px;
      height: 35px; }
      #main-nav .inner #logo .telephone a {
        display: flex;
        align-items: center;
        color: #fff;
        height: 35px; }
        #main-nav .inner #logo .telephone a:hover {
          color: #042d8e; }
      #main-nav .inner #logo .telephone .foto {
        background-color: #070649;
        border-radius: 10px 0 0 10px;
        width: 55px;
        min-width: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        height: 35px; }
      #main-nav .inner #logo .telephone img {
        width: 22px; }
      #main-nav .inner #logo .telephone span {
        font-size: 22rem;
        line-height: 100%;
        color: #fff;
        font-weight: 600;
        text-align: left; }
        #main-nav .inner #logo .telephone span span {
          margin-right: 5px;
          font-size: 20rem;
          font-weight: 400; }
    #main-nav .inner #logo img {
      width: 165px; }

  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 120px; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }

  .services .wrapper .one-element .foto img {
    height: 280px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 30rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px; }
  .services-one-column .wrapper .one-element:nth-child(odd) {
    padding-left: 0; }
  .services-one-column .wrapper .one-element:nth-child(even) {
    padding-right: 0; }

  .newsy {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      margin-right: 30px; }
      .newsy .foto img {
        width: 160px;
        height: 140px; }
    .newsy .text {
      padding: 0; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 320px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .gallery-simple {
    column-count: 3; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: 100%;
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 60px;
      width: 60px;
      height: 60px; }
    .footer-information .text {
      padding: 0 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.9px; }

  header.sticked {
    transform: translateY(-40px); }
    header.sticked .page-nav li a span {
      padding-top: 20px;
      padding-bottom: 20px; }
    header.sticked #main-nav {
      height: 80px; }

  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px; }

  .page-foto {
    height: 232px; }
    .page-foto h1 {
      padding-bottom: 15px;
      font-size: 33rem; }

  #foto-block-group-87 .foto-block {
    padding: 15px 55px; }
    #foto-block-group-87 .foto-block .wrapper .foto {
      width: 100%; }
    #foto-block-group-87 .foto-block .wrapper .text {
      width: 100%; }

  #top-bar {
    height: 50px; }

  #main-menu {
    padding-left: 0px; }

  #top-bar {
    height: 39px; }
    #top-bar .right .telephone {
      height: 49px; }
      #top-bar .right .telephone .foto {
        height: 49px; }

  #contact-info {
    margin-bottom: 0px; }
    #contact-info .wrapper .address h2 {
      font-size: 35rem; }

  #big-slider #layerslider {
    height: 400px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper {
      padding-top: 119px; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
        font-size: 36rem; }
      #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
        margin-top: 30px; }

  #card-photo-group-84 h2::after {
    margin-top: 5px; }

  .card-photo .foto img {
    height: 300px; }
  .card-photo .text h3 {
    font-size: 23rem; }

  #foto-block-group-85 .text .text-inner .buttons {
    margin-top: 14px;
    margin-bottom: 30px; }
  #foto-block-group-85 .text .text-inner p {
    margin-bottom: 15px; }
  #foto-block-group-85 .text .text-inner h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }

  #main-nav {
    height: 80px; }
    #main-nav .inner #logo {
      padding-right: 20px; }
      #main-nav .inner #logo img {
        width: 140px; }

  .page-nav li a span {
    padding: 20px 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16rem; }

  main {
    padding-top: 130px; }

  .gallery-simple {
    column-count: 3; }

  .photo-map .wrapper {
    flex-direction: column; }
    .photo-map .wrapper .foto {
      width: 100%; }
    .photo-map .wrapper .google-maps {
      width: 100%; }
      .photo-map .wrapper .google-maps iframe {
        height: 50vw; }

  .services .wrapper .one-element .foto img {
    height: 240px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px; }

  .foto-block.reverse .wrapper {
    flex-direction: column; }
  .foto-block .wrapper {
    flex-direction: column; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }

  .newsy {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      margin-right: 30px; }
      .newsy .foto img {
        width: 250px;
        height: 215px; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 220px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information {
    padding-bottom: 0; }
    .footer-information .one-information {
      max-width: calc(50% - 10px);
      margin-bottom: 30px; }
    .footer-information .foto {
      min-width: 60px;
      width: 60px;
      height: 60px; }
    .footer-information .text {
      padding: 0 15px; }
    .footer-information a img {
      display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 0.9px; }

  header.sticked .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px; }

  #foto-block-group-87 .foto-block {
    padding: 20px 35px; }

  #foto-block-group-86 {
    margin-bottom: 0px;
    margin-top: 20px; }

  #main-menu {
    padding-left: 20px; }

  .page-foto {
    height: 255px; }

  #big-slider #layerslider {
    height: 459px; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
      font-size: 36rem; }
    #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
      margin-top: 39px; }

  #card-photo-group-84 h2::after {
    margin-top: 10px; }

  .card-photo .foto img {
    height: 320px; }
  .card-photo .text h3 {
    font-size: 29rem; }

  #foto-block-group-85 .text .text-inner .buttons {
    margin-bottom: 30px; }
  #foto-block-group-85 .text .text-inner p {
    margin-bottom: 15px; }
  #foto-block-group-85 .text .text-inner h2 {
    margin-bottom: 24px; }

  #main-nav {
    height: 100px; }
    #main-nav .inner #logo img {
      width: 200px; }

  .page-nav li a span {
    padding: 30px 10px;
    margin-left: 7px;
    margin-right: 7px; }

  main {
    padding-top: 160px; }

  .services .wrapper .one-element .foto img {
    height: 240px; }
  .services .wrapper .one-element .text {
    padding: 20px 15px; }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px; }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 220px; }

  .newsy {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy h2 {
      margin-bottom: 30px; }
    .newsy h3 {
      margin-bottom: 15px; }
    .newsy .one-news {
      margin-bottom: 30px; }
    .newsy .foto {
      margin-right: 30px; }
      .newsy .foto img {
        width: 250px;
        height: 215px; }

  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px; }
    .newsy-carousel h2 {
      margin-bottom: 30px; }
    .newsy-carousel .foto img {
      height: 300px; }
    .newsy-carousel .text-inner {
      padding: 20px 15px; }

  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px; }
  .footer-information .text {
    padding: 0 15px; }
  .footer-information a img {
    display: none; } }
@media (min-width: 1200px) and (max-width: 1579px) {
  html {
    font-size: 0.95px; }

  header.sticked .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px; }

  #foto-block-group-87 .foto-block {
    padding: 20px 45px; }

  #main-menu {
    padding-left: 20px; }

  .newsy-carousel {
    padding-bottom: 130px; }

  .page-nav li a span {
    padding: 40px 10px; }

  #big-slider #layerslider {
    height: 550px; }

  .services .wrapper .one-element .foto img {
    height: 290px; }
  .services .wrapper .one-element h3 {
    font-size: 25rem;
    margin-bottom: 15px; }

  .services-one-column .wrapper .one-element .foto img {
    max-height: 265px; }

  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px; }
  .footer-information .text {
    padding: 0 15px; } }
@media (min-width: 1580px) {
  .container {
    max-width: 1550px; }

  .container-1230 {
    max-width: 1230px; } }

/*# sourceMappingURL=main.css.map */
