*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #000;
}

body {
  position: relative;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}

.page {
  overflow: clip;
}

.container {
  width: 100%;
  max-width: 1940px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}

::-moz-selection {
  color: #000;
  background: #c41617;
}

::selection {
  color: #000;
  background: #c41617;
}

.slick-slider-reseter .slick-list, .reference-slider .slick-list {
  overflow: initial;
}
.slick-slider-reseter .slick-list .slick-track, .reference-slider .slick-list .slick-track {
  display: flex;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide, .reference-slider .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide > div, .reference-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.modal-wrapper {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.modal-wrapper.opened {
  display: block;
}

.modal-wrappe-overlay {
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-window {
  z-index: 10001;
  min-height: 50px;
}
.modal-window__close-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #c41617;
  outline: none;
}
.modal-window__close-button svg,
.modal-window__close-button img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #fff;
  fill: currentColor;
}
.modal-window__close-button svg:hover,
.modal-window__close-button img:hover {
  filter: none;
}
.modal-window__close-button:hover {
  opacity: 0.8;
}
.modal-window--sluzba {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  max-height: calc(100vh - 30px);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: #f2f2f2;
  transition: 0.3s;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle {
    transition: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle__icon span {
    transition: none;
  }
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #c41617;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.base-header-link-text, .mobile-navigation__lang, .header__lang, .base-header-link, .mobile-navigation__lang a, .mobile-navigation ul > li > a:not(.btn-primary), .navigation > li > a, .header__lang a {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
}

.base-header-link, .mobile-navigation__lang a, .mobile-navigation ul > li > a:not(.btn-primary), .navigation > li > a, .header__lang a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  transition: 0.3s;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .base-header-link, .mobile-navigation__lang a, .mobile-navigation ul > li > a:not(.btn-primary), .navigation > li > a, .header__lang a {
    transition: none;
  }
}
.base-header-link:hover, .mobile-navigation__lang a:hover, .mobile-navigation ul > li > a:hover:not(.btn-primary), .navigation > li > a:hover, .header__lang a:hover {
  color: #c41617;
}
.base-header-link.selected, .mobile-navigation__lang a.selected, .mobile-navigation ul > li > a.selected:not(.btn-primary), .navigation > li > a.selected, .header__lang a.selected {
  color: #c41617;
}

.header {
  z-index: 90;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header.opened-menu {
  background: #000;
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header .container {
  transition: background-color 0.3s ease;
}
.header.scrolled .container {
  background: #000;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  .header__container {
    height: 100px;
  }
}
.header__logo img {
  display: block;
  max-width: 200px;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .header__right {
    column-gap: 8vw;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    display: block !important;
  }
}
.header__lang {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__lang {
    display: block;
  }
}
.navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  column-gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .navigation {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation {
    column-gap: 8vw;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
}
.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mobile-navigation-wrapper {
    display: none !important;
  }
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6980392157);
  z-index: 1;
  backdrop-filter: blur(5px);
}

.mobile-navigation-panel {
  z-index: 2;
  position: relative;
  background: #000;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.mobile-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.mobile-navigation__lang {
  margin-top: 30px;
}
.mobile-navigation__lang span {
  color: #fff;
  margin: 0 5px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  padding: 10px 0;
  background: #000;
}
.footer__emails {
  color: #c41617;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  text-align: center;
}
.footer__emails a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  margin: 0;
  transition: 0.3s;
  white-space: nowrap;
  color: #c41617;
}
@media (prefers-reduced-motion: reduce) {
  .footer__emails a {
    transition: none;
  }
}
.footer__emails a:hover {
  color: #fff;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__socials a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .footer__socials a {
    width: 36px;
    height: 36px;
  }
}
.footer__socials a:first-child:hover {
  background: #1877F2;
}
.footer__socials a:first-child:hover svg {
  color: #fff;
}
.footer__socials a:last-child:hover {
  background: #E4405F;
}
.footer__socials a:last-child:hover svg {
  color: #fff;
}
.footer__socials img,
.footer__socials svg {
  display: block;
  width: 24px;
  height: 24px;
  color: #fff;
  fill: currentColor;
}

