@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Mail Ray Stuff";
  font-weight: 400;
  src: url("./fonts/mail-ray-stuff/mail-ray-stuff.ttf");
}
.children-museums-banner {
  position: relative;
  font-family: "Mail Ray Stuff";
  margin-inline: auto;
  max-width: 500px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .children-museums-banner {
    padding: 0;
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .children-museums-banner {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .children-museums-banner {
    max-width: 1110px;
  }
}
@media screen and (min-width: 1440px) {
  .children-museums-banner {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .children-museums-banner {
    max-width: 1280px;
  }
}
.children-museums-banner__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .children-museums-banner__content {
    padding-block: 30px;
  }
}
@media screen and (min-width: 992px) {
  .children-museums-banner__content {
    padding-block: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .children-museums-banner__content {
    padding-block: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .children-museums-banner__content {
    padding-block: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .children-museums-banner__content {
    padding-block: 70px;
  }
}
.children-museums-banner__content::after {
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  top: 0;
  width: calc(100% + 20px);
  height: auto;
  background-image: url(./images/children-museums-banner/elements-mobile.png);
  aspect-ratio: 0.88;
}
@media screen and (max-width: 767px) {
  .children-museums-banner__content::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .children-museums-banner__content::after {
    right: 16px;
    width: 105%;
    aspect-ratio: 1.9;
    background-image: url(./images/children-museums-banner/elements-desktop.png);
  }
}
@media screen and (min-width: 1920px) {
  .children-museums-banner__content::after {
    right: 16px;
    width: 1354px;
  }
}
.children-museums-banner__content_body {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-image: url(./images/children-museums-banner/bg-mobile.svg);
  color: #fff;
  border-radius: calc(50px + 79 * (100vw - 320px) / 1600);
  padding-inline: calc(30px + 90 * (100vw - 320px) / 1600);
  padding-top: calc(30px + 40 * (100vw - 320px) / 1600);
  padding-bottom: calc(20px + 50 * (100vw - 320px) / 1600);
  height: auto;
  aspect-ratio: 0.88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .children-museums-banner__content_body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .children-museums-banner__content_body {
    aspect-ratio: 2.19;
    background-image: url(./images/children-museums-banner/bg-desktop.svg);
  }
}
@media screen and (min-width: 1920px) {
  .children-museums-banner__content_body {
    border-radius: 129px;
    padding: 70px 120px;
  }
}
.children-museums-banner__actions {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16px + 20 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1440px) {
  .children-museums-banner__actions {
    gap: 36px;
  }
}
.children-museums-banner__btn {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none;
  background: transparent;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  font-weight: 600;
  color: #fff;
  border-radius: 56px;
  height: auto;
  aspect-ratio: 4.5;
  font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  width: calc(238px + 144 * (100vw - 320px) / 1600);
  padding-bottom: 2px;
}
@media screen and (min-width: 992px) {
  .children-museums-banner__btn {
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1920px) {
  .children-museums-banner__btn {
    font-size: 36px;
    width: 382px;
  }
}
@media (hover: hover) {
  .children-museums-banner__btn:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
.children-museums-banner__btn:active, .children-museums-banner__btn:focus {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.children-museums-banner__btn--buy-ticket {
  -webkit-box-shadow: 0 7px 87px 0 #ec4ffe;
          box-shadow: 0 7px 87px 0 #ec4ffe;
  border-color: #e603ff;
  background: #e603ff;
}
@media (hover: hover) {
  .children-museums-banner__btn--buy-ticket:hover {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #e603ff;
    color: #e603ff;
  }
}
.children-museums-banner__btn--buy-ticket:active, .children-museums-banner__btn--buy-ticket:focus {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e603ff;
  color: #e603ff;
}/*# sourceMappingURL=style.css.map */