:root {
  --fon-1: #f8f7f2;
  --fon-footer: #ad9477;
  --white: white;
  --t-2-main: #171717;
  --fon-2: #e9d9c3;
  --footer-gold: #c4a35c;
  --t-1: #c6a45d;
  --black: black;
  --opacity: #fff0;
}

.body {
  background-color: var(--fon-1);
  color: var(--fon-1);
}

.first-section {
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.brand {
  display: none;
}

.brand-icon {
  height: 5vw;
  margin-left: -1.5%;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-link {
  color: var(--white);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6vw;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: none;
}

.bg-main {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.main-block-first-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.block-h1 {
  margin-top: 42vh;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 12.1vw;
  line-height: 100%;
}

.down-h1-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5vw;
  display: flex;
}

.courg-text-rg {
  margin-right: 10px;
  font-family: Courgette, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
}

.soc-icon-block {
  width: 3.5vw;
  height: 3.5vw;
}

.image-icon {
  height: 100%;
}

.down-block-first-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
  position: relative;
}

.white-line-letft-first-block {
  background-color: var(--fon-1);
  border-radius: 10px;
  width: 38%;
  height: 5px;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.text-block {
  font-family: Oranienbaum, sans-serif;
  font-size: 3vw;
}

.block-for-white-line {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.white-line-right-first-block {
  background-color: var(--fon-1);
  border-radius: 10px;
  width: 38%;
  height: 5px;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.grass-first-section-left {
  width: 25vw;
  margin-top: 33vh;
  margin-left: -1%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grass-first-section-right {
  width: 25vw;
  margin-top: 63vh;
  margin-right: -1%;
  position: absolute;
  inset: 0 0% 0% auto;
  transform: rotate(180deg);
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.second-section {
  background-color: var(--fon-2);
  height: auto;
  position: relative;
}

.main-block-second-section {
  z-index: 2;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.pattered-line-up {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.pattered-line-down {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.second-section-left-block {
  z-index: 2;
  width: 40%;
  position: relative;
}

.second-section-right-block {
  width: 60%;
  padding-top: 7vh;
}

.second-section-image {
  object-fit: cover;
  height: 100%;
}

.flower-1-image {
  z-index: 0;
  object-fit: cover;
  margin-bottom: 3.2vh;
  position: absolute;
  inset: auto 0% 0%;
}

.flower-2-image {
  z-index: 0;
  object-fit: cover;
  height: 20vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flower-3-image {
  z-index: 1;
  opacity: .5;
  object-fit: cover;
  height: 35vw;
  position: absolute;
  inset: auto 8% 0% auto;
}

.second-section-text-block-one {
  width: 75%;
  padding-bottom: 90px;
  padding-left: 10%;
}

.h2-main {
  color: var(--t-2-main);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oranienbaum, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 130%;
}

.courg-text-rg-black {
  color: var(--t-2-main);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Courgette, sans-serif;
  font-size: 2vw;
  font-weight: 400;
}

.inter-20-black-text {
  color: var(--t-2-main);
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
}

.button-second-section {
  color: var(--t-2-main);
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Arrow-Right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #000;
  border-radius: 53px;
  width: 22vw;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.main-block-three-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 15% 100px;
  display: flex;
  position: relative;
}

.h2-gold {
  color: var(--t-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 5vw;
  line-height: 100%;
}

.or-36-rg-text {
  color: var(--t-2-main);
  font-family: Oranienbaum, sans-serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.block-text-three-section {
  width: 100%;
  margin-top: 60px;
}

.block-text-three-inside {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
}

.text-three-section-1 {
  color: var(--t-2-main);
  font-family: Inter, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.text-three-section-2 {
  color: var(--t-2-main);
  text-align: center;
  font-family: Courgette, sans-serif;
  font-size: 2.4vw;
  line-height: 150%;
}

.three-section-image-1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.three-section-image-2 {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0 auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.four-section {
  background-color: var(--fon-2);
}

.main-block-four-section {
  padding-bottom: 45px;
  position: relative;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.mask {
  padding-bottom: 5vh;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 1.1vw;
  padding-top: 0;
  font-size: 1.1vw;
  line-height: 1.1vw;
  text-decoration: none;
  top: auto;
  left: 0%;
  right: 0%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 13vw;
  margin-left: 25vw;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
}

.right-arrow {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 13vw;
  margin-right: 25vw;
  display: flex;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.block-image-four-section {
  justify-content: space-between;
  margin-top: 35px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.four-section-image {
  cursor: pointer;
  width: 20vw;
  height: auto;
}

.span-two-section {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.five-section {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-block-five-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 5% 110px;
  display: flex;
  position: relative;
}

.five-section-image-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.five-section-image-block-inside {
  margin-top: 60px;
  text-decoration: none;
}

.five-section-image {
  width: 23vw;
}

.text-five-section-image {
  color: var(--t-2-main);
  text-align: center;
  margin-top: 30px;
  font-family: Courgette, sans-serif;
  font-size: 2.5vw;
  text-decoration: none;
}

.five-section-down-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.five-section-down-image {
  width: 26vw;
  height: 26vw;
}

.five-section-down-text {
  color: var(--t-2-main);
  font-family: Inter, sans-serif;
  font-size: 1.3vw;
  line-height: 150%;
}

.five-section-down-block-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.five-section-fon-image {
  opacity: .5;
  height: 50vh;
  position: absolute;
  inset: auto 0% 3% auto;
}

.six-mini-section {
  background-color: var(--fon-2);
  padding: 35px 5% 10px;
}

.main-block-six-section {
  padding-left: 5%;
  padding-right: 5%;
}

.text-six-section {
  color: var(--t-2-main);
  text-align: center;
  width: 70vw;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 130%;
}

.slider-image-left {
  height: 45%;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: rotate(180deg);
}

.slider-block-text {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.six-section-slider-text {
  color: var(--t-2-main);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  line-height: 100%;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 12vh;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.mask-2 {
  width: 85%;
}

.footer-section {
  background-color: var(--fon-footer);
  position: relative;
  overflow: hidden;
}

.h2-black {
  color: var(--t-2-main);
  -webkit-text-stroke-color: var(--t-2-main);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 5vw;
  line-height: 100%;
}

.main-block-footer-section {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 75px 5% 50px;
  display: flex;
  position: relative;
}

.fotter-text-block {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.footer-text-block-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 5%;
  padding-right: 75px;
  display: flex;
}

.text-inter-footer {
  color: var(--t-2-main);
  font-family: Inter, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.questions-block-hent-text {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: .85vh;
  display: flex;
}

.circle-questions-hent {
  background-color: var(--t-2-main);
  border-radius: 10px;
  flex: none;
  width: 7px;
  height: 7px;
  margin-top: .85vh;
  margin-right: 14px;
}

.text-inter-footer-up {
  color: var(--t-2-main);
  font-family: Inter, sans-serif;
  font-size: 1.6vw;
  line-height: 130%;
}

.footer-text-block-right {
  width: 50%;
  padding-left: 75px;
  padding-right: 5%;
}

.courh-text-footer {
  color: var(--t-2-main);
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-family: Courgette, sans-serif;
  font-size: 3.9vw;
  line-height: 100%;
}

.footer-button-block {
  justify-content: space-between;
  width: 100%;
  margin-top: 35px;
  padding-right: 0;
  display: flex;
}

.footer-button {
  border: 1px solid var(--t-1);
  background-color: var(--fon-2);
  color: var(--t-1);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Tel-Icon-Black.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 6vw;
  padding-left: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.footer-button-mail {
  border: 1px solid var(--t-1);
  background-color: var(--fon-2);
  color: var(--t-1);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-image: url('../images/Mail-Icon-Black.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 6vw;
  padding-left: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.footer-block-icon {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.soc-icon-block-footer {
  width: 5.6vw;
  height: 5.6vw;
}

.footer-cc-block {
  justify-content: center;
  align-items: center;
  height: 2.7vw;
  margin-top: 35px;
  text-decoration: none;
  display: flex;
}

.cc-footer-image {
  height: 2.7vw;
  margin-right: 15px;
}

.text-inter-footer-cc {
  color: var(--t-2-main);
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 100%;
}

.footer-text-block-cc {
  border-left: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  display: flex;
}

.footer-bg-image {
  z-index: 0;
  object-fit: cover;
  height: 50vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cc-span {
  font-weight: 800;
  text-decoration: underline;
}

.slider-two {
  background-color: #ddd0;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.mask-two {
  padding-bottom: 4vh;
}

.block-video {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.video-2 {
  width: 100%;
}

.footer-bg-image-copy {
  z-index: 0;
  object-fit: cover;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mini-slider-block-tetx {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-main-tl {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.muth-main-tl {
  display: none;
}

.line-links {
  background-color: var(--fon-1);
  border-radius: 10px;
  height: 3px;
  margin-top: 2px;
}

.flower-1-image-tl, .flower-1-image-tl-2 {
  z-index: 1;
  object-fit: cover;
  margin-bottom: 3.2vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-image-left-tl {
  transform-style: preserve-3d;
  height: 60%;
  display: none;
}

.slider-image-left-copy {
  height: 60%;
}

.slider-image-left-tll {
  transform-style: preserve-3d;
  height: 60%;
  display: none;
}

.nav-button-one {
  border: 1px solid var(--t-1);
  background-color: var(--fon-2);
  color: var(--t-1);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/Tel-Icon-Black.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 6vw;
  padding-left: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.nav-button-block {
  display: none;
}

.footer-button-mail-nav {
  border: 1px solid var(--t-1);
  background-color: var(--fon-2);
  color: var(--t-1);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/Mail-Icon-Black.svg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 53px;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 6vw;
  padding-left: 2vw;
  font-family: Inter, sans-serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.soc-icon-block-nav {
  width: 3.5vw;
  height: 3.5vw;
}

.icon-block-nav, .main-block-six-section-tl {
  display: none;
}

.h2-gold-tl {
  color: var(--t-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 5vw;
  line-height: 100%;
  display: none;
}

.slider-two-tl {
  background-color: #ddd0;
  height: 30vh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.slider-image-left-copy {
  height: 60%;
  display: none;
}

.slider-2-copy {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: none;
}

.h2-gold-copy {
  color: var(--t-1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel Decorative, sans-serif;
  font-size: 5vw;
  line-height: 100%;
  display: none;
}

.background-video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.block-image-footer-zoom {
  z-index: 4;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-zoom-1, .image-zoom-2, .image-zoom-5, .image-zoom-4, .image-zoom-6, .image-zoom-7, .image-zoom-3 {
  height: 80%;
  display: none;
}

.slide-nav-copy {
  justify-content: center;
  align-items: center;
  height: 1.1vw;
  padding-top: 0;
  font-size: 1.1vw;
  line-height: 1.1vw;
  text-decoration: none;
  top: auto;
  left: 0%;
  right: 0%;
}

.image-block-links {
  position: relative;
}

.image-tr {
  width: 5vw;
  position: absolute;
  inset: 40% 40% auto auto;
}

.image-zoom-8, .image-zoom-9, .image-zoom-10, .image-zoom-11, .image-zoom-12, .image-zoom-13, .image-zoom-14, .image-zoom-15, .image-zoom-16 {
  height: 80%;
  display: none;
}

.left-arrow-copy {
  justify-content: center;
  align-items: center;
  width: 13vw;
  margin-left: 25vw;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
}

.right-arrow-copy {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 13vw;
  margin-right: 25vw;
  display: flex;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

@media screen and (min-width: 1280px) {
  .grass-first-section-left {
    margin-top: 26vh;
    margin-left: -1%;
  }

  .grass-first-section-right {
    margin-top: 70vh;
    margin-right: -1%;
  }

  .second-section-right-block {
    padding-top: 15vh;
  }

  .courg-text-rg-black {
    margin-top: 15px;
  }

  .inter-20-black-text {
    font-size: 1.4vw;
  }

  .button-second-section {
    width: 21vw;
    margin-top: 40px;
    font-size: 1.4vw;
  }

  .text-three-section-1 {
    font-size: 1.4vw;
  }

  .text-three-section-2 {
    font-size: 2.3vw;
  }

  .four-section-image {
    width: 20vw;
    height: auto;
  }

  .five-section-image {
    width: 26vw;
  }

  .five-section-down-block {
    margin-top: 50px;
  }

  .five-section-down-image {
    width: 28vw;
    height: 28vw;
  }

  .five-section-down-text {
    font-size: 1.4vw;
  }

  .main-block-six-section {
    padding-bottom: 20px;
  }

  .text-six-section {
    margin-bottom: 30px;
    font-size: 1.7vw;
    font-weight: 700;
  }

  .slider-2 {
    height: 10vh;
  }

  .text-inter-footer {
    font-size: 1.4vw;
  }

  .circle-questions-hent {
    flex: none;
  }

  .text-inter-footer-up {
    font-size: 1.4vw;
  }

  .footer-button-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    align-items: center;
  }

  .main-block-six-section-tl {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .brand-icon {
    height: 5.8vw;
  }

  .nav-link {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .heading {
    font-size: 12vw;
  }

  .courg-text-rg {
    font-size: 36px;
  }

  .text-block {
    font-size: 2.8vw;
  }

  .grass-first-section-left {
    margin-top: 28vh;
  }

  .grass-first-section-right {
    margin-top: 65vh;
  }

  .flower-2-image {
    height: 18vw;
  }

  .h2-main {
    font-size: 2.5vw;
  }

  .courg-text-rg-black {
    font-size: 1.7vw;
  }

  .inter-20-black-text {
    font-size: 1.2vw;
  }

  .button-second-section {
    text-transform: uppercase;
    width: 18vw;
    margin-top: 45px;
    font-size: 1.2vw;
  }

  .main-block-three-section {
    padding-top: 80px;
    padding-bottom: 75px;
  }

  .h2-gold {
    text-transform: uppercase;
    font-size: 4.5vw;
  }

  .block-text-three-section {
    margin-top: 50px;
  }

  .block-text-three-inside {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-three-section-1 {
    width: 50%;
    font-size: 1.2vw;
  }

  .text-three-section-2 {
    font-size: 2vw;
  }

  .three-section-image-1, .three-section-image-2 {
    height: 25vw;
  }

  .slide-nav {
    font-size: .9vw;
  }

  .four-section-image {
    width: 19vw;
    height: auto;
  }

  .main-block-five-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .five-section-image {
    width: 23vw;
  }

  .text-five-section-image {
    font-size: 2vw;
  }

  .five-section-down-block {
    margin-top: 40px;
  }

  .five-section-down-image {
    width: 20vw;
    height: 20vw;
  }

  .five-section-down-text {
    font-size: 1.2vw;
  }

  .main-block-six-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-six-section {
    font-size: 1.6vw;
  }

  .six-section-slider-text {
    font-size: 2.2vw;
  }

  .slider-2 {
    height: 8vh;
  }

  .h2-black {
    font-size: 4.5vw;
  }

  .main-block-footer-section {
    padding-bottom: 20px;
  }

  .fotter-text-block {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .footer-text-block-left {
    padding-left: 10%;
    padding-right: 40px;
  }

  .text-inter-footer, .text-inter-footer-up {
    font-size: 1.2vw;
  }

  .footer-text-block-right {
    padding-left: 40px;
    padding-right: 10%;
  }

  .courh-text-footer {
    font-size: 3.1vw;
  }

  .footer-button-block {
    margin-top: 30px;
  }

  .footer-button, .footer-button-mail {
    width: 30vw;
    height: 5.5vw;
    font-size: 2.2vw;
  }

  .footer-block-icon {
    margin-top: 20px;
  }

  .footer-cc-block {
    height: 2vw;
    margin-top: 20px;
  }

  .cc-footer-image {
    height: 2vw;
  }

  .text-inter-footer-cc {
    font-size: 1vw;
  }

  .footer-bg-image {
    height: 55vh;
  }

  .slider-two {
    height: auto;
  }

  .mask-two {
    padding-bottom: 4vh;
  }

  .footer-bg-image-copy {
    height: 55vh;
  }

  .nav-button-one, .footer-button-mail-nav {
    width: 30vw;
    height: 5.5vw;
    font-size: 2.2vw;
  }

  .h2-gold-tl {
    text-transform: uppercase;
    font-size: 4.5vw;
  }

  .slider-two-tl {
    height: auto;
  }

  .h2-gold-copy {
    text-transform: uppercase;
    font-size: 4.5vw;
  }

  .slide-nav-copy {
    font-size: .9vw;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link {
    font-size: 1vw;
  }

  .flower-2-image {
    height: 17vw;
  }

  .courg-text-rg-black {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .button-second-section {
    background-color: #f2e6d1;
    width: 16vw;
  }

  .button-second-section:hover {
    background-color: var(--fon-1);
    padding-bottom: 15px;
  }

  .h2-gold {
    text-transform: uppercase;
    font-size: 4vw;
  }

  .block-text-three-inside {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-three-section-1 {
    font-size: 1.2vw;
  }

  .main-block-five-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .five-section-image {
    width: 20vw;
  }

  .five-section-down-image {
    width: 18vw;
    height: 18vw;
  }

  .text-six-section {
    font-size: 1.7vw;
  }

  .h2-black {
    font-size: 4vw;
  }

  .main-block-footer-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .fotter-text-block {
    margin-top: 50px;
  }

  .footer-text-block-left {
    padding-right: 40px;
  }

  .footer-text-block-right {
    padding-left: 40px;
  }

  .courh-text-footer {
    font-size: 2.6vw;
  }

  .footer-button-block {
    margin-top: 30px;
  }

  .footer-button, .footer-button-mail {
    width: 25vw;
    height: 4.2vw;
    font-size: 1.7vw;
  }

  .slider-two {
    height: auto;
  }

  .mask-two {
    padding-bottom: 4vh;
  }

  .nav-button-one, .footer-button-mail-nav {
    width: 25vw;
    height: 4.2vw;
    font-size: 1.7vw;
  }

  .h2-gold-tl {
    text-transform: uppercase;
    font-size: 4vw;
  }

  .slider-two-tl {
    height: auto;
  }

  .h2-gold-copy {
    text-transform: uppercase;
    font-size: 4vw;
  }
}

@media screen and (max-width: 991px) {
  .first-section {
    height: 100svh;
    min-height: 400px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .brand-icon {
    height: 6vw;
    margin-left: 0%;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block-nabar {
    background-color: var(--fon-footer);
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .nav-link {
    color: var(--t-2-main);
    font-size: 3.5vw;
    line-height: 100%;
  }

  .bg-main {
    display: none;
  }

  .block-h1 {
    position: relative;
  }

  .heading {
    font-size: 10.5vw;
  }

  .down-h1-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .courg-text-rg {
    font-size: 4.9vw;
  }

  .soc-icon-block {
    display: none;
  }

  .white-line-letft-first-block {
    left: -25%;
  }

  .text-block {
    font-size: 4.5vw;
  }

  .white-line-right-first-block {
    right: -25%;
  }

  .grass-first-section-left {
    width: 35vw;
    margin-top: 0;
    margin-left: 0%;
    inset: -75% auto auto -6%;
  }

  .grass-first-section-right {
    width: 35vw;
    margin-top: 0;
    margin-right: 0%;
    inset: auto -6% -75% auto;
  }

  .nav-menu {
    background-color: var(--fon-1);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 25vh;
  }

  .second-section-left-block {
    display: none;
  }

  .second-section-right-block {
    width: 100%;
  }

  .flower-1-image {
    display: none;
  }

  .flower-2-image {
    height: 25vw;
  }

  .flower-3-image {
    z-index: 0;
    height: 80vw;
  }

  .second-section-text-block-one {
    width: 100%;
    padding-right: 10%;
  }

  .h2-main {
    font-size: 7.5vw;
  }

  .courg-text-rg-black {
    font-size: 3.4vw;
  }

  .inter-20-black-text {
    font-size: 2.4vw;
  }

  .button-second-section {
    border-color: var(--footer-gold);
    background-color: var(--fon-1);
    color: var(--footer-gold);
    width: 38vw;
    margin-top: 45px;
    font-size: 2.7vw;
  }

  .main-block-four-section {
    padding-bottom: 18px;
  }

  .four-section-image {
    height: 14vw;
  }

  .five-section-fon-image {
    height: 25vh;
  }

  .main-block-six-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-image-left {
    display: none;
  }

  .six-section-slider-text {
    font-weight: 600;
  }

  .slider-2 {
    height: 10vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .main-block-footer-section {
    padding: 50px 10% 40px;
  }

  .fotter-text-block {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .footer-text-block-left {
    padding-right: 30px;
  }

  .questions-block-hent-text {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-text-block-right {
    padding-left: 30px;
  }

  .courh-text-footer {
    font-size: 3.35vw;
  }

  .footer-button-block {
    width: 90%;
    margin-top: 20px;
  }

  .footer-button, .footer-button-mail {
    background-size: 3.5vw;
  }

  .footer-block-icon {
    margin-top: 20px;
  }

  .soc-icon-block-footer {
    width: 6vw;
    height: 6vw;
  }

  .footer-cc-block {
    margin-top: 20px;
  }

  .footer-bg-image {
    height: 35vh;
  }

  .slider-two {
    height: auto;
  }

  .mask-two {
    padding-bottom: 5vh;
  }

  .footer-bg-image-copy {
    height: 35vh;
  }

  .bg-main-tl {
    display: inline-block;
  }

  .muth-main-tl {
    background-image: linear-gradient(#b39f9400, #b39f94 82%);
    width: 100%;
    height: 40vh;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .burger-image {
    width: 5vw;
  }

  .block-links {
    color: var(--t-2-main);
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
    display: flex;
  }

  .line-links {
    display: none;
  }

  .flower-1-image-tl {
    height: 40%;
    margin-bottom: 1vh;
    display: inline-block;
    inset: auto 0% 0% auto;
  }

  .flower-1-image-tl-2 {
    height: 40%;
    margin-bottom: 1vh;
    display: inline-block;
    inset: auto 0% 0%;
  }

  .slider-image-left-tl, .slider-image-left-tll {
    height: 50%;
    display: inline-flex;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .nav-button-one {
    background-size: 3.5vw;
    text-decoration: none;
  }

  .nav-button-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3vh;
    padding-bottom: 0;
    display: flex;
  }

  .footer-button-mail-nav {
    background-size: 3.5vw;
    text-decoration: none;
  }

  .soc-icon-block-nav {
    width: 7vw;
    height: 7vw;
    display: block;
  }

  .icon-block-nav {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    z-index: 3;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .burger-image-on {
    width: 5vw;
    display: none;
  }

  .slider-two-tl {
    height: 18vh;
  }

  .slider-image-left-copy, .image-zoom-1, .image-zoom-2, .image-zoom-5, .image-zoom-4, .image-zoom-6, .image-zoom-7, .image-zoom-3, .image-zoom-8, .image-zoom-9, .image-zoom-10, .image-zoom-11, .image-zoom-12, .image-zoom-13, .image-zoom-14, .image-zoom-15, .image-zoom-16 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flower-2-image {
    height: 30vw;
  }

  .mask-two {
    padding-bottom: 5vh;
  }
}

@media screen and (max-width: 479px) {
  .first-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .brand-icon {
    height: 10.5vw;
  }

  .nav-link {
    font-size: 5.2vw;
  }

  .block-h1 {
    margin-top: 47vh;
    position: relative;
  }

  .heading {
    white-space: normal;
    font-size: 22vw;
  }

  .courg-text-rg {
    font-size: 4.5vw;
  }

  .white-line-letft-first-block {
    height: 3px;
    left: -30%;
  }

  .text-block {
    font-size: 5.8vw;
  }

  .white-line-right-first-block {
    height: 3px;
    right: -30%;
  }

  .grass-first-section-left {
    width: 30vw;
    margin-top: 0;
    inset: -20% auto auto -6%;
  }

  .grass-first-section-right {
    width: 30vw;
    margin-top: 0;
    inset: auto -6% -20% auto;
  }

  .nav-menu {
    padding-top: 20vh;
  }

  .second-section {
    overflow: hidden;
  }

  .pattered-line-up {
    object-fit: cover;
    max-width: none;
    height: 5.6vw;
    margin-top: -.5vw;
  }

  .pattered-line-down {
    object-fit: cover;
    max-width: none;
    height: 5.6vw;
  }

  .flower-2-image {
    height: 42vw;
  }

  .flower-3-image {
    height: 90vw;
    margin-right: 30px;
  }

  .second-section-text-block-one {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-main {
    font-size: 10vw;
  }

  .courg-text-rg-black {
    font-size: 5.2vw;
  }

  .inter-20-black-text {
    font-size: 3.5vw;
  }

  .button-second-section {
    z-index: 2;
    width: 90vw;
    padding-bottom: 15px;
    font-size: 4vw;
    position: relative;
  }

  .main-block-three-section {
    padding: 60px 5% 50px;
  }

  .h2-gold {
    font-size: 9.2vw;
    display: none;
  }

  .or-36-rg-text {
    justify-content: center;
    align-items: center;
    font-size: 6.2vw;
  }

  .block-text-three-section {
    margin-top: 40px;
  }

  .block-text-three-inside {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-three-section-1 {
    font-size: 3.1vw;
  }

  .text-three-section-2 {
    font-size: 5.2vw;
  }

  .three-section-image-1, .three-section-image-2 {
    height: 15vh;
  }

  .slider {
    margin-bottom: 2vh;
  }

  .slide-nav {
    height: 2.4vw;
    font-size: 2vw;
  }

  .left-arrow {
    width: 30vw;
    margin-left: 5vw;
  }

  .right-arrow {
    width: 30vw;
    margin-right: 5vw;
  }

  .block-image-four-section {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .four-section-image {
    width: auto;
    height: auto;
  }

  .main-block-five-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .five-section-image-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
  }

  .five-section-image-block-inside {
    margin-top: 0;
  }

  .five-section-image {
    width: 80vw;
  }

  .text-five-section-image {
    font-size: 5.2vw;
  }

  .five-section-down-block {
    flex-flow: column;
    margin-top: 40px;
  }

  .five-section-down-image {
    width: 80vw;
    height: 80vw;
    margin-top: 20px;
  }

  .five-section-down-text {
    font-size: 3.1vw;
  }

  .five-section-down-block-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 3vh;
    padding-left: 0;
  }

  .main-block-six-section {
    display: none;
  }

  .text-six-section {
    font-size: 3.1vw;
  }

  .slider-block-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .six-section-slider-text {
    text-align: center;
    font-size: 5.2vw;
  }

  .slide-nav-2 {
    display: none;
  }

  .h2-black {
    text-align: center;
    font-size: 9.2vw;
  }

  .main-block-footer-section {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .fotter-text-block {
    flex-flow: column;
  }

  .footer-text-block-left {
    width: 100%;
    padding-left: 0%;
    padding-right: 0;
  }

  .text-inter-footer {
    font-size: 3.1vw;
  }

  .questions-block-hent-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .circle-questions-hent {
    width: 4px;
    height: 4px;
    margin-top: 4.5px;
  }

  .text-inter-footer-up {
    font-size: 3.1vw;
  }

  .footer-text-block-right {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0%;
  }

  .courh-text-footer {
    font-size: 7.2vw;
  }

  .footer-button-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-button, .footer-button-mail {
    background-size: 7vw;
    width: 90vw;
    height: 12vw;
    font-size: 5.2vw;
  }

  .footer-block-icon {
    margin-bottom: 15px;
  }

  .soc-icon-block-footer {
    width: 13vw;
    height: 13vw;
  }

  .footer-cc-block {
    margin-bottom: 20px;
  }

  .cc-footer-image {
    height: 4vw;
  }

  .text-inter-footer-cc {
    font-size: 3.6vw;
    line-height: 150%;
  }

  .footer-text-block-cc {
    height: auto;
    font-size: 5.2vw;
  }

  .slider-two {
    display: none;
  }

  .nav-button-one {
    background-size: 7vw;
    width: 90vw;
    height: 12vw;
    margin-top: 6vh;
    font-size: 5.2vw;
  }

  .footer-button-mail-nav {
    background-size: 7vw;
    width: 90vw;
    height: 12vw;
    font-size: 5.2vw;
  }

  .soc-icon-block-nav {
    width: 14vw;
    height: 14vw;
  }

  .icon-block-nav {
    margin-top: 5vh;
  }

  .main-block-six-section-tl {
    display: block;
  }

  .slider-2-copy {
    display: none;
  }

  .h2-gold-tl {
    font-size: 9.2vw;
    display: block;
  }

  .footer-cc-stile {
    background-color: var(--fon-2);
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-two-tl {
    height: auto;
    max-height: 40vh;
    padding-top: 0;
    padding-bottom: 3vh;
    display: block;
  }

  .h2-gold-copy {
    font-size: 9.2vw;
    display: block;
  }

  .image-zoom-1, .image-zoom-2, .image-zoom-5, .image-zoom-4, .image-zoom-6, .image-zoom-7, .image-zoom-3 {
    width: 90%;
    height: auto;
  }

  .slide-nav-copy {
    height: 2.4vw;
    font-size: 2vw;
    display: none;
  }

  .image-tr {
    width: 19vw;
  }

  .image-zoom-8, .image-zoom-9, .image-zoom-10, .image-zoom-11, .image-zoom-12, .image-zoom-13, .image-zoom-14, .image-zoom-15, .image-zoom-16 {
    width: 90%;
    height: auto;
  }

  .left-arrow-copy {
    width: 30vw;
    margin-left: 15vw;
  }

  .right-arrow-copy {
    width: 30vw;
    margin-right: 15vw;
  }
}


