@font-face {
  font-family: "rosamarena";
  src:
  url(/templates/shaper_helixultimate/fonts/rosamarena.ttf) format('ttf'),
  url(../../fonts/rosamarena.woff) format('woff');
       font-style: normal;
       font-weight: 200;
}


#green h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

#green hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#green pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

#green a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

#green abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

#green b, #green strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

#green code,
#green kbd,
#green samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
#green p{
      margin: 0;
}
/**
 * Add the correct font size in all browsers.
 */

#green small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

#green sub,
#green sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#green sub {
  bottom: -0.25em;
}

#green sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

#green img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

#green button,
#green input,
#green optgroup,
#green select,
 #green textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

#green button,
#green input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

#green button,
#green select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

#green button,
#green [type="button"],
#green [type="reset"],
#green [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

#green button::-moz-focus-inner,
#green [type="button"]::-moz-focus-inner,
#green [type="reset"]::-moz-focus-inner,
#green [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

#green button:-moz-focusring,
#green [type="button"]:-moz-focusring,
#green [type="reset"]:-moz-focusring,
#green [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

#green fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

#green legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

#green progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

#green textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

#green [type="checkbox"],
#green [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

#green [type="number"]::-webkit-inner-spin-button,
#green [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

#green [type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

#green [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

#green ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

#green details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

#green summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

#green template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

#green [hidden] {
  display: none;
}

#green body {
  margin: 0 auto;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1650px;
  background-color: #fff;
}

#green html {
  scroll-behavior: smooth;
}

#green input,
#green textarea,
#green button,
#green select,
#green a {
    -webkit-tap-highlight-color: transparent;
}

#green .App {
  text-align: center;
  position: relative;
  /* overflow: hidden; */
}

#green .App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  #green .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

#green .App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

#green .App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#green .burger-menu {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  width: 0%;
  background-color: #d9e5d8;
  z-index: 3;
  height: 100vh;
  transition: visibility .5s, width .5s ease-in;
  padding: 100px 20px;
  box-sizing: border-box;
}

#green .burger-menu_visible {
  width: 100%;
  visibility: visible;
}

#green .burger-menu__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  gap: 20px;
  margin: 0;
}

#green .burger-menu__link {
  visibility: hidden;
  font-size: 14px;
  color: black;
  transition: color .4s;
  background-color: inherit;
  border: none;
  width: 0%;
  transition: visibility .5s, width .5s ease-in;
}

#green .burger-menu__link_visible {
  visibility: visible;
  width: 100%;
}

#green .burger-menu__ancor {
  text-decoration: none;
  font-size: 14px;
  color: black;
  transition: color .4s;
}

#green .details {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  background-color: #ffffffb3;
}

#green .details__header {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
}

#green .details__stone {
  background-image: url(../../../../images/sites/green/stone4.svg);
  position: absolute;
  background-size: contain;
  width: 1050px;
  height: 1050px;
  top: -250px;
  left: -150px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .details__stone2 {
  background-image: url(../../../../images/sites/green/stone6.svg);
  position: absolute;
  background-size: contain;
  width: 1050px;
  height: 1050px;
  top: -50px;
  right: -150px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .details__title {
  font-family: "Caravan", "Arial", sans-serif;
  font-size: 120px;
  font-weight: 200;
  margin: 0;
}

#green .details__figure {
  background-image: url(/images/sites/green/figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100px;
  height: 300px;
}

#green .details__trait {
  width: 27%;
  height: 2px;
  background-color: black;
  margin: 80px 50px 0 0;
  z-index: 2;
}

#green .details__text {
  font-size: 20px;
  line-height: 37px;
  width: 60%;
      margin: 20px auto;
}

#green .details__line {
  background-color: black;
  height: 1px;
  width: 3%;
      margin: auto;
}

@media screen and (max-width: 1700px) {
  #green .details {
    padding: 70px 0 0;
  }

 #green  .details__header {
    margin-bottom: 50px;
  }

  #green .details__title {
    font-size: 100px;
  }

 #green  .details__figure {
    top: 20px;
    width: 90px;
    height: 250px;
  }
 #green #playButton{
    width: 70px;
    margin: auto;
    padding-bottom: 10px;
  }

#green  .details__trait {
    margin: 60px 50px 0 0;
  }

 #green .details__text {
    font-size: 18px;
    line-height: 33px;margin: 20px auto;
  }

 #green .details__stone {
    width: 950px;
    height: 950px;
    top: -200px;
    left: -150px;
  }
  
#green  .details__stone2 {
    width: 950px;
    height: 950px;
    top: -50px;
    right: -100px;
  }
}

@media screen and (max-width: 1300px) {
 #green .details {
    padding: 50px 0 0;
  }

 #green .details__header {
    margin-bottom: 50px;
  }

 #green .details__title {
    font-size: 70px;
  }

 #green .details__figure {
    top: 10px;
    width: 70px;
    height: 200px;
  }

  #green .details__trait {
    margin: 30px 50px 0 0;
  }

 #green  .details__text {
    font-size: 14px;
    line-height: 28px;
    width: 60%;
   margin: 10px auto;
  }

  #green .details__stone {
    width: 750px;
    height: 750px;
    top: -200px;
    left: -150px;
  }
  
 #green .details__stone2 {
    width: 750px;
    height: 750px;
    top: -50px;
    right: -150px;
  }
}

@media screen and (max-width: 800px) {
#green  .details__stone {
    width: 600px;
    height: 600px;
    top: -170px;
    left: -150px;
  }
  
 #green .details__stone2 {
    width: 600px;
    height: 650px;
    top: -20px;
    right: -150px;
  }
}

