/*
  Theme Name: OTL
  Author: Sodova
  Version: 2.0
*/
.block-doropdown {
  display: inline-block;
  align-content: flex-end;
}
.block-doropdown-link {
  display: flex;
  padding: 0 80px 0 0;
  height: 60px;
  position: relative;
  align-items: center;
  border: 0;
  font-family: inherit;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  color: #333536;
}
.block-doropdown-link:before, .block-doropdown-link:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  transition: 0.3s;
  border-radius: 50%;
}
.block-doropdown-link:before {
  border: 1px solid #C7C7C7;
}
.block-doropdown-link:after {
  background: url(../../../img/dropdown.svg) no-repeat center;
}
.block-doropdown-link:hover:before {
  border-color: #15424A;
  background-color: #15424A;
}
.block-doropdown-link:hover:after {
  filter: brightness(0) invert(1);
}

.news-slider {
  display: flex;
  flex: 0 0 100%;
}
@media (max-width: 992px) {
  .news-slider {
    flex-wrap: wrap;
  }
}

.news-slider__gallery {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 576px) {
  .news-slider__gallery {
    flex: 0 0 auto;
    gap: 20px;
  }
}

.news-slider img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 300ms;
}
@media (min-width: 576px) {
  .news-slider img {
    width: 115px;
    height: 155px;
  }
}

.news-slider a {
  display: block;
  overflow: hidden;
}

.news-slider a:hover img {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .news-slider__image:nth-child(2n+2) {
    padding: 10px;
  }
}

@media (min-width: 576px) {
  .news-slider__image:nth-child(2n+2) img {
    width: 95px;
    height: 135px;
  }
}

.news-slider__title {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .news-slider__title {
    flex: 0 0 100%;
    padding: 20px 0 0;
  }
}

