/* COLORS */
/* SETTINGS */
body, html, .page {
  margin: 0;
  padding: 0;
}

body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body.show {
  opacity: 1;
}

.fancybox-container {
  z-index: 999999;
}

input:focus, textarea:focus {
  outline: 2px solid #D11A55;
}

a:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.wrapper-small {
  width: 100%;
  max-width: 943px;
  margin: 0 auto;
}

.btn-round {
  padding: 0 15px;
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff !important;
  font-weight: 700;
  border-radius: 30px;
  height: 41px;
  line-height: 41px;
  display: inline-flex;
}
.btn-round.small {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
}
.btn-round:focus {
  color: #000000;
}
.btn-round:visited {
  color: #000000;
}

.btn-pink {
  padding: 0 15px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  background-color: #D11A55 !important;
  font-weight: 700;
  border-radius: 30px;
  height: 41px;
  line-height: 41px;
  display: inline-flex;
}
.btn-pink.small {
  height: 27px;
  line-height: 27px;
  font-size: 12px;
}
.btn-pink:focus {
  color: #000000;
}
.btn-pink:visited {
  color: #000000;
}

.btn-red {
  height: 43px;
  line-height: 43px;
  background-color: #A01441 !important;
  color: #ffffff !important;
  font-size: 14px;
  border: none;
  padding: 0 20px !important;
  border-radius: 14px !important;
  font-weight: 700;
  display: inline-flex;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .btn-red {
    height: 70px !important;
    line-height: 70px !important;
    font-size: 16px;
    border-radius: 20px !important;
  }
}
.btn-red:focus {
  color: #ffffff;
}
.btn-red:visited {
  color: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
}

section .btn-red {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  section .btn-red {
    margin-top: 50px;
  }
}
section p {
  font-size: 0.825rem;
}
@media (min-width: 1024px) {
  section p {
    font-size: 1rem;
  }
}
section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  section h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
section .small-title {
  font-size: 16px;
  margin-bottom: 20px;
  color: #D11A55;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section .small-title {
    font-size: 18px;
  }
}

