@media screen and (min-width: 1024px) {
  .container{
    max-width: 768px;
  }
  button, button:hover{
    cursor: pointer;
  }
  #main-header{
    height: 130px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: center;
  }

  #hero img{
    width: 1000px;
    bottom: 40px;
    right: -540px;
  }

  #hero .container .hero-text > p{
    max-width: none;
    text-align: left;
  }

  #hero button{
    width: 260px;
    height: 40px;
    font-size: 16px;
    font-family: GothamBold;
  }

  #hero .container .hero-text{
    max-width: 640px;
    align-items: flex-start;
    margin: 0;
    margin-top: 180px;
    padding-top: 0;
  }

  .hero-advantages{
    display: flex;
    gap: 80px;

    justify-content: normal;
  }
  
  .hero-advantage{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .hero-advantage img{
    width: auto !important;
    height: 80px !important;
    margin-top: 0 !important;
  }
  
  .hero-advantage p{
    font-size: 24px !important;
    width: max-content;
    line-height: 32px;
  }
  #product button{
    width: 260px;
    height: 40px;
    margin: auto;
    font-size: 16px;
  }
  #product .flex-col #product-scroll{
    top: 500px;
  }
  #header-content{
    padding: 27px 60px;
    width: 100%;
    justify-content: space-between;
  }
  #swiper-info{
    max-width: 500px;
  }
  #product b{
    text-decoration: underline;
  }
  #pic-absolute1{
    height: auto;
    margin-top: -70px;
  }
  #pic-absolute2{
    height: auto;
    bottom: -250px;
  }
  #order-visual{
    flex-direction: row;
    align-items: flex-start;
  }
  .step-1-img{
    height: 520px;
    width: auto;
    margin-top: 60px;
  }
  #step-1{
    padding-top: 120px;
  }
  #step-1 p{
    text-align: left;
  }
  #order-description{
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
    margin-left: -70px;
    flex-direction: column;
    gap: 30px;
    width: 440px;
    transform: translateX(-30px);
  }
  .number-button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
  }
  .order-button{
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 22px;
    font-family: GothamBold;
  }
  .buttons-box{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .number-button p {
    font-size: 16px;
  }
  #show-details {
    font-size: 16px;
  }
  #description {
    font-size: 16px;
    max-width: none;
  }
  .price, .price span{
    font-family: GothamBold;
    font-size: 30px;
    line-height: 30px;
    color: #9c4d6c;
    letter-spacing: 0px;
  }
  .price span{
    margin-right: 10px;
  }
  #show-details{
    padding-top: 26px;
  }
  #bar-segment hr{
    width: 164px;
  }
  .hr-div{
    width: fit-content;
  }
  #black-box{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-bottom: 30px;
  }
  #black-box-bar{
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
  }
  #green-box{
    height: 90px;
    flex-direction: row;
    gap: 195px;
    padding: 0;
  }
  .contacts-box{
    flex-direction: row;
  }
  #satisfied-users{
    max-height: 1090px;
  }
  #header-content button{
    background-color: transparent;
    color: white;
    border: none;
    background-color: rgb(155, 76, 107);;
    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: 260px !important;
    height: auto;
    margin-left: 0 !important;
  }
  .step-2-wrapper .price-2{
    padding-top: 116px;
    line-height: 40px;
    font-family: GothamBold;
    font-size: 20px;
    margin: 0;
  }
  .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;
  }

  .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;
    color: #531a31;
  }
  .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;
  }
  .step-1-row-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 966px;
    gap: 20px;
  }
  #final-price{
    font-size: 22px;
    font-family: GothamBold;
  }
  .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: 32px;
  }
  .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-wrapper{
    flex-direction: row-reverse;
  }
  .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{
    flex-direction: row;
    justify-content: space-between;
  }
  .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: 510px;
    margin-top: -100px;
  }
  button{
    line-height: 20px;
  }
  #header-content div{
    margin-top: 6px;
  }
  #amount-number{
    font-family: GothamBook;
    font-weight: normal;
    color: white;
  }
  #cartButton{
    font-family: GothamBold;
  }
  .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;
  }
  #hero h1{
    font-size: 60px;
    text-align: left;
    line-height: 75px;
  }
  .rel{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefit-text{
    font-size: 40px;
    color: rgb(230, 92, 147);
    font-family: RecoletaBold;
  }
  #benefits-list{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  #benefits-list .benefits-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    flex: 1;
  }
  #benefits-list .benefits-item .img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f5e3e2;
    position: relative;
  }
  #benefits-list .benefits-item .img img{
    height: 200px;
    margin-top: 20px;
  }
  #benefits-list .benefits-item img{
    width: 200px;
    aspect-ratio: 1/1;
  }
  #benefits-list .benefits-item p{
    font-family: GothamBook;
    font-size: 16px;
    color: #9c4c6c;
  }
  #benefits-list .benefits-item p span{
    font-family: GothamBold;
    color: #9c4c6c;
  }
  #benefits-list .benefits-separator{
    height: 720px;
    width: 2px;
    background-color: #fae8e4;
  }
  #adress-info p{
    font-family: RecoletaRegular;
    font-size: 16px;
    padding-top: 0px;
  }
  #terms-conditions{
    flex-direction: row;
    gap: 35px;
  }
  #terms-conditions a{
    font-size: 16px;
    color: #531a31;
  }
  #terms-conditions u{
    color: rgb(230, 92, 147);
    font-size: 16px;
  }
  .step-1-img-wrapper{
    margin-top: -120px;
    margin-left: -80px;
    height: fit-content;
    width: fit-content;
  }
  .product-image{
    width: 730px;
  }
  #advantages > .container{
    padding-top: 100px;
  }

  #product #scroll-to-product {
    top: 350px;
  }

  .product-description{
    flex-direction: row;
    justify-content: space-between;
  }
  
  .product-description .product-category p{
    font-size: 18px;
  }

  .description-separator{
    width: 18px;
    height: 2px;
    border: none;
    background-color: rgb(155, 76, 107);
  }
  .moving-circle{
    position: absolute;
    top: -125px;
    right: 100px;
  }
  .moving-circle-2{
    position: absolute;
    top: 250px;
    right: 70px;
  }
  .rotate {
    animation: rotate 15s linear infinite;
}
  @keyframes rotate {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(-360deg);
      }
  }
  .svgPath{
    fill: rgb(239, 92, 147);
  }
  .hover-type-1:hover{
    filter: brightness(1.2);
    transition: all 300ms;
  }
  .hover-type-2{
    transition: 120ms ease-out;
  }
  .hover-type-2:hover{
    filter: brightness(1.3);
  }
}