@media screen and (max-width: 700px) {
 #green .details {
            padding: 70px 0 30px;
  }

 #green .details__header {
    margin-bottom: 30px;
  }

 #green .details__title {
    font-size: 60px;
  }

 #green .details__figure {
    opacity: 0;
  }

 #green .details__trait {
    height: 1px;
    margin: 30px 30px 0 0;
  }

 #green .details__text {
    font-size: 16px;
    line-height: 25px;
    width: 80%;
   margin: 10px auto;
  }

 #green .details__stone {
    width: 600px;
    height: 600px;
    top: -100px;
    left: -100px;
  }
  
 #green .details__stone2 {
    display: none;
  }
}

#green .dresscode {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  position: relative;
}

#green .dresscode__description {
  font-size: 20px;
  line-height: 37px;
  width: 50%;
  margin: 40px 0 0;
}

#green .dresscode__colors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 50px 0 0 0;
  min-width: 30%;
}

#green .dresscode__color {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid rgba(53, 53, 53, 0.259);
}

#green .dresscode__color_var_one {
  background-color: #9bb596;
}

#green .dresscode__color_var_two {
  background-color: #dbb9c6;
}

#green .dresscode__color_var_three {
  background-color: #d3d3d3;
}

#green .dresscode__color_var_four {
  background-color: #e2d8d0;
}

#green .dresscode__color_var_five {
  background-color: #3b633b;
}

#green .dresscode__figure {
  background-image: url(/images/sites/green/figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100px;
  height: 300px;
  transform: rotate(180deg);
}

@media screen and (max-width: 1700px) {
 #green  .dresscode {
    padding-top: 70px;
  }

 #green  .dresscode__title {
    font-size: 100px;
    padding-bottom: 50px;
  }

  #green .dresscode__trait {
    margin: 60px 0 0 50px;
    font-size: 16px;
  }

  #green .dresscode__description {
    font-size: 18px;
    width: 50%;
    margin: 40px 0 0;
  }

  #green .dresscode__colors {
    margin: 50px 0;
  }

  #green .dresscode__figure {
    top: 30px;
    width: 90px;
    height: 250px;
  }
}

@media screen and (max-width: 1300px) {
 #green .dresscode {
    padding-top: 50px;
  }

 #green .dresscode__title {
    font-size: 70px;
  }

 #green .dresscode__trait {
    margin: 50px 0 0 50px;
    font-size: 12px;
    line-height: 10px;
    padding-top: 7px;
  }

  #green .dresscode__figure {
    top: 10px;
    width: 70px;
    height: 200px;
  }

 #green .dresscode__description {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }

  #green .dresscode__colors {
    margin: 40px 0 0;
    gap: 20px;
  }

  #green .dresscode__color {
    width: 62px;
    height: 62px;
  }
}

@media screen and (max-width: 800px) {
  #green .dresscode {
    padding-top: 70px;
  }

  #green .dresscode__header {
    flex-direction: row-reverse;
    align-self: flex-start;
  }

 #green .dresscode__title {
    font-size: 60px;
    width: 250px;
    padding-bottom: 30px;
    line-height: 30px;
    text-align: start;
  }

  #green .dresscode__trait {
    border-top: 1px solid black;
    margin: 35px 20px 0 0;
    z-index: 2;
    text-align: end;
    font-size: 12px;
  }

  #green .dresscode__figure {
    opacity: 0;
  }

  #green .dresscode__description {
    font-size: 16px;
    line-height: 23px;
    width: 80%;
    margin: 0;
  }

  #green .dresscode__colors {
    margin: 30px 0 0;
    gap: 15px;
  }

 #green  .dresscode__color {
    width: 37px;
    height: 37px;
  }
}
#green .footer {
  display: flex;
  flex-direction: row;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 100px 0;
  position: relative;
}

#green .footer__stone {
  background-image: url(../../../../images/sites/green/stone9.svg);
  position: absolute;
  background-size: cover;
  width: 1000px;
  height: 800px;
  bottom: 0;
  left: -300px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .footer__text {
  font-size: 20px;
  margin: 0;
}

#green .footer__names {
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 450px;
  align-items: flex-start;
  text-shadow: -.1px 0 black;
  width: 100%;
}

#green .footer__name {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 70px;
  line-height: 1.2;
  margin: 0;
}

#green .footer__name-end {
  align-self: flex-end;
}

@media screen and (max-width: 1700px) {
 #green .footer {
    padding: 50px 0 100px;
  }

  #green  .footer__text {
    font-size: 18px;
  }

 #green .footer__names {
    max-width: 400px;
  }

 #green .footer__name {
    font-size: 60px;
  }

 #green .footer__stone {
    width: 700px;
    height: 500px;
    bottom: 0;
    left: -200px;
  }
}

@media screen and (max-width: 1300px) {
 #green .footer {
    padding: 50px 0 70px;
  }

 #green .footer__text {
    font-size: 14px;
  }

 #green .footer__names {
    max-width: 400px;
  }

  #green .footer__name {
    font-size: 50px;
    line-height: 1.2;
  }

#green  .footer__stone {
    width: 500px;
    height: 300px;
    bottom: 0;
    left: -150px;
  }
}

@media screen and (max-width: 800px) {
 #green .footer {
    flex-direction: column;
    gap: 5px;
    padding: 40px 0 50px;
  }

 #green .footer__text {
    font-size: 16px;
  }
#green label.question__label-input{
    font-weight: bold;
}
  #green .footer__names {
    margin-top: 15px;
    max-width: 300px;
  }

  #green .footer__name {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
  }

  #green .footer__name-end {
    align-self: flex-end;
  }

  .footer__stone {
    width: 400px;
    height: 200px;
    bottom: 0;
    left: -100px;
  }
}

@media screen and (max-width: 700px) {
  #green .footer {
    padding: 40px 25px 50px;
  }

  #green .footer__stone {
    width: 300px;
    height: 150px;
    bottom: 0;
    left: -50px;
  }
}

#green .header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}

#green .header__desctop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  padding: 70px 0 0;
  box-sizing: border-box;
}

#green .header__mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
}

#green .header__info-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}