.block-top {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url(../../../img/bg-home.jpg);
  background-size: cover;
  background-position: right top;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .block-top {
    min-height: 650px;
    height: 100vh;
    padding-bottom: 0;
    padding-top: 113px;
  }
}
.block-top .block-container,
.block-top .wrapper {
  height: 100%;
}
.block-top .block-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-top .h1 {
  font-size: 42px;
  line-height: 50px;
  color: #15424A;
  margin-bottom: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  .block-top .h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
.block-top__text {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-top__text span {
  display: block;
  font-weight: 200;
  font-size: 32px;
}
@media (max-width: 992px) {
  .block-top__text span {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .block-top__text span {
    font-size: 50px;
  }
}
.block-top__footer {
  display: grid;
  margin: 50px 0;
  gap: 30px;
}
@media (min-width: 992px) {
  .block-top__footer {
    grid-template-columns: 4fr 8fr;
    margin: 0 0 50px;
    gap: 0;
  }
}
.block-top__dropdown {
  order: 2;
}
@media (min-width: 992px) {
  .block-top__dropdown {
    order: 1;
  }
}
.block-top__news-container {
  display: flex;
  justify-content: flex-end;
  order: 1;
}
@media (min-width: 992px) {
  .block-top__news-container {
    order: 2;
    padding-left: 6px;
  }
}
.block-top__news {
  padding: 20px;
  background: #fff;
  display: grid;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
@media (min-width: 992px) {
  .block-top__news {
    padding: 30px;
  }
}
.block-top__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateX(-100%) translateY(-100%);
  transform-origin: top left;
}

.block-top .swiper-button-next,
.block-top .swiper-button-prev {
  background-color: #15424A;
  width: 42px;
  height: 42px;
  color: #fff;
  top: 100%;
  margin-top: -21px;
}

.block-top .swiper-button-next:after,
.block-top .swiper-button-prev:after {
  font-size: 16px;
}

.block-top .swiper-button-prev {
  left: 30px;
}

.block-top .swiper-button-next {
  left: 73px;
}

@font-face {
  font-family: "Galaxie Polaris";
  src: local("fonts/GalaxiePolaris-Light"), url("../../../fonts/GalaxiePolaris-Light.woff2") format("woff2"), url("../../../fonts/GalaxiePolaris-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Galaxie Polaris";
  src: local("fonts/subset-GalaxiePolaris-Medium"), url("../../../fonts/subset-GalaxiePolaris-Medium.woff2") format("woff2"), url("../../../fonts/subset-GalaxiePolaris-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: #333536;
  font-family: "Galaxie Polaris";
  padding: 0;
  margin: 0;
}

body.oh,
body.menu-open {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin-bottom: 25px;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.read-more {
  font-weight: bolder;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  .wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1640px) {
  .wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Aleo", serif;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 300;
  color: #15424A;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 36px;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
h2,
.h2 {
  font-size: 26px;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.btn {
  display: inline-block;
  padding: 2px 0;
  position: relative;
  background: transparent;
  border: 0;
  outline: 0;
}

.btn:after,
.btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: 0.3s;
}

.btn:after {
  background: #bebebe;
  width: 100%;
}

.btn:before {
  width: 0;
  background: #DF6517;
  z-index: 2;
}

.btn:hover:before {
  width: 100%;
}

header {
  transition: 0.3s;
  height: 66px;
}

@media (min-width: 1200px) {
  header {
    height: 117px;
    margin-bottom: 30px;
  }
}
.home header {
  margin-bottom: 20px;
  position: absolute;
  width: 100%;
}

@media (min-width: 1200px) {
  .home header {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  header ul {
    display: inline-flex;
  }
}
header .logo {
  line-height: 0;
  position: relative;
  z-index: 100;
}

header .logo a {
  display: block;
}

header .logo svg {
  transition: all 0.3s ease;
}

header .logo svg {
  width: auto;
  height: 46px;
}

@media (min-width: 1200px) {
  body.home .logo svg {
    height: 80px;
  }
  body:not(.home) .logo svg,
  header.is-fixed .logo svg {
    height: 61px;
    width: auto;
  }
}
header .logo .fw {
  transition: 0.3s;
}

.menu-open header .logo .fw {
  fill: #fff;
}

header ul {
  margin-bottom: 0;
}

header a {
  display: inline-block;
  position: relative;
}

@media (max-width: 1200px) {
  header a {
    font-size: 18px;
    color: #fff;
  }
}
header .nav-main a:before {
  width: 0;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  height: 3px;
  background: #DF6517;
  transition: 0.3s;
  opacity: 0;
}

@media (min-width: 1200px) {
  header .nav-main a:before {
    top: -6px;
    bottom: initial;
  }
}
@media (min-width: 1200px) {
  header .nav-main a:hover:before {
    width: 50%;
    opacity: 1;
  }
}
header .nav-main .current-menu-parent a:before,
header .nav-main .current-menu-item a:before {
  width: 100%;
  opacity: 1;
}

header .social a {
  display: flex;
}

.hedaer-top {
  padding: 15px 0 5px;
  align-items: center;
  justify-content: flex-end;
  display: none;
}

@media (min-width: 1200px) {
  .hedaer-top {
    display: flex;
  }
}
.hedaer-top li {
  line-height: 1;
}

.hedaer-top .social {
  margin-right: 0;
  /* 40px */
}

.hedaer-top .social a {
  line-height: 0;
}

.hedaer-top .language li {
  margin-right: 10px;
}

.language--mobile {
  display: flex;
  margin-left: auto;
  margin-right: 50px;
}

@media (min-width: 1200px) {
  .language--mobile {
    display: none;
  }
}
.language--mobile li {
  margin: 0 10px;
}

.hedaer-top .language li:last-child {
  margin-right: 0;
}

.hedaer-top .language li a {
  opacity: 0.5;
}

.hedaer-top .language li.active a,
.hedaer-top .language li a:hover {
  opacity: 1;
}

.language--mobile li a {
  color: #333;
  line-height: 1.25;
  font-size: 16px;
}

.header-container {
  display: flex;
  align-items: center;
  padding: 20px 0 20px;
}

.header-container .nav-container {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.header-container .nav {
  display: flex;
  align-items: center;
}

.header-container .nav path {
  fill: #333536;
  transition: 0.3s;
}

.header-container .nav a:hover path {
  fill: #0e76a8;
}

@media (max-width: 1200px) {
  .header-container .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #15424A;
    min-height: 100vh;
    z-index: 99;
    padding-left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding-top: 60px;
    overflow: auto;
    display: block;
  }
  .menu-open .header-container .nav-container {
    opacity: 1;
    visibility: visible;
  }
  .header-container .nav {
    padding-bottom: 120px;
    min-height: 500px;
    height: 80vh;
    position: relative;
  }
  .header-container .nav .bottom-menu {
    position: absolute;
    left: 0px;
    bottom: 80px;
    display: flex;
    width: 100%;
  }
  .header-container .nav path {
    fill: #fff;
  }
}
@media (min-width: 1199px) {
  .header-container .nav .bottom-menu {
    line-height: 0;
  }
}
.header-container .nav .language {
  display: flex;
  margin-left: 40px;
}

@media (min-width: 1199px) {
  .header-container .nav .language {
    display: none;
  }
}
.header-container .nav .language li {
  margin-right: 8px;
}

.header-container .nav .menu-item {
  margin-right: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .header-container .nav .menu-item {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
header .fixed {
  background: #fff;
  z-index: 99;
}

@media (min-width: 1200px) {
  header.is-fixed .fixed {
    position: fixed;
    top: -36px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 1200px) {
  header .fixed {
    position: fixed;
    width: 100%;
    height: 66px;
  }
}
.home header .fixed {
  background-color: transparent;
}

.home header.is-fixed .fixed {
  background-color: #fff;
}

header .menu-item-has-children {
  position: relative;
}

header .sub-menu {
  padding-top: 8px;
}

@media (min-width: 1200px) {
  header .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    display: block;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  header .sub-menu:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 5px;
    transform: rotate(45deg);
    z-index: 2;
    background: #fff;
  }
}
header .nav .sub-menu .menu-item {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  header .nav .sub-menu .menu-item {
    background: #fff;
  }
}
header .sub-menu .menu-item a {
  display: block;
  padding: 3px 0;
  font-size: 14px;
}

@media (min-width: 1200px) {
  header .sub-menu .menu-item a {
    padding: 8px 15px 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
  }
}
header .sub-menu a:hover,
header .sub-menu .current-menu-item a {
  color: #DF6517;
}

header .sub-menu .menu-item:not(:last-child) a {
  border-bottom: 0;
}

header .sub-menu .menu-item a:before {
  display: none;
}

@media (min-width: 1200px) {
  header li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
.button-mobile-menu {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 26px;
  width: 32px;
  margin-top: -13px;
  background: none;
  outline: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  z-index: 101;
}

@media (min-width: 992px) {
  .button-mobile-menu {
    right: 40px;
  }
}
.button-mobile-menu .sp {
  background: #28323E;
  height: 2px;
  width: 100%;
  position: absolute;
  right: 0;
  transition: 0.3s;
  transform-origin: center;
}

.menu-open .button-mobile-menu .sp {
  background: #fff;
}

.button-mobile-menu .sp-1 {
  top: 0;
}

.menu-open .button-mobile-menu .sp-1 {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}

.button-mobile-menu .sp-2 {
  width: 20px;
  top: 50%;
  margin-top: -1px;
}

.menu-open .button-mobile-menu .sp-2 {
  opacity: 0;
}

.button-mobile-menu .sp-3 {
  bottom: 0;
}

.menu-open .button-mobile-menu .sp-3 {
  bottom: 50%;
  transform: rotate(-45deg);
  margin-top: 1px;
}

@media (min-width: 1200px) {
  .button-mobile-menu {
    display: none;
  }
}
body:not(.home) main {
  margin-top: 20px;
}

.breadcrumbs {
  margin-bottom: 60px;
  font-size: 12px;
  line-height: 16px;
  display: none;
}

@media (min-width: 992px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs span {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a {
  color: #C7C7C7;
}

.breadcrumbs a:hover {
  color: inherit;
}

.breadcrumbs .spacer {
  display: inline-block;
  width: 50px;
  height: 12px;
  background: url(../../../img/breadcrumbs.svg) no-repeat center;
}

.block .block-container {
  position: relative;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .block .block-container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .block .block-container {
    padding-left: 110px;
  }
}
.block .block-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #C7C7C7;
  width: 1px;
}

.block .block-title {
  display: inline-block;
  font-weight: bolder;
  position: absolute;
  transform-origin: top left;
  left: 0;
  top: 60px;
  transform: rotate(-90deg) translate(-100%, -50%);
  background: #fff;
  padding: 0 40px 0 20px;
  z-index: 20;
  font-weight: 400;
}

@media (min-width: 992px) {
  .block .block-title {
    font-size: 26px;
    font-weight: 300;
    top: 80px;
    padding: 0 47px 0 20px;
  }
}
.block-color .block-title {
  background: #2a3642;
}

.block .block-title:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DF6517;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
}

@media (min-width: 992px) {
  .block .block-title:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.block-color {
  background-color: #293540;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

@media (min-width: 992px) {
  .block-color {
    background-image: url(../../../img/bg-color.png);
  }
}
.block-specjalizacje .block-container {
  padding-bottom: 70px;
  padding-top: 80px;
}

@media (min-width: 992px) {
  .block-specjalizacje .block-container {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.block-specjalizacje .row {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  flex-wrap: wrap;
  position: relative;
}

.block-specjalizacje .col-4 {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  margin-bottom: 12px;
}

@media (min-width: 767px) {
  .block-specjalizacje .col-4 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block-specjalizacje .col-4 {
    width: 33.3333333333%;
  }
}
.block-specjalizacje .single {
  position: relative;
  height: 100%;
  padding: 20px 20px 0 20px;
}

@media (min-width: 992px) {
  .block-specjalizacje .single {
    padding: 30px 35px 0 35px;
  }
}
.block-specjalizacje .single:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  /*rgb(72,85,98);*/
  opacity: 0.3;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 992px) {
  .block-specjalizacje .single:hover {
    z-index: 10;
  }
  .block-specjalizacje .single:hover:after {
    transform: scale(1.125);
    opacity: 1;
  }
}
.block-specjalizacje .single-container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 70px;
}

.block-specjalizacje h2 {
  margin-bottom: 5px;
  color: #fff;
}

.block-specjalizacje .read-more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* single specializations  -- templates/block-text.php */
.block-specjalizacje .single:hover .read-more {
  transform: scale(1.125);
}

.block-specjalizacje-tekst-bg {
  padding: 20px 20px;
  background: #F2F2F2;
  margin: 60px 0;
}

@media (min-width: 992px) {
  .block-specjalizacje-tekst-bg {
    padding: 70px 120px;
  }
}
/* end single specializations  -- templates/block-text.php */
.block-bg .block-container {
  padding-top: 80px;
  padding-right: 0px;
}

@media (min-width: 992px) {
  .block-bg .block-container {
    padding-top: 120px;
    padding-right: 110px;
  }
}
.block-bg .block-title {
  top: 60px;
}

@media (min-width: 992px) {
  .block-bg .block-title {
    top: 100px;
  }
}
.block-who:last-child {
  margin-bottom: 120px;
}

.block-who .block-background {
  background: #E8E8E8;
  padding: 20px 20px 40px;
}

@media (min-width: 992px) {
  .block-who .block-background {
    padding: 80px 90px 120px;
  }
}
@media (min-width: 992px) {
  .block-who .content {
    max-width: 50%;
  }
}
.block-who .image {
  line-height: 0;
}

@media (min-width: 992px) {
  .block-who .image {
    position: absolute;
    width: 46%;
    right: 0;
    bottom: 0;
    max-height: calc(100% - 120px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.block-who img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.block-who .button {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .block-who .button {
    margin-top: 55px;
  }
}
.block-contact {
  overflow: hidden;
}

.block-contact:last-child {
  margin-bottom: 120px;
}

.block-contact .block-title {
  top: 65px;
}

@media (min-width: 992px) {
  .block-contact .block-title {
    top: 102px;
    /* old value 190px */
  }
}
.block-contact .block-container {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .block-contact .block-container {
    padding-top: 120px;
  }
}
.block-contact.block-1 .block-container {
  padding-top: 0;
}

.block-contact .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.block-contact .col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .block-contact .col {
    width: 50%;
  }
}
.page-id-20 .block-contact .col > div {
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  .page-id-20 .block-contact .col > div:not(.field, .wpcf7) {
    padding-top: 45px !important;
  }
}
.block-contact .col-bg {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .block-contact .col-bg {
    margin-top: 0;
  }
}
.block-contact .col-bg:after {
  content: "";
  position: absolute;
  left: -20px;
  width: 100vw;
  height: 100%;
  top: 0;
  background: #E8E8E8;
  z-index: -1;
}

@media (min-width: 992px) {
  .block-contact .col-bg:after {
    width: 50vw;
    left: -40px;
  }
}
.block-contact h1 {
  font-size: 42px;
  line-height: 50px;
}

@media (min-width: 992px) {
  .block-contact h1 {
    font-size: 80px;
    line-height: 96px;
  }
}
.block-contact h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .block-contact h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-contact h4,
.block-contact .h4 {
  color: #333536;
}

.block-contact p {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .block-contact p {
    margin-bottom: 30px;
  }
}
.block-contact .btn-icon-color .icon {
  border: 1px solid #738291;
}

.block-contact .btn-icon-color:hover .icon {
  background: #738291;
}

.block .content > *:last-child {
  margin-bottom: 0;
}

.block .content a {
  background: linear-gradient(to right, rgba(51, 53, 54, 0.2), rgba(51, 53, 54, 0.2)), linear-gradient(to right, rgb(223, 101, 23), rgb(223, 101, 23));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}

.block .content a:hover {
  color: #DF6517;
  background-size: 0 1px, 100% 1px;
}

.block .content li {
  margin-bottom: 25px;
}

.block .content ul li {
  padding-left: 20px;
  position: relative;
}

.block .content ul ul {
  margin-top: 15px;
}

.block .content ul ul li {
  margin-bottom: 10px;
  padding-left: 24px;
}

.block .content ul li:last-child {
  margin-bottom: 0;
}

.block .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin-top: -4px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #DF6517;
}

.single .block .content ul li:before {
  top: 14px;
}

.block .content ul ul li:before {
  height: 2px;
  width: 10px;
  border-radius: 0;
  margin-top: -3px;
}

.block-top2 .block-container {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .block-top2 .block-container {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .block-top2 .content {
    max-width: 75%;
  }
}
.block-top2 h1 {
  font-size: 42px;
  line-height: 50px;
}

@media (min-width: 992px) {
  .block-top2 h1 {
    margin-bottom: 40px;
  }
}
@media (min-widtH: 1200px) {
  .block-top2 h1 {
    font-size: 80px;
    line-height: 96px;
  }
}
.block-top2 h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .block-top2 h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-top2 .image {
  margin-top: 20px;
  display: flex;
}

@media (min-width: 992px) {
  .block-top2 .image {
    margin-top: 60px;
  }
  .block-top2 .image--1 {
    margin-top: 40px;
  }
}
.block-text:last-child {
  padding-bottom: 110px;
}

.block-text.bg-color:last-child {
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .block-text.bg-color:last-child {
    padding-bottom: 130px;
  }
}
.block-text .block-container {
  padding-bottom: 80px;
  padding-right: 0;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .block-text .block-container {
    padding-bottom: 110px;
    padding-right: 220px;
    padding-left: 220px;
  }
}
.block-text.bg-color .block-container {
  padding-top: 80px;
  padding-bottom: 130px;
}

@media (min-width: 992px) {
  .block-text.bg-color .block-container {
    padding-top: 110px;
  }
}
.block-text:last-child .block-container {
  padding-bottom: 0;
}

.block-text .block-title {
  top: -10px;
}

.block-text.bg-color .block-title {
  top: 70px;
}

@media (min-width: 992px) {
  .block-text.bg-color .block-title {
    top: 100px;
  }
}
.block-text h2 {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .block-text h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-tiz .block-container {
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .block-tiz .block-container {
    padding-bottom: 100px;
  }
}
.block-tiz .block-background {
  background: #E8E8E8;
  padding: 20px;
}

@media (min-width: 992px) {
  .block-tiz .block-background {
    padding: 70px 110px 465px;
  }
}
@media (min-width: 992px) {
  .block-tiz .content {
    max-width: 66%;
  }
}
@media (min-width: 992px) {
  .block-tiz .image {
    margin-top: -400px;
    text-align: right;
  }
  .block-tiz .image img {
    max-width: calc(100% - 110px);
  }
}
.block-tiz .block-title {
  top: -20px;
}

.block-klienci {
  background: #F2F2F2;
}

.block-klienci:last-child {
  padding-bottom: 110px;
}

.block-klienci .block-title {
  background: #F2F2F2;
  top: 90px;
}

.block-klienci .block-container {
  padding-top: 50px;
  padding-bottom: 110px;
}

@media (min-width: 992px) {
  .block-klienci .block-container {
    padding-top: 110px;
  }
}
.block-klienci:last-child .block-container {
  padding-bottom: 0;
}

.block-klienci .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.block-klienci .row .col {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .block-klienci .row .col {
    width: 20%;
  }
}
.block-klienci .single {
  position: relative;
  padding-top: 100%;
  background: #fff;
  line-height: 24px;
}

.block-klienci .single-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.block-klienci .single-logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.block-klienci-box {
  padding-bottom: 100px;
  position: relative;
}

@media (min-width: 992px) {
  .block-klienci-box {
    padding-bottom: 120px;
  }
}
.block-klienci-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  height: calc(100% - 60px);
  width: 100%;
  background: #F2F2F2;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .block-klienci-box:before {
    top: 120px;
    height: calc(100% - 120px);
  }
}
.block-klienci-box .block-title {
  background: #F2F2F2;
  top: 120px;
}

@media (min-width: 992px) {
  .block-klienci-box .block-title {
    top: 220px;
  }
}
.block-klienci-box .block-container {
  padding-top: 140px;
  position: relative;
}

@media (min-width: 992px) {
  .block-klienci-box .block-container {
    padding-top: 240px;
  }
}
.block-klienci-box .swiper {
  position: relative;
}

.block-klienci-box .swiper-container {
  margin-left: -10px;
  width: calc(100% + 20px);
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.block-klienci-box .swiper-slide {
  height: auto;
}

.block-klienci-box .single {
  padding: 30px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-klienci-box .image {
  line-height: 0;
}

.block-klienci-box .single img {
  max-width: 150px;
  max-height: 65px;
  width: 100%;
  height: auto;
}

.block-klienci-box .block-line {
  height: calc(100% - 10px);
}

.page-id-18 .block-top2 .block-container {
  padding-bottom: 35px;
}

@media (min-width: 992px) {
  .page-id-18 .block-top2 .block-container {
    padding-bottom: 80px;
  }
}
.block-box {
  margin-bottom: -12px;
}

.block-box .block-title {
  top: -20px;
}

.block-box .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.block-box .col {
  padding-left: 6px;
  padding-right: 6px;
  min-height: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}

@media (min-width: 767px) {
  .block-box .col {
    width: 50%;
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .block-box .col {
    width: 33.3333333333%;
  }
}
.block-box .single {
  padding: 20px 20px 40px;
  line-height: 24px;
  height: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .block-box .single {
    padding: 30px 40px 60px;
  }
}
.block-box .single-color {
  color: #fff;
}

.block-box .single-white {
  color: #333536;
  border: 1px solid #C7C7C7;
}

.block-box .h2 {
  color: #fff;
  margin-bottom: 12px;
}

.block-box .single-white .h2 {
  color: #333536;
}

.block-box .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

@media (min-width: 992px) {
  .block-box .btn {
    bottom: 40px;
    left: 40px;
  }
}
.block-cover {
  overflow: hidden;
}

.block-cover .block-container {
  padding-top: 80px;
  min-height: 780px;
  height: 90vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .block-cover .block-container {
    padding-top: 120px;
  }
}
.block-cover .cover {
  width: 100vw;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .block-cover .cover {
    top: 120px;
    height: calc(100% - 120px);
  }
}
.block-cover .cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.block-cover .content {
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}

.block-cover .h2 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}

@media (min-width: 992px) {
  .block-cover .h2 {
    font-size: 36px;
    line-height: 44px;
    max-width: 66.6666666%;
  }
}
.block-zespol-box:last-child {
  margin-bottom: 120px;
}

.block-zespol-box .block-container {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .block-zespol-box .block-container {
    padding-top: 120px;
  }
}
.block-zespol-box .block-title {
  top: 60px;
}

@media (min-width: 992px) {
  .block-zespol-box .block-title {
    top: 100px;
  }
}
.block-zespol-box .block-background {
  background: #28323E;
  padding: 20px 20px 40px;
}

@media (min-width: 992px) {
  .block-zespol-box .block-background {
    padding: 80px 220px 60px 110px;
  }
}
.block-zespol-box .content .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.block-zespol-box .content .col {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .block-zespol-box .content .col {
    width: 50%;
  }
}
.block-zespol-box p,
.block-zespol-box h2 {
  color: #fff;
}

.block-zespol-box p {
  margin-bottom: 25px;
}

.block-zespol-box h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .block-zespol-box h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.block-zespol-box .team {
  padding-left: 0px;
  position: relative;
}

@media (min-width: 992px) {
  .block-zespol-box .team {
    padding-left: 110px;
  }
}
.team .swiper-container {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1280px) {
  .team .swiper-container {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.block-zespol-box .team:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #28323E;
  z-index: -1;
}

.block-zespol-box .team .row {
  display: flex;
  flex-wrap: wrap;
}

.block-zespol-box .team .col {
  width: 50%;
  line-height: 0;
}

@media (min-width: 992px) {
  .block-zespol-box .team .col {
    width: 20%;
  }
}
.block-zespol-box .single {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .block-zespol-box .single:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  }
}
.page-id-20 .block-zespol-box .single:after {
  display: none;
}

.block-zespol-box .single h4 {
  margin-bottom: 0;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 4px;
}

.block-zespol-box .single .name {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0 20px 18px;
  color: #fff;
  transition: 0.3s;
  z-index: 2;
  transform: translateY(calc(-100% + 5px));
}

@media (min-width: 992px) {
  .block-zespol-box .single:hover .name {
    transform: translateY(-100%);
  }
}
.block-zespol-box .button {
  margin-top: 40px;
}

.block-zespol-box .btn {
  color: #fff;
}

/* Strona pojedynczej specjalizacji */
.block-specjalizacje-osoba {
  margin-top: 60px;
}

.block-specjalizacje-osoba h2 {
  margin-bottom: 30px;
}

.block-specjalizacje-osoba .h2 {
  margin-bottom: 10px;
}

.block-specjalizacje-osoba .row {
  justify-content: flex-end;
  margin-top: 60px;
}

.block-specjalizacje-osoba .row:first-child {
  margin-top: 0;
}

.block-specjalizacje-osoba .col-3 {
  width: 32%;
  line-height: 0;
}

.block-specjalizacje-osoba .col-4 {
  width: 68%;
  display: flex;
  align-items: flex-end;
}

.block-specjalizacje-osoba .to-contact-container {
  width: 100%;
}

.block-specjalizacje-osoba .name,
.block-specjalizacje-osoba .contact {
  padding-left: 40px;
  padding-right: 40px;
}

.block-specjalizacje-osoba .name {
  padding-top: 35px;
  padding-bottom: 80px;
  background: #F2F2F2;
}

.block-specjalizacje-osoba .contact {
  background: #e8e8e8;
  padding-top: 45px;
  padding-bottom: 45px;
  text-decoration: underline;
}

.block-specjalizacje-osoba .email {
  display: flex;
  align-items: center;
}

.block-specjalizacje-osoba .email img {
  margin-right: 20px;
}

.block-specjalizacje-osoba .email a {
  background: none;
}

/** koniec strona pojedynczej specjalizacji */
.home .block-zespol-box img {
  transition: 0.3s;
}

.home .block-zespol-box .single {
  transition: 0.3s;
}

@media (min-width: 992px) {
  .home .block-zespol-box .single:hover {
    transform: scale(1.1);
    z-index: 10;
  }
}
.home .block-zespol-box .stan {
  opacity: 0;
  transition: 0.3s;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home .block-zespol-box .single:hover .stan {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
/* strona 404 */
.block-404 {
  padding: 100px 0 140px;
  text-align: center;
}

.block-404 .h1 {
  font-size: 120px;
  margin-bottom: 40px;
}

.block-404 .h2 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 40px;
}

/* koniec strona 404 */
footer {
  background: #28323E;
  color: #fff;
  font-size: 13px;
}

footer h3 {
  color: #fff;
  font-weight: 400;
}

footer .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}

footer .row .col {
  padding-left: 20px;
  padding-right: 20px;
}

footer .footer-container {
  padding: 40px 0 40px;
}

@media (min-width: 992px) {
  footer .footer-container {
    padding: 60px 0 45px;
  }
}
footer .footer-container .col {
  width: 100%;
}

@media (min-width: 1200px) {
  footer .footer-container .col-1 {
    width: 33.3333333%;
  }
  footer .footer-container .col-2 {
    width: 25%;
  }
  footer .footer-container .col-3,
  footer .footer-container .col-4 {
    width: auto;
  }
  footer .footer-container .col-4 {
    margin-left: auto;
  }
}
@media (max-width: 1200px) {
  footer .footer-container .col {
    margin-bottom: 30px;
  }
  footer .footer-container .col-4 {
    margin-bottom: 0;
  }
}
footer .social {
  margin-top: 25px;
}

.btn-icon {
  padding-left: 85px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  min-height: 70px;
  outline: 0;
  background-color: #fff;
  border-width: 0;
  cursor: pointer;
}

.btn-icon:before,
.btn-icon:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
}

.btn-icon:before {
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.btn-icon-color:before {
  border-color: #C7C7C7;
}

.btn-icon:hover:before {
  background: #fff;
}

.btn-icon:after {
  background-repeat: no-repeat;
  background-position: center;
}

.btn-icon--back:after {
  background-image: url(../../../img/back.svg);
}

.btn-icon--mail:after {
  background-image: url(../../../img/mail.svg);
}

footer a .fill,
footer a .stroke {
  transition: 0.3s;
}

footer a:hover .stroke {
  stroke: #15424A;
}

footer a:hover .fill {
  fill: #fff;
}

footer .footer-copy {
  padding: 21px 0 18px;
  background: url(../../../img/bg-color.jpg) no-repeat center;
}

@media (max-width: 1110px) {
  footer .footer-copy .col {
    width: 100%;
  }
}
@media (min-width: 1110px) {
  footer .footer-copy .col-1 {
    width: 16.6666666667%;
  }
  footer .footer-copy .col-3 {
    margin-left: auto;
  }
}
footer a {
  position: relative;
}

footer a:not(.not-decoration):before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

footer a:not(.not-decoration):hover:before {
  left: 0;
  right: initial;
  width: 100%;
}

.swiper-buttons {
  position: absolute;
  height: 41px;
  width: 83px;
  display: flex;
  transform: translateY(50%);
  bottom: 0;
  z-index: 10;
}

.swiper-buttons > div {
  background: #15424A;
  width: 41px;
  height: 41px;
  color: #fff;
  outline: 0;
  position: static;
  margin-top: 0;
}

.swiper-buttons .swiper-button-prev {
  margin-right: 1px;
}

.swiper-buttons .swiper-button-prev:after,
.swiper-buttons .swiper-button-next:after {
  font-size: 10px;
  color: #fff;
}

.field {
  position: relative;
  margin-bottom: 20px;
}

.field span {
  display: block;
}

.field .label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.field.focus .label,
.field.selectValue .label {
  opacity: 1;
  visibility: visible;
}

.field-submit {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.field-submit .btn {
  cursor: pointer;
  font-size: 16px;
}

textarea,
input[type=tel],
input[type=text],
input[type=email] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #C7C7C7;
  outline: 0;
  padding: 15px 0;
  line-height: 22px;
  background: transparent;
  font-family: "Galaxie Polaris";
}

textarea {
  height: 90px;
  vertical-align: top;
}

.wpcf7-form {
  position: relative;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}

.wpcf7-acceptance {
  display: block;
  margin-top: 35px;
}

.wpcf7-acceptance input {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  padding-left: 32px;
  position: relative;
  font-size: 10px;
  line-height: 16px;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 23px;
  height: 23px;
}

.wpcf7-acceptance .wpcf7-list-item-label:before {
  border: 1px solid #CCCCCC;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
  opacity: 0;
  transition: 0.3s;
  background: url(../../../img/checked.svg) no-repeat center;
}

.wpcf7-acceptance :checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}

.field-checkbox .wpcf7-not-valid-tip {
  padding-left: 32px;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 8px 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #dc3232;
  background-color: #f2dede;
  border-color: #eed3d7;
  margin: 25px 0 0;
  line-height: 20px;
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* IE 10+ */
.wpcf7-form.submitting .field {
  opacity: 0.3;
}

.wpcf7-form.submitting:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.wpcf7-form.submitting:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 4px solid #DF6517;
  border-top-color: transparent;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  border-radius: 50%;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 102;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader.is-active {
  opacity: 1;
  visibility: visible;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.single-person {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 101;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.single-person.is-active {
  opacity: 1;
  visibility: visible;
}

.single-person .row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.single-person .col {
  width: 100%;
}

@media (min-width: 992px) {
  .single-person .col {
    width: 50%;
  }
}
.single-person .col-image {
  display: none;
  height: 100%;
}

@media (min-width: 992px) {
  .single-person .col-image {
    display: block;
  }
}
@media (min-width: 992px) {
  .single-person .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    left: 50%;
    top: 0;
    width: 50%;
    height: calc(100% + 40px);
    z-index: -1;
  }
}
.single-person .swiper-next,
.single-person .swiper-prev {
  position: fixed;
  height: 41px;
  cursor: pointer;
  display: none;
}

@media (min-width: 992px) {
  .single-person .swiper-next,
  .single-person .swiper-prev {
    display: block;
  }
}
.single-person .swiper-next {
  top: 50%;
  left: 50%;
  margin-top: 0.5px;
  margin-left: -20.5px;
}

.single-person .swiper-prev {
  top: 50%;
  right: 50%;
  margin-top: -41.5px;
  margin-right: -20.5px;
}

.single-person .swiper-buttons-name {
  position: relative;
  height: 41px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Aleo";
  font-size: 18px;
  background: #15424A;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
}

/*.single-person .name-overflow{
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: .3s;
}*/
.single-person .swiper-buttons-name:hover {
  width: auto;
}

.single-person .swiper-next .swiper-buttons-name {
  padding-left: 41px;
}

.single-person .swiper-next:hover .swiper-buttons-name {
  padding-left: 45px;
  padding-right: 25px;
}

.single-person .swiper-prev .swiper-buttons-name {
  padding-right: 41px;
}

.single-person .swiper-prev:hover .swiper-buttons-name {
  padding-right: 45px;
  padding-left: 25px;
}

.single-person .swiper-button {
  position: absolute;
  top: 0;
  height: 41px;
  width: 41px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15424A;
  z-index: 10;
}

.single-person .swiper-button::before {
  font-size: 10px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.single-person .swiper-next .swiper-button::before {
  content: "prev";
}

.single-person .swiper-prev .swiper-button::before {
  content: "next";
}

.single-person .swiper-next .swiper-button {
  left: 0;
}

.single-person .swiper-prev .swiper-button {
  right: 0;
}

.single-person .single-person-container {
  padding: 150px 20px 70px;
  position: relative;
}

@media (min-width: 992px) {
  .single-person .single-person-container {
    padding: 190px 55px 140px;
    position: relative;
  }
}
@media (min-width: 1366px) {
  .single-person .single-person-container {
    padding: 190px 150px 140px;
    position: relative;
  }
}
.single-person .back {
  position: absolute;
  left: 20px;
  top: 40px;
}

@media (min-width: 992px) {
  .single-person .back {
    left: 55px;
    top: 60px;
  }
}
.single-person h1 {
  font-size: 42px;
  line-height: 50px;
}

@media (min-width: 992px) {
  .single-person h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}
.single-person h3 {
  color: #333536;
  font-family: "Galaxie Polaris";
  font-weight: 400;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-person h3 {
    margin-bottom: 65px;
  }
}
.single-person .contact {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-person .contact {
    margin-bottom: 55px;
  }
}
.single-person .contact-single {
  margin-bottom: 20px;
  padding-left: 44px;
  position: relative;
}

.single-person .contact-single:last-child {
  margin-bottom: 0;
}

.single-person .contact-single .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 23px;
  display: flex;
  align-items: center;
}

.single-person .content {
  margin-top: 55px;
}

body #cookie-notice {
  right: 10px;
  left: auto;
  bottom: 10px;
  min-width: 300px;
  max-width: 300px;
  font-family: "Galaxie Polaris";
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 20px;
}

body .cookie-notice-container {
  text-align: left;
}

body .cn-buttons-container {
  display: block;
}

body #cookie-notice .cn-button {
  margin-left: 0;
  font-size: 12px;
}

body .cn-close-icon {
  top: 0;
  right: 0;
  margin-top: 0;
  width: 22px;
  height: 21.5px;
  background: #15424A;
  opacity: 1;
}

body .cn-close-icon:before,
body .cn-close-icon:after {
  background: #fff;
}