@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body, html {
  line-height: normal;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

img {
  border: 0;
  user-select: none;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

a {
  color: #404041;
  text-decoration: none;
}
a:focus {
  outline: none;
}
button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  cursor: pointer;
}
button:focus {
  outline: none;
}

input,
textarea {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

input + label {
  user-select: none;
}

sup, sub {
  font-size: 70%;
}

p,
figure,
blockquote {
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
  vertical-align: top;
}

tbody,
th {
  border: none;
}

th {
  font-weight: normal;
}

form, dl, dd, dt {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
}
h1, h1 a, h1 a:hover, h1 a:active, h2, h2 a, h2 a:hover, h2 a:active, h3, h3 a, h3 a:hover, h3 a:active, h4, h4 a, h4 a:hover, h4 a:active, h5, h5 a, h5 a:hover, h5 a:active, h6, h6 a, h6 a:hover, h6 a:active {
  text-decoration: none;
}

a,
input,
button,
img,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 110%;
  }
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 120%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 100%;
  }
}

@media only screen and (min-width: 992px) {
  body {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 0.875rem;
  }
}
body {
  line-height: 1.25;
  color: #404041;
  background-color: #fff;
}
picture,
figure,
img,
svg,
video {
  width: 100%;
  display: block;
}

svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.f-button {
  position: absolute;
  top: 50%;
  z-index: 50;
  opacity: 0.4;
  width: auto;
  height: auto;
  display: block;
  padding: 3.125rem 0.625rem;
  transform: translateY(-50%);
  background-color: transparent !important;
}
.f-button:hover, .f-button:active {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.f-button__circle {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0.0625rem 0.0625rem 0.125rem 0 #333333;
  background-color: #fff !important;
}
.f-button__arrow {
  position: relative;
}
.f-button.is-prev {
  left: 0;
  padding-right: 3.125rem;
}
.f-button.is-prev .f-button__arrow {
  margin-left: -0.25rem;
  border-top: 0.375rem solid transparent;
  border-right: 0.375rem solid #333333;
  border-bottom: 0.375rem solid transparent;
}
.f-button.is-next {
  right: 0;
  padding-left: 3.125rem;
}
.f-button.is-next .f-button__arrow {
  margin-left: 0.125rem;
  border-top: 0.375rem solid transparent;
  border-left: 0.375rem solid #333333;
  border-bottom: 0.375rem solid transparent;
}

.f-carousel {
  --f-transition-duration: 2s;
}
.f-carousel__viewport {
  background-color: #fff;
}
.f-carousel__nav {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.f-carousel:hover .f-carousel__nav, .f-carousel:active .f-carousel__nav {
  opacity: 1;
}
.f-carousel.has-dots {
  margin: 0 0 1rem 0;
  padding-bottom: 1.75rem;
}
.f-carousel__dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.f-carousel__dot {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.1875rem;
  border-radius: 50%;
  box-shadow: 0.0625rem 0.0625rem 0.125rem 0 #333333;
  background-color: #333333;
}
.f-carousel__dot[aria-current=true] {
  background-color: #cccccc;
}
.f-carousel:not(.is-enabled) {
  opacity: 0;
}
.f-carousel:not(.is-enabled) .f-carousel__slide:not(:first-child) {
  position: absolute;
}

.f-fadeIn {
  animation-duration: 2s;
}
.f-fadeOut {
  animation-duration: 2s;
}

.header {
  border-top: 0.25rem solid #c31227;
}
.header__inner {
  width: 100%;
  max-width: 68.125rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .header__inner {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}
.header__inner {
  display: flex;
  align-items: center;
}
.header__nav-main {
  display: flex;
  padding: 0;
  margin: 0;
}
.header__nav-main li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__nav-main {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.header__nav-main li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.header__nav-main li a {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  padding: 0.3125rem 0.1875rem;
  text-transform: uppercase;
}
.header__nav-main li a:hover, .header__nav-main li a:active {
  color: #000;
}
.header__nav-main li.current-menu-item a {
  border-bottom: 0.0625rem solid #c31227;
}
@media only screen and (min-width: 992px) {
  .header__inner {
    justify-content: space-between;
    padding: 1.875rem 0;
  }
  .header__logo {
    max-width: 22.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .header__inner {
    flex-direction: column;
    justify-content: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .header__logo {
    max-width: 15rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .header__nav:not(:first-child) {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .header__nav:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.main__top {
  position: relative;
}
.main__top-slider {
  position: relative;
  z-index: 6;
}
.main__top-slider img {
  width: 100%;
  object-fit: cover;
}
.main__top-slider .f-carousel__slide {
  background-color: #000;
}
.main__top-nav {
  width: 100%;
  max-width: 68.125rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .main__top-nav {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__top-nav {
    padding: 0 1.25rem;
  }
}
.main__top-nav {
  position: relative;
  z-index: 5;
}
.main__wrap {
  position: relative;
}
.main__aside {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .main__content {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content {
    font-size: 0.9375rem;
  }
}
.main__content {
  line-height: 1.77;
}
@media only screen and (min-width: 992px) {
  .main__content h1 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h1 {
    font-size: 1.5rem;
  }
}
.main__content h1 {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 992px) {
  .main__content h1:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h1:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main__content h1 {
  padding-bottom: 0.1875rem;
  border-bottom: 0.0625rem solid rgba(195, 18, 39, 0.6);
  color: #c31227;
}
@media only screen and (min-width: 992px) {
  .main__content h2 {
    font-size: 1.5625rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h2 {
    font-size: 1.125rem;
  }
}
.main__content h2 {
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 992px) {
  .main__content h2:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h2:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.main__content h2 {
  color: #c31227;
}
@media only screen and (min-width: 992px) {
  .main__content h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h3 {
    font-size: 1rem;
  }
}
.main__content h3 {
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 992px) {
  .main__content h3:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h3:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main__content h3 {
  display: inline;
}
@media only screen and (min-width: 992px) {
  .main__content h4 {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h4 {
    font-size: 0.9375rem;
  }
}
.main__content h4 {
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 992px) {
  .main__content h4:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content h4:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main__content h4 {
  display: inline;
}
.main__content figure {
  width: 100% !important;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .main__content p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__content p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.main__content a {
  color: #333333;
  text-decoration: underline;
}
.main__content strong {
  font-weight: bolder;
  color: #c31227;
}
.main__content ul, .main__content ol {
  padding: 0;
  margin: 0;
  margin-left: 2.5rem;
}
.main__content ul {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
}
.main__content {
  width: 100%;
  max-width: 47.5rem;
}
.main__bottom {
  background: transparent url("../img/footer_bg.jpg") no-repeat center center;
  background-size: cover;
}
.main__bottom-inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .main__bottom-inner {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__bottom-inner {
    padding: 0 1.25rem;
  }
}
.main__bottom-inner {
  position: relative;
}
.main__bottom-inner:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  pointer-events: none;
  aspect-ratio: 1.111;
  background: transparent url("../img/footer_img.png") no-repeat center center;
  background-size: contain;
}
.main__bottom-content {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 992px) {
  .main__bottom-content * {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__bottom-content * {
    font-size: 0.9375rem;
  }
}
.main__bottom-content * {
  line-height: initial;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media only screen and (min-width: 992px) {
  .main__bottom-content *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__bottom-content *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.main__bottom-content * {
  color: #ab0d22;
}
@media only screen and (min-width: 992px) {
  .main__bottom-data:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 991px) {
  .main__bottom-data:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.main__bottom-data a {
  display: inline-flex;
  align-items: center;
}
.main__bottom-data a:before {
  content: "";
  display: block;
  width: 1.5em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main__bottom-data--email a:before {
  aspect-ratio: 1.47;
  background-image: url("../img/email.png");
}
.main__bottom-data--phone a:before {
  aspect-ratio: 1;
  background-image: url("../img/phone.png");
}
@media only screen and (min-width: 992px) {
  .main .main__top:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5.875rem;
    left: 0;
    z-index: 0;
    content: "";
    display: block;
    background: url("../img/header_bg.jpg") no-repeat bottom center;
  }
  .main .main__top-slider {
    width: 100%;
    max-width: 77.5rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .main .main__top-slider {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991px) {
  .main .main__top-slider {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .main .main__top-slider .f-carousel__slide,
  .main .main__top-slider img {
    aspect-ratio: 3.4;
  }
  .main .main__wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
  }
  .main .main__aside {
    max-width: 15.625rem;
  }
  .main .main__aside > * {
    position: sticky;
    top: 1.25rem;
  }
  .main .main__aside--1 {
    order: 1;
  }
  .main .main__content {
    order: 2;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .main .main__aside--2 {
    order: 3;
  }
  .main .main__bottom-inner:before {
    right: 0;
    width: 31.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .main__top-nav {
    overflow: visible;
  }
  .main .main__top-nav:before {
    position: absolute;
    top: -6.25rem;
    right: 0;
    left: 0;
    z-index: 0;
    content: "";
    height: 9.1875rem;
    display: block;
    background: url("../img/header_bg.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .main .main__top-slider .f-carousel__slide,
  .main .main__top-slider img {
    aspect-ratio: 1;
  }
  .main .main__wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .main .main__content {
    width: 100%;
    max-width: 68.125rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .main .main__content {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .main .main__content {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .main .main__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .main .main__content:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .main__aside {
    width: 100%;
    max-width: 68.125rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .main .main__aside {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .main .main__aside {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .main .main__aside:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .main .main__aside:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .main .main__bottom-inner {
    padding-bottom: 7.5rem;
  }
  .main .main__bottom-inner:before {
    left: 0;
    width: 12.5rem;
  }
}

.footer {
  border-bottom: 0.25rem solid #c31227;
}
.footer__inner {
  width: 100%;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .footer__inner {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .footer__inner {
    padding: 0 1.25rem;
  }
}
.footer__inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.footer__nav-main {
  display: flex;
  padding: 0;
  margin: 0;
}
.footer__nav-main li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav-main {
  align-items: center;
  text-transform: uppercase;
}
.footer__nav-main li {
  display: inline-flex;
}
.footer__nav-main li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 1.2em;
  margin: 0 0.8em;
  background-color: #404041;
}
@media only screen and (min-width: 992px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .footer__inner > *:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .footer__inner > *:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}

.e-services-menu__item {
  position: relative;
}
.e-services-menu__item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  display: block;
  user-select: none;
  cursor: pointer;
}
.e-services-menu__item-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.75);
  background: #fff url("../img/ponuka_bg.png") no-repeat top center;
  background-size: contain;
}
.e-services-menu__item-inner:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1.25rem;
  left: 50%;
  width: 3.4375rem;
  height: 2.8125rem;
  display: block;
  background: url("../img/more.png") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.e-services-menu__item-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .e-services-menu__item-title {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 991px) {
  .e-services-menu__item-title {
    font-size: 0.9375rem;
  }
}
.e-services-menu__item-title {
  line-height: 1.77;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.e-services-menu__item-img {
  width: 100%;
  height: 100%;
  min-height: 5.875rem;
  margin-top: auto;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .e-services-menu {
    display: flex;
    align-items: stretch;
    margin: 0 -0.875rem;
  }
  .e-services-menu .e-services-menu__item {
    padding: 0 0.875rem;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .e-services-menu .e-services-menu__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .e-services-menu .e-services-menu__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

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