@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url(../../assets/fonts/Avenir-Roman-12.ttf);
}
@font-face {
  font-family: "Avenir Light";
  src: url(../../assets/fonts/Avenir-Light-07.ttf);
}
@media (min-width: 1025px) {
  .desk-d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .tablet-d-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mob-d-none {
    display: none !important;
  }
}

.small-mob-show {
  display: none;
}
@media (max-width: 650px) {
  .small-mob-show {
    display: inline-block !important;
  }
}

@media (max-width: 650px) {
  .small-mob-d-none {
    display: none;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  vertical-align: middle;
}

h2,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

@font-face {
  font-family: "Avenir";
  src: url(../../assets/fonts/Avenir-Roman-12.ttf);
}
@font-face {
  font-family: "Avenir Light";
  src: url(../../assets/fonts/Avenir-Light-07.ttf);
}
@media (min-width: 1025px) {
  .desk-d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .tablet-d-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mob-d-none {
    display: none !important;
  }
}

.small-mob-show {
  display: none;
}
@media (max-width: 650px) {
  .small-mob-show {
    display: inline-block !important;
  }
}

@media (max-width: 650px) {
  .small-mob-d-none {
    display: none;
  }
}

@keyframes displayMainHeading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes displaySecondHeading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
    transform: translate(0, -10px);
  }
}
@keyframes linearLetters {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes linearFilledLetters {
  0% {
    -webkit-text-fill-color: #353828;
    width: 0%;
  }
  100% {
    -webkit-text-fill-color: #353828;
    width: 100%;
  }
}
@keyframes zoomHeader {
  100% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
@keyframes zoomHeaderMobile {
  100% {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes displayMainHeading2 {
  100% {
    opacity: 1;
    transform: translate(0);
    height: 166px;
  }
}
.section {
  position: relative;
}
.section .sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 45px;
}
.section .sponsors p {
  position: relative;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #353828;
  padding-left: 35px;
  padding-right: 30px;
}
.section .sponsors::before {
  content: "";
  position: relative;
  left: 0;
  border-left: 1px solid #353828;
  height: 100%;
}
.section .sponsors__images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}
.section .sponsors-logo--first {
  width: 45px;
}
.section .sponsors-logo--second {
  width: 72px;
}
.section .sponsors-logo--third {
  width: 157px;
}
.section-wrapper {
  max-width: 1880px;
  margin-inline: auto;
  padding: 0 70px;
}
.section-wrapper--first {
  background: #E8DFE0;
}
.section-wrapper--first:first-child {
  height: 67%;
  overflow: hidden;
}
.section-wrapper--first:last-child {
  height: 33%;
}
.section-one__top {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section-one__top::before {
  content: "";
  background: url("../../assets/images/home-page-bg.png") no-repeat bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  animation: zoomHeader 5.5s linear forwards;
}
.section-one__top header {
  max-width: 1880px;
  padding-left: 70px;
  padding-right: 70px;
  width: 100%;
  position: relative;
  height: 100%;
}
.section-one__top header .circle-logo {
  width: 243px;
  height: 243px;
  position: relative;
  top: -15px;
}
.section-one__top .creditentials {
  max-width: 1880px;
  padding: 0 70px;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.section-one__bottom {
  max-width: 1880px;
  padding: 0 70px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}
.section-one__bottom-heading {
  padding-top: 17px;
}
.section-one__bottom-heading .main-heading {
  margin: 0;
  position: relative;
  font-family: "Merriweather";
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
}
.section-one__bottom-heading .main-heading-transparent {
  font-size: 72px;
  line-height: 90px;
  position: relative;
  opacity: 0;
  display: block;
  overflow: hidden;
  -webkit-text-stroke: 0.5px #353828;
  -webkit-text-fill-color: transparent;
  animation: displayMainHeading 0.3s ease-out 0.2s forwards 1;
}
.section-one__bottom-heading .main-heading-filled {
  font-size: 55px;
  line-height: 70px;
  position: relative;
  width: 0;
  letter-spacing: 0.05em;
  display: block;
  overflow: hidden;
  -webkit-text-stroke: 0.5px #353828;
  -webkit-text-fill-color: transparent;
  animation: linearLetters 0.3s ease-out 0.8s forwards 1;
}
.section-one__bottom-heading .main-heading-filled::before {
  content: "za veliki odmor";
  width: 0;
  display: block;
  overflow: hidden;
  animation: linearFilledLetters 0.3s ease-out 1.3s forwards 1;
  position: absolute;
}
.section-one__bottom-heading .main-heading-filled--mob, .section-one__bottom-heading .main-heading-filled--mob-second {
  display: none;
}
.section-one__bottom-heading .sponsors {
  animation: linearLetters 0.3s ease-out 1.3s forwards 1;
  width: 0;
  overflow: hidden;
  margin-top: 30px;
}
.section-one__bottom-info {
  padding-right: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(870px, 56%);
}
.section-one__bottom-info #map {
  border: none;
}
.section-one__bottom-info .text-wrapper--small {
  gap: 25px;
  border-left: 1px solid #353828;
  padding-left: 60px;
  margin-left: 70px;
}
.section-one__bottom-info .text-wrapper--small p {
  font-size: 15px;
  line-height: 21px;
  font-family: "Avenir Light";
}
.section-two {
  background: #606C38;
}
.section-two .fp-bg {
  background-image: url("https://images.unsplash.com/photo-1526367790999-0150786686a2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1171&q=80");
}
.section-three {
  background: #A9714B;
}
.section-three .fp-bg {
  background-image: url("https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
}
.section-four {
  background: #7D3B3B;
}
.section-four .product-description {
  display: flex;
  flex-direction: column;
}
.section-four .sponsors {
  position: absolute !important;
  bottom: 40px;
}
.section-four .sponsors p {
  color: #fff !important;
}
.section-four .sponsors::before {
  border: none;
}
.section-blue {
  background: #3a567d;
}
.section-blue .product-description {
  display: flex;
  flex-direction: column;
}
.section-blue .section-bg {
  opacity: 0.6;
}
.section-info .product-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-info .product-wrapper .product-description {
  width: min(778px, 45%);
  padding-top: 10px;
}
.section-info .product-wrapper .article-wrapper {
  width: min(880px, 49%);
  padding-left: 80px;
  position: relative;
  margin-top: min(8vh, 70px);
  margin-bottom: 2vh;
}
.section-info .product-wrapper .article-wrapper .slide {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}
.section-info .product-wrapper .article-wrapper .slide-info {
  position: absolute;
  padding-bottom: 10px;
  width: 100%;
  max-width: 53%;
  z-index: 2;
}
.section-info .product-wrapper .article-wrapper .slide-info .icon {
  margin-left: 20px;
}
.section-info .product-wrapper .article-wrapper .slide-info .icon.index-enjoy-big, .section-info .product-wrapper .article-wrapper .slide-info .icon.index-research-big {
  font-size: 100px;
}
.section-info .product-wrapper .article-wrapper .slide-info .icon.index-try-big {
  font-size: 87px;
}
.section-info .product-wrapper .article-wrapper .slide-info .icon.osvijesti-img-body {
  height: 100px;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  color: #fff;
  margin: 25px 0 20px;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-description {
  font-family: "Avenir Light";
  font-size: 18px;
  line-height: 26px;
  color: #E8DFE0;
  max-width: 220px;
  margin-bottom: 45px;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button {
  width: 100%;
  max-width: 220px;
  display: inline-block;
  height: 50px;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button {
  color: #fff;
  font-family: "Avenir Light";
  font-weight: 400;
  font-size: 21px;
  line-height: 29px;
  background: transparent;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 20px;
  transition: all 0.2s ease;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button.slider-button--one:hover {
  cursor: pointer;
  background: #A9B876;
  border-color: #A9B876;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button.slider-button--two:hover {
  cursor: pointer;
  background: #CEA990;
  border-color: #CEA990;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button.slider-button--three:hover {
  cursor: pointer;
  background: #B97C86;
  border-color: #B97C86;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button.slider-button--zero:hover {
  cursor: pointer;
  background: #6a809e;
  border-color: #6a809e;
}
.section-info .product-wrapper .article-wrapper .slide-info .slider-button button .horizontal__arrow {
  position: relative;
  display: block;
  width: 37px;
  transition: all 0.2s ease;
  font-size: 11px;
}
.section-info .product-wrapper .article-wrapper .slide-image-info {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper {
  height: min(600px, 63vh);
  width: min(78%, 430px);
  overflow: hidden;
  margin-left: 10%;
  position: relative;
}
@media (min-width: 1025px) {
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper:hover .slide-bg {
    transform: scale(1.05);
  }
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one {
  transform: rotate(7.5deg);
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 15%;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one [data-type=Video] {
  transform: rotate(-7.5deg);
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--two {
  border-radius: 30vmin 30vmin 0 0;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--three {
  border-radius: 0 33% 0;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--two, .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--three {
  margin-left: 20%;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper [data-type=Video] {
  position: absolute;
  bottom: 35px;
  right: 25px;
  z-index: 100;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper [data-type=Video]::before {
  content: "";
  font-size: 82px;
  color: #fff;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .slide-bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .creditentials {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 100;
}
.section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(79.66deg, rgba(0, 0, 0, 0.25) 24.61%, rgba(0, 0, 0, 0) 121.92%);
}
.section-info .product-wrapper .article-wrapper [data-id=one] .image-wrapper {
  width: min(80%, 430px);
}
.section-info .product-wrapper .article-wrapper .swiper-button-disabled {
  display: none !important;
}
.section-info .product-wrapper .article-wrapper .pagination {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 143px;
  text-align: right;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  bottom: 35px;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
  display: block;
}
.section-info .product-wrapper .article-wrapper .pagination .pagination-current {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke: transparent;
}
.section-info .product-wrapper .article-wrapper .button-next,
.section-info .product-wrapper .article-wrapper .button-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8DFE0;
  border-radius: 8.3243px;
  transform: rotate(-45deg);
  transition: background-color 0.25s ease;
}
.section-info .product-wrapper .article-wrapper .button-next .arrow,
.section-info .product-wrapper .article-wrapper .button-prev .arrow {
  position: relative;
  font-size: 14px;
}
.section-info .product-wrapper .article-wrapper .button-next .arrow::before,
.section-info .product-wrapper .article-wrapper .button-prev .arrow::before {
  transform-origin: bottom;
  transition: background-color 0.25s ease;
}
.section-info .product-wrapper .article-wrapper .button-next:hover,
.section-info .product-wrapper .article-wrapper .button-prev:hover {
  background-color: #E8DFE0;
}
.section-info .product-wrapper .article-wrapper .button-next:hover.slider-button-one .arrow::before,
.section-info .product-wrapper .article-wrapper .button-prev:hover.slider-button-one .arrow::before {
  color: #606C38;
}
.section-info .product-wrapper .article-wrapper .button-next:hover.slider-button-two .arrow::before,
.section-info .product-wrapper .article-wrapper .button-prev:hover.slider-button-two .arrow::before {
  color: #A9714B;
}
.section-info .product-wrapper .article-wrapper .button-next:hover.slider-button-three .arrow::before,
.section-info .product-wrapper .article-wrapper .button-prev:hover.slider-button-three .arrow::before {
  color: #7D3B3B;
}
.section-info .product-wrapper .article-wrapper .button-prev {
  left: 0;
}
.section-info .product-wrapper .article-wrapper .button-prev .arrow {
  transform: rotate(225deg);
}
.section-info .product-wrapper .article-wrapper .button-next {
  right: 0;
}
.section-info .product-wrapper .article-wrapper .button-next .arrow {
  transform: rotate(45deg);
}
.section-info .product-wrapper .text-wrapper {
  color: #E8DFE0;
  padding-left: 10%;
  max-width: 415px;
  position: relative;
  margin-right: 5%;
}
.section-info .product-wrapper .text-wrapper .font-light {
  font-weight: 300;
  font-family: "Avenir Light";
}
.section-info .product-wrapper .text-wrapper .font-bold {
  font-weight: 300;
  font-family: "Avenir";
}
.section-info .product-wrapper .text-wrapper .main-text {
  font-size: 16px;
  line-height: 22px;
  color: #E8DFE0;
  opacity: 0;
  transform: translateY(10px);
}
.section-info .product-wrapper .text-wrapper .main-text.first-text {
  margin-bottom: 30px;
}
.section-info .product-wrapper .text-wrapper .text-rotated {
  position: absolute;
  transform-origin: 0;
  transform: rotate(-90deg) translateY(-25px);
  left: 10px;
  bottom: 25%;
  font-family: "Merriweather";
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 0.25em;
}
.section-info .product-wrapper .text-wrapper .arrow {
  position: relative;
  opacity: 0;
  left: 62%;
  height: 100px;
  width: 20px;
  transform: rotate(-90deg);
}
.section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-bg-enjoy {
  width: min(63%, 1200px);
}
.section-bg-try, .section-bg-research {
  width: min(55%, 1000px);
}
.section .second-heading {
  font-family: "Merriweather";
  font-size: 185px;
  line-height: normal;
  position: relative;
  opacity: 0;
  display: block;
  overflow: hidden;
  margin-bottom: min(65px, 7vh);
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}
.section .second-heading--enjoy {
  letter-spacing: 0.025em;
}
.section .second-heading--try, .section .second-heading--research, .section .second-heading--enjoy {
  transform: translateY(10px);
}
.section .second-heading--try {
  text-shadow: 0px 3px 5px #353828;
  -webkit-text-fill-color: #A9714B !important;
}
.section .second-heading--research {
  letter-spacing: 0.025em;
}
.section .second-heading--awaken {
  font-size: 160px;
}
@media (min-width: 1025px) {
  .section.first-load-complete .second-heading {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    animation: displaySecondHeading 0.4s ease-out 0s forwards 1;
  }
  .section.first-load-complete .text-wrapper .main-text {
    animation: displayMainHeading 0.3s ease-out 0.5s forwards 1;
  }
  .section.first-load-complete .text-wrapper .second-text {
    animation-delay: 0.8s;
  }
  .section.first-load-complete .text-wrapper .arrow {
    animation: opacity 0.3s 1.2s ease-out forwards 1;
  }
}
@media (max-width: 1850px) {
  .section .second-heading--try {
    font-size: min(21vmin, 10vw);
  }
}
@media (max-width: 1700px) {
  .section .second-heading {
    font-size: min(18.6vmin, 9.9vw);
  }
  .section .second-heading--awaken {
    font-size: min(18.6vmin, 8.9vw);
  }
}
@media (max-width: 1600px) {
  .section .sponsors {
    margin-top: 22px;
    height: 46px;
  }
  .section .sponsors__images {
    gap: 21px;
  }
  .section .sponsors p {
    font-size: 13px;
    line-height: normal;
    padding-right: 20px;
    padding-left: 24px;
  }
  .section .sponsors .sponsors-logo--first {
    width: 32px;
  }
  .section .sponsors .sponsors-logo--second {
    width: 51px;
  }
  .section .sponsors .sponsors-logo--third {
    width: 112px;
  }
}
@media (max-width: 1600px) and (min-width: 1025px) {
  .section-one__bottom-heading {
    width: 38%;
  }
}
@media (max-width: 1600px) {
  .section-one__bottom-heading .main-heading-transparent {
    font-size: 51px;
    line-height: normal;
  }
  .section-one__bottom-heading .main-heading-filled {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 1600px) {
  .section-four .product-description {
    padding-bottom: 100px;
  }
  .section-four .sponsors {
    bottom: 22px;
  }
}
@media (max-width: 1600px) {
  .section-info .product-wrapper .article-wrapper .slide {
    padding-left: 5px;
  }
  .section-info .product-wrapper .article-wrapper .pagination {
    font-size: 15vmin;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
    font-size: 4.5vmin;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button {
    max-width: 190px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button button {
    font-size: 18px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon {
    margin-left: 20px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.index-enjoy-big, .section-info .product-wrapper .article-wrapper .slide-info .icon.index-research-big {
    font-size: 74px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.index-try-big {
    font-size: 62px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.osvijesti-img-body {
    height: 74px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--two, .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--three {
    height: min(425px, 65vh);
    width: min(70%, 300px);
  }
}
@media (max-width: 1550px) {
  .section .second-heading--enjoy,
.section .second-heading--research {
    margin-bottom: 20px;
  }
  .section .second-heading--try {
    font-size: min(16vmin, 9vw);
    margin-bottom: min(47px, 6vh);
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .section-one__top header .circle-logo {
    max-width: 173px;
    max-height: 173px;
  }
}
@media (max-width: 1400px) {
  .section-one__top header .creditentials {
    bottom: 11px;
  }
}
@media (max-width: 1400px) {
  .section-one__bottom-info .text-wrapper--small {
    gap: 17px;
    padding-left: 45px;
    margin-left: 45px;
  }
  .section-one__bottom-info .text-wrapper--small p {
    font-size: 11px;
    line-height: 15px;
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .text-wrapper .text-rotated {
    font-size: 9px;
  }
  .section-info .product-wrapper .text-wrapper .main-text {
    font-size: 12px;
    line-height: 16px;
  }
  .section-info .product-wrapper .text-wrapper .main-text.first-text {
    margin-bottom: 20px;
  }
  .section-info .product-wrapper .article-wrapper {
    padding-left: 5%;
  }
  .section-info .product-wrapper .article-wrapper .button-next,
.section-info .product-wrapper .article-wrapper .button-prev {
    width: 33px;
    height: 33px;
  }
  .section-info .product-wrapper .article-wrapper .button-next .arrow,
.section-info .product-wrapper .article-wrapper .button-prev .arrow {
    font-size: 9px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .creditentials {
    bottom: 5px;
  }
}
@media (max-width: 1400px) and (min-width: 1025px) {
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper [data-type=Video]::before {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one {
    height: min(406px, 64vh);
    width: min(71%, 307px);
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .article-wrapper .slide-image-info--one {
    margin-right: 0;
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .article-wrapper .slide-info .slider-description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 50px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
    margin: 18px 0 15px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button {
    max-width: 150px;
    height: 35px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button button {
    font-size: 15px;
    gap: 9px;
    padding: 0 15px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button button .horizontal__arrow {
    font-size: 8px;
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .article-wrapper .pagination {
    font-size: min(8vw, 100px);
  }
}
@media (max-width: 1400px) {
  .section-info .product-wrapper .article-wrapper .swiper-pagination-three,
.section-info .product-wrapper .article-wrapper .swiper-pagination-two {
    bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
    font-size: 4vmin;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--three, .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--two {
    height: min(426px, 56vh);
    width: min(80%, 430px);
  }
}
@media (max-width: 1200px) {
  .section-one__bottom-heading .main-heading-transparent {
    font-size: 45px;
  }
  .section-one__bottom-heading .main-heading-filled {
    font-size: 32px;
  }
  .section-one__bottom-info {
    padding-right: 0;
  }
  .section-one__bottom-info .text-wrapper--small {
    gap: 17px;
    padding-left: 20px;
    margin-left: 20px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one {
    height: 34vw;
  }
}
@media (max-width: 1024px) {
  .section .second-heading {
    opacity: 0.5;
  }
  .section .second-heading--enjoy {
    font-size: 177px;
    margin-bottom: 60px;
  }
  .section .second-heading--try {
    font-size: 136px;
    margin-bottom: 105px;
  }
  .section .second-heading--research {
    font-size: 166px;
    margin-bottom: 65px;
  }
  .section .second-heading--awaken {
    font-size: 136px;
    margin-bottom: 105px;
  }
  .section.fp-auto-height.section-one .fp-tableCell, .section.fp-auto-height.section-info .fp-tableCell {
    height: auto !important;
  }
  .section .section-wrapper--first:first-child {
    height: 810px;
  }
  .section .section-wrapper--first:last-child {
    height: auto;
  }
  .section-one__top::before {
    background: url("../../assets/images/home-page-bg-tablet.png") no-repeat bottom;
  }
  .section-one__top header .circle-logo {
    top: 30px;
  }
  .section-one__top .creditentials {
    padding-right: 0;
  }
  .section-one__bottom {
    flex-direction: column;
    padding: 0 55px;
  }
}
@media (max-width: 1024px) and (min-width: 1025px) {
  .section-one__bottom-heading {
    width: 38%;
  }
}
@media (max-width: 1024px) {
  .section-one__bottom-heading .main-heading-transparent {
    font-size: 11.1vw;
  }
  .section-one__bottom-heading .main-heading-filled {
    font-size: 8.6vw;
  }
}
@media (max-width: 1024px) {
  .section-one__bottom-info {
    width: auto;
    padding: 80px 50px 90px;
  }
  .section-one__bottom-info .map {
    padding-right: 50px;
    width: 50%;
  }
  .section-one__bottom-info .text-wrapper--small {
    max-width: 420px;
    width: 50%;
    padding-left: 50px;
    margin-left: 0;
  }
  .section-one__bottom-info .text-wrapper--small p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 1024px) {
  .section-one .section-wrapper--first .sponsors {
    margin-bottom: 65px;
    margin-left: 50%;
    margin-top: 0;
  }
  .section-one .section-wrapper--first .sponsors p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .section-five {
    height: 200px;
    background: #372C2C;
    padding: 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-five .sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
  }
  .section-five .sponsors p {
    color: #fff;
    font-family: "Roboto";
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .section-five .sponsors__images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
  }
  .section-five .sponsors__images .sponsors-logo--first {
    width: 68px;
  }
  .section-five .sponsors__images .sponsors-logo--second {
    width: 113px;
  }
  .section-five .sponsors__images .sponsors-logo--third {
    width: 182px;
  }
}
@media (max-width: 1024px) {
  .section .sponsors .sponsors__images {
    gap: 2.5vw;
  }
}
@media (max-width: 1024px) and (min-width: 950px) {
  .section .sponsors .sponsors-logo--first {
    width: 42px;
  }
  .section .sponsors .sponsors-logo--second {
    width: 68px;
  }
  .section .sponsors .sponsors-logo--third {
    width: 147px;
  }
}
@media (max-width: 1024px) {
  .section-info .product-wrapper {
    flex-direction: column;
  }
  .section-info .product-wrapper .product-description {
    width: auto;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .section-info .product-wrapper .article-wrapper {
    width: auto;
    max-width: 690px;
    margin-top: 0;
    margin-inline: auto;
  }
  .section-info .product-wrapper .article-wrapper .slide {
    margin-top: 50px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
    font-size: 36px;
    line-height: 45px;
    margin: 30px 0 20px;
    max-width: 405px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-description {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 45px;
    max-width: 250px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button {
    max-width: 190px;
    height: 44px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button .horizontal__arrow {
    display: none !important;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button button {
    justify-content: center;
    font-size: 18px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.index-enjoy-big {
    font-size: 90px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.index-try-big {
    font-size: 80px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon.index-reseacrh-big {
    font-size: 95px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper {
    height: 540px;
    width: 390px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .creditentials {
    bottom: 12px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .video-icon {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 15%);
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one {
    margin-left: -2%;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one .video-icon {
    transform: rotate(-7.5deg) translate(50%, 15%);
  }
  .section-info .product-wrapper .article-wrapper .button-prev,
.section-info .product-wrapper .article-wrapper .button-next {
    width: 50px;
    height: 50px;
  }
  .section-info .product-wrapper .article-wrapper .button-prev .arrow,
.section-info .product-wrapper .article-wrapper .button-next .arrow {
    font-size: 15px;
  }
  .section-info .product-wrapper .article-wrapper .button-prev {
    left: -46px;
  }
  .section-info .product-wrapper .article-wrapper .button-next {
    right: 20px;
  }
  .section-info .product-wrapper .article-wrapper .pagination {
    font-size: 127px;
  }
  .section-info .product-wrapper .article-wrapper .swiper-pagination-two, .section-info .product-wrapper .article-wrapper .swiper-pagination-three {
    bottom: 28px;
  }
  .section-info .product-wrapper .text-wrapper {
    gap: 60px;
    flex-direction: row;
    max-width: none;
    padding-left: 85px;
    margin-right: 0;
  }
  .section-info .product-wrapper .text-wrapper .main-text {
    font-size: 17px;
    line-height: 23px;
    animation: none;
    opacity: 1;
    transform: translate(0);
  }
  .section-info .product-wrapper .text-wrapper .main-text.first-text {
    max-width: min(340px, 50%);
    margin-bottom: 0;
  }
  .section-info .product-wrapper .text-wrapper .main-text.second-text {
    max-width: 250px;
    animation-delay: 0s;
  }
  .section-info .product-wrapper .text-wrapper .arrow {
    left: 0%;
    height: 60px;
    width: 20px;
    transform: rotate(0deg);
    animation: none;
    opacity: 1;
  }
  .section-info .product-wrapper .text-wrapper .text-rotated {
    top: 130px;
  }
  .section-info .product-wrapper .section-bg {
    width: 100%;
  }
  .section-info .product-wrapper .section-bg-enjoy {
    bottom: 40%;
  }
  .section-info .product-wrapper .section-bg-try {
    bottom: 31%;
  }
  .section-info .product-wrapper .section-bg-research {
    bottom: 30%;
  }
  .section-info .product-wrapper .section-bg-awaken {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .section-wrapper {
    padding: 0 25px;
    position: relative;
    overflow: hidden;
  }
  .section .second-heading {
    margin-bottom: 45px;
  }
  .section .second-heading--research, .section .second-heading--enjoy {
    font-size: min(147px, 25.2vw);
  }
  .section .second-heading--try {
    font-size: min(140px, 20.5vw);
  }
  .section .second-heading--awaken {
    font-size: min(140px, 19.8vw);
  }
  .section .section-wrapper--first:first-child {
    height: 665px;
  }
  .section .section-wrapper--first .sponsors {
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .section .section-wrapper--first .sponsors p {
    padding-left: 0;
    padding-right: 19px;
    font-size: 11px;
    line-height: 13px;
  }
  .section .section-wrapper--first .sponsors::before {
    border: none;
  }
  .section .section-wrapper--first .sponsors__images {
    gap: 19px;
  }
  .section .section-wrapper--first .sponsors-logo--first {
    width: 38px;
  }
  .section .section-wrapper--first .sponsors-logo--second {
    width: 54px;
  }
  .section .section-wrapper--first .sponsors-logo--third {
    width: 100px;
  }
  .section-one__top::before {
    background-position: bottom left;
    transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    animation: zoomHeaderMobile 5.5s linear forwards;
  }
  .section-one__top header .circle-logo {
    height: 142px;
    width: 142px;
    top: 0;
  }
  .section-one__top header .creditentials {
    bottom: 5px;
    right: 5px;
  }
  .section-one__bottom {
    padding: 0 20px;
  }
  .section-one__bottom-heading {
    padding: 0 10px;
  }
  .section-one__bottom-heading .main-heading-transparent {
    position: absolute;
    top: -150%;
    -webkit-text-stroke: 1px #fff;
  }
  .section-one__bottom-info {
    flex-direction: column;
    padding: 65px 0 55px;
    gap: 25px;
  }
  .section-one__bottom-info .map {
    padding: 0;
    width: min(100%, 350px);
    order: 2;
  }
  .section-one__bottom-info .text-wrapper--small {
    padding-left: 0;
    border-left: none;
    width: 65%;
  }
  .section-info .product-wrapper .product-description {
    padding-top: 70px;
  }
  .section-info .product-wrapper .product-description .main-text {
    font-size: 13px;
    line-height: 17px;
  }
  .section-info .product-wrapper .text-wrapper {
    gap: 40px;
    padding-left: 45px;
  }
  .section-info .product-wrapper .text-wrapper .text-rotated {
    left: 25px;
  }
  .section-info .product-wrapper .article-wrapper {
    padding-left: 0;
    max-width: min(520px, 100%);
    margin-bottom: 50px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info {
    max-width: 100%;
    position: absolute;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper {
    height: 450px;
    width: 315px;
    margin-inline: auto;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--two {
    border-radius: 157px 157px 0 0;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .overlay {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.25) 36.94%, rgba(0, 0, 0, 0) 94.39%);
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper .creditentials {
    transform: rotate(-90deg);
    text-align: left;
    transform-origin: left;
    right: -100%;
    left: 299px;
    bottom: 5px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info {
    margin-top: 265px;
    max-width: 230px;
    padding-bottom: 0;
    margin-inline: auto;
    position: relative;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading {
    font-size: 21px;
    line-height: 26px;
    margin: 10px 0;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-heading--two {
    font-size: 16px;
    line-height: 21px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-description {
    max-width: 210px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .slider-button {
    max-width: 230px;
  }
  .section-info .product-wrapper .article-wrapper .slide-info .icon {
    margin-left: 0;
    font-size: 65px !important;
  }
  .section-info .product-wrapper .article-wrapper .slide {
    padding-left: 0;
    margin-top: 0;
  }
  .section-info .product-wrapper .article-wrapper .button-next {
    right: 0;
    top: 34%;
  }
  .section-info .product-wrapper .article-wrapper .button-prev {
    left: 0;
    top: 34%;
  }
  .section-info .product-wrapper .article-wrapper .pagination {
    bottom: 0;
    margin-top: 15px;
    font-size: max(60px, 14vw);
    line-height: normal;
  }
}
@media (max-width: 650px) {
  .section-info {
    position: relative;
  }
  .section-info .product-wrapper .text-wrapper {
    flex-direction: column;
  }
  .section-info .product-wrapper .text-wrapper .main-text.first-text, .section-info .product-wrapper .text-wrapper .main-text.second-text {
    max-width: 100%;
    padding-right: 35px;
  }
  .section-info .product-wrapper .text-wrapper .arrow {
    left: 76%;
  }
  .section-info .product-wrapper .text-wrapper .text-rotated {
    left: 35px;
    height: 16px;
  }
  .section-info .product-wrapper .product-description {
    padding-bottom: 95px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one {
    height: 410px;
    width: 273px;
  }
  .section-info .product-wrapper .article-wrapper .slide-image-info .image-wrapper--one .creditentials {
    left: 265px;
  }
  .section-info .product-wrapper .article-wrapper .button-next {
    right: -10px;
  }
  .section-info .product-wrapper .article-wrapper .button-prev {
    left: -10px;
  }
  .section-info .product-wrapper .section-bg-try {
    width: 150%;
    left: -127px;
    bottom: 40%;
  }
  .section-info .product-wrapper .section-bg-research {
    width: 166%;
    left: -224px;
    bottom: 40%;
  }
  .section-info .product-wrapper .section-bg-enjoy {
    width: 179%;
    left: -72%;
  }
  .section-info .product-wrapper .section-bg-awaken {
    bottom: 50%;
  }
}
@media (max-width: 550px) {
  .section-one__bottom-heading .main-heading-filled {
    display: none;
  }
  .section-one__bottom-heading .main-heading-filled--mob, .section-one__bottom-heading .main-heading-filled--mob-second {
    position: relative;
    width: 0;
    font-size: 53px;
    line-height: 67px;
    animation: linearLetters 0.3s ease-out 0.8s forwards 1;
    letter-spacing: 0.05em;
    display: block;
    overflow: hidden;
    -webkit-text-stroke: 0.5px #353828;
    -webkit-text-fill-color: transparent;
  }
  .section-one__bottom-heading .main-heading-filled--mob::before {
    content: "za veliki";
    width: 0;
    display: block;
    overflow: hidden;
    animation: linearFilledLetters 0.3s ease-out 1.3s forwards 1;
    position: absolute;
  }
  .section-one__bottom-heading .main-heading-filled--mob-second::before {
    content: "odmor";
    width: 0;
    display: block;
    overflow: hidden;
    animation: linearFilledLetters 0.3s ease-out 1.3s forwards 1;
    position: absolute;
  }
  .section-one__bottom-heading .main-heading-transparent {
    font-size: 66px;
    line-height: 83px;
    width: 80%;
    white-space: initial;
    height: 0;
    top: -135%;
    animation: displayMainHeading2 0.3s ease-out 0.2s forwards 1;
  }
  .section-info .product-wrapper .section-bg-enjoy {
    bottom: 45%;
  }
}

@media (max-width: 1024px) {
  #menu {
    top: 45px;
    right: 45px;
    position: fixed;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .menu-bg {
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 1;
    width: 0;
    height: 0;
    background: #fff;
    border-radius: 0 0 0 150px;
    transition: 0.2s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .menu-bg.change-bg {
    border: 1px solid #000000;
    width: 315px;
    height: 540px;
    top: 15px;
    right: 15px;
  }

  #menu-bar {
    width: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
  }
  #menu-bar .bar {
    height: 5.4px;
    width: 37px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
  }
  #menu-bar #bar2 {
    width: 100%;
  }

  #nav {
    transition: 0.3s ease;
    display: none;
    padding: 0;
  }
  #nav .nav-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
    align-items: inherit;
  }
  #nav .nav-list__item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
  }
  #nav .nav-list__item .icon {
    font-size: 36px;
    width: 36px;
    position: relative;
    right: auto;
    order: 2;
  }
  #nav .nav-list__item .icon::before {
    color: rgba(134, 136, 126, 0.4);
  }
  #nav .nav-list__item .icon.index-house {
    font-size: 31px;
  }
  #nav .nav-list::before {
    content: "";
    width: 100%;
    height: 3.7px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
  }
  #nav .nav-list .underline-animation {
    color: #353828 !important;
    transition: 0.3s ease;
    opacity: 0;
    font-family: "Roboto";
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 28px;
    line-height: 33px;
  }

  #nav.change {
    display: block;
  }
  #nav.change .underline-animation {
    color: #353828 !important;
    transition: 0.3s ease;
    opacity: 1;
  }

  #menu-bar.change {
    display: flex;
  }
  #menu-bar.change .bar {
    background-color: #353828;
  }
  #menu-bar.change #bar1 {
    transform: translateY(11px) rotateZ(-45deg) !important;
  }
  #menu-bar.change #bar2 {
    opacity: 0;
  }
  #menu-bar.change #bar3 {
    transform: translateY(-16px) rotateZ(45deg) !important;
  }
}
@media (max-width: 768px) {
  #menu {
    top: 25px;
    right: 30px;
  }

  #menu-bar {
    width: 38px;
  }
  #menu-bar .bar {
    width: 27px;
  }

  #nav .nav-list {
    margin-top: 28px;
    gap: 28px;
  }
  #nav .nav-list__item {
    gap: 26px;
  }
  #nav .nav-list__item .icon {
    font-size: 26px;
    width: 26px;
  }
  #nav .nav-list__item .icon.index-house {
    font-size: 23px;
  }
  #nav .nav-list::before {
    height: 2.5px;
  }
  #nav .nav-list .underline-animation {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-bg.change-bg {
    top: 0;
    right: 0;
    width: 230px;
    height: 400px;
    box-shadow: none;
    border-width: 0;
  }

  .menu-bg {
    border-radius: 0 0 0 70px;
  }

  .section-five {
    height: 100px;
  }
  .section-five .sponsors {
    gap: 20px;
  }
  .section-five .sponsors p {
    font-size: 11px;
    line-height: 13px;
  }
  .section-five .sponsors__images {
    gap: 20px;
  }
  .section-five .sponsors__images .sponsors-logo--first, .section-five .sponsors__images .sponsors-logo--second {
    width: auto;
    height: 40px;
  }
  .section-five .sponsors__images .sponsors-logo--third {
    width: 100px;
  }
}
.swiper {
  overflow-x: clip;
  overflow-y: inherit;
}

.section .fp-bg {
  background-size: cover;
  background-position: center 80%;
}
.section .menu-bg {
  position: absolute;
}
.section header {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  z-index: 100;
  position: relative;
}
.section header nav {
  padding-right: 15px;
}
.section header .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.section header .nav-list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section header .nav-list__item .underline-animation {
  display: inline-block;
  position: relative;
  font-family: "Merriweather";
  font-size: 23px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
}
.section header .nav-list__item .underline-animation--italic {
  font-style: italic;
}
.section header .nav-list__item .underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  opacity: 0.2;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom left;
  transition: all 0.3s ease-out;
}
.section header .nav-list__item .underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  opacity: 1;
}
.section header .nav-list__item .icon {
  position: absolute;
  font-size: 22px;
  right: calc(100% + 10px);
}
.section header .nav-list__item--house {
  padding-left: 10px;
}
.section header .nav-list__item--house .icon {
  right: 100%;
}
.section header .nav-list__item .icon-img {
  height: 23px;
  opacity: 0.5;
  position: absolute;
  font-size: 22px;
  right: calc(100% + 10px);
}
.section .text-wrapper {
  display: flex;
  flex-direction: column;
}
.section .creditentials {
  font-family: "Roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  text-align: right;
}
@media (max-width: 1600px) {
  .section header {
    padding-top: 30px;
  }
}
@media (max-width: 1400px) {
  .section .creditentials {
    right: 8px;
    font-size: 9px;
  }
  .section header .nav-list {
    gap: 65px;
  }
  .section header .nav-list__item .underline-animation {
    font-size: 18px;
    line-height: normal;
  }
  .section header .nav-list__item .icon {
    right: calc(100% + 8px);
    font-size: 16px;
  }
  .section header .nav-list__item .icon-img {
    height: 16px;
  }
  .section header .nav-list__item--house {
    padding-left: 4px;
  }
  .section header .nav-list__item--house .icon {
    right: calc(100% + 3px);
  }
}
@media (max-width: 1024px) {
  .section-info header {
    display: none;
  }
  .section .creditentials {
    font-size: 10px;
    line-height: normal;
    bottom: 12px;
    right: 12px;
  }
}
@media (max-width: 768px) {
  .section header {
    padding: 25px;
  }
  .section .creditentials {
    font-size: 8px;
  }
}