#green .header__info_names-mobile {
  font-family: "rosamarena", "Arial", sans-serif;
         font-size: 48px;
        line-height: 66px;
  margin: 0;
}

#green .header__title {
  font-size: 20px;
  font-weight: 200;
  height: max-content;
  margin: 30px 0 70px 0;
  align-self: center;
}

#green .header__image {
  width: 700px;
  height: 1050px;
  object-fit: cover;
  z-index: 2;
}

#green .header__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 30px 0;
  width: 100%;
  box-sizing: border-box;
}

#green .header__info_names {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 100px;
  line-height: 120pt;
  margin: 0;
  transform: translateX(-40px);
  text-shadow: -.1px 0 black;
}

#green .header__info_date {
  font-size: 35px;
  line-height: 42pt;
  margin: 0;
}

#green .header__stone {
  background-image: url(../../../../images/sites/green/stone1.svg);
  position: absolute;
  background-size: contain;
  width: 700px;
  height: 700px;
  top: 100px;
  right: -230px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .header__stone2 {
  background-image: url(../../../../images/sites/green/stone2.svg);
  position: absolute;
  background-size: contain;
  width: 700px;
  height: 700px;
  bottom: -400px;
  left: -450px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

@media screen and (max-width: 1700px) {
#green  .header__desctop {
    padding: 30px 0 0;
  }

 #green .header__image {
    width: 420px;
    height: 600px;
  }

 #green .header__info_date {
    font-size: 26px;
  }

  #green .header__info {
    max-width: 600px;
  }

  #green .header__info_names {
    font-size: 80px;
    line-height: 100pt;
  }

 #green .header__title {
    font-size: 18px;
    margin: 30px 0 60px 0;
  }
}

@media screen and (max-width: 1500px) {
#green  .header__info_names {
    font-size: 70px;
    line-height: 90pt;
  }

 #green .header__image {
    width: 380px;
    height: 580px;
  }

 #green .header__info {
    max-width: 600px;
  }

  #green .header__stone {
    width: 600px;
    height: 600px;
    top: 100px;
    right: -230px;
  }
  
 #green .header__stone2 {
    width: 600px;
    height: 600px;
    bottom: -400px;
    left: -250px;
  }
}

@media screen and (max-width: 1300px) {
 #green .header__desctop {
    padding: 40px 0 0;
  }

  #green .header__info_date {
    font-size: 24px;
  }

 #green .header__info_names {
    font-size: 60px;
    line-height: 80pt;
  }

  #green .header__title {
    font-size: 14px;
    margin: 20px 0 40px 0;
  }

  #green .header__info {
    margin: 20px 0;
    width: 100%;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    max-width: 500px;
    padding: 0 30px;
  }

 #green .header__stone {
    width: 500px;
    height: 500px;
  }
  
  #green .header__stone2 {
    width: 500px;
    height: 500px;
  }
}

@media screen and (max-width: 900px) {
 #green .header__info_date {
    font-size: 20px;
  }

 #green .header__info_names {
    font-size: 50px;
    line-height: 70pt;
  }

 #green .header__title {
    font-size: 14px;
    margin: 20px 0 40px 0;
  }

 #green .header__image {
    width: 300px;
    height: 480px;
  }

 #green .header__stone {
    width: 400px;
    height: 400px;
    top: 50px;
    right: -130px;
  }
  
 #green .header__stone2 {
    width: 400px;
    height: 400px;
    bottom: -370px;
    left: -200px;
  }
}

@media screen and (max-width: 700px) {
 #green .header__image-mobile {
    height: 60vh;
    object-fit: cover;
    margin: 45px auto 0;
    position: relative;
    align-self: center;
  }

 #green .header__info_date-mobile {
    display: none;
                font-size: 24px;
    font-weight: 200;
  }

 #green .header__block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

 #green .header__title {
    position: relative;
    right: -50px;
  }

 #green .header__info-mobile {
                display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            align-self: center;
            margin: 0px 0 0;
            width: 60%;
            object-fit: contain;
  }

#green  .header__info_names-mobile1 {
    align-self: flex-start;
  }

 #green .header__info_names-mobile2 {
    align-self: flex-end;
  }

  #green .header__stone {
    background-image: url(../../../../images/sites/green/stone.svg);
    width: 400px;
    height: 400px;
    top: -190px;
            left: -150px;
  }
}

@media screen and (max-width: 500px) {
 #green .header__image-mobile {
               position: relative;
            align-self: flex-end;
            width: 80%;
  }

 #green .header__info_date-mobile {
    align-self: flex-end;
    margin: 20px auto 10px;
    display: block;
    text-align: center;
    
  }

  #green .header__title {
    font-size: 12px;
  }
}

#green .info-date {
  margin-top: 100px;
  position: relative;
}

#green .info-date__invitation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#green .info-date__who {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 80px;
  line-height: 100px;
  margin: 0;
  text-shadow: -.1px 0 black;
}

#green .info-date__text {
  font-size: 20px;
  line-height: 40px;
  width: 70%;
  margin: 70px 0 50px;
}

#green .info-date__our-wedding {
  margin: 0;
  display: flex;
  justify-content: center;
  text-shadow: -.1px 0 black;
}

#green .info-date__our-wedding-text {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 80px;
  line-height: 100px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}

#green .info-date__place {
  display: grid;
  grid-template-columns: 7fr 5fr 7fr;
  grid-template-rows: repeat(3, max-content);
  grid-template-areas:
    "check-in day-week banquet"
    "check-in day banquet"
    "check-in time banquet";
  margin-top: 100px;
  padding: 100px 0;
  box-sizing: border-box;
  align-items: center;
  row-gap: 20px;
  column-gap: 15px;
  position: relative;
  background-color: #b5c6b8BF;
}

#green .info-date__check-in {
  grid-area: check-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 50px;
}

#green .info-date__what {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 30px;
  text-shadow: -.1px 0 black;
}

#green .info-date__where {
  font-size: 22px;
  line-height: 29px;
  margin: 0;
}

