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

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

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

/* Выставляем основные настройки по-умолчанию для 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__item{
    
    transition: 1s;
}
.menu__link{
  display: block;
  padding: 12px 20px;
  border-radius: 12px;
}
.burger_menu{
  display: none;
}

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


.logo_text{
  font-family: Montserrat;
font-size: 12px;
font-weight: 600;
line-height: 15.6px;
letter-spacing: 0.05em;
z-index: 100;
}
.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;
}

body{

color:  #181C29;
margin: 0;
padding: 0;
/* 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;
}
.allura-regular {
  font-family: "Allura", serif;
  font-weight: 400;
  font-style: normal;
}


.hero{
     background-color: #FF4646;
    background-image: url("../images/snowflakes.png"),url("../images/christmas_toy.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover ;
    border-radius: 20px 20px 0  0 ;
    
   }


.gift_yourself_inner{
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 12px;
 justify-content: center;
 width: 30%;
 margin: 0px auto;
 padding: 120px 0 120px 0;
 
}

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

p{  font-family: Allura; 
    color: #ffffff;  
   font-size: 24px;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.05em;
   text-align: center;
}
.explore-magical{
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 15.6px;
    color: #ffffff; 
    background: var(--Dark, #181C29);
    padding: 20px 32px;
    border-radius: 20px;
    transition: 0.5s;
  }

@media (hover: hover)and (min-width: 769px) {
  .explore-magical:hover{
  background-color: var(--Dark, #ffffff);
  color:#181C29;
  transition: 1.0s;
  cursor: pointer;
}
a:hover{
  cursor: pointer;
}
}
  }


    


.about_santa{
  /* width: 376px; */
    max-width: 638px;
    min-width: 364px;
    height: 528px;
    overflow: hidden;
    position: relative;
 }
   

.img_santa{
    border-radius: 20px;
   width: 100%;
   height: 528px;
   object-fit: cover;
   object-position: center;
   
   /* border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; */
}