.slick-dots {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .slick-dots {
    margin-top: 50px;
  }
}
.slick-dots li {
  margin: 5px;
}
@media (min-width: 1024px) {
  .slick-dots li {
    margin: 10px;
  }
}
.slick-dots li.slick-active button {
  background-color: #A01441;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

.support {
  background-color: #A01441;
  padding: 15px 5%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.support .wrapper {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.support .wrapper .links a {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

header.site-header {
  height: 56px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
  transition: all 0.15s ease-in-out;
  padding: 0 5%;
}
@media (min-width: 1024px) {
  header.site-header {
    height: 90px;
  }
}
header.site-header.white {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px 0px;
}
header.site-header.white .grey {
  display: block;
}
header.site-header.white .white {
  display: none;
}
header.site-header.white .wrapper .main-navigation ul.menu li a {
  color: #000000;
}
header.site-header .wrapper {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.site-header .wrapper .mobile-languages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
header.site-header .wrapper .mobile-languages .logo {
  margin-right: 20px;
}
header.site-header .wrapper .mobile-languages img {
  height: 24px;
}
@media (min-width: 1024px) {
  header.site-header .wrapper .mobile-languages img {
    max-width: 127px;
    height: auto;
    max-height: 23px;
  }
}
header.site-header .wrapper .mobile-languages .grey {
  display: none;
}
header.site-header .wrapper .mobile-languages .wpml-ls-legacy-list-horizontal {
  flex-shrink: 0;
}
header.site-header .wrapper .mobile-languages .wpml-ls-legacy-list-horizontal ul {
  display: flex;
}
header.site-header .wrapper .logos {
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) {
  header.site-header .wrapper .logos {
    gap: 50px;
  }
}
header.site-header .wrapper .logos img {
  height: 20px;
}
@media (min-width: 1024px) {
  header.site-header .wrapper .logos img {
    max-width: 127px;
    height: auto;
  }
}
header.site-header .wrapper .logos .grey {
  display: none;
}
header.site-header .wrapper #nav-toggle {
  right: 5%;
  cursor: pointer;
  padding: 10px 20px 16px 0;
  z-index: 10001;
  position: relative;
}
@media (min-width: 1024px) {
  header.site-header .wrapper #nav-toggle {
    display: none;
  }
}
header.site-header .wrapper #nav-toggle span {
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
header.site-header .wrapper #nav-toggle span.grey {
  background-color: #000000;
}
header.site-header .wrapper #nav-toggle span.grey:before, header.site-header .wrapper #nav-toggle span.grey:after {
  background-color: #000000;
}
header.site-header .wrapper #nav-toggle span:before, header.site-header .wrapper #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 21px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
header.site-header .wrapper #nav-toggle span:before {
  top: -8px;
}
header.site-header .wrapper #nav-toggle span:after {
  bottom: -8px;
}
header.site-header .wrapper #nav-toggle.active span {
  background-color: transparent;
}
header.site-header .wrapper #nav-toggle.active span:before, header.site-header .wrapper #nav-toggle.active span:after {
  top: 0;
}
header.site-header .wrapper #nav-toggle.active span:before {
  transform: rotate(45deg);
}
header.site-header .wrapper #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  header.site-header .wrapper .wpml-ls-statics-shortcode_actions {
    display: none;
  }
}
header.site-header .wrapper .main-navigation {
  display: none;
}
@media (min-width: 1024px) {
  header.site-header .wrapper .main-navigation {
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 99999;
  }
}
header.site-header .wrapper .main-navigation ul.menu {
  height: 100%;
}
header.site-header .wrapper .main-navigation ul.menu li {
  height: 100%;
}
header.site-header .wrapper .main-navigation ul.menu li.wpml-ls-item {
  margin-left: 30px;
}
header.site-header .wrapper .main-navigation ul.menu li .wpml-ls-display {
  display: none;
}
header.site-header .wrapper .main-navigation ul.menu li:last-child {
  margin-left: 0;
}
header.site-header .wrapper .main-navigation ul.menu li:nth-child(4n) {
  position: relative;
  margin-right: 15px;
}
header.site-header .wrapper .main-navigation ul.menu li:nth-child(4n):after {
  content: url(../svg/red.svg);
  width: 15px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .wrapper .main-navigation ul.menu li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-weight: 500;
  color: #ffffff;
}
header.site-header .wrapper .mobile-nav {
  background-color: #ffffff;
  position: absolute;
  left: 100%;
  transition: all 0.2s ease-in-out;
  top: 56px;
  width: 100%;
  border-radius: 0 0 0 20px;
}
@media (min-width: 1024px) {
  header.site-header .wrapper .mobile-nav {
    display: none;
  }
}
header.site-header .wrapper .mobile-nav ul {
  width: 100%;
  margin: 0;
  padding: 30px;
  list-style: none;
}
header.site-header .wrapper .mobile-nav ul li {
  width: 100%;
}
header.site-header .wrapper .mobile-nav ul li:nth-child(4n) a:after {
  content: url(../svg/red.svg);
  width: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header.site-header .wrapper .mobile-nav ul li a {
  padding: 20px;
  width: auto;
  text-align: center;
  display: inline-flex;
  color: #000000;
  text-decoration: none;
  position: relative;
}
header.site-header .wrapper .mobile-nav.show {
  left: 30%;
}

footer.site-footer {
  padding: 30px 5%;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  footer.site-footer {
    padding: 60px 5%;
  }
}
footer.site-footer .trademark {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  footer.site-footer .trademark {
    font-size: 16px;
  }
}
footer.site-footer .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer.site-footer .wrapper {
    flex-direction: row;
  }
}
footer.site-footer .wrapper.logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
footer.site-footer .wrapper.logos h3 {
  padding: 30px 20px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site-footer .wrapper.logos h3 {
    padding: 20px;
  }
}
footer.site-footer .wrapper.links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  footer.site-footer .wrapper.links {
    align-items: flex-end;
  }
}
footer.site-footer .wrapper.links .title {
  padding: 20px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site-footer .wrapper.links .title {
    text-align: left;
  }
}
footer.site-footer .wrapper.links ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
footer.site-footer .wrapper.links ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}
footer.site-footer .wrapper.links ul li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  footer.site-footer .wrapper.links ul li a {
    text-align: left;
  }
}