@media screen and (min-width: 1280px) {
  .hide-on-mobile-product{
    display: flex !important;
  }
  
  .hide-on-desktop-product{
    display: none !important;
  }
  .container{
      max-width: 1080px;
  }
  #header-content{
    padding: 27px 120px;
  }

  #hero img{
    width: 1200px;
  }

  #hand{
    width: 320px;
  }
  #pic-absolute3{
    margin-bottom: -70px;
  }
  .step-1-img{
    height: 620px;
    margin-top: 0px;
    margin-left: -100px;
  }
  
  .product-description{
    align-items: stretch;
  }

  .product-description .product-category img{
    height: 120px;
  }
  
  .product-description .product-category p{
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  #hand{
    height: 360px;
    width: auto;
    padding-bottom: 80px;
  }
  
  #hero img{
    width: 1300px;
  }

  #hand-text{
    bottom: 250px;
    left: 30px;
  }
  #hand-text p{
    font-size: 28px;
  }
  .moving-circle{
    display: block;
  }
  .moving-circle-2{
    display: block;
  }
  #product{
    overflow: visible;
  }
}

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

@media screen and (min-width: 1680px) {
  .moving-circle-2{
    top: 350px;
  }
}

@media screen and (min-width: 1720px){
  #hero img{
    right: -460px;
  }
}

@media screen and (min-width: 1900px) {
  #hero img{
    right: -400px;
  }

  #pic-absolute3{
    right: 15%;
  }
}