.about{
    display: flex;
    flex-direction:row;
    background-color: #FF4646;
    background-image: url("../images/snowflakes.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size:cover ;
   /* font-family: Montserrat; */
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 15.6px;
    /* padding: 60px 0; */
    
}
.about_inner{
    display: flex;
    flex-direction:row;
    justify-content: center;
    margin: 60px auto;
}
    
    
.text_innner{
  max-width: 1276px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    
    padding-left:  60px;
    background-color: #ffffff;
    width: 100%;
    border-radius: 20px ;
    margin:0 8px ;
    
}
.text_about{
  display: flex;
    flex-direction:column;
  gap: 20px;
  width: 35%;
 
}
h2{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 36.48px;
    letter-spacing: 0.16em;
    text-align: left;
    text-underline-position: from-font;
}
h3{
color: #FF4646;
 
font-family: Allura;
font-size: 24px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.05em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
h4{
    
font-family: Montserrat;
font-size: 14.8px;
font-weight: 400;
line-height: 23.68px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

.slader{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #FF4646;
  background-repeat: no-repeat;
   background-position: center;
   background-size:cover ;
 padding: 60px 0;
 gap: 20px;
 
 
 ;
   background-image: url("../images/snowflakes.png");
}

.slader_text_img{
  display: flex;
  flex-direction: row;
  justify-content: start;
  /* justify-content: end; */
  /* width: 189%; */
  margin: 0 0 0 60px;
  max-width: 1440px;
  overflow: hidden;
 
  
}
.slider_inner{
  display: flex;
  transition:  1.0s ease;
}

.translate_byX{
  translate: var(--offset);
}

.slader-text:first{
  margin-left: 82px;
}

.slader_img>img{
  border-radius: 20px;
  width: 200px;
  height: 200px;
}
.slader-text{
 color: #ffffff;
font-family: Montserrat;
font-size: 80px;
font-weight: 600;
line-height: 97.52px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
padding: 51px 20px;

}

.arrow{
  display: flex;
  flex-direction: row;
  align-self: flex-end;
 padding: 0 80px;
 gap: 20px;
 }
 .arrow svg path{
color: #ffffff;
 }
.arrow-left{
  border: #ffffff solid 1px;
  padding: 16px;
  border-radius: 20px;
  color: #ffffff;
}
.arrow-right{
  border: #ffffff solid 1px;
  padding: 16px;
  border-radius: 20px;
  cursor: pointer;
  color: #ffffff;
}

.not_active{
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}

@media (hover: hover){.arrow-right:hover, .arrow-left:hover{
  background-color: #ffffff;
  color: #FF4646;
  cursor: pointer;
}

  }
  @media (hover: hover){.arrow-right img:hover{
    fill: #FF4646;
  }
    }



.slader_title{
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  } 

.become{
  color: #ffffff;
}
.best_gifts{
  background-color: #FF4646;
  background-image: url("../images/snowflakes.png");
  background-repeat: no-repeat;
   background-position: center;
   background-size:cover ;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 60px 0 ;
}

.best_gifts_title{
color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
}
.card_group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.card{
  background-color:#ECF3F8 ;
  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{
      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;
     }

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

      .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) {.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{
  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;
}
.text_description_all{
  
  font-family: Montserrat;
  font-size: 14px;
  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;
 }

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



.adds_superpowers{
  display:flex;
  flex-direction: column;
  padding: 20px 20px 20px 20px;
}


.card_text{
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 20px 20px 0px 20px;
  border-radius: 20px;
}
.last{
  padding: 20px 20px 20px 20px;
}

.cta_title{
  color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 426px;
    line-height: 36.48px;
  }
  .cta{
    background-color: #FF4646;
    background-image: url("../images/snowflakes.png"),url("../images/bg-forest.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover ;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 180px 0 180px 0 ;
    gap: 20px;
    
  }
  
  .cta_timer{
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* padding-top: 2px;
    padding-bottom: 6px; */
  }
  

  .timer{
   display: flex;
   flex-direction: row;
   color: #ffffff;
   background: var(--Static-White-40, #FFFFFF66);
   border-radius: 20px;
   padding: 8px 12px 12px 12px;
  }
  .number_time{
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;
  }



  .day_hours{
    display: flex;
   flex-direction:column;
   align-items: center;
    width: 80px;
    height: 52px;
  }
  .text_time{
    justify-items:center ;
    font-family: Montserrat;
  }
  .separator{
  height: 5px;
  }
  .timer_separator {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin: 12px 0
    ;
}
  

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

  @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: 14px;
       
  }
  .favicon{
    display: flex;
    flex-direction: row;
    gap: 28px;
    cursor: pointer;    
    padding: 0 0 0 0;
  }
  

      @media (hover: hover) {.favicon>img_favicon:hover{
        color: #FF4646;
        cursor: pointer;
          }
        }


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

padding: 8px 0 0 0
;
  }
  .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;
cursor: pointer;
  }
  @media (hover: hover)and (min-width: 769px) {.made:hover{
    color: #FF4646;

    cursor: pointer;
      }
    }


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


  /*@media(max-width: 768px) */
  
  @media(max-width: 1276px){
    .text_about{
      padding-right: 60px;
  }
  }
  
 
  @media(max-width: 968px){
   
    /* .card_text{
      padding: 20px 20px 20px 20px;
    } */
  }
  @media(max-width: 925px){
   
    .footer_card{
      flex-direction: column;
          }
    .footer_contacts {
      width: 100%;
    }
    
  }
 

  

  @media(max-width: 768px){
    .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 ;
      
    }
   

    .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;
    }
   
    .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.active{
        transform: translateX(0);
        
      }
      .popup_burger_menu.active {
        transform: translateX(0);
        transition: all 0.8s;
      } */
    .gift_yourself_inner{
      width: 56%;
    }
    .slader_text_img{
      margin: 0 0 0 -12px;
    }
    
    .explore-magical{
      padding: 20px 32px;
    }
    .footer {
      gap: 61px;
    }
    .arrow{
      padding: 0 8px;
    }
    .text_about{
      width: 72%;
          }
    .header__inner{
      padding: 12px 8px;
    margin-right: 10px;
    }
    .footer_card{
      margin: 0 8px;
    }
    .header.active{
      display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
    overflow: hidden;
    }
   
    body.noscroll {
      overflow: hidden;
    }
    }
   

  }
 

  @media(max-width: 732px){
    .card_text{
      padding: 20px 20px 20px 20px;
    }
  }
  @media(max-width: 660px){
    .text_innner{
      flex-direction: column;
      padding-left: 0;
    }
    /* .img_santa{
      width: 100%;
    } */
    .about_inner {
      /* padding: 0 8px; */
    }
    .text_about{
      width: 85%;
      margin-top: 60px;
    }
    h4{
      padding-bottom: 37px;
    }
    
  }
  @media(max-width: 425px){
    .text_about{
      width: 85%;
    }
    
    .cta_title{
      width: 96%;
     
    }
    .explore-magical {
      padding: 20px 32px;
      white-space: nowrap;
  }
    
  }

  @media(max-width: 380px){
  
    .about_inner {
      padding: 0 0 0 0;
    }
    .about_santa {
      /* width: 175%; */
      overflow: hidden;
      background-position: center;
    }
    .text_innner{
      overflow: hidden;
    }
    .card_text {
      padding: 20px 20px 44px 20px;
    }
    .last{
      padding: 20px 20px 20px 20px;
    }
    .gift_yourself_inner {
      padding: 120px 16px ;
      width: 100%;
                
    }
    .header.open .popup_burger_menu {
      margin-top: -40px;
    }
    .title{
      display: flex;
      justify-content: center;
    }
    .text_about{
      margin: 60px 0 0 0;
      align-content: start;
      justify-content: center;
      width: 89%;
      padding-right: 0px;
    }
    .arrow {
      padding: 0 6px;
    }
    .cta_title{
      /* width: 85%; */
    }
h2{
  text-align: center;
}
.text_about>h2{
  text-align: left;
}

h4{
  padding-bottom: 60px;
}
    
  }