/*h1 {
  $map: (576px: 22px, 768px: 24px, 992px: 34px);
  @include poly-fluid-sizing('font-size', $map);
  color: #e95c33; 
}*/
@font-face {
  font-family: "Formula-Condensed";
  src: url("/fonts/FormulaCondensed-Regular.woff2") format("woff2"), url("/fonts/FormulaCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Formula-Condensed";
  src: url("/fonts/FormulaCondensed-Bold.woff2") format("woff2"), url("/fonts/FormulaCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.formula {
  font-family: "Formula-Condensed", arial, sans-serif; }

html {
  -webkit-text-size-adjust: none;
  /*height:100%;*/
  text-align: center;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale; }

html,
body {
  height: 100%; }

body {
  line-height: 1.4;
  font-size: 100%;
  font-family: "futura", arial, sans-serif;
  color: #000;
  /*min-height: 100%;*/
  text-align: center;
  position: relative;
  background: #faf2db;
  display: grid; }

* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  outline: none; }

button:focus {
  outline: 0; }

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: 0;
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }

img.on {
  opacity: 1; }

ul,
ol {
  list-style-type: none; }

p {
  margin-bottom: 10px; }

.posRel {
  position: relative; }

.skrit {
  display: none; }

.upper {
  text-transform: uppercase; }

@media (max-width: 767px) {
  .mobilSkrit {
    display: none !important; } }

@media (min-width: 768px) {
  .desktopSkrit {
    display: none !important; } }

.flLeft {
  float: left !important; }

.flRight {
  float: right !important; }

.center {
  margin: 0 auto !important; }

.textLevo {
  text-align: left; }

.textDesno {
  text-align: right; }

.textCenter {
  text-align: center; }

.imgResponsive {
  max-width: 100%;
  height: auto;
  display: block; }

.overflow {
  overflow: hidden; }

.coverBack {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.fSize30 {
  font-size: 20px; }
  @media (min-width: 576px) {
    .fSize30 {
      font-size: calc(0vw + 20px); } }
  @media (min-width: 768px) {
    .fSize30 {
      font-size: calc(2.3148148148vw + 2.2222222222px); } }
  @media (min-width: 1200px) {
    .fSize30 {
      font-size: 30px; } }
.fSize40 {
  font-size: 30px; }
  @media (min-width: 576px) {
    .fSize40 {
      font-size: calc(0vw + 30px); } }
  @media (min-width: 768px) {
    .fSize40 {
      font-size: calc(2.7777777778vw + 8.6666666667px); } }
  @media (min-width: 1200px) {
    .fSize40 {
      font-size: 42px; } }
.container,
section {
  font-size: 14px;
  /* height: 100dvh;
  height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 767px) {
  .container,
  section {
    flex-direction: column; } }

/*@media (min-width: 768px) {
	.content {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.content {
		width: 970px;
	}
}
@media (min-width: 1224px) {
	.content {
		width: 1180px;
	}
}
@media (min-width: 1500px) {
	.content {
		width: 1480px;
	}
}
@media (min-width: 1824px) {
	.content {
		width: 1780px;
	}
}*/
.row {
  margin-left: -10px;
  margin-right: -10px; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.v1,
.v2,
.v3,
.v4,
.v5,
.v6,
.v7,
.v8,
.v9,
.v10,
.v11,
.v12,
.v23 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .v2 {
    width: calc(100% / 2); }
  .v3 {
    width: calc(100% / 3); }
  .v4 {
    width: calc(100% / 4); }
  .v5 {
    width: calc(100% / 5); }
  .v6 {
    width: calc(100% / 6); }
  .v7 {
    width: calc(100% / 7); }
  .v8 {
    width: calc(100% / 8); }
  .v9 {
    width: calc(100% / 9); }
  .v10 {
    width: calc(100% / 10); }
  .v11 {
    width: calc(100% / 11); }
  .v12 {
    width: calc(100% / 12); }
  .v23 {
    width: calc(100% / 3 * 2); } }

.tabela {
  display: block;
  font: 0px/0 a;
  position: relative;
  text-align: center;
  height: 100%; }

.tabela::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.celica {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  float: none; }

.centerCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.vertCenter {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.8); }

@media (min-width: 768px) {
  .flex {
    display: flex;
    /*align-items: center;*/ }
  .flexReverse {
    flex-direction: row-reverse; } }

/* ====================================================== */
main {
  display: grid;
  place-items: center; }

.mainImg {
  max-height: 100vh;
  max-height: 100dvh; }

.height100 {
  min-height: 100vh;
  min-height: 100dvh; }

.content {
  margin: 0 auto;
  /*padding: 20px;*/ }

.content > div {
  padding: 20px; }

.center {
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.content > div.center {
  margin: 0 auto !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#smWrapper {
  position: absolute;
  bottom: 23%;
  right: 13%;
  white-space: nowrap;
  width: 214px; }

@media (min-width: 768px) {
  #smWrapper {
    display: grid;
    gap: 2em;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: auto;
    right: 30px; } }

#smWrapper a {
  border-radius: 50%;
  border: 2px solid #000;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  height: 35px;
  line-height: 35px;
  margin: 0 6%;
  width: 35px;
  max-width: 5vmin;
  max-height: 5vmin;
  min-width: 32px;
  min-height: 32px;
  transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  @media (min-width: 576px) {
    #smWrapper a {
      font-size: calc(0vw + 19px); } }
  @media (min-width: 768px) {
    #smWrapper a {
      font-size: calc(1.3392857143vw + 8.7142857143px); } }
  @media (min-width: 992px) {
    #smWrapper a {
      font-size: 22px; } }
