@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    /*max-width: 1140px;*/
    max-width: 1340px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  background-color: #fff9e5;
  position: relative;
  background-image: url("../img/bg-mobile.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (min-width: 992px) {
  .wrapper {
    background-image: url("../img/bg-new.png");
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url("../img/bg-mobile-bot.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 576px) {
  .wrapper::before {
    display: none;
  }
}

.line-bg {
  position: absolute;
  top: -380px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 320px;
  z-index: 0;
}
@media (max-width: 991px) {
  .line-bg {
    display: none;
  }
}

.main {
  padding: 30px 14px 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
}
@media (min-width: 992px) {
  .main {
    min-height: 750px;
    padding: 30px 20px 50px;
    padding-top: 150px;
  }
}

.logo {
  width: 114px;
}
@media (min-width: 992px) {
  .logo {
    width: 157px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.logo img {
  width: 100%;
  height: auto;
}

.images-container {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .images-container {
    scale: 1.3;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.images-container.contacts-open {
  position: unset;
  z-index: 1;
  scale: none;
}

.images-mobile img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .images-mobile {
    display: none;
  }
}

.image-mobile.hide {
  display: none;
}

.images-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px;
  width: 100%;
}
@media (max-width: 991px) {
  .images-desktop {
    display: none;
  }
}

.images-desktop.space-between {
  justify-content: space-between;
  position: absolute; /* break out of .container */
  left: 0;
  right: 0;
  width: 100vw; /* full screen width */
  padding: 0 40px; /* optional: add some breathing space */
  transition: all 0.5s ease;
}

.image1 img,
.image2 img,
.image3 img {
  width: 100%;
  height: auto;
}

.image1 {
  width: 300px;
  margin-right: -20px;
}

.image2 {
  width: 356px;
}

.image2.hide {
  display: none;
}

.image3 {
  width: 341px;
  margin-left: -55px;
}

.content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.title {
  background: linear-gradient(90deg, #ffffff 0%, #c3e285 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  font-weight: 300;
  font-style: Light;
  font-size: 34px;
  text-align: center;
}
@media (min-width: 992px) {
  .title {
    font-size: 54px;
    line-height: 75px;
  }
}

.subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #cee2d4;
  margin-top: 20px;
  max-width: 234px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .subtitle {
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
    max-width: unset;
  }
}

.link {
  max-width: 330px;
  width: 100%;
  height: 64px;
  margin-top: 35px;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 100px;
}
.link img {
  width: 100%;
  height: auto;
}
.link:hover {
  filter: brightness(1.1);
  box-shadow: 0px 0px 50px -10px #e8e484;
}
.link:active {
  filter: brightness(1.1);
}

.button-contacts {
  color: #c3e285;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  background: transparent;
  margin-top: 30px;
  cursor: pointer;
}
.button-contacts:hover {
  filter: brightness(1.1);
}
.button-contacts:active {
  filter: brightness(1.1);
}

.modal {
  background: linear-gradient(180deg, rgba(232, 229, 132, 0.3647058824) 0%, transparent 100%);
  position: absolute;
  top: 154px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1;
  background-color: rgba(195, 226, 133, 0.6823529412);
}
@media (min-width: 992px) {
  .modal {
    top: 168px;
  }
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
  padding: 50px 14px 0;
}

.modal.show .modal-body {
  transform: translateY(0);
}

.modal-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}
.modal-close img {
  width: 100%;
  height: auto;
}
.modal-close:hover {
  filter: brightness(1.1);
}
.modal-close:active {
  filter: brightness(1.1);
}

.modal-photo-container {
  width: 60px;
  height: 60px;
}
@media (min-width: 992px) {
  .modal-photo-container {
    width: 80px;
    height: 80px;
  }
}
.modal-photo-container img {
  width: 100%;
  height: auto;
}

.modal-title {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .modal-title {
    font-size: 24px;
    margin-top: 24px;
  }
}

.modal-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
  color: rgba(206, 226, 212, 0.8);
}
@media (min-width: 992px) {
  .modal-subtitle {
    font-size: 16px;
  }
}

.modal-link {
  background-image: url("../img/link-dotted-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 54px;
  max-width: 425px;
  width: 100%;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  margin-top: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .modal-link {
    height: 64px;
    padding: 16px;
    gap: 35px;
    margin-top: 20px;
  }
}
.modal-link::before {
  content: "";
  position: absolute;
  left: 44px;
  top: 12px;
  height: 30px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1411764706);
}
@media (min-width: 992px) {
  .modal-link::before {
    height: 40px;
    left: 63px;
  }
}
.modal-link:hover {
  filter: brightness(1.1);
  box-shadow: 0px 0px 50px -10px #e8e484;
}
.modal-link:active {
  filter: brightness(1.1);
}

.modal-link-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .modal-link-icon {
    width: 28px;
    height: 28px;
  }
}

.modal-link-icon-copy {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .modal-link-icon-copy {
    width: 32px;
    height: 32px;
  }
}

.modal-link-text {
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0%, #c3e285 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For Firefox */
  color: transparent;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 992px) {
  .modal-link-text {
    font-size: 18px;
  }
}

.modal-button {
  color: #c3e285;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  background: transparent;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-button:hover {
  filter: brightness(1.1);
}
.modal-button:active {
  filter: brightness(1.1);
}/*# sourceMappingURL=styles.css.map */