@font-face {
  font-family: 'Fishmonger';
  src: url('Fishmonger-CR_0.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fishmonger';
  src: url('Fishmonger-CB_0.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.containerMain {
  margin: 0 auto;
  padding: 0;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
}
@media (max-width: 650px) {
  .container {
    margin: 0 20px;
  }
}
.content820 {
  margin: 0 auto;
  padding: 0;
  max-width: 820px;
}
.content780 {
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
}
@media (max-width: 790px) {
  .content780 {
    margin: 0 20px;
  }
}
.content790 {
  margin: 0 auto;
  padding: 0;
  max-width: 790px;
}
.source {
  color: #324960;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
}
.btTamchci {
  display: block;
  margin: 0 auto;
  height: calc(69px + 2 * 6px);
  width: 342px;
  background: #E30613;
  font-family: Inter;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
}
@media (max-width: 650px) {
  .btTamchci {
    height: calc(75px + 2 * 6px);
    width: 100%;
    max-width: 245px;
  }
}
.btTamchci svg {
  height: 50px;
}
.btTamchci svg path {
  fill: #E30613;
}
@media (max-width: 650px) {
  .btTamchci svg {
    display: none;
  }
}
.btTamchci .inside {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 8px;
  bottom: 6px;
  padding: 0 6px;
  color: #E30613;
  background: white;
  clip-path: polygon(0% 0%, 95.5% 0, 100% 50%, 95.5% 100%, 0% 100%);
  display: flex;
  align-items: center;
}
.btTamchci .inside .content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
@media (max-width: 650px) {
  .btTamchci .inside .content {
    width: 95%;
    justify-content: center;
    gap: 0;
  }
}
.btTamchci:hover .inside {
  color: white;
  background: #E30613;
}
.btTamchci:hover svg path {
  fill: white;
}
.btTamchci:hover .content {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: moveSkier;
  animation-iteration-count: 1;
  animation-direction: alternate;
  gap: 50px;
  flex-direction: row-reverse;
  left: -100px;
}
@media (max-width: 650px) {
  .btTamchci:hover .content {
    animation: none;
    left: auto;
  }
}
@keyframes moveSkier {
  0% {
    left: -100px;
  }
  100% {
    left: 100px;
  }
}
.diamonds {
  display: grid;
  grid: auto / 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (max-width: 650px) {
  .diamonds {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 26fr 22fr 4fr 22fr 26fr;
    grid-template-rows: 26fr 22fr 4fr 22fr 26fr;
    gap: 0px 0px;
  }
  .diamonds .a4 {
    grid-area: 1 / 2 / 3 / 5;
  }
  .diamonds .a1 {
    grid-area: 2 / 1 / 5 / 3;
    justify-self: end;
  }
  .diamonds .a3 {
    grid-area: 4 / 2 / 6 / 5;
  }
  .diamonds .a2 {
    grid-area: 2 / 4 / 5 / 6;
    justify-self: start;
  }
}
.diamonds .item {
  width: 156px;
  height: 207px;
  background: #E30613;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #FFFFFF;
  font-size: 16.37px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}
@media (max-width: 650px) {
  .diamonds .item {
    width: 152px;
    height: 202px;
  }
}
@media (max-width: 340px) {
  .diamonds .item {
    width: 132px;
    height: 182px;
  }
}
.diamonds .item span {
  font-size: 30.69px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 650px) {
  .diamonds .item span {
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
  }
}
@media (max-width: 340px) {
  .diamonds .item span {
    font-size: 28px;
    font-weight: 900;
    line-height: 30px;
  }
}
.ribbons {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  gap: 17px;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 820px;
  margin: 40px auto;
  margin-top: 80px;
  margin-bottom: 70px;
}
@media (max-width: 860px) {
  .ribbons {
    max-width: 100%;
    margin-left: 17px;
    margin-right: 17px;
  }
}
@media (max-width: 705px) {
  .ribbons {
    max-width: 280px;
    grid: auto / 1fr;
    gap: 0;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
.ribbons .item {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  font-size: 16.37px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  display: grid;
  grid: auto / 1fr;
  margin-top: -20px;
}
.ribbons .item .content {
  grid-area: 1 / 1 / 2 / 2;
}
.ribbons .item .cliping {
  grid-area: 1 / 1 / 2 / 2;
}
.ribbons .item::before {
  content: ' ';
  position: absolute;
  z-index: 9;
  background: url('icon_mountain_diamond.svg');
  background-size: cover;
  overflow: visible;
  width: 64px;
  height: 70px;
  top: -25px;
  left: calc(100% / 2 - 64px / 2);
  animation: heartbeat 1.5s ease-in-out infinite both;
}
.ribbons .item .content {
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 30px;
  margin: 0 20px;
  color: #263238;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ribbons .item .cliping {
  z-index: 1;
  position: relative;
  width: 100%;
  min-height: 397px;
  height: max-content;
  background: #E30613;
  clip-path: polygon(50% 0, 100% 8%, 100% 100%, 50% 95%, 0 100%, 0% 8%);
}
.ribbons .item .cliping .inside {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  padding: 60px 24px;
  clip-path: polygon(50% 0, 100% 8%, 100% 100%, 50% 95%, 0 100%, 0% 8%);
  background-color: white;
}
.tips {
  position: relative;
  max-width: 786px;
  margin: 0 auto;
  margin-bottom: 70px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 41px 41px 24px 25fr 20px 55fr 20px;
  grid-template-rows: auto;
  gap: 0px 0px;
  align-items: center;
}
.tips .diamond {
  grid-area: 1 / 1 / 2 / 3;
}
.tips .image {
  grid-area: 1 / 2 / 2 / 5;
}
.tips .content {
  grid-area: 1 / 6 / 2 / 7;
}
.tips .redshape {
  grid-area: 1 / 3 / 2 / 8;
}
@media (max-width: 650px) {
  .tips {
    grid-template-columns: 15fr 70fr 15fr;
    grid-template-rows: 54px 55px 300px auto;
    justify-items: center;
    align-items: start;
    margin-bottom: 42px;
  }
  .tips .diamond {
    grid-area: 1 / 2 / 3 / 3;
  }
  .tips .image {
    grid-area: 2 / 2 / 4 / 3;
  }
  .tips .redshape {
    grid-area: 3 / 1 / 5 / 4;
  }
  .tips .content {
    grid-area: 4 / 2 / 5 / 3;
  }
}
@media (max-width: 570px) {
  .tips {
    grid-template-rows: 54px 53px 53vw auto;
  }
}
.tips .diamond {
  z-index: 3;
  position: relative;
  width: 82px;
  height: calc(108px - 8px);
  padding-top: 8px;
  color: #FFFFFF;
  background-color: #E30613;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  font-family: 'Poppins', sans-serif;
  font-size: 32.44px;
  font-weight: 900;
  line-height: 36.61px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.tips .diamond svg {
  position: absolute;
  width: 22px;
  top: 23px;
}
@media (max-width: 650px) {
  .tips .diamond {
    width: 76px;
    _min-height: 109px;
  }
}
.tips .image {
  z-index: 2;
  position: relative;
}
.tips .image img {
  width: 100%;
}
.tips .image .source {
  z-index: 2;
  position: absolute;
  left: calc(82px / 2);
  bottom: -20px;
  max-width: 170px;
  line-height: normal;
  text-align: left;
}
@media (max-width: 650px) {
  .tips .image .source {
    position: relative;
    color: white;
    bottom: auto;
    left: auto;
    max-width: 100%;
    text-align: center;
  }
}
.tips .redshape {
  z-index: 1;
  min-height: 243px;
  height: 100%;
  padding: 0;
  background: #E30613;
  clip-path: polygon(29% 0, 100% 0%, 100% 100%, 29% 100%, 14% 50%);
}
@media (max-width: 650px) {
  .tips .redshape {
    clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
    width: 100%;
    min-height: 50vw;
  }
}
.tips .content {
  z-index: 3;
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}
.tips .content h3 {
  color: #FFFFFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 20px;
  text-align: left;
  margin: 0;
  margin-bottom: 17px;
}
@media (max-width: 650px) {
  .tips .content h3 {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .tips .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    text-align: center;
  }
}
.splide {
  margin-bottom: 73px;
}
@media (max-width: 650px) {
  .splide {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 40px;
  }
}
.splide .splide__arrow {
  display: none;
}
.splide .splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
}
.splide .splide__pagination li button {
  aspect-ratio: 1 / 1;
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0;
  border: 2px #E30613 solid;
  background-color: white;
  border-radius: 50%;
}
@media (max-width: 650px) {
  .splide .splide__pagination li button {
    width: 16px;
    height: 16px;
  }
}
.splide .splide__pagination li button.is-active {
  background-color: #E30613;
}
.splide img {
  border-radius: 20px;
}
.splide .source {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 650px) {
  .splide .source {
    text-align: center;
    padding: 0;
  }
}
.mountaindiamond {
  animation: heartbeat 1.5s ease-in-out infinite both;
  animation-play-state: paused;
}
h1 {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 100px;
  text-align: center;
  margin: 20px;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-play-state: paused;
}
@media (max-width: 650px) {
  h1 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    margin-top: 21px;
    margin-bottom: 40px;
    animation: none;
  }
}
@media (max-width: 350px) {
  h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    margin-top: 21px;
    margin-bottom: 40px;
  }
}
h2 {
  color: #324960;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  margin: 40px auto;
}
h2.red {
  color: #E30613;
  font-size: 36px;
  font-weight: 800;
  line-height: 55px;
}
@media (max-width: 650px) {
  h2 {
    font-size: 32px;
    line-height: 36.03px;
  }
}
@media (max-width: 320px) {
  h2 {
    margin: 40px 10px;
  }
}
h3 {
  color: #324960;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 650px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
p {
  margin: 12px auto;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #E30613;
  text-decoration: underline;
}
a:hover {
  color: #263238;
  text-decoration: underline;
}
header {
  min-height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header a {
  display: flex;
}
#opener {
  padding-top: 60px;
  padding-bottom: 43px;
  background-image: url('opener_desktop.jpeg');
  background-position: top center;
  background-size: 1920px 935px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #opener {
    padding-top: 51px;
    padding-bottom: 40px;
    background-image: url('opener_touch.jpg');
    background-size: 650px 1441px;
    background-position: top center;
    _background-size: cover;
  }
}
#opener .mountaindiamond {
  max-width: 64px;
}
@media (max-width: 650px) {
  #opener .mountaindiamond {
    max-width: 44px;
  }
}
#opener p {
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 0 10px #284356;
}
#opener .btn {
  padding: 25px 18px;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid white;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 64px;
  font-size: 13px;
  line-height: 18px;
  max-width: 443px;
}
@media (max-width: 650px) {
  #opener .btn {
    max-width: 305px;
  }
}
@media (max-width: 440px) {
  #opener .btn {
    flex-direction: column;
  }
}
#opener .btn:hover {
  text-decoration: underline;
}
#opener .btn span {
  display: none;
}
#opener .btn .logo {
  max-width: 89px;
}
#zacimvyrazit {
  padding-top: 53px;
  padding-bottom: 60px;
}
@media (max-width: 650px) {
  #zacimvyrazit {
    padding: 10px;
    padding-top: 35px;
    padding-bottom: 38px;
  }
}
#zacimvyrazit h2 {
  color: #E30613;
  font-size: 36px;
  font-weight: 800;
  line-height: 47px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 53px;
}
@media (max-width: 650px) {
  #zacimvyrazit h2 {
    margin-top: 0;
    margin-bottom: 31px;
    font-size: 32px;
    font-weight: 800;
    line-height: 47px;
  }
}
#zacimvyrazit .signpost {
  display: grid;
  grid: auto / 1fr 1fr;
  gap: 6px;
  justify-content: center;
  margin-bottom: 53px;
}
@media (max-width: 650px) {
  #zacimvyrazit .signpost {
    grid: auto / 1fr;
    margin-bottom: 21px;
  }
}
#zacimvyrazit .signpost a {
  max-width: 350px;
  min-height: 100px;
  color: #324960;
  text-decoration: none;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-rows: auto;
  gap: 0px;
}
#zacimvyrazit .signpost a svg {
  width: 66px;
  overflow: visible;
}
#zacimvyrazit .signpost a svg path,
#zacimvyrazit .signpost a svg polygon,
#zacimvyrazit .signpost a svg polyline {
  fill: #324960;
}
#zacimvyrazit .signpost a .full {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background: #E30613;
}
#zacimvyrazit .signpost a .full::after {
  content: '';
  position: absolute;
  background: white;
}
#zacimvyrazit .signpost a .content {
  margin: 6px;
  z-index: 2;
  color: #324960;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
