@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Prompt", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #2D3430;
  cursor: url(../images/curosor-arrow.svg), auto;
}

.wrapper {
  overflow-x: hidden;
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
}
header .blurred-gradient {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-mask-image: linear-gradient(to top, transparent, black 50%);
          mask-image: linear-gradient(to top, transparent, black 50%);
  z-index: -1;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 15px;
}

.logo img {
  height: 52px;
  width: 120px;
  display: block;
}

.navbar-links a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}

.navbar-tumbler img {
  height: 34px;
  width: 34px;
}

.navbar-tumbler {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tg-icon {
  border-radius: 18px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.22);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  width: 68px;
  height: 34px;
  align-items: center;
  justify-content: space-between;
  width: 68px;
}

.tg-icon svg {
  margin: 10px 5px 9px 13px;
}

.navbar {
  width: 506px;
  display: flex;
  justify-content: space-between;
}

.navbar-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.herosection-container {
  max-width: 1248px;
  margin: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.herosection-first-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rectangle {
  height: 5px;
  background-color: #fff;
  display: block;
  width: clamp(16px, 17vw, 268px);
  margin-right: 13px;
}

.herosection-second-block-p {
  font-size: clamp(16px, 5vw, 70px);
  font-style: normal;
  font-weight: 400;
  color: #FFF;
}

.herosection-second-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -160px;
}

.num {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
  margin-top: -10px;
}