#green .info-date__day-week {
  font-family: "rosamarena", "Arial", sans-serif;
  grid-area: day-week;
  font-size: 50px;
  margin: 0;
  justify-self: center;
}

#green .info-date__stone {
  background-image: url(../../../../images/sites/green/stone5.svg);
  position: absolute;
  background-size: contain;
  width: 1000px;
  height: 1000px;
  top: 550px;
  left: 400px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .info-date__day {
  grid-area: day;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: center;
  background-color: #d9e5d8;
  border-radius: 21px;
  padding: 30px;
  box-sizing: border-box;
  max-width: 400px;
  min-width: 360px;
  z-index: 3;
}

#green .info-date__number {
  font-size: 60px;
  font-weight: 2;
  margin: 0;
}

#green .info-date__vertical-line {
  height: 80px;
  width: 1px;
  background-color: black;
  margin: 0 15px;
}

#green .info-date__time {
  grid-area: time;
  font-size: 22px;
  line-height: 29px;
  margin: 0;
  justify-self: center;
}

#green .info-date__banquet {
  grid-area: banquet;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 1700px) {
  #green .info-date {
    margin-top: 75px;
  }

  #green .info-date__day {
    padding: 20px;
    min-width: 300px;
  }

 #green .info-date__our-wedding {
    width: 500px;
  }

  #green .info-date__our-wedding-text {
    font-size: 70px;
    line-height: 80px;
  }

  #green .info-date__text {
    font-size: 18px;
    line-height: 35px;
    width: 65%;
    margin: 60px 0 40px;
  }

 #green .info-date__who {
    font-size: 70px;
    line-height: 80px;
  }

 #green .info-date__day-week {
    font-size: 40px;
  }

  #green .info-date__number {
    font-size: 55px;
  }

 #green .info-date__time {
    font-size: 28px;
  }

 #green .info-date__where {
    font-size: 18px;
  }

 #green .info-date__vertical-line {
    height: 70px;
    margin: 0 13px;
  }

 #green .info-date__time {
    font-size: 20px;
  }

 #green .info-date__stone {
    width: 900px;
    height: 900px;
    top: 450px;
    left: 450px;
  }
}

@media screen and (max-width: 1300px) {
 #green .info-date {
    margin-top: 50px;
  }

 #green .info-date__day {
    padding: 20px;
    min-width: 200px;
  }

 #green .info-date__who {
    font-size: 60px;
    line-height: 70px;
  }

 #green .info-date__text {
    font-size: 14px;
    line-height: 30px;
    width: 60%;
    margin: 50px 0 30px;
  }

 #green .info-date__our-wedding {
    width: 350px;
    border-radius: 50px;
  }

 #green .info-date__our-wedding-text {
    font-size: 60px;
    line-height: 70px;
  }

 #green .info-date__place {
    column-gap: 10px;
  }

  #green .info-date__check-in {
    padding: 0 30px;
  }

  #green .info-date__what {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px;
  }

 #green .info-date__where {
    font-size: 12px;
    line-height: 20px;
  }

 #green .info-date__day-week {
    font-size: 30px;
  }

 #green .info-date__number {
    font-size: 45px;
    font-weight: 2;
    margin: 0;
  }

  #green .info-date__vertical-line {
    height: 60px;
    margin: 0 13px;
  }

  #green .info-date__time {
    font-size: 18px;
  }

  #green .info-date__stone {
    width: 800px;
    height: 800px;
    top: 370px;
    left: 350px;
  }
}

@media screen and (max-width: 1000px) { 
 #green .info-date__number {
    font-size: 40px;
  }

 #green .info-date__vertical-line {
    height: 60px;
    margin: 0 10px;
  }

 #green .info-date__stone {
    width: 600px;
    height: 600px;
    top: 300px;
    left: 300px;
  }
}

@media screen and (max-width: 800px) {
 #green .info-date__our-wedding {
    width: 350px;
    border-radius: 50px;
  }

  #green .info-date__our-wedding-text {
    font-size: 50px;
    line-height: 60px;
  }

  #green .info-date__place {
    padding: 80px 0;
    margin-top: 50px;
  }

  #green .info-date__check-in {
    padding: 0 30px;
  }

  #green .info-date__what {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }

 #green .info-date__where {
    font-size: 14px;
  }

  #green .info-date__day-week {
    font-size: 28px;
  }

  #green .info-date__number {
    font-size: 30pt;
  }

#green  .info-date__vertical-line {
    height: 50px;
    margin: 0 10px;
  }

 #green .info-date__time {
    font-size: 16px;
  }

  #green .info-date__who {
    font-size: 50px;
    line-height: 60px;
  }

 #green .info-date__text {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 700px) {
 #green .info-date__who {
    font-size: 40px;
    line-height: 50px;
  }

 #green .info-date__text {
   font-size: 16px;
    line-height: 20px;
    margin: 30px 0 15px;
  }

  #green .info-date__our-wedding {
    text-align: center;
    background-color: inherit;
    width: 100%;
  }

  #green .info-date__our-wedding-text {
    font-size: 40px;
    line-height: 50px;
  }

 #green .info-date__place {
    grid-template-columns: 20px 3fr 20px;
    grid-template-rows: repeat(5, max-content);
    grid-template-areas:
      "day-week day-week day-week"
      "day day day"
      "check-in check-in check-in"
      "banquet banquet banquet"
      "time time time";
    padding: 50px 0;
    row-gap: 20px;
    column-gap: 15px;
  }

#green  .info-date__line1 {
    height: 1px;
  }

 #green .info-date__line2 {
    height: 1px;
  }

  #green .info-date__check-in {
    margin: 0;
  }

 #green .info-date__what {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }

  #green .info-date__where {
   font-size: 16px;
    line-height: 20px;
  }

 #green .info-date__day-week {
    font-size: 30px;
  }

  #green .info-date__number {
    font-size: 30px;
    font-weight: 2;
    margin: 0;
  }

