@import url(../node_modules/normalize.css/normalize.css);
.rsschool {
  font-family: "Allura", cursive;
}

/*constants*/
/*mixins*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: Montserrat, serif;
  font-style: normal;
}

h1 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 4.8rem;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
}

h3 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h4 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6 rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.work {
  color: #4361FF;
}

.harmony {
  color: #FF43F7;
}

.health {
  color: #06A44F;
}

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.header {
  background-color: #FFFFFF;
  padding: 0px;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 80px 10px 84px;
}
@media (max-width: 768px) {
  .header_wrapper {
    padding: 10px 8px;
  }
}

.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
}
@media (max-width: 768px) {
  .navigation {
    position: fixed;
    top: 64px;
    right: 7px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100vh;
    z-index: 10;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transform: translate(105%);
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
}

.navigation_is_open {
  transform: translate(0);
}

.logo_img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 5px;
}

.logo {
  display: flex;
  padding: 8px 20px;
  gap: 8px;
  align-items: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .logo {
    z-index: 11;
  }
}

.navigation_link,
.logo {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
  color: #181C29;
  text-decoration: none;
}

.navigation_link {
  padding: 1px;
}
@media (max-width: 768px) {
  .navigation_link {
    font-size: 2.4rem;
    line-height: 152%;
    letter-spacing: 0.16em;
  }
}

.header-link {
  text-decoration: none;
  color: #181C29;
  padding: 12px 19px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

.header-link:active,
.header-link:hover,
.header-link:focus,
.logo:active,
.logo:hover,
.logo:focus {
  color: #FF4646;
  background: rgba(255, 70, 70, 0.1);
  border-radius: 12px;
}

@media (hover: none) and (pointer: coarse) {
  .header-link:hover,
  .header-link:focus,
  .logo:hover,
  .logo:focus {
    background: none;
    border-radius: none;
    color: inherit;
  }
}
.is-active {
  pointer-events: none;
  background: rgba(255, 70, 70, 0.1);
  border-color: #FF4646;
  border-radius: 12px;
  color: #FF4646;
  cursor: none;
}
@media (max-width: 768px) {
  .is-active {
    cursor: pointer;
    background: none;
    border: none;
    color: #181C29;
    pointer-events: all;
  }
}

.gifts_wrapper {
  background-color: #FF4646;
  background-image: url(./bg-garland.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 37px 8px;
  border-radius: 20px;
}

.gifts_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin-bottom: 20px;
}

.gifts_navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 380px) {
  .gifts_navigation {
    gap: 0px;
  }
}

.gifts_title {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;
}
@media (max-width: 768px) {
  .gifts_title {
    width: 56%;
  }
}
@media (max-width: 380px) {
  .gifts_title {
    width: 100%;
  }
}

.navigation_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 12px;
  border-style: none;
  background: rgba(255, 255, 255, 0);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
@media (max-width: 380px) {
  .navigation_button {
    padding: 12px 8px;
  }
}

.navigation_button.active-nav {
  background: rgba(255, 255, 255, 0.2);
  border-color: #FF4646;
  pointer-events: none;
}

.navigation_button:active,
.navigation_button:hover,
.navigation_button:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #FF4646;
}

@media (hover: none) and (pointer: coarse) {
  .navigation_button:hover,
  .navigation_button:focus {
    background: none;
    border-radius: none;
  }
}
.gifts_cards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  padding: 0px;
  gap: 13px;
}
@media (max-width: 768px) {
  .gifts_cards {
    gap: 12px;
    margin-bottom: 5px;
  }
}
@media (max-width: 380px) {
  .gifts_cards {
    margin-bottom: 5px;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  background: #ECF3F8;
  border-radius: 20px;
  order: 1;
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.card:hover,
.card:focus {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.card:hover .card_title,
.card:focus .card_title {
  color: #FF4646;
}

@media (hover: none) and (pointer: coarse) {
  .card:hover,
  .card:focus {
    box-shadow: none;
    transform: none;
  }
  .card:hover .card_title,
  .card:focus .card_title {
    color: inherit;
  }
}
.card:active {
  background-color: rgba(6, 164, 79, 0.1);
}

.descrdescription {
  width: 100%;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  align-self: stretch;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .descrdescription {
    gap: 12px;
  }
}

.card_img {
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.footer {
  background-color: #FFFFFF;
  padding: 60px 82px;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 8px;
  }
}

.footer_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 60px;
}
@media (max-width: 768px) {
  .footer_wrapper {
    padding: 0px 0px;
  }
}

.layout-3-column {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 12px;
  border-radius: 60px;
}
@media (max-width: 1200px) {
  .layout-3-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 12px;
    align-self: stretch;
  }
}

.footer-anchor {
  width: 33.3333333333%;
  background: #ECF3F8;
  border-radius: 20px;
  flex-grow: 1;
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out, transform 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .footer-anchor {
    width: 100%;
  }
}

.footer-anchor {
  text-decoration: none;
  color: #181C29;
}

.footer_text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 12px;
  flex-grow: 1;
}

.footer-anchor:hover,
.footer-anchor:focus {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.footer-anchor:hover .footer_text,
.footer-anchor:hover .footer_title,
.footer-anchor:focus .footer_text,
.footer-anchor:focus .footer_title {
  color: #FF4646;
}

@media (hover: none) and (pointer: coarse) {
  .footer-anchor:hover,
  .footer-anchor:focus {
    box-shadow: none;
    transform: none;
  }
  .footer-anchor:hover .footer_text,
  .footer-anchor:hover .footer_title,
  .footer-anchor:focus .footer_text,
  .footer-anchor:focus .footer_title {
    color: inherit;
  }
}
.footer-anchor:active {
  background-color: rgba(6, 164, 79, 0.1);
}

.copyrights_text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 148%;
  text-align: center;
  color: #181C29;
}

.rsschool {
  text-decoration: none;
  color: #181C29;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-in-out;
}

.rsschool:active,
.rsschool:hover,
.rsschool:focus {
  color: #FF4646;
}

@media (hover: none) and (pointer: coarse) {
  .rsschool:hover,
  .rsschool:focus {
    color: inherit;
  }
}
.social_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 10px;
}
@media (max-width: 768px) {
  .social_container {
    gap: 9px;
  }
}

.social_icons {
  transition: filter 0.3s ease-in-out;
}

.social_icon {
  padding: 4px;
  transition: filter 0.3s ease-in-out;
}

.social_icons .social_icon:hover img,
.social_icons .social_icon:focus img,
.social_icons .social_icon:active img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(93%) saturate(7485%) hue-rotate(0deg) brightness(93%) contrast(98%);
}

@media (hover: none) and (pointer: coarse) {
  .social_icons .social_icon:hover img,
  .social_icons .social_icon:focus img {
    filter: none;
  }
}
.burger {
  display: none;
}
@media (max-width: 768px) {
  .burger {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    position: relative;
    width: 40px;
    height: 40px;
    top: 9px;
    z-index: 11;
    cursor: pointer;
  }
}

.burger_line {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: #181C29;
  transition: transform 0.5s ease;
}

.second {
  left: 10px;
  top: 14px;
}

.first {
  left: 10px;
  right: 10px;
  top: 4px;
}

.burger.is-open .first {
  transform: rotate(45deg) translateY(6.8678px);
}

.burger.is-open .second {
  transform: rotate(-45deg) translateY(-6.94px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 9;
}

.overlay.is-visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

.body-no-scroll {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  padding: 0 8px;
  align-items: center;
  background-color: rgba(24, 28, 42, 0.8);
  z-index: 1;
  transition: all 1s;
}

.popup_open {
  transition: all 1s;
  display: flex;
}

.modal-gift {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  height: 514px;
  border-radius: 20px;
  background-color: rgb(236, 243, 248);
  overflow: hidden;
}

.description-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}

.modal-gift__image {
  max-width: 400px;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.superpowers {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.superpowers__names {
  margin-left: 0;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: self-start;
}

.superpowers__stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
  justify-content: space-between;
}
.superpowers__stars div {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.modal-gift__close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.star {
  background-image: url("./star.svg");
  width: 14px;
  height: 14px;
  background-size: cover;
}/*# sourceMappingURL=style-gifts.css.map */