@media screen and (min-width: 1024px) {
  .container{
    max-width: 768px;
  }

  .hide-on-desktop{
    display: none !important;
  }
  
  .hide-on-mobile{
    display: flex !important;
  }

  #main-header{
      background-color: transparent;
      height: 100px;
      transition: background-color 0.3s;
  }
  #hero p{
    max-width: none;
  }
  #hero button{
    width: 220px;
    margin: auto ;
    height: 40px;
    font-size: 16px;
    font-family: GothamBold;
  }
  #product button{
    width: 220px;
    height: 40px;
    margin: auto;
    font-size: 16px;
  }
  #header-content{
    padding: 27px 60px;
  }
  #swiper-info{
    max-width: 500px;
  }
  #product b{
    text-decoration: underline;
  }
  #swiper-info div{
    padding-top: 80px;
  }
  #advantages .container{
    padding-top: 200px;
  }
  #pic-absolute1{
    height: auto;
    margin-top: -70px;
  }
  #pic-absolute2{
    height: auto;
    bottom: -250px;
  }
  h3 span{
    text-decoration: underline;
  }
  #order-visual{
    flex-direction: row;
    align-items: flex-start;
  }
  .step-1-img{
    margin-top: -20px;
    height: 400px;
    width: auto;
  }
  #step-1 p{
    text-align: left;
  }
  #order-description{
    align-items: flex-start;
    gap: 0px;
    justify-content: flex-start;
    margin-top: 15px;
  }
  .number-button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
  }
  .order-button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-family: GothamBold;
  }
  .buttons-box{
    flex-direction: row;
    padding-top: 55px;
  }
  .number-button p {
    font-size: 16px;
  }
  .order-button {
    font-size: 16px;
  }
  #show-details {
    font-size: 16px;
  }
  #description {
    font-size: 16px;
    padding-top: 58px;
  }
  #price{
    padding-top: 30px;

  }
  #show-details{
    padding-top: 26px;
  }
  #bar-segment hr{
    width: 164px;
  }
  .hr-div{
    width: fit-content;
  }
  #black-box{
    height: 230px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  #adress-info p{
    padding-top: 0;
    padding-bottom: 25px;
    padding-right: 170px;
  }
  #terms-conditions{
    padding-right: 110px;
    align-items: left;
  }
  #terms-conditions a{
    text-align: left;
  }
  #black-box-bar{
    justify-content: flex-start;
    flex-direction: row;
    gap: 0;
  }
  #black-box-bar p{
    text-align: left;
  }
  #green-box{
    height: 90px;
    flex-direction: row;
    gap: 195px;
  }
  .contacts-box{
    flex-direction: row;
  }
  #satisfied-users{
    max-height: 1090px;
  }
  #header-content button{
    background-color: rgb(37, 189, 117);
    border: none;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    width: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
  }
  .step-active{
    flex-direction: row;
  }
  .step-2-title{
    font-size: 30px;
  }
  .line-1{
    flex-direction: row;
    justify-content: space-between;
  }
  .step-2-img{ 
    width: 130px;
    height: 140px;
  }
  .line-1-wrapper{
    flex-direction: row;
    gap: 60px;
  }
  .discount input::placeholder {
    color: white;
  }
  .discount-box{
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .discount{
    height: 40px;
  }
  .discount button{
    height: 40px;
  }
  .discount-wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .discount-wrapper p{
    font-size: 16px;
  }
  .price-total{
    flex-direction: row;
    font-size: 16px;
    width: 250px;
    justify-content: space-between;
    align-items: center;
  }
  .line-2{
    width: 100%;
  }
  .nav-buttons{
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .nav{
    height: 40px;
  }
  .nav-fd{
    width: 200px;
    font-family: GothamBold;
    font-size: 16px;
  }
  .nav-bd{
    width: 150px;
    font-size: 16px;
  }
  .price{
    font-size: 20px;
  }
  .step-1-row-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 966px;
  }
  #final-price{
    font-size: 20px;
    font-weight: bold;
  }
  .title-box{
    align-items: flex-start;
  }
  .radio-input label{
    font-size: 16px;
  }
  .radio-box{
    flex-direction: row;
    margin-top: 50px;
  }
  .input::placeholder{
    color: transparent;
  }
  .input{
    height: 40px;
  }
  .long-input{
    width: 380px;
  }
  .personal-info{
    justify-content: space-between;
  }
  #company-info{
    justify-content: space-between;
  }
  .step-3-wrapper{
    max-width: 966px;
  }
  .mid-input{
    width: 210px;
  }
  .short-input{
    width: 80px;
  }
  .input-box-wrapper{
    flex-direction: row;
    gap: 30px;
  }
  .input-box{
    margin-top: 30px;
  }
  .product-benefit{
    font-size: 20px;
  }
  .benefit-image{
    margin-bottom: 20px;
  }
  #company-info hr{
    margin-top: 60px;
  }
  #gift-info hr{
    margin-top: 60px;
  }
  #gift-info{
    justify-content: space-between;
  }
  .step-3-wrapper .order-line-1{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .order-line.company-line{
    margin-top: 60px !important;
    margin-bottom: 30px !important;
  }

  .checkbox{
    margin-bottom: 0px;
  }

  .step-3-wrapper .nav-buttons{
    margin-top: 60px;
  }
  .profile{
    padding-top: 0px;
  }
  .payment-method {
    flex-direction: row;
    justify-content: space-between;
}
  .terms{
    max-width: none;
  }
  .payment{
    font-size: 16px;
  }
  .shipping{
    width: 440px;
    font-size: 16px;
    justify-content: space-between;
  }
  .step-4-wrapper{
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    max-width: 960px;
  }
  .termsbox label{
    font-size: 16px;
  }
  .payment-method .radio-input{
    width: 40%;
  }
  .payment-method .radio-input p{
    font-size: 16px;
  }
  #menu-button{
    display: none !important;
  }
  #close-button{
    display: none !important;
  }
  #flex-image{
    width: 430px;
  }
  button{
    line-height: 20px;
  }
  #header-content div{
    margin-top: 6px;
  }
  .backward:hover{
    background-color: white;
    color: black;
    transition: ease 0.5s;
  }
  #amount-number{
    font-family: GothamBook;
    font-weight: normal;
  }
  #cartButton{
    font-family: GothamBold;
  }

  .step-2-wrapper .nav-buttons{
    justify-content: flex-end;
  }

  .step-2-wrapper .shipping-summary {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .step-2-wrapper .shipping-summary p:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    font-family: GothamBold;
  }

  .step-2-wrapper .shipping-summary p:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .step-2-wrapper .shipping-summary p:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
    text-align: left;
    width: auto;
  }
  .step-5-wrapper{
    flex-direction: row-reverse;
    max-width: 960px;
    gap: 120px;
  }
  .success-title{
    text-align: left;
  }
  .success-text{
    text-align: left;
    font-size: 16px;
  }
  .step-5-wrapper img{
    width: 400px;
  }
}

@media screen and (min-width: 1280px) {
  .container{
      max-width: 1080px;
  }
  #header-content{
    padding: 27px 120px;
  }
   #black-box{
    height: 330px;
  }
  #hand{
    width: 320px;
  }
  #pic-absolute3{
    margin-bottom: -70px;
  }
}

@media screen and (min-width: 1440px) {
  #hand{
    height: 360px;
    width: auto;
    padding-bottom: 80px;
  }
  #hand-text{
    bottom: 250px;
    left: 30px;
  }
  #hand-text p{
    font-size: 28px;
  }
 
}
@media screen and (min-width: 1600px) {
  #pic-absolute3{
    right: 10%;
  }
 
}

@media screen and (min-width: 1900px) {
  #pic-absolute3{
    right: 15%;
  }
 
}