#green  .info-date__vertical-line {
    height: 50px;
    margin: 0 10px;
  }

#green  .info-date__time {
   font-size: 16px;
  }

  #green .info-date__stone {
    display: none;
  }
}

#green .main {
    overflow: hidden;
}

@media screen and (min-width: 2400px) {
  #green  .main {
        overflow: visible;
    }
}

/* @media screen and (max-width: 500px) {
    .main {
        overflow: visible;
    }
} */

#green .menu {
  height: 100px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 4;
}


#green .menu__stone {
  background-image: url(../../../../images/sites/green/stone.svg);
  position: absolute;
  background-size: contain;
  width: 800px;
  height: 800px;
  top: -600px;
  left: -200px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -2;
}

#green .menu__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 90%;
}

#green .menu__link {
  list-style: none;
  transition: transform .4s;
  cursor: pointer;
}

#green .menu__link:hover {
  transform: scale(110%);
}

#green .menu__ancor {
  text-decoration: none;
  font-size: 20px;
  color: black;
  transition: color .4s;
}

#green .menu__ancor:hover {
  color: rgba(0, 0, 0, 0.6);
}

#green .menu__button {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 30px auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
} 
#green .menu__span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #748a78;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}
#green .menu__button .menu__span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#green .menu__button .menu__span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
#green .menu__button .menu__span:nth-child(3) {
  top: 24px;
  transform-origin: left center;
}

#green .menu__button_open .menu__span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#green .menu__button_open .menu__span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#green .menu__button_open .menu__span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 8px;
}

@media screen and (max-width: 1700px) {
  #green .menu {
    height: 70px;
    margin: 0;
  }

  #green .menu__links {
    width: 70%;
  }

 #green .menu__ancor {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  #green .menu__ancor {
    font-size: 14px;
  }

#green  .menu__stone {
    width: 600px;
    height: 600px;
    top: -450px;
    left: -150px;
  }
}

@media screen and (max-width: 800px) {
 #green .menu {
    height: 50px;
  }

  #green .menu__links {
    width: 80%;
  }

  #green .menu__ancor {
    font-size: 12px;
  }

  #green .menu__stone {
    width: 500px;
    height: 500px;
    top: -390px;
    left: -150px;
  }
}

@media screen and (max-width: 700px) {
 #green .menu {
    justify-content: flex-end;
    width: 0;
    height: 0;
    padding: 0;
  }

 #green .menu__button {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
    margin: 0;
    background-color: transparent;
    border: none;
  }

#green  .menu__stone {
    display: none;
  }
}

#green .question {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 0;
  position: relative;
}

#green .question__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#green .question__stone {
  background-image: url(../../../../images/sites/green/stone8.svg);
  position: absolute;
  background-size: contain;
  width: 1100px;
  height: 1300px;
  top: -150px;
  right: -400px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .question__header {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
}

#green .question__title {
  font-size: 120px;
  font-weight: 200;
  margin: 0;
}

#green .question__trait {
  width: 27%;
  height: 2px;
  background-color: black;
  margin: 80px 50px 0 0;
  z-index: 2;
}

#green .question__text {
  font-size: 20px;
  line-height: 37px;
  margin: 30px 0 0;
  width: 60%;
}

#green .question__text-span {
  font-size: 20px;
  line-height: 37px;
  margin: 30px 0 0;
}

#green .question__form {
  display: flex;
  flex-direction: column;
  margin: 50px 0 0;
}

#green .question__string {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  border: none;
  font-size: 22px;
  align-items: flex-start;
  padding: 0;
}

#green .question__label {
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
}

#green .question__label-input {
  margin: 0 0 20px 0;
}

#green .question__text-span {
  font-size: 20px;
  line-height: 37px;
  margin: 0;
}

#green .question__input {
  width: 100%;
  height: 55px;
  border-radius: 3.5px;
  border: .5px solid #a8bdad;
  font-size: 15pt;
  padding: 5px;
  box-sizing: border-box;
}

#green .question__button {
  width: 200px;
  height: 50px;
  background-color: #a8bdad;
  font-size: 12pt;
  border: none;
  align-self: center;
  border-radius: 3.5px;
  cursor: pointer;
  color: black;
  font-weight: 200;
}

#green .question__button:disabled {
  opacity: .7;
}

#green .question__unvisible {
  font-family: inherit;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

#green .question__visible-radio {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.645);
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}

#green .question__unvisible:checked + .question__visible-radio {
  background-color: #2b553a;
}

#green .question__unvisible:disabled + .question__visible-radio {
  border: 1px solid #2b553a;
  background-color: #fbf8ec;
}

#green .question__unvisible:disabled:checked+ .question__visible-radio {
  background-color: #fbf8ec;
}

#green .question__unvisible:focus + .question__visible-radio {
    box-shadow: 0 0 5px #f8f7f0;
}

#green .question__visible-checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.645);
  cursor: pointer;
  background-color: #fff;
}

#green .question__unvisible:checked + .question__visible-checkbox {
  background-color: #2b553a;
}

#green .question__unvisible:disabled + .question__visible-checkbox {
  border: 1px solid #2b553a;
  background-color: #fbf8ec;
}

#green .question__unvisible:disabled:checked+ .question__visible-checkbox {
  background-color: #fbf8ec;
}

#green .question__unvisible:focus + .question__visible-checkbox {
    box-shadow: 0 0 5px #f8f7f0;
}

#green .question__figure {
  background-image: url(/images/sites/green/figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100px;
  height: 300px;
}

@media screen and (max-width: 1700px) {
 #green .question {
    padding: 70px 0 0;
  }

  #green .question__header {
    margin-bottom: 60px;
  }

  #green .question__title {
    font-size: 100px;
  }

 #green .question__trait {
    margin: 60px 50px 0 0;
  }

 #green .question__figure {
    top: -40px;
    width: 90px;
    height: 250px;
  }

