html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
}

a {
  text-decoration: none;
}

.page-content {
  position: relative;
  overflow: hidden;
}

h1 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181C29;
  margin: 0;
}
h4.h-4--green {
  color: #06A44F;
}
h4.h-4--pink {
  color: #FF43F7;
}
h4.h-4--blue {
  color: #4361FF;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #181C29;
  margin: 0;
}

p {
  margin: 0;
}

.wrapper-page {
  max-width: 1440px;
  margin: 0 auto;
}

.horizonal-wrapper {
  margin-left: 82px;
  margin-right: 82px;
}
@media (max-width: 768px) {
  .horizonal-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.caption {
  font-family: Allura, cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #181C29;
}

.horizonal-wrapper {
  padding: 60px 0;
}

.header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px 20px;
  column-gap: 8px;
}
.logo__image {
  background-image: url(pictures/svgs/snowflake.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.logo__text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181C29;
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }
}

.list-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 8px;
  margin: 0;
  padding: 0;
}

.list-item {
  list-style-type: none;
}
.list-item__link {
  display: block;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181C29;
  border-radius: 14px;
}

.link--colored {
  cursor: default;
  color: #FF4646;
  background-color: rgba(255, 70, 70, 0.1);
}

.gifts__content {
  background-color: #FF4646;
  background-image: url(pictures/backgrounds/bg-garland.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.gifts__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
.gifts__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.gifts__h-1 {
  width: 426px;
  margin: 0 auto;
}
@media (max-width: 504px) {
  .gifts__h-1 {
    width: auto;
  }
}
.gifts__tags {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 8px;
}
@media (max-width: 500px) {
  .gifts__tags {
    column-gap: 0px;
  }
}
.gifts__tag {
  padding: 12px 20px;
  border-radius: 14px;
}
.gifts__tag span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.gifts__tag:first-child {
  cursor: default;
}
@media (max-width: 466px) {
  .gifts__tag {
    padding: 12px 8px;
  }
}

.cards-container__card {
  background-color: #ECF3F8;
  border-radius: 20px;
  cursor: pointer;
  width: 310px;
  height: 342px;
}

.tag--colored {
  background-color: rgba(255, 255, 255, 0.4);
}

.card {
  background-color: #ECF3F8;
  border-radius: 20px;
  width: 310px;
  height: 342px;
  cursor: pointer;
}
.card__image1 {
  background-image: url(pictures/big_images/gift-for-work.png);
}
.card__image2 {
  background-image: url(pictures/big_images/gift-for-health.png);
}
.card__image3 {
  background-image: url(pictures/big_images/gift-for-harmony.png);
}
.card__text-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.card-text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 72px;
}

.card-image {
  width: 310px;
  height: 230px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__conainer {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.footer__top {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  row-gap: 12px;
}
@media (max-width: 1200px) {
  .footer__top {
    flex-wrap: wrap;
  }
}
.footer__image {
  width: 80px;
  height: 80px;
}
.footer__card {
  background-color: #ECF3F8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  width: 33%;
  padding: 20px;
}
@media (max-width: 1200px) {
  .footer__card {
    width: 100%;
  }
}
.footer__span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #181C29;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}

.svg-santa {
  background-image: url(pictures/svgs/santa-claus.svg);
}

.svg-christmas-tree {
  background-image: url(pictures/svgs/christmas-tree.svg);
}

.svg-snake {
  background-image: url(pictures/svgs/snake.svg);
}

.socials {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
}
.socials__image {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.telergram {
  background-image: url(pictures/small_images/telegram.png);
}

.facebook {
  background-image: url(pictures/small_images/facebook.png);
}

.insta {
  background-image: url(pictures/small_images/instagram.png);
}

.x {
  background-image: url(pictures/small_images/X.png);
}

.copyright {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181C29;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: transparent;
  padding: 16px 10px;
}
@media (max-width: 768px) {
  .burger {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}
.burger__line {
  position: relative;
}
.burger__line::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #181C29;
}

@media (hover: hover) {
  .list-item__link:hover {
    transition: 0.5s;
    color: #FF4646;
    background-color: rgba(255, 70, 70, 0.1);
  }
  .footer__caption:hover {
    transition: 0.5s;
    color: #FF4646;
    cursor: pointer;
  }
  .telergram:hover {
    transition: 0.3s;
    background-image: url(pictures/small_images/telegram-red.png);
  }
  .facebook:hover {
    transition: 0.3s;
    background-image: url(pictures/small_images/facebook-red.png);
  }
  .insta:hover {
    transition: 0.3s;
    background-image: url(pictures/small_images/instagram-red.png);
  }
  .x:hover {
    transition: 0.3s;
    background-image: url(pictures/small_images/X-red.png);
  }
  .footer__card:hover span {
    transition: 0.5s;
    color: #FF4646;
  }
  .footer__card:hover h3 {
    transition: 0.5s;
    color: #FF4646;
  }
  .gifts__tag:hover {
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
  }
  .cards-container__card:hover h3 {
    transition: 0.5s;
    color: #FF4646;
  }
}
.burger {
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background-color: transparent;
  padding: 16px 10px;
  z-index: 101;
  transition: all 0.5s linear;
}
@media (max-width: 768px) {
  .burger {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }
}
.burger__line {
  position: relative;
  transition: all 0.5s linear;
}
.burger__line::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #181C29;
  transition: all 0.5s linear;
  margin: 0 auto;
}

.burger-line-1::before {
  animation: defBurgerMinus 0.5s ease-in forwards;
}

.burger-line-2::before {
  animation: defBurgerPlus 0.5s ease-in forwards;
}

.burger-menu {
  transform: translateX(100%);
  transition: all 0.5s linear;
  position: absolute;
  right: 0%;
  top: 0%;
  background-color: #FFFFFF;
  display: none;
  width: 100%;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  height: calc(100vh - 64px);
  margin-top: 64px;
}
@media (max-width: 768px) {
  .burger-menu {
    display: block;
  }
}

.relise-burger {
  transform: translateX(0);
}

.no-vertical-scroll {
  overflow-y: hidden;
}

.burger-cross {
  row-gap: 0px;
}

.plus45::before {
  animation: linePlus 0.5s ease-in forwards;
}

.minus45::before {
  animation: lineMinus 0.5s ease-in forwards;
}

.nav-burger {
  background-color: #FFFFFF;
  height: 100%;
}
.nav-burger__list {
  padding: 0;
  list-style-type: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-burger {
  row-gap: 8px;
  margin: 0;
}
.list-burger__item {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.list-burger__item a {
  color: #181C29;
  padding: 12px 20px;
  display: block;
}

.card__description {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181C29;
}

.invisible {
  display: none;
}

.screen-modal {
  background-color: rgba(24, 28, 41, 0.8);
  position: fixed;
  z-index: 800;
  top: 0px;
  width: 100%;
  height: 110vh;
}

.screen-modal--active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  height: 514px;
  max-width: 400px;
  min-width: 364px;
  background-color: #ECF3F8;
  border-radius: 20px;
}
.modal__image {
  height: 230px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}
.modal__text-container {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
}
.modal__description {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.modal__stat {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.modal__stat-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal__score-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 164px;
}
.modal__span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181C29;
  width: 184px;
}
.modal__score-span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #181C29;
  width: 40px;
}
.modal__container-stars {
  display: flex;
  width: 112px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
}

.model__container-stars {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
}

.star {
  width: 16px;
  height: 16px;
  padding-top: 2px;
}

@keyframes lineMinus {
  0% {
    transform: rotate(0deg);
    width: 20px;
  }
  50% {
    width: 0px;
  }
  100% {
    transform: rotate(-45deg);
    width: 20px;
  }
}
@keyframes linePlus {
  0% {
    transform: rotate(0deg);
    width: 20px;
  }
  50% {
    width: 0px;
  }
  100% {
    transform: rotate(45deg);
    width: 20px;
  }
}
@keyframes defBurgerMinus {
  0% {
    transform: rotate(-45deg);
    width: 20px;
  }
  50% {
    width: 0px;
  }
  100% {
    transform: rotate(0);
    width: 20px;
  }
}
@keyframes defBurgerPlus {
  0% {
    transform: rotate(45deg);
    width: 20px;
  }
  50% {
    width: 0px;
  }
  100% {
    transform: rotate(0);
    width: 20px;
  }
}

/*# sourceMappingURL=styleGifts.css.map */
