@charset "UTF-8";

body {
  font-family: "new-frank", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #000; /* text */
  --main-color-hover: #f1e047; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #030303; /* cierna */
  --main-bg-color-grey-light: #f1e047; /* zlta */
  --main-bg-color-custom: #5e6673; /* siva */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
.circle_button a {
  width: 160px;
  height: 160px;
  font-size: 1;
  border-bottom: 0;
  box-sizing: border-box;
  isolation: isolate;
}
.circle_button__a a,
.circle_button__b a {
  color: var(--main-color);
  background-color: var(--main-bg-color-grey-light);
}
.circle_button__c a {
  color: var(--white);
  background-color: var(--main-bg-color-custom);
}
.circle_button__b a:hover,
.circle_button__c a:hover {
  color: var(--white);
}
.circle_button a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.circle_button a:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
.circle_button__a a:before {
  background: var(--white);
}
.circle_button__b a:before,
.circle_button__c a:before {
  background: var(--main-bg-color-grey);
}
.circle_button a span {
  line-height: 1.2;
  margin-top: 10px;
}
.circle_button a i {
  font-size: 1.66rem;
}
.circle_button_position__a {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(30px, 50%);
  transform: translate(30px, 50%);
}
.circle_button_position__b {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 6);
  padding-bottom: calc(var(--size) * 6);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.row-smaller-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-smaller-gutters > [class^="col-"],
.row-smaller-gutters > [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-bg-color-custom);
}
.container_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: -1;
}
.container_bg_img:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 0;
  content: "";
  background: url("../images/logo-icon.svg") center 50% no-repeat;
  background-size: contain;
  padding-bottom: 40%;
  -webkit-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
  mix-blend-mode: color-dodge;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
}
.title_box small {
  font-size: inherit;
  font-weight: var(--font-weight-bold);
  color: inherit;
}

/* Animate */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomOut {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
}

/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
  background-color: var(--main-bg-color-grey);
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main_logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1200;
}
.main_logo img {
  width: 310px;
}
.main_logo.scroll img {
  width: 200px;
}

.navigation_wrapper {
  position: relative;
}
.header_nav {
  position: relative;
  font-size: 0.89rem;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1200;
}
.header.scroll .header_nav {
  display: none;
}
.header_nav:before {
  position: absolute;
  bottom: 0;
  left: -3333px;
  width: 9999px;
  height: 1px;
  content: "";
  background-color: var(--main-bg-color-grey-light);
}
.header_nav a {
  color: var(--white);
  border-bottom: 0;
}
.header_nav a:hover, .header_nav a.active  {
  color: var(--main-color-hover);
}

.mainNavigation {
  padding: 0;
  padding-top: 56px;
  padding-bottom: 56px;
}
.header.scroll .mainNavigation {
  padding-top: 25px;
  padding-bottom: 25px;
}
.mainNavigation .dropdown-toggle::after {
  position: relative;
  top: 0.25em;
  margin-top: -0.355em;
  margin-left: 0.355em;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 18px;
  color: var(--white);
  border: none;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation .nav-item {
  margin-left: 50px;
}
.mainNavigation .nav-item:first-child {
  margin-left: 0 !important;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1.11rem;
  font-weight: var(--font-weight-medium);
  color: var(--white) !important;
  line-height: 46px;
  padding: 0 !important;
  overflow: hidden;
}
.header.scroll .mainNavigation a.nav-link {
  color: var(--white) !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-color-hover);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after, .mainNavigation a.nav-link.hi span:after {
  width: 100%;
  opacity: 1;
}
.mainNavigation li.dropdown a.nav-link:hover span:after {
  display: none;
}

.mainNavigation .dropdown-menu {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.mainNavigation .dropdown-menu a.dropdown-item {
  font-size: 0.89rem !important;
  color: var(--main-color);
  line-height: 30px !important;
  background-color: var(--main-color-hover);
  margin-left: 0 !important;
  border-bottom: 1px solid #fff27d;
  z-index: 1100;
}
.mainNavigation .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
.mainNavigation .dropdown-menu a.dropdown-item:hover, .mainNavigation .dropdown-menu a.dropdown-item.hi {
  color: var(--white);
  background-color: var(--main-bg-color-custom);
}

/* Dropdown Transition */

.mainNavigation .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s ease all;
}
.mainNavigation .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}