#green  .question__text {
    font-size: 18px;
    line-height: 33px;
  }

 #green .question__text-span {
    font-size: 18px;
    line-height: 33px;
  }

 #green .question__string {
    margin: 0 0 30px;
    font-size: 18px;
  }

 #green .question__label {
    margin: 15px 0 0 0;
  }

 #green .question__label-input {
    margin: 0 0 15px 0;
  }

 #green .question__input {
    padding: 7px;
  }

 #green .question__button {
    font-size: 18px;
  }

  #green .question__stone {
    width: 700px;
    height: 700px;
    top: 0;
    right: -200px;
  }
}

@media screen and (max-width: 1300px) {
 #green .question {
    padding: 50px 0 0;
  }

  #green .question__title {
    font-size: 70px;
  }

 #green .question__trait {
    margin: 40px 50px 0 0;
  }

 #green .question__figure {
    top: -40px;
    width: 70px;
    height: 200px;
  }

  #green .question__text {
    font-size: 14px;
  }

  #green .question__text-span {
    font-size: 14px;
    line-height: 28px;
  }

  #green .question__form {
    margin: 40px 0 0;
  }

  #green .question__string {
    margin: 0 0 20px;
    font-size: 16px;
    padding: 0;
  }

#green  .question__label {
    margin: 10px 0 0;
  }

 #green .question__label-input {
    margin: 0 0 10px 0;
  }

 #green .question__button {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  #green .question__stone {
    width: 600px;
    height: 600px;
    top: 150px;
    right: -200px;
  }
}

@media screen and (max-width: 800px) {
  #green .question {
    padding: 50px 0 0;
  }

 #green .question__header {
    margin-bottom: 30px;
  }

  #green .question__title {
    font-size: 60px;
    line-height: 50px;
    text-align: start;
  }

  #green .question__trait {
    height: 1px;
    margin: 0;
  }

  #green .question__figure {
    opacity: 0;
  }

  #green .question__text {
    font-size: 16px;
    line-height: 23px;
    width: 80%;
    margin: 20px 0 0;
  }

 #green .question__text-span {
                font-size: 16px;

    line-height: 23px;
  }

 #green .question__visible-radio {
    width: 10px;
    height: 10px;
  }

 #green .question__visible-checkbox {
    width: 10px;
    height: 10px;
  }

  #green .question__form {
    margin: 30px 0 0;
    width: 80%;
    margin: auto;
  }

#green  .question__string {
    margin: 0 0 15px;
   font-size: 16px;
    text-align: left;
  }

 #green .question__label {
    margin: 10px 0 0 0;
  }

 #green .question__input {
    height: 45px;
    font-size: 12px;
  }

 #green .question__button {
    width: 155px;
    height: 40px;
    font-size: 12px;
  }

 #green .question__stone {
    width: 500px;
    height: 500px;
    top: 150px;
    right: -200px;
  }
}

@media screen and (max-width: 800px) {
 #green .question__stone {
    width: 400px;
    height: 400px;
    top: 150px;
    right: 0;
    left: -100px;
  }
}

#green .rsvp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 0;
  position: relative;
}

#green .rsvp__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#green .rsvp__header {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
}

#green .rsvp__title {
  font-size: 120px;
  font-weight: 200;
  margin: 0;
}

#green .rsvp__trait {
  width: 27%;
  height: 2px;
  background-color: black;
  margin: 80px 50px 0 0;
  z-index: 2;
}

#green .rsvp__text {
  font-size: 20px;
  line-height: 37px;
  width: 60%;
  margin: 30px 0 0;
}

#green .rsvp__return {
  font-size: 16px;
  line-height: 37px;
  background-color: inherit;
  border: none;
  cursor: pointer;
  transition: opacity .4s;
  margin: 0;
  color: black;
}

#green .rsvp__return:hover {
  opacity: .6;
}

#green .rsvp__answer {
  font-size: 20px;
  line-height: 37px;
  margin: 10px 0;
}

#green .rsvp__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 40%;
  margin: 50px 0 0;
}

#green .rsvp__string {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px;
}

#green .rsvp__label {
  font-size: 20px;
  line-height: 37px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
}

#green .rsvp__stone {
  background-image: url(../../../../images/sites/green/stone7.svg);
  position: absolute;
  background-size: contain;
  width: 800px;
  height: 800px;
  top: 100px;
  left: -200px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: -1;
}

#green .rsvp__input {
  width: 340px;
  height: 55px;
  border-radius: 3.5px;
  border: .5px solid #a8bdad;
  font-size: 20px;
  padding: 5px;
  box-sizing: border-box;
}

#green .rsvp__buttons {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 25px;
  align-self: center;
}

#green .rsvp__button {
  width: 200px;
  height: 50px;
  background-color: #a8bdad;
  font-size: 12pt;
  border: none;
  align-self: center;
  border-radius: 3.5px;
  cursor: pointer;
  color: black;
  font-weight: 200;
}

#green .rsvp__button:disabled {
  opacity: .7;
}

#green .rsvp__figure {
  background-image: url(/images/sites/green/figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100px;
  height: 300px;
}

@media screen and (max-width: 1700px) {
 #green .rsvp {
    padding: 70px 0 0;
  }

#green  .rsvp__header {
    margin-bottom: 60px;
  }

 #green .rsvp__title {
    font-size: 100px;
  }

 #green .rsvp__trait {
    margin: 60px 50px 0 0;
  }

  #green .rsvp__figure {
    top: -30px;
    width: 90px;
    height: 250px;
  }

  #green .rsvp__text {
    font-size: 18px;
    line-height: 33px;
  }

 #green .rsvp__return {
    font-size: 14px;
    line-height: 33px;
    padding: 0;
  }

#green  .rsvp__answer {
    font-size: 18px;
    line-height: 33px;
    margin: 7px 0;
  }

 #green .rsvp__string {
    display: flex;
    flex-direction: row;
    margin: 0 0 30px;
  }

 #green .rsvp__label {
    font-size: 18px;
    line-height: 33px;
  }