.base-section-title {
  line-height: 1.2;
  color: #fff;
  font-size: 32px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) {
  .base-section-title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .base-section-title {
    font-size: 54px;
  }
}
@media (min-width: 1460px) {
  .base-section-title {
    font-size: 70px;
  }
}
.base-section-title b, .base-section-title strong {
  font-weight: 800;
  color: #c41617;
}

.base-section-text, .base-dot-list, .sluzba-modal-box ul, .box-card__texts ul, .common-texts-styles ul.dot-list, .contact-panel__pobocka ul.dot-list, .contact-panel__texts ul.dot-list, .about-panel__texts ul.dot-list {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #fff;
}
.base-section-text b, .base-dot-list b, .sluzba-modal-box ul b, .box-card__texts ul b, .common-texts-styles ul.dot-list b, .contact-panel__pobocka ul.dot-list b, .contact-panel__texts ul.dot-list b, .about-panel__texts ul.dot-list b, .base-section-text strong, .base-dot-list strong, .sluzba-modal-box ul strong, .box-card__texts ul strong, .common-texts-styles ul.dot-list strong, .contact-panel__pobocka ul.dot-list strong, .contact-panel__texts ul.dot-list strong, .about-panel__texts ul.dot-list strong {
  font-weight: 600;
}
.base-section-text a:not(.btn-primary), .base-dot-list a:not(.btn-primary), .sluzba-modal-box ul a:not(.btn-primary), .box-card__texts ul a:not(.btn-primary), .common-texts-styles ul.dot-list a:not(.btn-primary), .contact-panel__pobocka ul.dot-list a:not(.btn-primary), .contact-panel__texts ul.dot-list a:not(.btn-primary), .about-panel__texts ul.dot-list a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: inherit;
  outline: none;
}
.base-section-text a:not(.btn-primary):hover, .base-dot-list a:not(.btn-primary):hover, .sluzba-modal-box ul a:not(.btn-primary):hover, .box-card__texts ul a:not(.btn-primary):hover, .common-texts-styles ul.dot-list a:not(.btn-primary):hover, .contact-panel__pobocka ul.dot-list a:not(.btn-primary):hover, .contact-panel__texts ul.dot-list a:not(.btn-primary):hover, .about-panel__texts ul.dot-list a:not(.btn-primary):hover {
  color: #c41617;
}

.base-dot-list, .sluzba-modal-box ul, .box-card__texts ul, .common-texts-styles ul.dot-list, .contact-panel__pobocka ul.dot-list, .contact-panel__texts ul.dot-list, .about-panel__texts ul.dot-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-dot-list li, .sluzba-modal-box ul li, .box-card__texts ul li, .common-texts-styles ul.dot-list li, .contact-panel__pobocka ul.dot-list li, .contact-panel__texts ul.dot-list li, .about-panel__texts ul.dot-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
.base-dot-list li::before, .sluzba-modal-box ul li::before, .box-card__texts ul li::before, .common-texts-styles ul.dot-list li::before, .contact-panel__pobocka ul.dot-list li::before, .contact-panel__texts ul.dot-list li::before, .about-panel__texts ul.dot-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.common-texts-styles, .contact-panel__pobocka, .contact-panel__texts, .about-panel__texts {
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  color: #fff;
}
.common-texts-styles p, .contact-panel__pobocka p, .contact-panel__texts p, .about-panel__texts p {
  margin: 0 0 24px 0;
}
.common-texts-styles b, .contact-panel__pobocka b, .contact-panel__texts b, .about-panel__texts b, .common-texts-styles strong, .contact-panel__pobocka strong, .contact-panel__texts strong, .about-panel__texts strong {
  font-weight: 600;
  color: #c41617;
}
.common-texts-styles h2, .contact-panel__pobocka h2, .contact-panel__texts h2, .about-panel__texts h2 {
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  text-align: left;
}
@media (min-width: 991px) {
  .common-texts-styles h2, .contact-panel__pobocka h2, .contact-panel__texts h2, .about-panel__texts h2 {
    font-size: 36px;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.content-wrapper .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-y: auto;
}

.footer-wrapper {
  min-width: 0;
  flex-shrink: 0;
}

.caption-w-lines {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.caption-w-lines__line {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 50px;
}
.caption-w-lines__line-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.caption-w-lines__line-line {
  flex: 1;
  height: 1px;
  background: #fff;
}
.caption-w-lines__text {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.caption-w-lines__text a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
.caption-w-lines__text a:hover {
  color: #c41617;
}

.section-home-photo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.section-home-photo__content {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .section-home-photo__content {
    max-width: 90%;
  }
}
.section-home-photo__title {
  margin: 0 0 40px 0;
  padding: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 32px;
  font-family: "Exo 2", sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .section-home-photo__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .section-home-photo__title {
    font-size: 42px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1460px) {
  .section-home-photo__title {
    font-size: 54px;
    margin-bottom: 70px;
  }
}

.section-about-panel {
  display: flex;
  align-items: center;
  padding: 100px 0 40px 0;
}

.about-panel {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-panel__content {
    order: 2;
    width: 50%;
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .about-panel__content {
    padding: 0 60px;
  }
}
.about-panel__content .caption-w-lines {
  margin: 0 0 30px 0;
}
.about-panel__texts {
  text-align: center;
}
.about-panel__img-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 10px);
  margin: 0 20px 0 0;
}
@media (min-width: 768px) {
  .about-panel__img-left {
    order: 1;
    width: 25%;
    margin: 0;
  }
}
.about-panel__img-left img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
}
.about-panel__img-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .about-panel__img-right {
    order: 3;
    width: 25%;
  }
}
.about-panel__img-right img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
}
.about-panel__name {
  margin: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .about-panel__name {
    font-size: 18px;
    padding: 12px 20px;
  }
}