.log {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999999;
  top: 0;
  background-image: url(../img/login-bg-mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: bottom left;
}
@media (min-width: 768px) {
  .log {
    background-image: url(../img/login-bg.jpg);
    background-position: center left;
  }
}
.log .login {
  margin: 0 5% -150px;
  max-width: 480px;
}
@media (min-width: 768px) {
  .log .login {
    margin: 0 5%;
  }
}
.log .login .login-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 50px;
  padding: 50px 25px;
}
@media (min-width: 768px) {
  .log .login .login-wrap {
    padding: 50px;
  }
}
.log .login .login-wrap .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .log .login .login-wrap .logos {
    margin-bottom: 40px;
  }
}
.log .login .login-wrap .logos img {
  padding: 5px 25px;
}
.log .login .login-wrap .logos img:first-child {
  border-right: 1px solid #ffffff;
}
.log .login .login-wrap .text {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .log .login .login-wrap .text {
    margin-bottom: 120px;
  }
}
.log .login .login-wrap .text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1024px) {
  .log .login .login-wrap .text p {
    font-size: 20px;
  }
}
.log .login .login-wrap .wpcf7 .wpcf7-response-output {
  display: none;
}
.log .login .login-wrap .wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 10px;
  text-align: center;
}
.log .login .login-wrap .wpcf7 .wpcf7-spinner {
  display: none;
}
.log .login .login-wrap .wpcf7 .wpcf7-submit {
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
}
.log .login .login-wrap .wpcf7 input[type=password] {
  width: 100%;
  background-color: transparent;
  height: 64px;
  line-height: 64px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 0 30px;
}
.log .login .login-wrap .wpcf7 input[type=password]::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.log .login .login-wrap .wpcf7 input[type=password]::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .log .login .login-wrap .wpcf7 input[type=password] {
    margin-bottom: 50px;
  }
}