#green  .rsvp__input {
    font-size: 18px;
    padding: 7px;
  }
#green  .rsvp__button {
    font-size: 18px;
  }
}

@media screen and (max-width: 1300px) {
 #green .rsvp {
    padding: 50px 0 0;
  }

 #green .rsvp__header {
    margin-bottom: 50px;
  }

#green  .rsvp__figure {
    top: -40px;
    width: 70px;
    height: 200px;
  }

 #green .rsvp__title {
    font-size: 70px;
  }

 #green .rsvp__trait {
    margin: 40px 50px 0 0;
  }

#green  .rsvp__text {
    font-size: 14px;
    line-height: 28px;
    width: 60%;
    margin: 0;
  }

 #green .rsvp__return {
    font-size: 10px;
    line-height: 28px;
  }

 #green .rsvp__answer {
    font-size: 14px;
    line-height: 28px;
    margin: 15px 0 5px 0;
  }

#green  .rsvp__form {
    min-width: 40%;
    margin: 30px 0 0;
  }

  #green .rsvp__string {
    margin: 0 0 25px;
  }

 #green .rsvp__label {
    font-size: 14px;
  }

 #green .rsvp__input {
    width: 300px;
    height: 45px;
    font-size: 14px;
  }

  #green .rsvp__buttons {
    gap: 20px;
  }

#green  .rsvp__button {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }

 #green .rsvp__stone {
    width: 700px;
    height: 700px;
    top: 100px;
    left: -200px;
  }
}

@media screen and (max-width: 800px) {
 #green .rsvp {
    padding: 30px 0 0;
  }

 #green .rsvp__header {
    margin-bottom: 30px;
    height: 1px;
  }

 #green .rsvp__title {
    font-size: 60px;
    text-align: start;
  }

 #green .rsvp__trait {
    height: 1px;
    margin: 40px 30px 0 0;
  }

 #green .rsvp__figure {
    opacity: 0;
  }

 #green .rsvp__text {
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    margin: 20px 0 0;
  }

 #green .rsvp__return {
    font-size: 8px;
    line-height: 22px;
  }

 #green .rsvp__answer {
    font-size: 12px;
    line-height: 22px;
  }

 #green .rsvp__form {
    min-width: 40%;
    margin: 20px 0 0;
  }

 #green .rsvp__string {
    margin: 0 0 15px;
  }

  #green .rsvp__label {
  font-size: 16px;
    line-height: 20px;
    margin: 0 10px 0 0;
  }

#green  .rsvp__input {
    width: 175px;
    height: 35px;
    font-size: 12px;
  }

 #green .rsvp__buttons {
    gap: 15px;
  }

 #green .rsvp__button {
    width: 130px;
    height: 35px;
    font-size: 12px;
  }

 #green .rsvp__stone {
    width: 500px;
    height: 500px;
    top: 0;
    left: 0;
    right: -500px;
  }
}
#green .timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 0;
  position: relative;
}

#green .timer__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 70px;
  width: 100%;
  justify-content: flex-end;
}

#green .timer__figure {
  background-image: url(/images/sites/green/figure.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 0;
  width: 100px;
  height: 300px;
  transform: rotate(180deg);
}

#green .timer__trait {
  width: 27%;
  height: 2px;
  background-color: black;
  margin: 0;
  z-index: 2;
}

#green .timer__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#green .timer__title {
  font-size: 20px;
  line-height: 37px;
}

#green .timer__bloks {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: center;
}

#green .timer__block-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 105px;
}

#green .timer__number {
  font-size: 22px;
  color: #fff;
  width: 72px;
  height: 72px;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-self: center;
  align-self: center;
  justify-content: center;
}

#green .timer__number_var_day {
  background-color: #aaa7a2;
}

#green .timer__number_var_hour {
background-color: #6c827a;
}

#green .timer__number_var_min {
background-color: #949786;
}

#green .timer__number_var_sec {
background-color: #3b633b;
}

#green .timer__text {
  font-size: 18px;
}

@media screen and (max-width: 1700px) {
  #green .timer {
    padding: 70px 0 0;
  }

  #green .timer__header {
    margin-bottom: 60px;
  }

  #green .timer__figure {
    top: -50px;
    width: 90px;
    height: 250px;
  }

  #green .timer__trait {
    margin: 0;
  }

  #green .timer__title {
    font-size: 18px;
  }

  #green .timer__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1300px) {
 #green .timer {
    padding: 50px 0 0;
  }

  #green .timer__header {
    margin-bottom: 50px;
  }

  #green .timer__figure {
    top: -10px;
    width: 70px;
    height: 200px;
  }

 #green .timer__trait {
    margin: 40px 0 0;
  }

  #green .timer__title {
    font-size: 16px;
  }

  #green .timer__text {
    font-size: 14px;
  }

  #green .timer__number {
    font-size: 18px;
    color: #f7ebdf;
    width: 60px;
    height: 60px;
  }

  #green .timer__bloks {
    gap: 7px;
  }

  #green .timer__block-info {
    width: 90px;
  }
}

@media screen and (max-width: 700px) {
 #green .timer {
    padding: 30px 0 0;
  }

 #green .timer__header {
    margin-bottom: 30px;
    height: 1px;
    align-self: flex-start;
  }

 #green .timer__figure {
    opacity: 0;
  }

 #green .timer__trait {
    height: 1px;
    margin: 0;
  }

 #green .timer__title {
    font-size: 12px;
    line-height: 25px;
  }

 #green .timer__bloks {
    gap: 7px;
  }

  #green .timer__number {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }

  #green .timer__text {
    font-size: 10px;
  }

  #green .timer__block-info {
    width: 57px;
  }
}
#green .timetable {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  position: relative;
}