.box-list {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .box-list {
    overflow-x: auto;
    height: 100%;
  }
}
.box-list__wrapper {
  display: flex;
  flex-direction: column;
  transition: none;
}
@media (min-width: 768px) {
  .box-list__wrapper {
    flex-direction: row;
    height: 100%;
  }
}
.box-list__item {
  position: relative;
  transition: opacity 0.3s ease;
  background: #000;
  margin: 0;
  height: calc(100vh - 88px);
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
}
@media (min-width: 768px) {
  .box-list__item {
    flex: 0 0 50%;
    height: 100%;
  }
}
@media (min-width: 991px) {
  .box-list__item {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1200px) {
  .box-list__item {
    flex: 0 0 25%;
  }
}
@media (min-width: 1400px) {
  .box-list__item {
    flex: 0 0 var(--box-normal-width, 14.2857%);
  }
}
.box-list__item:hover:not(.box-list__item--expanded) {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .box-list__item--expanded {
    flex: 0 0 100%;
  }
}
@media (min-width: 991px) {
  .box-list__item--expanded {
    flex: 0 0 66%;
  }
}
@media (min-width: 1200px) {
  .box-list__item--expanded {
    flex: 0 0 49%;
  }
}
@media (min-width: 1400px) {
  .box-list__item--expanded {
    flex: 0 0 var(--box-expanded-width, 33%);
  }
}
@media (min-width: 768px) {
  .box-list__item--shrinked {
    flex: 0 0 50%;
  }
}
@media (min-width: 991px) {
  .box-list__item--shrinked {
    flex: 0 0 17%;
  }
}
@media (min-width: 1200px) {
  .box-list__item--shrinked {
    flex: 0 0 17%;
  }
}
@media (min-width: 1400px) {
  .box-list__item--shrinked {
    flex: 0 0 var(--box-shrinked-width, 11.1667%);
  }
}
.box-list__item--expanded .box-card__texts {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
}
.box-list__item--shrinked .box-card__texts {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
}

.box-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box-card:hover .box-card__line {
  opacity: 0;
}
.box-card__title {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 15px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  margin: 0;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .box-card__title {
    bottom: 30px;
    left: 30px;
    white-space: nowrap;
  }
}
.box-card__line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
  padding: 0 0 50px 0;
}
.box-card__line-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.box-card__line-line {
  width: 1px;
  height: 80%;
  background: #fff;
}
.box-card__texts {
  z-index: 4;
  position: absolute;
  top: 80px;
  left: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 60px);
  height: calc(100% - 95px);
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  line-height: 1.5;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  overflow-y: auto;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .box-card__texts {
    top: 100px;
    left: 70px;
    width: calc(100% - 100px);
    height: calc(100% - 130px);
    padding: 25px;
  }
}
@media (min-width: 992px) {
  .box-card__texts {
    opacity: 0;
  }
}
.box-card__texts a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.box-card__texts a:hover {
  color: #c41617;
}
.sluzba-modal-box {
  padding: 35px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  color: #fff;
}
.reference-slider {
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
}
.reference-slider__item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.reference-slider .slick-list {
  height: 100%;
}
.reference-slider .slick-list .slick-track {
  height: 100%;
}
.reference-slider .slick-dots {
  position: absolute;
  bottom: 20px;
}
.reference-slider .slick-dots li {
  margin: 0 5px;
  padding: 0;
}
.reference-slider .slick-dots li button {
  background: rgba(0, 0, 0, 0.5);
}
.reference-slider .slick-dots li.slick-active button {
  border: 3px solid #fff;
}
.reference-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.reference-slider .slick-dots li button::before {
  content: none;
  display: none;
}
.reference-slider .slick-dots li button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.reference-card {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.reference-card__title {
  z-index: 1;
  position: absolute;
  bottom: 45px;
  left: 50%;
  min-width: 80%;
  transform: translateX(-50%);
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .reference-card__title {
    padding: 25px;
    min-width: 30%;
  }
}
.reference-card__img {
  position: relative;
  transition: flex-basis 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #000;
  flex: 0 0 50%;
  margin: 0;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .reference-card__img {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 991px) {
  .reference-card__img {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .reference-card__img:nth-child(3) {
    display: none;
  }
}
@media (max-width: 990px) {
  .reference-card__img:nth-child(4) {
    display: none;
  }
}
.reference-card__img:hover .reference-card__img-link {
  opacity: 1;
}
.reference-card__img--hidden {
  display: none;
}
@media (min-width: 768px) {
  .reference-card__img--expanded {
    flex: 0 0 49%;
  }
}
@media (min-width: 768px) {
  .reference-card__img--shrinked {
    flex: 0 0 17%;
  }
}
.reference-card__img-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.reference-card__img-link:hover {
  color: #c41617;
}

.section-contact-panel {
  display: flex;
  align-items: center;
  padding: 100px 0 40px 0;
}

.contact-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-panel__content {
  width: 100%;
}
.contact-panel__content .caption-w-lines {
  margin: 0 0 30px 0;
}
.contact-panel__texts {
  text-align: center;
}
.contact-panel__texts h2 {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  color: #c41617;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  text-align: center;
}
.contact-panel__texts a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  transition: color 0.3s, text-decoration-color 0.3s;
}
.contact-panel__texts a:hover {
  color: #c41617;
  text-decoration-color: #c41617;
}
.contact-panel__map {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-panel__map {
    width: 65%;
    margin: 0 auto;
  }
}
.contact-panel__map iframe {
  display: block;
  width: 100%;
  height: 350px;
  border: 0;
}
@media (min-width: 992px) {
  .contact-panel__map iframe {
    height: 500px;
  }
}
.contact-panel__pobocka {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-panel__pobocka {
    width: 35%;
    text-align: left;
  }
}
.contact-panel__pobocka h2 {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  color: #c41617;
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
}
@media (min-width: 992px) {
  .contact-panel__pobocka h2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .contact-panel__pobocka p {
    text-align: left;
  }
}
.contact-panel__pobocka a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  transition: color 0.3s, text-decoration-color 0.3s;
}
.contact-panel__pobocka a:hover {
  color: #c41617;
  text-decoration-color: #c41617;
}

img[loading=lazy] {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
img[loading=lazy].loaded {
  opacity: 1;
}

.lazy-bg {
  background-color: #0a0a0a;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  position: relative;
}
.lazy-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(196, 22, 23, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.lazy-bg.loaded {
  opacity: 1;
}
.lazy-bg.loaded::before {
  opacity: 1;
}
.lazy-bg:hover::before {
  opacity: 0;
}

.mobile-scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .mobile-scroll-indicator {
    display: none !important;
  }
}
.mobile-scroll-indicator.hidden {
  opacity: 0;
  visibility: hidden;
}
.mobile-scroll-indicator__arrow {
  width: 24px;
  height: 24px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  animation: arrowBounce 3.5s infinite ease-in-out;
}
.mobile-scroll-indicator:active .mobile-scroll-indicator__arrow {
  border-color: #c41617;
}

@keyframes arrowBounce {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

/*# sourceMappingURL=main.css.map */
