body{
  font-family: 'Roboto', sans-serif;
}
.header{
  background:#ffffff;
  padding:20px 0;
  width: 100%;
  position: fixed;
  border-bottom: 2px solid #1d1c1c;
  z-index: 2;
  transition: all .3s ease;
  margin: 0 auto;
  
  
}
.header.out {
transform: translateY(-100%);
}
.container{
  
  max-width: 1140px;
  margin: 0 auto;

}
.header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
 
}
.logo{
  display: flex;
  align-items: center;
  padding-right: 50px;
}


.logo-bold{
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: black;
  text-decoration: none;
  
  
  
}
.header-search{
  
  padding-right: 30px;
  
}


.check{
  width: 30px;
  height: 2px;
  background: black;
  transition: 500ms linear;

}

.check:not(:last-of-type){
  margin-bottom: 4px;
}

.menu{
  display: flex;
  align-items: center;
}

.checkbox, .checkbox-wrapper{
  display: none;
}


.header-nav{
  display: flex;
  align-items: center;

  position: relative;
  
  
}

.header-li{
  display: inline-block;
  margin-left: 100px;

}

.header-li>a {
  font-size: 18px;
  line-height: 25px;
  color: #2B292D;
  text-decoration: none;
  cursor: pointer;


}
.header-nav>a{
  padding-left: 20px;
}
.header-acc, .header-log{
  padding-left: 67px;
  border: none;
  background: #FFFFFF;
}
.header-acc>a{
  color: #2B292D;
  text-decoration: none; 
}

.header-li>a:hover{
  font-weight: bold;

}