#green .timetable__block {
  display: grid;
  grid-template-columns: repeat(7, 150px);
  grid-template-rows: repeat(3, max-content);
  grid-template-areas:
    "rings text-foto glasses text-plate cake text-music car"
    "line-rings line-foto line-glasses line-plate line-cake line-music line-car"
    "text-rings foto text-glasses plate text-cake music text-car";
  margin-top: 70px;
  align-items: center;
  justify-items: center;
  column-gap: 0;
  row-gap: 15px;
}

#green .timetable__pic {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#green .timetable__pic_visual_rings {
  grid-area: rings;
}

#green .timetable__pic_visual_foto {
  grid-area: foto;
}

#green .timetable__pic_visual_glasses {
  grid-area: glasses;
}

#green .timetable__pic_visual_plate {
  grid-area: plate;
}

#green .timetable__pic_visual_cake {
  grid-area: cake;
}

#green .timetable__pic_visual_music {
  grid-area: music;
}
#green .timetable__pic_visual_welcome {
  grid-area: welcome;
}
#green .timetable__pic_visual_fireworks {
  grid-area: fireworks;
}
#green .timetable__pic_visual_car-back {
  grid-area: car-back;
}

#green .timetable__pic_visual_car {
  grid-area: car;
}

#green .timetable__line {
  width: 151px;
  object-fit: contain;
}

#green .timetable__line-start {
  grid-area: line-rings;
  object-fit: contain;
  width: 84px;
  object-position: right;
  justify-self: flex-end;
}

#green .timetable__line-end {
  grid-area: line-car;
  object-fit: contain;
  width: 77px;
  object-position: left;
  justify-self: flex-start;
}

#green .timetable__line_center_foto {
  grid-area: line-foto;
}

#green .timetable__line_center_glasses {
  grid-area: line-glasses;
}

#green .timetable__line_center_plate {
  grid-area: line-plate;
}

#green .timetable__line_center_cake {
  grid-area: line-cake;
}

#green .timetable__line_center_music {
  grid-area: line-music;
}
#green .timetable__line_center_welcome {
  grid-area: line-welcome;
}
#green .timetable__line_center_fireworks {
  grid-area: line-fireworks;
}
#green .timetable__line_center_car-back {
  grid-area: line-car-back;
}

#green .timetable__text {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

#green .timetable__text_about_rings {
  grid-area: text-rings;
}

#green .timetable__text_about_foto {
  grid-area: text-foto;
}

#green .timetable__text_about_glasses {
  grid-area: text-glasses;
}

#green .timetable__text_about_plate {
  grid-area: text-plate;
}

#green .timetable__text_about_cake {
  grid-area: text-cake;
}

#green .timetable__text_about_music {
  grid-area: text-music;
}

#green .timetable__text_about_car {
  grid-area: text-car;
}
#green .timetable__text_about_car-back {
  grid-area: text-car-back;
}
#green .timetable__text_about_fireworks {
  grid-area: text-fireworks;
}
#green .timetable__text_about_welcome {
  grid-area: text-welcome;
}

@media screen and (max-width: 1700px) {
 #green .timetable {
    padding-top: 100px;
  }

 #green .timetable__text {
    font-size: 14px;
    width: 180px;
  }

#green  .timetable__pic {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 1300px) {
#green  .timetable__block {
    grid-template-columns: repeat(7, 100px);
    margin-top: 70px;
  }

 #green .timetable__pic {
    width: 70px;
    height: 70px;
  }

 #green .timetable__line {
    width: 101px;
  }

 #green .timetable__line-start {
    height: 11.4px;
    object-position: right;
  }

  #green .timetable__line-end {
    height: 11.4px;
    object-position: left;
  }

  #green .timetable__text {
    font-size: 12px;
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  #green .timetable {
    padding-top: 50px;
  }

  #green .timetable__text {
   font-size: 16px;
    width: 120px;
  }
 #green .counter{
          padding: 30px 0 50px;
  }

 #green .timetable__block {
    grid-template-rows: repeat(7, 99px);
    grid-template-columns: 1fr 30px 1fr;
    grid-template-areas:
      "rings line-rings text-rings"
      "text-foto line-foto foto"
      "glasses line-glasses text-glasses"
      "text-plate line-plate plate"
      "cake line-cake text-cake"
      "text-music line-music music"
      "car line-car text-car";
    margin-top: 30px;
    column-gap: 15px;
    row-gap: 0;
  }

 #green .timetable__line {
    transform: rotate(90deg);
   /* width: 115px;*/
                max-width: 200px;
    justify-content: center;
    align-items: center;
  }

 #green   .timetable__line-start {
    transform: rotate(90deg);
    justify-self: center;
    align-self: flex-end;
               width: 55px;
            height: 50px;max-width: 1000px;
  }

  #green .timetable__line-end {
               width: 55px;
            height: 50px;
    transform: rotate(90deg);
    justify-self: center;
    align-self: flex-start;max-width: 1000px;
  }
}

#green .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: center;
  width: 100%;
}

#green .title__title {
  font-family: "rosamarena", "Arial", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: normal;
  margin: 0;
  align-self: center;
  text-align: start;
}

@media screen and (max-width: 1700px) {
 #green .title__title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (max-width: 1300px) {
 #green .title__title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 750px) {
  #green .title__title {
    font-size: 50px;
    line-height: 40px;
    align-self: center;
  }
}
 #green .header__mobile {
           display: none;
        }
    
    @media screen and (max-width: 800px) {
        #green .header__desctop {
           display: none;
        }
       #green .menu{
            display: none;
        }
       #green  .header__mobile {
                      display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0;
            width: 100%;
            height: 100vh;
        }
    }
  #green .question__text-mini{
  font-size: 14px;
    padding-bottom: 20px;
}
 #green  #linkblock{
      margin-top: 60px;
} 
#green  #linkblock .title{
  padding-bottom: 20px;
}
#green .linkblock-container{
  width: 90%;
    margin: auto;
    max-width: 500px;
}