section.section {
  padding: 30px 5%;
}
@media (min-width: 1024px) {
  section.section {
    padding: 70px 5%;
  }
}
section.section.grey {
  background-color: #F0F0F0;
}
section.section.home-header {
  height: 600px;
  background-image: url(../img/fuhrugscrafte-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1024px) {
  section.section.home-header {
    display: flex;
    align-items: flex-end;
  }
}
section.section.home-header.slovakia {
  background-image: url(../img/slovensko.jpg);
}
section.section.home-header.company {
  background-image: url(../img/company.jpg);
}
section.section.home-header.kontakt {
  background-image: url(../img/kontakt.jpg);
}
section.section.home-header .wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.section.home-header .wrapper .home-header--caption {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--caption {
    margin-bottom: 0;
  }
}
section.section.home-header .wrapper .home-header--caption h1, section.section.home-header .wrapper .home-header--caption p {
  color: #ffffff;
}
section.section.home-header .wrapper .home-header--caption h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--caption h1 {
    font-size: 52px;
  }
}
@media (min-width: 1440px) {
  section.section.home-header .wrapper .home-header--caption h1 {
    font-size: 70px;
  }
}
section.section.home-header .wrapper .home-header--caption .city {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--caption .city {
    font-size: 32px;
  }
}
section.section.home-header .wrapper .home-header--caption .date {
  font-weight: 500;
  font-size: 20px;
}
section.section.home-header .wrapper .home-header--buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons {
    padding-left: 100px;
  }
}
section.section.home-header .wrapper .home-header--buttons .header-button {
  width: 100%;
  height: 63px;
  line-height: 63px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 0 20px;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons .header-button {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons .header-button:hover:after {
    left: 0;
    border-radius: 20px;
  }
}
section.section.home-header .wrapper .home-header--buttons .header-button:hover img {
  transform: translateX(7px);
}
section.section.home-header .wrapper .home-header--buttons .header-button:after {
  content: "";
  border-radius: 0 20px 20px 0;
  position: absolute;
  background-color: #000000;
  width: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons .header-button:after {
    top: 0;
    bottom: 0;
    left: 278px;
    width: auto;
  }
}
section.section.home-header .wrapper .home-header--buttons .header-button:first-child {
  background-color: #1AAEAE;
}
section.section.home-header .wrapper .home-header--buttons .header-button:nth-child(2n) {
  background-color: #713F7A;
}
section.section.home-header .wrapper .home-header--buttons .header-button:nth-child(3n) {
  background-color: #E5567F;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons .header-button {
    min-width: 354px;
    height: 88px;
    line-height: 88px;
  }
}
section.section.home-header .wrapper .home-header--buttons .header-button img {
  width: 17px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  section.section.home-header .wrapper .home-header--buttons .header-button img {
    width: 26px;
  }
}
section.section.harmonogram {
  background-color: #F0F0F0;
}
section.section.harmonogram .wrapper-harmonogram {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item {
  width: 100%;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item {
    width: 50%;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left {
  order: 2;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left {
    order: 1;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  --bs-accordion-border-color:none;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item {
  border-radius: 20px;
  border: none;
  background-color: #1AAEAE;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header {
  border-radius: 20px 20px 0 0;
  background-color: transparent;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 20px 20px 0 0;
  background-color: transparent;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header .accordion-button {
    padding: 30px 40px;
    font-size: 18px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url(../svg/program-accor-arrow.svg);
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 20px;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body {
  margin: 0 30px;
  padding: 30px 0;
  border-top: 1px solid #F0F0F0;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body {
    margin: 0 40px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body ul {
  margin: 0;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body ul li {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body ul li {
    font-size: 16px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-left .accordion .accordion-item .accordion-body ul li a {
  color: #ffffff;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right {
  position: relative;
  order: 1;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right {
    order: 2;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-arrows {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: flex;
  gap: 10px;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-arrows img {
  width: 24px;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-arrows img {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-arrows {
    bottom: 30px;
    right: 40px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-arrows > * {
  cursor: pointer;
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item {
  border-radius: 20px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 343px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item {
    height: 453px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item__caption {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item__caption {
    padding: 30px 40px;
  }
}
section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  section.section.harmonogram .wrapper-harmonogram .harmonogram-item.harmonogram-right .harmonogram-slider .slick-list .slick-track .harmonogram-slider-item__title {
    font-size: 18px;
  }
}
section.section.harmonogram .harmonogram-buttons {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.section.harmonogram .harmonogram-buttons .hotel.mobile {
    display: none;
  }
}
section.section.harmonogram .harmonogram-buttons .hotel.desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.section.harmonogram .harmonogram-buttons .hotel.desktop {
    display: inline-flex;
  }
}
section.section.info .info-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.section.info .info-wrapper .info-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
section.section.info .info-wrapper .info-col:first-child .info-box {
  padding: 80px 40px 40px;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper .info-col:first-child .info-box {
    padding: 80px 40px 40px;
  }
}
section.section.info .info-wrapper .info-col:nth-child(2n) .info-box a {
  color: #ffffff;
}
section.section.info .info-wrapper .info-col:nth-child(2n) .info-box:first-child {
  padding: 80px 40px 40px;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper .info-col:nth-child(2n) .info-box:first-child {
    padding: 80px 40px 40px;
  }
}
section.section.info .info-wrapper .info-col:nth-child(3n) .info-box:first-child {
  padding: 80px 40px 40px;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper .info-col:nth-child(3n) .info-box:first-child {
    padding: 80px 40px 40px;
  }
}
section.section.info .info-wrapper .info-col .info-box {
  border-radius: 20px;
  padding: 40px 20px;
  height: 100%;
  position: relative;
  background-color: #713F7A;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper .info-col .info-box {
    padding: 40px;
  }
}
section.section.info .info-wrapper .info-col .info-box h2, section.section.info .info-wrapper .info-col .info-box h3, section.section.info .info-wrapper .info-col .info-box h4, section.section.info .info-wrapper .info-col .info-box h5, section.section.info .info-wrapper .info-col .info-box h6, section.section.info .info-wrapper .info-col .info-box p, section.section.info .info-wrapper .info-col .info-box ul, section.section.info .info-wrapper .info-col .info-box li {
  color: #ffffff;
}
section.section.info .info-wrapper .info-col .info-box p a {
  color: #ffffff;
}
section.section.info .info-wrapper .info-col .info-box .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
section.section.info .info-wrapper .info-col .info-box .links a {
  font-weight: 700;
}
section.section.info .info-wrapper .info-col .info-box-image {
  position: absolute;
  top: -50px;
  left: 40px;
}
section.section.info .info-wrapper .info-col .info-box .taxi-item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
section.section.info .info-wrapper .info-col .info-box .taxi-item:last-child {
  padding: 30px 0 0;
}
section.section.info .info-wrapper .info-col .info-box .taxi-item.mobile {
  flex-direction: row;
  justify-content: space-between;
  color: #ffffff;
}
section.section.info .info-wrapper .info-col .info-box ul {
  margin: 0 0 1rem;
}
section.section.info .info-wrapper .info-col .info-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  section.section.info .info-wrapper .info-col .info-box h3 {
    font-size: 22px;
  }
}
section.section.bratislava {
  background-color: #F0F0F0;
}
section.section.bratislava .wrapper.bratislava {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.section.bratislava .wrapper.bratislava .bratislava-arrows {
  display: none;
}
@media (min-width: 1024px) {
  section.section.bratislava .wrapper.bratislava .bratislava-arrows {
    display: flex;
    gap: 20px;
  }
  section.section.bratislava .wrapper.bratislava .bratislava-arrows img, section.section.bratislava .wrapper.bratislava .bratislava-arrows svg {
    cursor: pointer;
  }
}
section.section.bratislava .slider-bratislava-item {
  width: 280px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  section.section.bratislava .slider-bratislava-item {
    width: 370px;
  }
}
section.section.bratislava .slider-bratislava-item__img {
  width: 280px;
  height: 180px;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  section.section.bratislava .slider-bratislava-item__img {
    width: 370px;
    height: 250px;
  }
}
section.section.bratislava .slider-bratislava-item__title {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 43px;
}
section.section.bratislava .slider-bratislava-item__text {
  margin-bottom: 20px;
  color: #000000;
  min-height: 144px;
}
section.section.bratislava .slider-bratislava-item__link {
  color: #D11A55;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
section.section.bratislava .slider-bratislava-item__content {
  padding: 0 20px;
}
section.section.infobox {
  background-color: #F0F0F0;
}
section.section.infobox .infobox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (min-width: 1024px) {
  section.section.infobox .infobox-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}
section.section.infobox .infobox-grid__text {
  font-weight: 500;
}
section.section.infobox .infobox-grid__title {
  color: #D11A55;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (min-width: 1024px) {
  section.section.infobox .infobox-grid__title {
    font-size: 60px;
  }
}
section.section.slovakia .wrapper.slovakia {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.section.slovakia .wrapper.slovakia .slovakia-arrows {
  display: none;
}
@media (min-width: 1024px) {
  section.section.slovakia .wrapper.slovakia .slovakia-arrows {
    display: flex;
    gap: 20px;
  }
  section.section.slovakia .wrapper.slovakia .slovakia-arrows img, section.section.slovakia .wrapper.slovakia .slovakia-arrows svg {
    cursor: pointer;
  }
}
section.section.slovakia .slovakia-slider-item {
  width: 300px;
  height: 390px;
  margin: 0 20px 0 0;
  border-radius: 40px;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item {
    width: 570px;
    height: 480px;
  }
}
section.section.slovakia .slovakia-slider-item.open .slovakia-slider-item__content {
  transform: translateY(0);
  opacity: 1;
}
section.section.slovakia .slovakia-slider-item__overlay {
  background-color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.2;
  z-index: 1;
}
section.section.slovakia .slovakia-slider-item__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  background-position: center !important;
}
section.section.slovakia .slovakia-slider-item__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.2s ease-in-out;
  background-color: #713F7A;
  opacity: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 25px;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__content {
    padding: 50px;
    justify-content: space-between;
  }
}
section.section.slovakia .slovakia-slider-item__content .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
section.section.slovakia .slovakia-slider-item__content .top img {
  cursor: pointer;
  width: 31px;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__content .top img {
    width: 62px;
  }
}
section.section.slovakia .slovakia-slider-item__content .top h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__content .top h3 {
    font-size: 26px;
  }
}
section.section.slovakia .slovakia-slider-item__text {
  color: #ffffff;
}
section.section.slovakia .slovakia-slider-item__gallery {
  display: none;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }
  section.section.slovakia .slovakia-slider-item__gallery img {
    border-radius: 20px;
  }
}
section.section.slovakia .slovakia-slider-item__button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  padding: 25px;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__button {
    padding: 50px;
  }
}
section.section.slovakia .slovakia-slider-item__button h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__button h3 {
    font-size: 26px;
  }
}
section.section.slovakia .slovakia-slider-item__button svg, section.section.slovakia .slovakia-slider-item__button img {
  cursor: pointer;
  width: 31px;
}
@media (min-width: 1024px) {
  section.section.slovakia .slovakia-slider-item__button svg, section.section.slovakia .slovakia-slider-item__button img {
    width: 62px;
  }
}
section.section.msg-life-slovakia {
  background-color: #F0F0F0;
}
section.section.msg-life-slovakia .wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.section.msg-life-slovakia .wrapper a .desktop {
  display: none;
}
@media (min-width: 1024px) {
  section.section.msg-life-slovakia .wrapper a .desktop {
    display: flex;
  }
}
@media (min-width: 1024px) {
  section.section.msg-life-slovakia .wrapper a .mobile {
    display: none;
  }
}
section.section.form {
  background-color: #F0F0F0;
}
section.section.form .wrapper-small .small-title {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .small-title {
    text-align: left;
  }
}
section.section.form .wrapper-small .wpcf7 {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 {
    padding: 60px 80px;
  }
}
section.section.form .wrapper-small .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
section.section.form .wrapper-small .wpcf7 .uacf7-form-168 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .uacf7-form-168 {
    align-items: flex-start;
  }
}
section.section.form .wrapper-small .wpcf7 .wpcf7-spinner {
  display: none;
}
section.section.form .wrapper-small .wpcf7 .uacf7-form-84 {
  text-align: center;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .uacf7-form-84 {
    text-align: left;
  }
}
section.section.form .wrapper-small .wpcf7 .wpcf7-textarea {
  border: 1px solid #A0A0A0;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}
section.section.form .wrapper-small .wpcf7 .btn-red {
  margin-top: 0;
}
section.section.form .wrapper-small .wpcf7 .star-rating {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .star-rating {
    margin-bottom: 60px;
    text-align: left;
  }
}
section.section.form .wrapper-small .wpcf7 .star-rating h2 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .star-rating h2 {
    width: 60%;
    flex-shrink: 0;
  }
}
section.section.form .wrapper-small .wpcf7 .star-rating .rating {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .star-rating .rating {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  section.section.form .wrapper-small .wpcf7 .star-rating {
    flex-direction: row;
  }
}
section.section.basic-info .basic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  section.section.basic-info .basic {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  section.section.basic-info .basic {
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.section.basic-info .basic .basic-info-item {
  padding: 20px;
  border-radius: 20px;
}
section.section.basic-info .basic .basic-info-item p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  section.section.basic-info .basic .basic-info-item p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  section.section.basic-info .basic .basic-info-item {
    padding: 40px;
  }
}
section.section.basic-info .basic .basic-info-item:first-child {
  background-color: #E5567F;
}
section.section.basic-info .basic .basic-info-item:nth-child(2n) {
  background-color: #713F7A;
}
section.section.basic-info .basic .basic-info-item:nth-child(3n) {
  background-color: #1AAEAE;
}
section.section.basic-info .basic .basic-info-item:nth-child(4n) {
  background-color: #713F7A;
}
section.section.basic-info .basic .basic-info-item:nth-child(5n) {
  background-color: #1AAEAE;
}
section.section.basic-info .basic .basic-info-item:nth-child(6n) {
  background-color: #E5567F;
}
section.section.basic-info .basic .basic-info-item:nth-child(7n) {
  background-color: #1AAEAE;
}
section.section.basic-info .basic .basic-info-item:nth-child(8n) {
  background-color: #E5567F;
}
section.section.basic-info .basic .basic-info-item:nth-child(9n) {
  background-color: #713F7A;
}
section.section.fakty:nth-child(3n) {
  padding: 30px 5% 0;
}
@media (min-width: 1024px) {
  section.section.fakty:nth-child(3n) {
    padding: 70px 5% 0;
  }
}
section.section.fakty .wrapper-fakty {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  section.section.fakty .wrapper-fakty {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  section.section.fakty .wrapper-fakty {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.section.fakty .wrapper-fakty .fakty-item-image {
  height: 253px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  background-size: cover !important;
}
section.section.fakty .wrapper-fakty .fakty-item-title {
  font-size: 18px;
  font-weight: 600;
}
section.section.fakty .wrapper-fakty .fakty-item-text {
  font-size: 14px;
  font-weight: 500;
}
section.section.about {
  background-color: #F0F0F0;
}
section.section.about .wrapper-about {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about {
    gap: 120px;
  }
}
section.section.about .wrapper-about .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about .item:first-child .text {
    padding-right: 80px;
  }
}
section.section.about .wrapper-about .item:nth-child(2n) .text {
  order: 1;
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about .item:nth-child(2n) .text {
    padding-left: 80px;
    order: 2;
  }
}
section.section.about .wrapper-about .item:nth-child(2n) .image {
  order: 2;
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about .item:nth-child(2n) .image {
    order: 1;
  }
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about .item {
    flex-direction: row;
  }
}
section.section.about .wrapper-about .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section.about .wrapper-about .item .text p {
  font-weight: 500;
}
section.section.about .wrapper-about .item .text h3 {
  color: #A01441;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.section.about .wrapper-about .item .text h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
section.section.about .wrapper-about .item .image {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.section.pobocky .wrapper-pobocky {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  section.section.pobocky .wrapper-pobocky {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.section.pobocky .wrapper-pobocky .pobocka {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
}
section.section.pobocky .wrapper-pobocky .pobocka:visited {
  color: #000000;
}
@media (min-width: 1024px) {
  section.section.pobocky .wrapper-pobocky .pobocka {
    margin-bottom: 0;
  }
}
section.section.pobocky .wrapper-pobocky .pobocka img {
  margin-bottom: 30px;
}
section.section.pobocky .wrapper-pobocky .pobocka h4 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
section.section.pobocky .wrapper-pobocky .pobocka h4:visited {
  color: #000000;
}
section.section.pobocky .wrapper-pobocky .pobocka p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1024px) {
  section.section.pobocky .wrapper-pobocky .pobocka p {
    padding-right: 15px;
  }
}
section.section.history .history-slider .history-item {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.section.history .history-slider .history-item:last-child .dot-wrap:after {
  width: 50%;
  right: unset;
}
section.section.history .history-slider .history-item:first-child .dot-wrap:after {
  width: 50%;
  left: unset;
}
section.section.history .history-slider .history-item.slick-current .image-wrap img {
  filter: grayscale(0);
  opacity: 1;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
section.section.history .history-slider .history-item.slick-current .dot-wrap .dot {
  background-color: #A01441;
}
section.section.history .history-slider .history-item .image-wrap {
  padding: 0 10px;
}
section.section.history .history-slider .history-item .image-wrap img {
  border-radius: 50%;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
section.section.history .history-slider .history-item .mesto {
  font-size: 12px;
  margin-bottom: 30px;
  padding: 0 10px;
  min-height: 72px;
}
section.section.history .history-slider .history-item .dot-wrap {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
section.section.history .history-slider .history-item .dot-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F0F0F0;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
section.section.history .history-slider .history-item .dot-wrap .dot {
  width: 12px;
  height: 12px;
  background-color: #F0F0F0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  position: relative;
}
section.section.videa {
  background-color: #F0F0F0;
  padding: 30px 5% 0;
}
@media (min-width: 1024px) {
  section.section.videa {
    padding: 70px 5% 0;
  }
}
section.section.videa .videa-slider .video-wrap {
  display: block;
  padding: 0 10px;
}
section.section.hr {
  padding: 30px 5% 0;
}
@media (min-width: 1024px) {
  section.section.hr {
    padding: 70px 5% 0;
  }
}
section.section.hr .hr-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
section.section.hr .hr-wrapper .hr-person {
  background-color: #A01441;
  border-radius: 50px 0;
  padding: 15px 30px 0 15px;
  width: 100%;
  max-width: 530px;
}
section.section.hr .hr-wrapper .hr-person-wrap {
  display: flex;
}
section.section.hr .hr-wrapper .hr-person-wrap .image {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  width: 50%;
}
@media (min-width: 1024px) {
  section.section.hr .hr-wrapper .hr-person-wrap .image {
    width: auto;
  }
}
section.section.hr .hr-wrapper .hr-person-wrap .content {
  margin-top: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  width: 50%;
}
@media (min-width: 1024px) {
  section.section.hr .hr-wrapper .hr-person-wrap .content {
    width: auto;
  }
}
section.section.hr .hr-wrapper .hr-person-wrap .content .name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  section.section.hr .hr-wrapper .hr-person-wrap .content .name {
    font-size: 20px;
  }
}
section.section.hr .hr-wrapper .hr-person-wrap .content .job {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  section.section.hr .hr-wrapper .hr-person-wrap .content .job {
    font-size: 16px;
  }
}
section.section.hr .hr-wrapper .hr-person-wrap .content .contact-link {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  word-break: break-word;
}
section.section.hr .hr-wrapper .hr-person-wrap .content .contact-link.btn-round {
  display: inline-flex;
}
@media (min-width: 1024px) {
  section.section.hr .hr-wrapper .hr-person-wrap .content .contact-link {
    font-size: 16px;
  }
}