/* Rslider ............................................................... */

.rslider_wrapper {
  position: relative;
  height: 900px;
}
.rslider_wrapper_in {
  height: 350px;
}
.rslides,
.rslides_li,
.rslider_img {
  height: 100%;
  width: 100%;
}
.rslider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  border-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0)
    )
    fill 1;
}
.rslider_wo_content {
  border-image: none !important;
}
.rslider_wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: animateZ 2s forwards;
  z-index: -1;
}

@keyframes animateZ {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1);
  }
}

.rslider_content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.rslider_title {
  display: block;
  font-size: calc(40px + (90 - 40) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
}

/* Main-Content ............................................................... */

.img-container {
  top: 0;
  right: calc(var(--size) * 6);
  width: calc(50% - calc(var(--size) * 6));
  height: 100%;
  z-index: -1;
}

/* Offer */

.offer_img a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
a.offer_content {
  display: block;
  color: var(--white);
  border-bottom: 0;
}
a.offer_content h3 {
  font-size: 2rem;
  line-height: 1.2;
}
a.offer_content p {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

.gallery_group {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: -8px;
  margin-right: -8px;
}
.gallery_container {
  height: calc(50% - 8px);
  padding-left: 8px;
  padding-right: 8px;
}
.gallery_container:nth-child(1),
.gallery_container:nth-child(2) {
  margin-bottom: 8px;
}
.gallery_container:nth-child(3),
.gallery_container:nth-child(4) {
  margin-top: 8px;
}

/* Partners */

.partners_grid {
  border: 1px solid var(--main-bg-color-grey);
  border-radius: 15px;
  overflow: hidden;
}
.partner_container {
  padding: 75px 30px;
  border-right: 1px solid var(--main-bg-color-grey);
}
.partner_container:nth-child(5n) {
  border-right: 0;
}
.partner_container:nth-child(-n + 5) {
  border-bottom: 1px solid var(--main-bg-color-grey);
}
.partner_container {
	border-bottom: 1px solid var(--main-bg-color-grey);
}  
  
@media screen and (min-width: 1200px) {
  .partner_container {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Contact */

.contact_wrapper {
  padding-top: 190px;
  padding-bottom: 190px;
}

/* Footer ............................................................... */

.footer {
  font-size: 0.89rem;
  line-height: 1.6;
  padding-top: 80px;
  padding-bottom: 50px;
}
.footer a {
  border-bottom: 0;
}
.footer a i {
  font-size: 1.22rem;
}
.footer h3 {
  font-size: 1rem;
  line-height: inherit;
}
.footer_text {
  font-size: 1.22rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--main-bg-color-custom);
}
.footer_top_logo img {
  max-width: 180px;
}

.vnutro a .novinky_obrazok {
	background:black;
}
.vnutro a:hover .novinky_obrazok img,
.vnutro a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}


/* Effects ............................. */

a,
.vnutro a:hover .novinky_obrazok img,
.vnutro a:hover img,
.circle_button a:before,
.mainNavigation a.nav-link span:after,
.mainNavigation .dropdown-menu a.dropdown-item,
.offer_img a img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1680px) {
  html {
    font-size: 16px;
  }
  .box_padding {
    padding-left: calc(var(--size) * 5);
    padding-right: calc(var(--size) * 5);
  }
  .main_logo img {
    width: 280px;
  }
  .mainNavigation .nav-item {
    margin-left: 40px;
  }
  .rslider_wrapper {
    height: 700px;
  }
  .rslider_wrapper_in {
    height: 300px;
  }
  .img-container {
    right: calc(var(--size) * 5);
    width: calc(50% - calc(var(--size) * 5));
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  .circle_button a {
    width: 115px;
    height: 115px;
  }
  .circle_button a span {
    font-size: 0.92rem;
    margin-top: 7px;
  }
  .circle_button a i {
    font-size: 1.5rem;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 3);
    padding-right: calc(var(--size) * 3);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .main_logo img {
    width: 220px;
  }
  .main_logo.scroll img {
    width: 160px;
  }
  .header_nav {
    font-size: 0.85rem;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .mainNavigation {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .mainNavigation .nav-item {
    margin-left: 30px;
  }
  .mainNavigation a.nav-link {
    font-size: 1rem;
    line-height: 36px;
  }
  .rslider_wrapper {
    height: 600px;
  }
  .rslider_wrapper_in {
    height: 250px;
  }
  .img-container {
    right: calc(var(--size) * 3);
    width: calc(50% - calc(var(--size) * 3));
  }
  a.offer_content h3 {
    font-size: 1.78rem;
  }
  .partner_container {
    padding: 50px 30px;
  }
  .contact_wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .gallery_group {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery_container {
    height: calc(50% - 5px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .gallery_container:nth-child(1),
  .gallery_container:nth-child(2) {
    margin-bottom: 5px;
  }
  .gallery_container:nth-child(3),
  .gallery_container:nth-child(4) {
    margin-top: 5px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer_text {
    font-size: 1.14rem;
  }
  .footer_top_logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1200px) {
  .box_padding {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 2);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .circle_button_position__b {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .main_logo img {
    width: 200px;
  }
  .main_logo.scroll img {
    width: 150px;
  }
  .mainNavigation .nav-item {
    margin-left: 15px;
  }
  .mainNavigation a.nav-link {
    line-height: 32px;
  }
  .img-container {
    right: calc(var(--size) * 2);
    width: calc(50% - calc(var(--size) * 2));
  }
  a.offer_content h3 {
    font-size: 1.5rem;
  }
  .partner_container {
    border-right: 1px solid var(--main-bg-color-grey) !important;
  }
  .partner_container:nth-child(3n),
  .partner_container:last-child {
    /*border-right: 0 !important;*/
  }
  .partner_container:nth-child(-n + 9) {
    border-bottom: 1px solid var(--main-bg-color-grey);
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 2);
    padding-bottom: calc(var(--size) * 2);
  }
  .header {
    position: relative !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    animation: none !important;
  }
  .main_logo {
    top: 0px !important; /* -10px */
    left: 0;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .main_logo img {
    width: 150px !important;
  }
  .header_nav {
    position: absolute;
    top: 9px;
    right: 80px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 100;
  }
  .header_nav:before {
    display: none;
  }
  .mainNavigation {
    padding: 0 !important;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    display: inline-block;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    color: #fff !important;
  }
  .mainNavigation a.nav-link span:after {
    background-color: #fff !important;
  }
  .mainNavigation li.dropdown a.nav-link:hover span:after {
    display: block;
  }
  .mainNavigation .dropdown-menu a.dropdown-item {
    text-align: center;
  }
  .mainNavigation .dropdown-menu {
    height: 0;
    visibility: visible;
    opacity: 0;
    transform: translateY(0);
    transition: 0.5s ease all;
  }
  .mainNavigation .dropdown-menu.show {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease all;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .img-container {
    right: var(--size);
    width: calc(50% - var(--size));
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img:before {
    width: 60%;
    padding-bottom: 60%;
  }
  .circle_button_position__a {
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .rslider_wrapper {
    height: 450px;
  }
  .rslider_wrapper_in {
    height: 200px !important;
  }
  .rslider_img {
    border-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.4)
      )
      fill 1;
  }
  .img-container {
    left: 0;
    right: initial;
    width: 100%;
    height: auto;
  }
  .contact_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .gallery_group {
    height: 300px;
  }
  .footer {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .header_nav {
    top: 5px;
    font-size: 1.25rem;
  }
  .partner_container {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .partner_container:nth-child(odd) {
    border-right: 1px solid var(--main-bg-color-grey) !important;
  }
  .partner_container:nth-child(-n + 8) {
    border-bottom: 1px solid var(--main-bg-color-grey) !important;
  }
}

@media screen and (max-width: 480px) {
  .rslider_wrapper {
    height: 350px;
  }
}

/* presun upravy */
.main_logo img {
    width: 120px;
}

@media screen and (max-width: 1366px) {
    .main_logo img {
        width: 80px;
    }
}

@media screen and (max-width: 991px) {
    .main_logo img {
        width: 40px !important;
    }
}
.main_logo.scroll img {
    width: 80px;
}
@media screen and (max-width: 1200px) {
    .main_logo.scroll img {
        width: 60px;
    }
}