#smWrapper a:hover {
  transform: scale(1.15); }

.textBel {
  color: #ffffff;
  font-size: 25px; }

@media (max-width: 767px) {
  /*and (orientation: portrait)*/
  #smWrapper {
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 1;
    width: 100%;
    margin-bottom: 30px; }
  #smWrapper a {
    min-width: 40px;
    min-height: 40px;
    font-size: 24px; }
  .mainImg {
    /* width: 180%;
    max-width: 140%;
    left: -20%;
    position: relative; */
    /* max-height: 100vh; */
    max-height: calc(95vh - 70px);
    max-height: calc(95dvh - 70px); }
  .content {
    margin-top: 5vh;
    margin-top: 5dvh; }
  .content.posRel {
    overflow: hidden; }
  .container.height100 {
    display: flex;
    flex-direction: column; } }

@media (max-width: 767px) and (orientation: landscape) {
  /*#smWrapper {
		right: 8%;
		bottom: 21%;
	}
	#smWrapper a {
		max-width: 30px;
		max-height: 30px;
		font-size:20px;
		margin: 0 2%;
	}*/ }

.logoWrapp {
  /*background: #df1f26;*/
  padding-bottom: 3em; }
  .logoWrapp img {
    max-width: 200px;
    transform: translateX(-14px); }

.ponudnikiWrapp {
  /*background: #df1f26;*/
  color: #fff; }
  .ponudnikiWrapp > div {
    padding: 0 1.5em;
    margin: 1.5em 0; }
  .ponudnikiWrapp .textDesno {
    border-right: 1px solid #fff; }
    .ponudnikiWrapp .textDesno .slideCon {
      position: relative;
      /* &::after {
        content: url(/images/acc-zaprt.svg);
        position: absolute;
        left: -1em;
        top: -0.1em;
        transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      } */ }
  .ponudnikiWrapp .textLevo .slideCon {
    position: relative;
    /* &::after {
        content: url(/images/acc-zaprt.svg);
        position: absolute;
        right: -1em;
        top: -0.1em;
        transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      } */ }
  .ponudnikiWrapp .slideCon.aktiven::after {
    transform: rotateX(180deg);
    top: 0.1em; }

@media (min-width: 768px) {
  .ponudnikiWrapp {
    display: flex;
    justify-content: center;
    width: 100%; }
    .ponudnikiWrapp > div {
      flex: 1; } }

@media (max-width: 767px) {
  .ponudnikiWrapp .textDesno,
  .ponudnikiWrapp .textLevo {
    text-align: center;
    border-right: none; }
    .ponudnikiWrapp .textDesno .slideCon::after,
    .ponudnikiWrapp .textLevo .slideCon::after {
      /*position: relative;*/
      right: -1em;
      left: auto;
      transform: scale(0.7); }
    .ponudnikiWrapp .textDesno .slideCon.aktiven::after,
    .ponudnikiWrapp .textLevo .slideCon.aktiven::after {
      transform: rotateX(180deg) scale(0.7); }
  .ponudnikiWrapp .textDesno {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5em; }
  .ponudnikiWrapp > div {
    padding: 1.5em 0;
    margin: 0 1.5em; }
  .logoWrapp img {
    transform: translateX(0); } }

.slideCon {
  /* cursor: pointer; */ }
  .slideCon > div {
    cursor: auto;
    display: none;
    padding: 1em 0;
    opacity: 0;
    transform: translateY(-0.5em);
    transition: opacity 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 700ms 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .slideCon > div.in {
      opacity: 1;
      transform: translateY(0); }

@keyframes more {
  0% {
    transform: translate(-50%, -65%); }
  90% {
    transform: translate(-50%, 15%); }
  100% {
    transform: translate(-50%, -65%); } }

.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -5%);
  animation: more 1s infinite; }

@media (min-width: 768px) {
  .more {
    bottom: 10px; } }

.spn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%); }

/* ====================================================== */
