html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow: auto;
}

.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration: none;
}
.heading-top {
  width: 30%;
  margin: 0;
  font-size: 32px;
  letter-spacing: 0.18em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .heading-top {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .heading-top {
    width: 98%;
  }
}
.heading-mini {
  font-size: 24px;
  letter-spacing: 0.16em;
  color: #181c29;
  margin: 0;
}
.heading-mini--white {
  color: #fff;
}
.heading-gift-item {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 20px;
}
.heading-small {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #181c29;
  text-decoration: none;
}
.heading-small--white {
  color: #fff;
}
.heading-small--indent-cta {
  margin: 0;
}
.heading-work {
  color: #4361ff;
}
.heading-health {
  color: #06a44f;
}
.heading-harmony {
  color: #ff43f7;
}
.heading-bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  margin: 18px 0 11px;
  text-transform: none;
}

.text {
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #181c29;
}

.elegant-text {
  font-family: "Allura", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #ff4646;
  margin: 0 0 12px;
}
.elegant-text--white {
  color: #fff;
}

.button {
  background-color: #181c29;
  padding: 20px 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 22px;
  transition: 0.6s ease;
}
.button--indent-cta {
  margin: 18px 0 19px;
}
@media (hover: hover) {
  .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #181c29;
  }
}
@media (hover: none) {
  .button:active {
    background-color: #fff;
    border-color: #fff;
    color: #181c29;
    cursor: default;
    transition: 0.2s ease;
  }
}

.gift-item {
  width: 310px;
  background-color: #ecf3f8;
  border-radius: 20px;
  transition: 0.6s ease;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.gift-item__text {
  padding-left: 20px;
  height: 111.5px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  .gift-item__text {
    height: 111.7px;
  }
}
.gift-item-hidden {
  opacity: 0;
}
@media (hover: hover) and (min-width: 769px) {
  .gift-item:hover {
    color: #ff4646;
    cursor: pointer;
  }
}
@media (hover: none) {
  .gift-item:active {
    color: #ff4646;
    transition: 0.2s ease;
    cursor: default;
  }
}

.modal-block {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 5;
  padding-bottom: 13px;
  cursor: default;
}
.modal-block-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-block {
    width: 95%;
  }
}
.modal-block .heading-gift-item {
  margin-bottom: 9px;
}
.modal-block .heading-gift-item:hover {
  color: #181c29;
}
.modal-block .gift-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  cursor: default;
}
.modal-block .gift-item:hover {
  color: inherit;
}
.modal-block .gift-item__text {
  height: auto;
  margin-top: -26px;
  margin-bottom: -10px;
}
.modal-block .gift-item img {
  width: 86%;
  align-self: center;
}
.modal-block .gift-item .tag {
  padding-top: 24px;
}
.modal__text {
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 0;
  background-color: #fff;
  margin-bottom: 7px;
}
.modal__text .heading-small {
  margin-bottom: 1px;
}
.modal__text .text {
  margin: 0;
}
.modal__describe {
  height: 46px;
}
.modal__background {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(24, 28, 41, 0.8);
  z-index: 4;
}

.close-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media (hover: hover) {
  .close-icon {
    cursor: pointer;
  }
}