#zacimvyrazit .signpost a.left {
  animation: slide-left 0.5s ease-in both;
  animation-play-state: paused;
  justify-self: end;
  grid-template-columns: 50px 1fr;
}
#zacimvyrazit .signpost a.left .content {
  grid-area: 1 / 2 / 2 / 3;
}
#zacimvyrazit .signpost a.left .space {
  grid-area: 1 / 1 / 2 / 2;
}
#zacimvyrazit .signpost a.left .full {
  grid-area: 1 / 1 / 2 / 3;
}
#zacimvyrazit .signpost a.left .full {
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 15% 100%, 0% 50%);
}
#zacimvyrazit .signpost a.left .full::after {
  top: 6px;
  left: calc(6px + 2px);
  right: 6px;
  bottom: 6px;
  clip-path: polygon(calc(15% - 5px) 0%, 100% 0, 100% 100%, calc(15% - 5px) 100%, 0% 50%);
}
#zacimvyrazit .signpost a.left .content {
  margin-left: 0;
  margin-right: 10px;
}
#zacimvyrazit .signpost a.right {
  animation: slide-right 0.5s ease-in both;
  animation-play-state: paused;
  justify-self: start;
  grid-template-columns: 1fr 50px;
}
#zacimvyrazit .signpost a.right .content {
  grid-area: 1 / 1 / 2 / 2;
}
#zacimvyrazit .signpost a.right .space {
  grid-area: 1 / 2 / 2 / 3;
}
#zacimvyrazit .signpost a.right .full {
  grid-area: 1 / 1 / 2 / 3;
}
#zacimvyrazit .signpost a.right .full {
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
}
#zacimvyrazit .signpost a.right .full::after {
  top: 6px;
  left: 6px;
  right: calc(6px + 2px);
  bottom: 6px;
  clip-path: polygon(0% 0%, calc(85% + 5px) 0, 100% 50%, calc(85% + 5px) 100%, 0% 100%);
}
#zacimvyrazit .signpost a.right .content {
  margin-right: 0;
  margin-left: 10px;
  flex-direction: row-reverse;
}
@media (max-width: 650px) {
  #zacimvyrazit .signpost a {
    color: white;
    width: 300px;
    min-height: 52px;
  }
  #zacimvyrazit .signpost a svg {
    width: 39px;
  }
  #zacimvyrazit .signpost a svg path,
  #zacimvyrazit .signpost a svg polygon,
  #zacimvyrazit .signpost a svg polyline {
    fill: white;
  }
  #zacimvyrazit .signpost a.left,
  #zacimvyrazit .signpost a.right {
    justify-self: center;
    animation: none;
    grid-template-columns: 30px 1fr;
  }
  #zacimvyrazit .signpost a.left .content,
  #zacimvyrazit .signpost a.right .content {
    grid-area: 1 / 2 / 2 / 3;
  }
  #zacimvyrazit .signpost a.left .space,
  #zacimvyrazit .signpost a.right .space {
    grid-area: 1 / 1 / 2 / 2;
  }
  #zacimvyrazit .signpost a.left .full,
  #zacimvyrazit .signpost a.right .full {
    grid-area: 1 / 1 / 2 / 3;
  }
  #zacimvyrazit .signpost a.left .full,
  #zacimvyrazit .signpost a.right .full {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0%);
  }
  #zacimvyrazit .signpost a.left .full::after,
  #zacimvyrazit .signpost a.right .full::after {
    top: 5px;
    left: 5px;
    right: calc(5px + 2px);
    bottom: 5px;
    clip-path: polygon(80px 0, calc(90% + 5px) 0, 100% 50%, calc(90% + 5px) 100%, 80px 100%);
  }
  #zacimvyrazit .signpost a.left .content,
  #zacimvyrazit .signpost a.right .content {
    margin-left: 0;
    margin-right: 35px;
    color: #E30613;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    flex-direction: row;
    gap: 20px;
  }
}
@media (max-width: 300px) {
  #zacimvyrazit .signpost a {
    width: 100%;
  }
}
#zacimvyrazit .signpost a:hover .full {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background: #E30613;
}
#zacimvyrazit .signpost a:hover .full::after {
  content: '';
  position: absolute;
  background: #E30613;
}
#zacimvyrazit .signpost a:hover .content {
  color: white;
}
#zacimvyrazit .signpost a:hover svg path,
#zacimvyrazit .signpost a:hover svg polygon,
#zacimvyrazit .signpost a:hover svg polyline {
  fill: white;
}
#zacimvyrazit .mountaindiamond {
  max-width: 75px;
}
@media (max-width: 650px) {
  #zacimvyrazit .mountaindiamond {
    max-width: 50px;
  }
}
#lyzarskasnidane {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section1_desktop.jpeg');
  background-position: top 150px center, top 150px center;
  background-size: 1920px 803px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #lyzarskasnidane {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section1_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 593px;
    padding-bottom: 40px;
  }
}
@media (max-width: 551px) {
  #lyzarskasnidane {
    background-position: top 100px center, top 100px center;
  }
}
@media (max-width: 331px) {
  #lyzarskasnidane {
    background-position: top 140px center, top 140px center;
  }
}
#lyzarskasnidane h2.main {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 635px;
}
@media (max-width: 650px) {
  #lyzarskasnidane h2.main {
    margin-bottom: 235px;
  }
}
#volantrolby {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section2_desktop.jpeg');
  background-position: top 100px center, top 100px center;
  background-size: 1920px 1089px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #volantrolby {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section2_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 593px;
    padding-bottom: 40px;
  }
}
@media (max-width: 464px) {
  #volantrolby {
    background-position: top 110px center, top 110px center;
  }
}
@media (max-width: 265px) {
  #volantrolby {
    background-position: top 140px center, top 140px center;
  }
}
#volantrolby h2.main {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 635px;
}
@media (max-width: 650px) {
  #volantrolby h2.main {
    margin-bottom: 235px;
  }
}
#nafukovacikruh {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section3_desktop.jpeg');
  background-position: top 150px center, top 150px center;
  background-size: 1920px 911px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 904px) {
  #nafukovacikruh {
    background-position: top 230px center, top 230px center;
  }
}
@media (max-width: 650px) {
  #nafukovacikruh {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section3_touch.jpg');
    background-position: top 110px center, top 110px center;
    background-size: 650px 593px;
    padding-bottom: 40px;
  }
}
@media (max-width: 502px) {
  #nafukovacikruh {
    background-position: top 140px center, top 140px center;
  }
}
@media (max-width: 343px) {
  #nafukovacikruh {
    background-position: top 180px center, top 180px center;
  }
}
@media (max-width: 255px) {
  #nafukovacikruh {
    background-position: top 210px center, top 210px center;
  }
}
#nafukovacikruh h2.main {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 620px;
}
@media (max-width: 650px) {
  #nafukovacikruh h2.main {
    margin-bottom: 320px;
  }
}
#snezniceskialpysanky {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section4_desktop.jpg');
  background-position: top 180px center, top 180px center;
  background-size: 1920px 849px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #snezniceskialpysanky {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section4_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 594px;
    padding-bottom: 40px;
  }
}
@media (max-width: 477px) {
  #snezniceskialpysanky {
    background-position: top 100px center, top 100px center;
  }
}
@media (max-width: 264px) {
  #snezniceskialpysanky {
    background-position: top 140px center, top 140px center;
  }
}
#snezniceskialpysanky h2.main {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 650px;
}
@media (max-width: 650px) {
  #snezniceskialpysanky h2.main {
    margin-bottom: 320px;
  }
}
#vychazkybiatlon {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 90%), url('section5_desktop.jpeg');
  background-position: top 150px center, top 150px center;
  background-size: 1920px 968px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #vychazkybiatlon {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section5_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 594px;
    padding-bottom: 40px;
  }
}
@media (max-width: 511px) {
  #vychazkybiatlon {
    background-position: top 100px center, top 100px center;
  }
}
@media (max-width: 291px) {
  #vychazkybiatlon {
    background-position: top 140px center, top 140px center;
  }
}
#vychazkybiatlon h2.main {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 620px;
}
@media (max-width: 650px) {
  #vychazkybiatlon h2.main {
    margin-bottom: 320px;
  }
}
#sjezdarskekoberce {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 95%), url('section6_desktop.jpeg');
  background-position: top 150px center, top 150px center;
  background-size: 1920px 911px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 673px) {
  #sjezdarskekoberce {
    background-position: top 220px center, top 220px center;
  }
}
@media (max-width: 650px) {
  #sjezdarskekoberce {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section6_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 594px;
    padding-bottom: 40px;
  }
}
@media (max-width: 615px) {
  #sjezdarskekoberce {
    background-position: top 100px center, top 100px center;
  }
}
@media (max-width: 379px) {
  #sjezdarskekoberce {
    background-position: top 140px center, top 140px center;
  }
}
@media (max-width: 249px) {
  #sjezdarskekoberce {
    background-position: top 180px center, top 180px center;
  }
}
#sjezdarskekoberce h2.main {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 620px;
}
@media (max-width: 650px) {
  #sjezdarskekoberce h2.main {
    margin-bottom: 320px;
  }
}
#nejdelsisjezdovka {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 95%), url('section7_desktop.jpeg');
  background-position: top 230px center, top 150px center;
  background-size: 1920px 911px;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 650px) {
  #nejdelsisjezdovka {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section7_touch.jpg');
    background-position: top 70px center, top 70px center;
    background-size: 650px 529px;
    padding-bottom: 40px;
  }
}
@media (max-width: 544px) {
  #nejdelsisjezdovka {
    background-position: top 105px center, top 105px center;
  }
}
@media (max-width: 355px) {
  #nejdelsisjezdovka {
    background-position: top 135px center, top 135px center;
  }
}
#nejdelsisjezdovka h2.main {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 620px;
}
@media (max-width: 650px) {
  #nejdelsisjezdovka h2.main {
    margin-bottom: 320px;
  }
}
#trhyhistorie {
  padding-bottom: 127px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFFFFF 100%), url('section8_desktop.jpeg');
  background-position: top -70px center, top -70px center;
  background-size: 1920px 1040px;
  background-repeat: no-repeat, no-repeat;
  overflow: visible;
}
@media (max-width: 650px) {
  #trhyhistorie {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), url('section8_touch.jpg');
    background-position: top 120px center, top 120px center;
    background-size: 650px 529px;
    padding-bottom: 40px;
  }
}
@media (max-width: 612px) {
  #trhyhistorie {
    background-position: top 160px center, top 160px center;
  }
}
@media (max-width: 342px) {
  #trhyhistorie {
    background-position: top 195px center, top 195px center;
  }
}
@media (max-width: 282px) {
  #trhyhistorie {
    background-position: top 230px center, top 230px center;
  }
}
#trhyhistorie h2.main {
  padding-top: 60px;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 620px;
}
@media (max-width: 650px) {
  #trhyhistorie h2.main {
    margin-bottom: 320px;
  }
}
#nejlepsidovolena {
  min-height: calc(807px - 167px - 40px);
  padding-top: 167px;
  padding-bottom: 40px;
  background-image: url('mountain_background.svg');
  background-position: top center;
  background-size: 1920px 807px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 650px) {
  #nejlepsidovolena {
    padding-top: 80px;
    background: url('mountain_background_touch_top.svg'), url('mountain_background_touch_bottom.svg');
    background-color: #E30613;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
  }
}
#nejlepsidovolena svg {
  width: 75px;
}
#nejlepsidovolena h2 {
  max-width: 780px;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  margin: 40px auto;
  animation: bounce-top 0.9s both;
  animation-play-state: paused;
}
@media (max-width: 650px) {
  #nejlepsidovolena h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 46px;
    margin: 40px;
    animation: none;
  }
}
#nejlepsidovolena p {
  max-width: 780px;
  margin-bottom: 47px;
}
@media (max-width: 650px) {
  #nejlepsidovolena p {
    margin: 40px auto;
  }
}
#nejlepsidovolena .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 56px;
  width: 496px;
  background: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  clip-path: polygon(96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%, 4% 0);
}
@media (max-width: 650px) {
  #nejlepsidovolena .btn {
    width: 100%;
    max-width: 274px;
    height: 91px;
    margin-bottom: 40px;
  }
}
#nejlepsidovolena .btn .inside {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  color: white;
  background: #E30613;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  clip-path: polygon(calc(96% + 3px) 0, 100% 50%, calc(96% + 3px) 100%, calc(4% - 3px) 100%, 0 50%, calc(4% - 3px) 0);
}
#nejlepsidovolena .btn:hover .inside {
  color: #E30613;
  background: white;
}
#napsalijsme {
  padding-top: 20px;
  padding-bottom: 102px;
  max-width: 814px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  #napsalijsme {
    margin: 0 57px;
  }
}
@media (max-width: 400px) {
  #napsalijsme {
    margin: 0 20px;
  }
}
#napsalijsme h2 {
  color: #324960;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
}
#napsalijsme .list {
  display: grid;
  grid: auto auto / 1fr;
  gap: 40px;
}
@media (max-width: 830px) {
  #napsalijsme .list {
    gap: 24px;
  }
}
#napsalijsme .art {
  color: #102447;
  display: grid;
  grid: auto / 59fr 41fr;
  align-items: start;
  justify-items: stretch;
  gap: 24px;
}
#napsalijsme .art a {
  text-decoration: none;
}
@media (max-width: 830px) {
  #napsalijsme .art {
    grid: auto / 1fr;
    gap: 8px;
  }
}
#napsalijsme .art:hover h3 {
  color: #263238;
}
#napsalijsme .art h3 {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #324960;
  font-family: 'Fira Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 30px;
}
#napsalijsme .art p {
  margin: 0;
  text-align: left;
  color: #263238;
}
@media (max-width: 650px) {
  h2.main {
    padding-left: 10px;
    padding-right: 10px;
  }
}
footer {
  color: white;
  background-color: black;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding: 40px 16px;
  padding-bottom: 90px;
}
@media (max-width: 650px) {
  footer {
    padding: 24px 16px;
    padding-bottom: 90px;
  }
}
.ani {
  animation-play-state: paused;
}
.animaterun {
  animation-play-state: running!important;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-17 16:54:49
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide-right {
  from,
  to {
    overflow: hidden;
  }
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  from,
  to {
    overflow: hidden;
  }
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0);
  }
}
