/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

.body-wrapper{
  overflow: hidden;
  position: relative;
  width:100% ;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}







a{
    text-decoration: none;
    color: inherit;
}
ul{ 
    list-style: none;
}

.main{
  max-width: 1440px;
  margin: 0 auto;
  
}
.header{
max-width:1276px;
margin: 0 auto;
}



.header__inner{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    margin-right: 0px;

}
.logo__title {
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding:8px 20px ;
}
.logo{
  display: flex;
  align-items: center;
  gap: 0 8px;
  z-index: 100;
}


.menu__list{
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.menu__link{
  display: block;
  padding: 12px 20px;
  border-radius: 12px;
}



@media (hover: hover) and (min-width: 769px){.menu__link:hover{
  transition: 0.3s;
  color: #FF4646;
  background: var(--Static-White-10, #ff46461a);
  cursor: pointer;
}
  }



.gifts-link {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  letter-spacing: 0.05em;
  display: block;
  border-radius: 12px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #FF4646;;
  background-color: #ff46461a;
  cursor: default;
}

.logo_text{
  font-family: Montserrat;
font-size: 12px;
font-weight: 600;
line-height: 15.6px;
letter-spacing: 0.05em;
}
.menu__link{
  font-family: Montserrat;
font-size: 12px;
font-weight: 600;
line-height: 15.6px;
letter-spacing: 0.05em;
}

.burger-wrapper {
  width: 20px;
  height: 9px;
  padding: 0 0 0 0 ;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.5s;
}

/* gifts section */
h1{
    color: #ffffff;   
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.18em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }
    .gifts_title{
        padding: 60px 0 20px 0;
    }

    .gifts{
        background-color: #FF4646;
       background-image: url("../images/bg-garland.png");
       background-repeat: no-repeat;
       background-position: top;
       background-size: 100%;
       border-radius: 20px 20px 20px  20px ;
      }
      .gifts_tab{
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0 0 0 0;
      }
      .all{
        background: var(--Static-White-20, #FFFFFF33);
        padding: 12px 20px;
        border-radius: 12px;
        
      }
      .for{
        cursor: pointer;
        padding: 12px 20px;
        
      }

      
      @media (hover: hover)and (min-width: 769px) {.for:hover{
        background: var(--Static-White-20, #FFFFFF33);
        border-radius: 12px;
        cursor: pointer;
      }
        }



      h2{
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 600;
        line-height: 15.6px;
        letter-spacing: 0.05em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
      }
   

.card_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 20px 0 60px 0;
  }
  .card{
    background-color:#ECF3F8 ;
    border-radius: 20px ;
    cursor: pointer;
    max-width: 310px;
    display: flex;
    flex-direction: column;
     justify-content: space-between;
     
  }
  .card p{
    text-transform: uppercase;
  }
   

       @media (hover: hover)and (min-width: 769px) {.card:hover .text_description{
        color: #FF4646;
        transition: 1.0s;
        cursor: pointer;
         }
        }

  .card_img{
    background: var(--Content-Background, #ECF3F8);
    border-radius: 20px 20px 0 0;
    padding: 0 0 0 0;
    /* height: 100%; */
  }

  .text_vor_what{
    color:  #4361FF;
    
  }
  .ball{
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  
  .text_vor_health{
    color:  #06A44F;
  }
  .text_vor_harmohy{
    color:  #FF43F7;
  }
  .text_description{
    word-break: break-all;
    color: #181C29;
   font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.32px;
  letter-spacing: 0.08em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  .card_text{
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 20px 20px 44px 20px;
    border-radius: 20px;
  }
  .last{
    padding: 20px 20px 20px 20px;
  }

  






























/* footer */

.footer{
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #181C29;
    gap: 66px;
    padding: 60px 0 0 0;
    max-width:1276px;
    margin: 0 auto;
  }
  .number_call{
    color: #181C29;
    
font-family: Montserrat;
font-size: 24px;
font-weight: 600;
line-height: 36.48px;
letter-spacing: 0.16em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

  }
  .text_call{
color: #181C29;
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
line-height: 24.32px;
letter-spacing: 0.08em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
  }

  .footer_card{
    display: flex;
    flex-direction: row;
    justify-content:center;
    gap: 12px;
    margin: 0 8px;
    
  }
  .footer_contacts{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ECF3F8;
    width: 33%;
    gap: 12px;
    border-radius: 20px;
    cursor: pointer;
   
  }

  .modal_body{
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 28, 41, 0.8);
    /* opacity: 0.8; */
    z-index: 100;
    }
    .modal_body.active{
      display: block;
    }


    .modal{
      display: none;
      position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        z-index: 100;
    }
    .modal_card{
      display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-shrink: 0;
        width: 400px;
        cursor: auto;
        border-radius: 20px;
        /* gap: 30px; */
    }
    .modal_card_text{
      background-color: #ffffff;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 8px;
      padding: 20px;
      border-radius: 20px;
    }
    .modal_close{
      position: fixed;
      top: 15px;
      left: 348px;
      width: 40px;
      height: 40px;
      z-index: 100;
    }
    .modal_card_img{
      /* background: var(--Content-Background, #ECF3F8);
      border-radius: 20px 20px 0 0;
      padding: 0 0 0 0; */
      /* height: 100%; */
      display: flex;
      position: relative;
      top: 12px;
      width: 100%;
      height: 230px;
      justify-content: center;
      border-radius: 20px 20px 0 0;
      background: #ECF3F8;
      z-index: 10;
     }


     .text_vor_what{
      text-transform: uppercase;
    }
    .text_description{
      text-transform: uppercase;
    }
    

    .modal_card_img img{
      width: 100%;
      }
      .show {
        display: flex;
        position: 0;
       }

       .superpower{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
       }

       .snowflake-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
       }
       .modal-card-box{
        display: flex
;
    flex-direction: row;
    gap: 12px;
       }
       

      .text_description_all{
        color: var(--Dark);
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.68px;
      }
      .modal_container{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        /* padding: 20px 20px 44px 20px; */
        border-radius: 20px;
      }
.adds_superpowers{
  display:flex;
  flex-direction: column;
  /* padding: 20px 20px 20px 20px; */
}
.superpower_title{
  padding: 0 0 0 0;
  margin-top: 10px;
}
.superpower_title p{
  font-family: Montserrat;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 23.68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181C29;
 }
 .superpower p{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181C29;
 }
  
  @media (hover: hover)and (min-width: 769px) {.footer_contacts:hover a ,.footer_contacts:hover h3,.footer_contacts:hover span {
    
    color: #FF4646;
    transition: 1.0s;
    cursor: pointer;
  }
    }



  .footer_all{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 19px;
       
  }
  .favicon{
    display: flex;
    flex-direction: row;
    gap: 28px;
    cursor: pointer;
  }
  
  .burger_menu{
    display: none;
  }

      @media (hover: hover)and (min-width: 769px) {.favicon>img:hover{
        color: #FF4646;
        cursor: pointer;
          }
        }

 
  .text_call{
    padding-bottom: 20px;
  }
  .footer_img{
    padding-top: 20px;
  }
  .copyright{
   
font-family: Montserrat;
font-size: 15.8px;
font-weight: 400;
line-height: 23.68px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

  }
  .made{
    
font-family: Allura;
font-size: 24px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.05em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

  }
  .burger_menu{
    display: none;
  }
  

      @media (hover: hover)and (min-width: 769px) {.made:hover{
        color: #FF4646;
        cursor: pointer;
          }
        }



  .our{
    padding: 0 0 0 6px;
  }




  @media(max-width: 900px){
    .footer_card{
      flex-direction: column;
      
    }
    .footer_contacts {
      width: 100%;
  }
  }

  @media(max-width: 768px){
    body.noscroll {
      overflow: hidden;
    }
    .popup_burger_menu{
      display: flex;
      position: fixed;
      right: -100%;
      top: 0;
      /* transform: translateX(100%); */
      width: 100%;
      height: 960px;
      background-color: #ffffff;
      transition: all 0.8s;
      margin-top: 63px ;
      
    }
    .modal_body.active{
      display: block;
    }
    .modal {
      position: fixed;
      top: 60%;
    }


    .burger_menu{
      display: flex;
      flex-direction: column;
      width: 100%;
      align-items: center;
      justify-content: center;
      gap: 32px;
      padding: 0 0 0 0;
    }
    .burger_menu__link{
      font-family: Montserrat;
      font-size: 24px;
      font-weight: 600;
      line-height: 36.48px;
      letter-spacing: 0.16em;
    }
    .menu__item {
      pointer-events: none;
      cursor: default;
      border-radius: 12px;
      
  }
    
  .burger_gifts_link {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 36.48px;
    letter-spacing: 0.16em
    
    display: block;
    border-radius: 12px;
    padding: 12px 20px;
    border-radius: 12px;
    color: #FF4646;;
    background-color: #ff46461a;
    cursor: default;
  }


  .nav-item-gifts>a{
    padding: 20px 12px;
    background:#FF4646;
  }
   
    .burger-wrapper {
      display: flex;
      position: relative;
      z-index: 50;
        }
        

    .menu__link{
      display: none;
    }

    .burger-wrapper span {
      width: 100%;
      height: 1px;
      background-color: #181C29;
      border-radius: 1px;
      position: absolute;
      top: 0%;
      left: 0%;
      transition: all 0.8s;
    }
    .burger-wrapper span:nth-of-type(2){
      position: absolute;
      top: 80%;
      left: 0%;
      }

      .header.open .burger-wrapper span:nth-of-type(1){
        transform:translateY(0) rotate(45deg) ;
        top: calc(18% + 3px);
        left: calc(0% - 0px);
      }
      .header.open .burger-wrapper span:nth-of-type(2){
        transform:translateY(0) rotate(-45deg) ;
        left: calc(78% - 16px);
        top: calc(50% + 0px);
      }

      .header.open .popup_burger_menu{
        transform: translate(-100%);
        visibility: visible;
        transition: all 0.9s;
      }



    .menu__link{
      display: none;
    }
    .gifts-link {
      display: none;
    }
    .header__inner{
      padding: 12px 8px;
    margin-right: 10px;
    }
   
  }
  @media(max-width: 480px){
    .gifts_tab{
      gap: 0;
    }
    .all{
      
      padding: 12px 8px;
    }
    .for{
      white-space: nowrap;
      padding: 12px 8px;
    }
  }

  @media(max-width: 380px){
 h1{
    width: 96%;
  }
  .gifts_title {
    padding: 60px 0 20px 17px;
}

  }
  .header.open .popup_burger_menu {
    margin-top: -40px;
  }