.right-align-text {
  color: #FFF;
  text-align: right;
  font-size: clamp(16px, 5vw, 70px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.interior-design {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #797979;
  margin-top: -220px;
}

.photo {
  background-image: url(../images/meteorit.png);
  background-size: cover;
  width: 633px;
  height: 537px;
  background-repeat: no-repeat;
}

.right-align-text {
  margin-bottom: 150px;
}

.new-arrivals {
  max-width: 429px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.new-arrivals-first {
  width: 429px;
  display: flex;
  justify-content: space-between;
}

.new-arrivals-first-p {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
}

.new-arrivals-second-p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  text-align: right;
}

.slider {
  position: relative;
  max-width: 700px;
  height: 420px;
  margin: 50px auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  color: #fff;
}

.slider-list {
  width: 700px;
  height: 420px;
  overflow: hidden;
}

.slider-list.grab {
  cursor: grab;
}

.slider-list.grabbing {
  cursor: grabbing;
}

.slider-track {
  display: flex;
}

.slide {
  width: 330px;
  height: 420px;
  margin-right: 40px;
}

.slider-arrows {
  margin-top: 15px;
  text-align: center;
}

.next, .prev {
  background: none;
  border: none;
  margin: 0 10px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.next.disabled, .prev.disabled {
  opacity: 0.25;
  pointer-events: none;
}

.slide-flex {
  display: flex;
  height: 420px;
  align-items: center;
}

.container img {
  width: 330px;
  height: 420px;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}

.view-all a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}

.paragraph {
  color: #FFF;
  /* BODY1 */
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.designed-for-you {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.designed-for-you-flex {
  display: flex;
  justify-content: space-between;
  width: 570px;
  color: #FFF;
}

.designed-for-you-flex h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

.align-text {
  width: 565px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.faq-h2-head {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
  margin-top: 130px;
  margin-bottom: 32px;
}

.accordeon {
  max-width: 1200px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid fff;
  margin: auto;
}

.accordeon-heading h2 {
  color: #FFF;
  font-family: Prompt;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 177.783%; /* 177.783% */
  text-transform: uppercase;
}

.accordeon-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 12px 0;
}

.faq-flex {
  display: flex;
  justify-content: space-between;
  width: auto;
  align-items: center;
}

.faq-flex p {
  color: #FFF;
  font-family: Prompt;
	margin-right: 15px;
}

.faq-item {
  margin: auto;
  max-width: 930px;
  text-align: left;
  color: #FFF;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.faq-svg {
  transition: transform 0.3s ease;
}

.faq-svg.rotated {
  transform: rotate(45deg); /* Поворот на 45 градусов, чтобы получился крестик */
}

.accordeon-content > p {
  height: 0;
  overflow: hidden;
  transition: 0.4s height ease;
}
.accordeon-content > p:after {
  display: block;
  content: "";
  height: 20px;
  width: 100%;
}

.footer-container {
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 88px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 766px;
  height: 401px;
  padding: 40px;
  border-radius: 10px;
  border: 1px rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14.6999998093px);
          backdrop-filter: blur(14.6999998093px);
}

.footer-contact-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 613px;
  margin-top: 61px;
}

.footer-contact-links a {
  color: #FFF;
  /* HYPERLINK */
  font-family: Prompt;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.footer-contact-tel-mail {
  display: flex;
  flex-direction: column;
}

.footer-contact-tel-mail a {
  color: #FFF;
  /* HYPERLINK */
  font-family: Prompt;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

.footer-contact-tel-mail p {
  color: #FFF;
  /* H3 */
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Скрываем бургер-меню по умолчанию */
.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; /* Занимает всю ширину экрана */
  height: 100vh; /* Занимает всю высоту экрана */
  background-color: #2D3430;
  color: #fff;
  z-index: 1000;
  text-align: center;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  pointer-events: none;
}
.burger-menu.show {
  opacity: 1;
  pointer-events: initial;
}

.burger-menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 100px; /* Можно настроить в зависимости от того, где вы хотите расположить элементы */
}

.burger-menu ul li {
  margin: 56px 0;
}

.burger-menu ul li a {
  color: #fff;
  font-family: Prompt;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}

/* Иконка бургера */
.burger-icon {
  display: none;
  width: 69px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 1001;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(14.6999998093px);
          backdrop-filter: blur(14.6999998093px);
}

.burger-stick {
  background-color: #fff;
  width: 33px;
  height: 1.5px;
  margin: auto;
  margin-top: 2.5px;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.no-scroll {
  overflow: hidden;
}

.burger-stick:nth-child(1) {
  top: 10px;
}

.burger-stick:nth-child(2) {
  top: 22px;
}

.burger-stick:nth-child(3) {
  top: 24px;
}

.burger-icon.active .burger-stick {
  left: 0;
  transition: all 0.3s ease-in-out;
}

.burger-icon.active .burger-stick:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

.burger-icon.active .burger-stick:nth-child(2) {
  transform: rotate(-45deg);
  top: 16px;
}

.burger-icon.active .burger-stick:nth-child(3) {
  opacity: 0;
}

.logo-burger {
  margin-top: 15px;
  text-align: left;
  padding-left: 24px;
}

#languageDropdown {
  padding: 8px 20px;
  border-radius: 18px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.22);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  cursor: pointer;
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #FFF;
}

.dropdown-menu {
  text-align: left;
  margin-left: 23px;
  margin-top: 80px;
}

.faq-h2-head-mobile {
  display: none;
  color: #FFF;
  /* BODY3 */
  font-family: Prompt;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  width: 300px;
  margin: auto;
  margin-top: 37px;
  margin-bottom: 37px;
}

.style-image {
  width: 395px;
  height: 414px;
}

.styles-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.styles-container {
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin: auto;
}

.our-styles-h2 {
  margin-top: 45px;
  margin-bottom: 24px;
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}

.main-norway {
  margin: auto;
  max-width: 1248px;
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 45px;
}

.norway-photo-div {
  text-align: right;
}

.norway-photo {
  width: 985px;
  height: 471px;
  text-align: right;
}

.norway-paragraph-one-p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  width: 713px;
  color: #FFF;
  margin-top: -480px;
  line-height: 23px;
  margin-bottom: 118px;
}

.span-margin {
  margin-left: 25px;
}

.span-scope {
  font-size: 40px;
}

.norway-paragraph-two-p {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  color: #FFF;
}

.norway-paragraph-three-p {
  font-size: 200px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  color: #FFF;
}

.norway-paragraph-two {
  display: flex;
  justify-content: space-between;
}

.norway-paragraph-two-photo {
  margin-top: 15px;
  width: 484px;
  height: 612px;
}

.norway-paragraph-two-p-two {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  width: 700px;
  color: #FFF;
  line-height: 23px;
}

.norway-p-margin {
  margin-top: 330px;
}

.slider-two {
  position: relative;
  max-width: 1200px;
  height: 420px;
  margin: 50px auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  color: #fff;
}

.slider-list-two {
  width: 1200px;
  height: 420px;
  overflow: hidden;
}

.slider-list-two.grab-two {
  cursor: grab;
}

.slider-list-two.grabbing-two {
  cursor: grabbing;
}

.slider-track-two {
  display: flex;
}

.slide-two {
  width: 320px;
  height: 420px;
  flex-shrink: 0;
  font-size: 15px;
  margin-right: 45px;
}

.slider-arrows-two {
  margin-top: 15px;
  text-align: center;
}

.next-two, .prev-two {
  background: none;
  border: none;
  margin: 0 10px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.next-two.disabled-two, .prev-two.disabled-two {
  opacity: 0.25;
  pointer-events: none;
}

.slide-flex-two {
  display: flex;
  height: 420px;
  align-items: center;
}

.container-two img {
  width: 340px;
  height: 420px;
}

.mountain-norway {
  margin-top: 150px;
  width: 1200px;
}

.norway-photo-mobile {
  display: none;
}

.norway-paragraph-two-photo-mobile {
  display: none;
}

.dropdown-links {
  width: 320px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.dropdown-links a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 800px) {
  .burger-icon {
    display: block;
  }
}
.burger-menu.show {
  display: block;
}

@media (min-width: 801px) {
  .burger-menu, .burger-icon {
    display: none;
  }
}
@media (max-width: 800px) {
  nav {
    display: none;
  }
  .herosection-first-block {
    flex-direction: column-reverse;
    margin-top: 290px;
  }
  .interior-design {
    align-self: flex-start;
  }
  .photo {
    width: 320px;
    height: 280px;
    margin-top: -35px;
    align-self: flex-end;
  }
  .herosection-first-block svg {
    margin-top: -160px;
    width: 250px;
    z-index: 0;
    align-self: flex-start;
  }
  .herosection-second-block {
    margin-top: -50px;
  }
  .rectangle {
    height: 2px;
    background-color: #fff;
    display: block;
    width: clamp(16px, 25vw, 268px);
    margin-right: 13px;
  }
  .right-align-text {
    text-align: left;
    margin-bottom: 0;
  }
  .num {
    display: none;
  }
  .new-arrivals-first-p {
    font-size: 40px;
    margin-top: 78px;
  }
  .new-arrivals {
    max-width: 300px;
  }
  .paragraph {
    color: #A1A1A1;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 310px;
  }
  .view-all {
    display: none;
  }
  .flex {
    flex-direction: column;
  }
  .slider {
    max-width: 300px;
  }
  .slider-list {
    width: 300px;
  }
  .slide {
    margin-right: 0px;
  }
  .new-arrivals-second-p {
    display: none;
  }
  .designed-for-you {
    flex-direction: column;
  }
  .designed-for-you-flex {
    width: 300px;
  }
  .align-text {
    width: 264px;
    text-align: left;
    align-self: flex-end;
    color: #A1A1A1;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .designed-for-you-flex h2 {
    width: 194px;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 32px;
  }
  .designed-for-you-flex p {
    display: none;
  }
  .img-design-destop {
    display: none;
  }
  .img-design-mobile {
    background-image: url(../images/design-mobile.png);
    height: 594px;
    width: 300px;
    background-size: contain;
    margin: auto;
    margin-top: 58px;
  }
  .faq-h2-head {
    display: none;
  }
  .faq-h2-head-mobile {
    display: block;
    font-size: 50px;
  }
  .accordeon-heading h2 {
    font-size: 16px;
  }
  .faq-svg {
    width: 29px;
    height: 29px;
  }
  .faq-flex {
    width: auto;
  }
  .footer-contact {
    width: 325px;
    margin: auto;
    font-size: 17px;
    height: 310px;
  }
  .footer-contact-links {
    width: 270px;
  }
  .footer-contact-links a {
    font-size: 16px;
  }
  .footer-contact-links-div {
    margin: auto;
  }
  .footer-contact {
    padding: 15px;
  }
  .footer-contact-tel-mail a {
    font-size: 17px;
  }
  .footer-contact-tel-mail p {
    margin-bottom: 0px;
  }
  .footer-contact-tel-mail {
    margin-top: 40px;
    gap: 10px;
  }
  .styles-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .style-image {
    width: 325px;
    height: 340px;
    margin-bottom: 24px;
  }
  .our-styles-h2 {
    font-size: 24px;
  }
  .norway-photo {
    display: none;
  }
  .norway-photo-mobile {
    display: block;
    width: 340px;
    text-align: center;
    margin: auto;
  }
  .norway-paragraph-one-p {
    width: 340px;
    margin: auto;
    margin-top: -60px;
    font-size: 14px;
  }
  .slider-two {
    width: 320px;
  }
  .slider-list-two {
    width: 320px;
  }
  .slide-two {
    margin-right: 0px;
  }
  .wrapper-norway {
    overflow-x: hidden;
  }
  .norway-paragraph-two-p {
    font-size: 20px;
    margin-top: 30px;
  }
  .norway-paragraph-three-p {
    font-size: 90px;
    line-height: 100px;
  }
  .norway-paragraph-two {
    display: flex;
    flex-direction: column-reverse;
  }
  .norway-paragraph-two-photo-mobile {
    display: flex;
    align-self: flex-end;
    width: 274px;
    margin-top: 20px;
  }
  .norway-paragraph-two-photo {
    display: none;
  }
  .norway-paragraph-two-p-two {
    font-size: 14px;
    margin: auto;
    width: 320px;
  }
  .norway-p-margin {
    margin-top: 30px;
  }
  .span-scope {
    font-size: 20px;
  }
  .mountain-norway {
    width: 320px;
    margin: auto;
    margin-top: 150px;
    display: block;
  }
}
@media (max-width: 340px) {
  .photo {
    width: 320px;
    height: 280px;
    margin-top: -35px;
    align-self: flex-start;
  }
}