.fa-instagram{
  position: absolute;
  top: 10px;
  right: 40px;
}
.fa-facebook-square{
  position: absolute;
  top: 10px;
  right: 20px;
}
.fa-youtube{
  position: absolute;
  top: 10px;
  right: 0;
}  
.title-create{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    padding-left: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.section-create{
  padding-top: 150px;
  padding-bottom: 150px;
}
#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 290px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
.flex-drag{
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
}
.btn-1{
  background: #FF0000;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
}
.btn-2{
  background: #17BA09;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
}
.create-flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.input-flex{
  position: relative;
}
.input-holder{
  margin-bottom: 30px;
  position: relative;
}
.input, .input-holder{
  width: 100%;
  max-width: 330px;
}

.input {
  padding-top: 5px;
  padding-left: 105px;

  background: rgba(196, 196, 196, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 146.4%;
  color: #000000;
  border: none;
     
}
.input::placeholder{
  color: black;
  visibility: hidden;
}
.label{
  position: absolute;
  top: -20px;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 152%;
  color: #020202;
}
.descrp{
  padding-top: 100px;
}

.btn-position{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button-del{
  font-weight: 300;
font-size: 14px;
line-height: 17px;

color: #000000;
padding: 10px 30px;
border: none;
background: #ffffff;
}
.button-confirm{
  background: #FF9D2A;
border-radius: 3px;

font-weight: 300;
font-size: 18px;
line-height: 22px;

color: #000000;
padding: 6px 12px;
border: none;
}
.button-del:hover{
  cursor: pointer;
  background: #999;
}
.button-confirm:hover{
  cursor: pointer;
  background: #000000;
  color: #FF9D2A;
}




.footer{
  background: #6F716E;
  padding: 50px;
  

}


.get-app-footer{
  background: #6F716E;
  font-weight: 600;
  font-size: 20px;
  line-height: 146.4%;
  color: #000000;
  padding-top: 108px;
  padding-left: 950px;
}
.footer-google-play, .footer-app-store{
  padding-top: 50px;
  margin-right: 50px;
  border: none;
  background-color: #6F716E;
  padding-left: 900px;
}
.footer-app-store{
  padding-left: 950px;
}


.footer-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 146.4%;
  color: #FFFFFF;
}
.footer-logo-regular{
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  
}
.footer-logo-bold{
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.footer-logo-regular>li{
  padding: 10px 0 10px 0;
}
.down-text{
  max-width: 160px;
  font-weight: normal;
  font-size: 8px;
  line-height: 9px;
  color: #FFFFFF;
  padding: 100px 500px 0 ;
}
.footer-li>a{
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}




/* бургерное меню */

@media (max-width: 1090px){
  .checkbox, .checkbox-wrapper{
      display: block;
  }

  .header-nav{
      display:none;
  }

  .menu{
      position: relative
  }

  .checkbox-wrapper{
      z-index: 2;
  }

  .checkbox{
      position: absolute;
      z-index: 3;
      display: block;
      width: 30px;
      height: 30px;
      opacity: 0;
  }

  .checkbox:checked ~ .checkbox-wrapper>.check:first-of-type{
     transform: rotate(45deg) translate(3px, 3px)
  }

  .checkbox:checked ~ .checkbox-wrapper>.check:last-of-type{
      transform: rotate(-45deg) translate(5px, -6px)
  }

  .checkbox:checked ~ .checkbox-wrapper>.check:nth-child(2){
      opacity: 0;
  }

  .checkbox:checked ~ .header-nav{
      display: block;
      position: fixed;
      background: beige;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
  }

  .header-nav{
      text-align: center;
  }

  .header-li, .header-log, .header-acc{
      display: block;
      margin-right: 0;
      margin-bottom: 20px;
      
  }

  ul{
      margin-top: 10%;
  }
}




@media (max-width: 1140px){
  .container{
    max-width: 950px;
  }
  .header{
    padding: 15px 0;
  }
    
.header-acc, .header-log {
    padding-left: 367px;
    
    
}

.down-text {
        
  padding: 10px 50px 0;
  padding-left: 400px;
}

}
/* для планшетов */
@media (max-width: 1000px){
  .container{
      max-width: 850px;
  }
  .logo {
        
    margin-right: 0;
}
.header-search {
    padding-left: 20px;
    padding-right: 100px;
}
.menu {
    position: relative;
    padding-bottom: 50px;
    padding-right: 100px;
}
.header-nav>a {
    padding-left: 100px;
}
.header-acc, .header-log {
    border: none;
    background: beige;
    margin-left: 250px;
}
.header-acc {
    padding: 10px;
    margin-left: 495px;
}
.header-log {
    padding: 10px;
    margin-left: 510px;
}
}






/* для мобильных */
@media(max-width:550px){
  .container{
      max-width: 450px;
      
  }
  .header-container {
    flex-direction: column;
    
}
.header {
  padding: 15px 0;
  padding-left: 70px;
}

.logo {
    margin-left: -260px;
}
.header-search {
    
    margin-right: 80px;
}
.menu {
    padding-left: 300px;
    
    
}
.header-log {
    padding: 10px;
    margin-left: 280px;
}
.header-acc {
    padding: 10px;
    margin-left: 265px;
}
.fa-instagram {
        
  top: 0;
  right: 80px;
  bottom: 160px;
}
.fa-facebook-square{
  top: 0;
  bottom: 160px;
  right: 60px;
}
.fa-youtube {
  top: 0;
  right: 40px;
}
.title-create {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  padding-left: 120px;
  padding-bottom: 50px;
  margin-top: 50px;
  padding-top: 50px;
}
  .create-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
  .input-flex {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;

}
.down-text {
  padding: 10px 50px 0;
  padding-left: 150px;
}

}
@media(max-width:480px){
  .container{
      max-width: 430px;
      
  }
  
  .header-search {
    padding-left: 0;
    
}

.header-log {
    padding: 10px;
    margin-left: initial;
    margin-left: 250px;
}
.header-acc {
    padding: 10px;
    margin-left: initial;
    margin-left: 230px;
}
.fa-instagram {
    top: -120px;
    bottom: 160px;
    right: 120px;
}
.fa-facebook-square {
    top: -120px;
    bottom: 160px;
    right: 100px;
}
.fa-youtube {
    top: -120px;
    right: 80px;
}
.footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.footer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 146.4%;
  color: #FFFFFF;
  padding-bottom: 50px;
}
.footer-logo-regular {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  padding-bottom: 50px;
}
.footer-logo-regular>li {
  padding: 20px 0 20px 0;
}
.down-text {
  padding: 10px 50px 0;
  padding-left: 100px;
}

}


