/*Обнулення*/
* {
  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 {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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; }

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: inherit; }


/*Стилі*/

.box{
  width: 100%;
  background:  url("../img/Image.webp") center/cover no-repeat;
  height: 100%;

}


.wrapper {
  overflow: hidden;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
 background-color: #2d2d2d;
 box-shadow: 0 2px 2px 0 rgba(11, 16, 28, 0.25);
  
}
.header::before{
  content: ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
  z-index: 5;
}
.header-body {
position: relative;

display: flex;
justify-content: space-between;
height: 80px;
align-items: center;
}

.container1 {
  max-width: 1362px;
  margin: 0 auto;
  padding: 0 30px;
}
.header-list{
  display: flex;
}
.header-list li{
   list-style: none;
   margin: 0 0 0 40px;
}
.header-link {
  color: #f5f5f5;
  font-family: 'SignikaNegative', sans-serif;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.35;
}
.header-link:hover {
  color: #dc3c56;
}

.burger {
  display: none;  
 
}
.header-logo {
  width: 308px;
  height: 66px;
 padding: 0 10px;
}
.header-logo img{
  max-width: 100%;
  display: block;
}
.conteiner2{
 margin: 0 auto;
  
  padding: 200px 30px 100px 30px;
 
}
.main-logo p{
  font-family: 'DMSans', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #f5f5f5;
  text-align: left;

}
.main-logo img{
  max-width: 100%;
}
.main-logo{
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}

.text1{
  margin-top: 48px;
  margin-bottom: 48px;
 
  
}
.text2{
 
  margin-bottom: 48px;

}
.button{
  display: block;
  font-family: 'SignikaNegative', sans-serif;
  font-size: 20px;
  font-weight: 600;
  width: 220px;
  height: 59px;
  padding: 16px 18px;
  border-radius: 4px;
  background-color: #e25d72;
  color: #f5f5f5;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 100%;
}
.button:hover{
  background-color: #9F3546;
}
.button img{
  
  padding: 7px;
  margin-top: -5px;
  margin-bottom: 0;
}
.whatsapp-link {
  position: relative;
  content: '';
  right: -85%;
 top: 20px;
 box-shadow: 0 2px 2px 0#0b101c;
}





/*Адаптив*/
@media (max-width:834px){
  body.lock{
  overflow: hidden;
}
.header-menu {
 position: fixed;
 content: ;
  top: -100%;
  overflow: auto;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 1.5s;
  background-color: #2d2d2d;
}
.open.active{
  transition-duration: 3s;
  
  transform: rotate(180deg);
}

.header-menu.active{
  top: 0;
  transition-duration: 1.5s;
}
.header-link{
  display: inline-block;
  font-size: 25px;
  padding-bottom: 100px;

}
.header-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 200px 0;

}




.open{
  transition-duration: 3s;
}

.burger{
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  z-index: 4;
  top: 0;
  transform: scale(1.0);
 }

 .header-logo{
    z-index: 50;
  }

}
@media (max-width:838px){
  .header-menu{
    z-index: 1;
  }
  .burger{
    display: flex;
    justify-content: flex-end;

  }
  
.header-logo{
  width: 200px;
  height: 47px;
}
}
@media (max-width:425px){
  .header{
    height: 50px;
  }
  .header-logo{
    opacity: 1;
  }
  .burger{
     display: flex;
    align-items: center;
    position: absolute;
    content: ;
    top: 0;
    right: 0;
    padding-top: 22px;
  }
  .button{
    width: 100%;
    text-align: center;
  }
  
.header-body{
  display: flex;
  align-items: flex-start;
}
}


