@font-face {
  font-family: "Montserrat";
  src: url("./../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Allura";
  src: url("./../fonts/Allura-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/*Normalize*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  box-sizing: border-box;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  position: relative;
  font-family: Montserrat;
  scrollbar-gutter: stable;
}

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;
}

@media (hover: hover) {
  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: 400;
}

/*--------------------*/
.bigred {
  font-size: 20px;
  color: red;
}

/*Normalize*/
/*mixins*/
/*mixins*/
svg path {
  fill: inherit;
  stroke-width: inherit;
  transition: all 0.5s ease;
}

.overlay {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(24, 28, 41, 0.8);
  top: 64px;
}

.overlay_open {
  display: block;
  cursor: pointer;
}

.overlay_position {
  top: 0px;
}

.body {
  background-color: #ffffff;
  transition: all 1s ease;
}

.body_overflow {
  overflow: hidden;
}

.main_container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

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

.inner_container {
  padding-left: 82px;
  padding-right: 82px;
}

@media (max-width: 1280px) {
  .inner_container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.h3 {
  font-family: Allura;
  font-weight: 400;
  font-size: 150%;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 235px;
  border-radius: 20px;
  padding: 20px 33px;
  background-color: #181c29;
  transition: all 0.5s ease;
}

.button_text {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

@media (hover: hover) {
  .button:hover {
    background-color: #ffffff;
    cursor: pointer;
  }
  .button:hover > .button_text {
    color: #181c29;
  }
}
/*popop*/
.popup {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  background-color: #ecf3f8;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 420px) {
  .popup {
    left: 10px;
    right: 10px;
  }
}
.open_popup {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 64;
}

.popup_close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  transition: all 0.5s ease;
}

.popup_close_line {
  height: 2px;
  width: 30px;
  background-color: #181c29;
}

.popup_close:hover > .close_line_1 {
  background-color: #ff4646;
}

.popup_close:hover > .close_line_2 {
  background-color: #ff4646;
}

.close_line_1 {
  position: absolute;
  rotate: 45deg;
}

.close_line_2 {
  position: absolute;
  rotate: -45deg;
}

.popup_image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 115px;
  padding-bottom: 115px;
  background-image: url(./../../assets/images/gift-for-work.png);
  background-position: 50% 50%;
  background-size: cover;
  max-height: 230px;
}

.popup_img {
  width: 100%;
}

.popup_details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.popup_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup_category {
  font-weight: 600;
  font-size: 75%;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181c29;
}

.popup_name {
  font-weight: 600;
  font-size: 100%;
  line-height: 152%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #181c29;
}

.popup_description {
  font-weight: 400;
  font-size: 100%;
  line-height: 148%;
  color: #181c29;
}

.popup_power {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.power_title {
  font-weight: 600;
  font-size: 75%;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181c29;
}

.power_values {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.power_item {
  display: grid;
  gap: 11px;
  grid-template-columns: 2.8fr 0.35fr 0.5fr;
  justify-content: center;
}

.power_item_title {
  font-weight: 400;
  font-size: 100%;
  line-height: 148%;
}

.power_item_value {
  font-weight: 400;
  font-size: 100%;
  line-height: 148%;
}

.power_item_snowflakes {
  display: flex;
  align-items: center;
}

.power_snowflakes {
  max-height: 16px;
}

/*popop*/
.header {
  position: relative;
}

.header_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1280px) {
  .header_block {
    padding-bottom: 10px;
  }
}
.nav_logo_link {
  display: flex;
  gap: 7px;
  padding: 8px 20px;
  align-items: center;
}

.logo_text {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181c29;
}

.burger {
  display: none;
  cursor: pointer;
  padding: 16px 10px;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 1s ease;
}

.burger_open {
  position: relative;
  min-width: 42px;
  min-height: 42px;
}

.burger_line {
  width: 22px;
  height: 2px;
  background-color: #181c29;
  transition: all 1s ease;
}

@media (hover: hover) {
  .burger:hover > .burger_line {
    background-color: #ff4646;
  }
}
.burger_line_open_1 {
  position: absolute;
  rotate: 45deg;
}

.burger_line_open_2 {
  position: absolute;
  rotate: -45deg;
}

@media (max-width: 768px) {
  .burger {
    display: flex;
    transition: all 0.5s ease;
  }
}
.menu_block_burger {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .menu_block_burger {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -100%;
    top: 99%;
    z-index: 5;
    width: 100%;
    transition: all 1s ease;
    background-color: #ffffff;
    align-items: center;
    z-index: 3;
  }
}
.navigation_list {
  display: flex;
  gap: 9px;
}

.nav_item {
  display: flex;
  align-items: center;
  border-radius: 12px;
  transition: all 0.5s ease;
}

@media (hover: hover) {
  .nav_item:hover {
    cursor: pointer;
    background-color: rgba(255, 70, 70, 0.1);
  }
  .nav_item:hover > .nav_item_link {
    color: #ff4646;
  }
}
.nav_item_link {
  display: block;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #181c29;
}

@media (max-width: 768px) {
  .navigation_list {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    gap: 8px;
  }
  .nav_item {
    justify-content: center;
  }
  .nav_item_link {
    font-weight: 600;
    font-size: 24px;
    line-height: 152%;
    letter-spacing: 0.16em;
  }
}
.main {
  flex: 1 0 auto;
}

.hero {
  display: flex;
  justify-content: center;
}

.hero_container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ff4646;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(./../../assets/images/bg-ball.png), url(./../../assets/images/bg-snow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
}

.hero_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 426px;
}

.about {
  display: flex;
  justify-content: center;
}

.about_container {
  background-color: #ff4646;
  background-image: url(./../../assets/images/bg-snow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about_block {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  align-items: center;
}

@media (max-width: 660px) {
  .about_block {
    flex-direction: column;
  }
}
.about_text_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  max-width: 486px;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.about_title_1 {
  color: #ff4646;
}

.about_title_2 {
  color: #181c29;
  text-align: start;
  font-size: 150%;
}

.about_text {
  line-height: 148%;
  color: #181c29;
}

.about_image {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 264px 0px 264px 0px;
  width: 50%;
  background-image: url(./../../assets/images/santa.png);
  background-position: 50% 50%;
  background-size: cover;
}

.about_img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1280px) {
  .about_text_block {
    width: 42%;
  }
}
@media (max-width: 660px) {
  .about_block {
    flex-direction: column;
  }
  .about_text_block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 62px;
    width: 100%;
  }
  .about_image {
    width: 100%;
  }
  .about_title_2 {
    letter-spacing: 4px;
  }
}
.slider_section {
  display: flex;
  justify-content: center;
}

.slider_container {
  background-color: #ff4646;
  width: 100%;
  background-image: url(./../../assets/images/bg-snow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.slider_titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider_title_2 {
  font-size: 150%;
  line-height: 152%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.slider {
  display: flex;
  flex-grow: 1;
  max-width: 1358px;
  height: 200px;
  position: relative;
  transition: all 1.5s ease;
}

.slider_move_block {
  display: flex;
  height: 100%;
  gap: 20px;
  position: absolute;
  transition: all 2s ease;
  top: 0;
  left: 0;
}

.slide {
  display: flex;
  gap: 17px;
  height: 100%;
  align-items: center;
}

.slide_title {
  font-weight: 600;
  font-size: 500%;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}

.slide_image {
  max-width: 200px;
}

.slide_img {
  width: inherit;
  max-width: 200px;
  max-height: 200px;
  border-radius: 20px;
}

.slider_controls {
  display: flex;
  gap: 20px;
  align-self: flex-end;
}

.controls_arrow {
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.5s ease;
}

@media (hover: hover) {
  .controls_arrow:hover svg path {
    color: #ff4646;
    stroke: #ff4646;
  }
  .controls_arrow:hover {
    background-color: #ffffff;
    border-color: #ff4646;
  }
}
.pointer_events {
  pointer-events: none;
  cursor: auto;
  border-color: rgba(255, 255, 255, 0.4);
}

.pointer_events > svg {
  color: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
  stroke: rgba(255, 255, 255, 0.4);
}

.pointer_events > svg > path {
  color: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
  stroke: rgba(255, 255, 255, 0.4);
}

.best_gifts {
  display: flex;
  justify-content: center;
}

.best_gifts_container {
  background-color: #ff4646;
  width: 100%;
  background-image: url(./../../assets/images/bg-snow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.best_gifts_block {
  display: flex;
  flex-direction: column;
  gap: 16.5px;
}

.best_gifts_titles {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.best_gifts_title_2 {
  font-size: 150%;
  line-height: 152%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gifts_cards_block {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.gift_card {
  background-color: #ecf3f8;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 2.03fr 1fr;
  flex-direction: column;
  border-radius: 20px;
  max-width: 310px;
  cursor: pointer;
  transition: all 0.5s ease;
}

@media (max-width: 1050px) {
  .gifts_cards_block {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .gift_card {
    grid-template-rows: 2.038fr 1fr;
  }
  .gift_card:nth-child(odd) {
    justify-self: end;
  }
}
@media (max-width: 660px) {
  .gifts_cards_block {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
  }
  .gift_card {
    justify-self: center;
    grid-template-rows: 2.05fr 1fr;
  }
  .gift_card:nth-child(odd) {
    justify-self: center;
  }
}
.gift_img {
  width: 100%;
}

.gift_info {
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (hover: hover) {
  .gift_card:hover > .gift_info > .gift_title_2 {
    color: #ff4646;
  }
}
.gift_title_1 {
  font-weight: 600;
  font-size: 75%;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.for_work {
  color: #4361ff;
}

.for_health {
  color: #06a44f;
}

.for_harmony {
  color: #ff43f7;
}

.gift_title_2 {
  font-weight: 600;
  line-height: 152%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.5s ease;
  white-space: nowrap;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gifts {
  display: flex;
  justify-content: center;
}

.gifts_container {
  background-color: #ff4646;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url(./../../assets/images/bg-snow.png), url(./../../assets/images/bg-forest.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gifts_block {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 426px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.gifts_title {
  font-size: 150%;
  line-height: 152%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gifts_timer_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  gap: 11px;
}

@media (max-width: 660px) {
  .gifts_timer_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gifts_timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1px;
  padding: 8px 12px 10px 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  gap: 1px;
}

.timer_number {
  width: 100%;
  font-weight: 600;
  font-size: 150%;
  line-height: 152%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.timer_number:not(:nth-child(4)):after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0%;
  height: 60%;
  border-right: 1px solid #ffffff;
}

.timer_text {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.footer_block {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.cards_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.card {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
  border-radius: 20px;
  gap: 12px;
  background-color: #ecf3f8;
  transition: all 0.5s ease;
}

@media (hover: hover) {
  .card:hover > .card_number {
    color: #ff4646;
  }
  .card:hover > .card_title {
    color: #ff4646;
  }
}
.card_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_number {
  font-weight: 600;
  font-size: 150%;
  line-height: 152%;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #181c29;
  transition: all 0.5s ease;
  max-width: 377px;
}

@media (max-width: 1280px) {
  .cards_block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 12px;
  }
  .card_number {
    letter-spacing: 4.2px;
  }
}
.card_title {
  font-weight: 600;
  font-size: 100%;
  line-height: 152%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #181c29;
  transition: all 0.5s ease;
}

.media_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.5px;
}

.media_links {
  display: flex;
  gap: 12px;
}

.media_link {
  transition: all 0.5s ease;
}

.media_img {
  transition: all 0.5s ease;
}

@media (hover: hover) {
  .media_link:hover svg path {
    color: #ff4646;
    stroke: #ff4646;
  }
}
.media_rights {
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #181c29;
}

.media_author {
  display: block;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #181c29;
}

@media (hover: hover) {
  .media_author:hover {
    color: #ff4646;
  }
}/*# sourceMappingURL=index.css.map */