.power {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.power__details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.power__item {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
}
.power__name {
  width: 50%;
  text-transform: capitalize;
}
.power__value {
  display: flex;
  align-items: center;
  width: 50%;
}
.power__value p {
  margin: 3px 0;
}
.power .snowflake {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 20px;
}
.power .snowflake__item {
  width: 16px;
  height: 16px;
}

.tag {
  padding-top: 19px;
  margin-bottom: 10px;
  margin-top: -4px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 103px;
  padding-right: 82px;
}
@media screen and (max-width: 1439px) {
  .header {
    padding-left: 29px;
    padding-right: 0;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  position: relative;
}
.header .logo__img {
  margin-right: 9px;
}
.header .logo__link {
  text-decoration: none;
}
.header .burger {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 27px 18px 27px 27px;
}
@media screen and (max-width: 768px) {
  .header .burger {
    display: flex;
  }
}
.header .burger__line {
  height: 2px;
  width: 20px;
  background-color: #181c29;
  transition: transform 1s ease;
}
.header .burger .line-top-close {
  transform: translateY(4px) rotate(45deg);
}
.header .burger .line-bottom-close {
  transform: translateY(-4px) rotate(-45deg);
}
.header .menu__list {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
  padding: 11px 0 11px;
  transition: transform 1s ease;
}
.header .menu-item {
  padding: 12px 23.5px;
  border-radius: 12px;
  transition: 0.6s ease;
}
.header .menu-item-checked {
  background-color: rgba(255, 70, 70, 0.1);
  color: #ff4646;
  pointer-events: none;
  cursor: default;
}
.header .menu-item .checked-red {
  color: #ff4646;
  transition: 0.6s ease;
}
@media (hover: hover) {
  .header .menu-item:hover {
    background-color: rgba(255, 70, 70, 0.1);
    color: #ff4646;
    cursor: pointer;
  }
}
@media (hover: none) {
  .header .menu-item:active {
    background-color: rgba(255, 70, 70, 0.1);
    color: #ff4646;
    cursor: default;
    transition: 0.2s ease;
  }
}
@media only screen and (max-width: 768px) {
  .header .menu {
    cursor: default;
  }
  .header .menu .menu__list {
    transition: transform 0.5s ease, opacity 0.3s ease;
    transform: translateX(100%);
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    padding-top: 349px;
    opacity: 0;
    background-color: #fff;
  }
  .header .menu .menu__list-open {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 380px) {
  .header .menu .menu__list {
    padding-top: 63.8%;
  }
}
@media only screen and (max-width: 768px) {
  .header .menu .menu-item {
    padding: 15px 23.5px;
  }
  .header .menu .heading-small {
    font-weight: 600;
    font-size: 24px;
    line-height: 152%;
    letter-spacing: 0.16em;
    color: #181c29;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .heading-gift-item {
  margin-top: 12px;
  margin-bottom: 0;
}
.footer__contacts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ecf3f8;
  border-radius: 20px;
  padding: 19px;
  width: 26.3%;
  transition: 0.6s ease;
}
@media screen and (max-width: 1439px) {
  .footer .card-item {
    width: 93%;
  }
}
.footer .card-item__link {
  text-decoration: none;
  color: #181c29;
  display: inline-block;
  margin-top: 15px;
}
@media (hover: hover) {
  .footer .card-item:hover {
    color: #ff4646;
    cursor: pointer;
  }
  .footer .card-item:hover a {
    color: #ff4646;
  }
}
@media (hover: none) {
  .footer .card-item:active {
    color: #ff4646;
    transition: 0.2s ease;
    cursor: default;
  }
  .footer .card-item:active a {
    color: #ff4646;
  }
}
.footer__bottom {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .social-networks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  translate: transform 1s ease;
}
@media (hover: hover) {
  .footer .social-networks img:hover {
    transform: scale(1.2);
  }
}
@media (hover: none) {
  .footer .social-networks img:active {
    transform: scale(1.2);
  }
}
.footer .elegant-text {
  margin: 0;
}
.footer .rs-link {
  text-decoration: none;
  color: #181c29;
}

.gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ff4646;
  padding-bottom: 59px;
  border-radius: 19px;
  opacity: 1;
  transition: all 1s ease-in-out;
  visibility: visible;
}
.gift-hidden {
  visibility: hidden;
}
.gift__top {
  width: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../../../assets/images/bg-garland.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.gift__tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .gift__tags {
    gap: 0;
  }
}
.gift .tag-selection {
  padding: 12px 20px;
  background: none;
  border: none;
  transition: 0.6s ease;
}
@media screen and (max-width: 767px) {
  .gift .tag-selection {
    padding: 12px 8px;
  }
}
@media (hover: hover) {
  .gift .tag-selection:hover {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }
}
@media (hover: none) {
  .gift .tag-selection:active {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: default;
    transition: 0.2s ease;
  }
}
.gift .selected-tag {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  cursor: default;
}
.gift__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-left: 82px;
  padding-right: 82px;
}
@media screen and (max-width: 1439px) {
  .gift__box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .gift__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gift__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.scroll-to-top {
  display: none;
  border: 1px solid #ff4646;
  background-color: #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 3;
}/*# sourceMappingURL=style.css.map */