@media screen and (max-width: 1132px) {
  .products__wrapper {
    margin-left: 120px;
    margin-right: 120px;
  }
}

@media screen and (max-width: 1060px) {
  .producrs__card-desc-title {
    font-size: 18px;
    line-height: 20px;
  }
  .products__card-desc-content {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: 932px) {
  .products__wrapper {
    margin-right: 100px;
    margin-left: 100px;
  }
  .products__decoration-filling-item1::before {
    left: 0vw;
    top: 0px;
  }
  .products__decoration-filling-item1::after {
    left: 5vw;
    top: 190px;
  }
  .products__decoration-filling-item2::before {
    right: 10vw;
    top: -40px;
  }
  .products__decoration-filling-item2::after {
    right: 5vw;
    top: 190px;
  }
  .products__decoration-filling-item3::after {
    right: -1vw;
    top: 100px;
  }
  .products__cards {
    grid-row-gap: 70px;
  }
  .products__card {
    grid-column: span 3;
  }
  .products__card-pic {
    height: 32vw;
  }
  .products__decoration-cake-item3::before, .products__decoration-cake-item3::after, .decoration-cake-item1::after, .products__decoration-cake-item2::after {
    opacity: 0.1;
  }
  .products__decoration-cupcake-item3::before, .products__decoration-cupcake-item3::after, .products__decoration-cupcake-item1::after, .products__decoration-cupcake-item2::after {
    opacity: 0.1;
  }
}

@media screen and (max-width: 720px) {
  .products__card-active {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .products__card-zoom {
    display: none;
  }
  .products__card-active {
    font-size: 20px;
    line-height: 27px;
  }
  .products__wrapper {
    margin: 56px 20px 60px;
  }
  .products__cards {
    grid-row-gap: 40px;
  }
  .products__card {
    grid-column: span 6;
  }
  .products__card-pic {
    height: 80vw;
  }
  .products__card-name {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }
  .products__card-price {
    font-size: 26px;
    line-height: 34px;
  }
  .products__decoration-filling-item1::before {
    left: 25vw;
    top: -34px;
    opacity: 0.1;
  }
  .products__decoration-filling-item2::before {
    right: 25vw;
    top: -34px;
    opacity: 0.2;
  }
  .products__decoration-filling-item3::before, .products__decoration-filling-item3::after, .products__decoration-filling-item1::after, .products__decoration-filling-item2::after {
    opacity: 0.05;
  }
  .products__decoration-cake-item1::before {
    left: -5vw;
    top: -120px;
    transform: scale(0.6) rotate(45deg);
  }
  .products__decoration-cake-item2::before {
    right: -2vw;
    top: -110px;
    transform: scale(0.6) rotate(-62deg);
  }
  .products__decoration-cake-item3::before, .products__decoration-cake-item3::after, .products__decoration-cake-item1::after, .products__decoration-cake-item2::after {
    opacity: 0.05;
  }
  .products__decoration-cupcake-item1::before {
    left: -5vw;
    top: -120px;
    transform: scale(0.6) rotate(45deg);
  }
  .products__decoration-cupcake-item2::before {
    right: -2vw;
    top: -110px;
    transform: scale(0.6) rotate(-62deg);
  }
  .products__decoration-cupcake-item3::before, .products__decoration-cupcake-item3::after, .products__decoration-cupcake-item1::after, .products__decoration-cupcake-item2::after {
    opacity: 0.05;
  }
  .products__decoration-candybar-item4::before, .products__decoration-candybar-item2::after {
    opacity: 0.1;
  }
  .products__title-description {
    margin-bottom: 40px;
  }
  .products__title-header {
    margin-top: 100px;
  }
  .products__cake-choose {
    margin: 0;
  }
  .products__card-active{
    overflow: scroll;
  }
  .producrs__card-desc-title {
    font-size: 20px;
    line-height: 24px;
  }
  .products__card-desc-content {
    font-size: 16px;
    line-height: 24px;
  }
  .products__cake-name {
    text-align: center;
    margin: 0 auto 16px;
  }
  .products__cake-choose {
    margin: 0 auto;
  }
  .datepicker-custom{
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);  
  }
  .scrollable{
    overflow: scroll !important ;
  }
}

@media screen and (max-width: 415px) {
  .products__card-price {
    font-size: 22px;
    line-height: 30px;
  }
  .products__card-order {
    font-size: 14px;
    line-height: 20px;
  }
  .products__title-header {
    margin-bottom: 10px;
  }
  .intro__description {
    color: #7D0A41;
  }
  .products__card-cake-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .products__decoration-candybar-item1::after, .products__decoration-candybar-item3::after {
    opacity: 0.05;
  }
  .products__decoration-candybar-item4::after {
    top: -80px;
  }
  .products__decoration-candybar-item2::before {
    top: -140px;
    left: 30vw;
  }
  .products__decoration-candybar-item3::before {
    left: 30vw;
  }
  .products__decoration-candybar-item1::before {
    top: -140px;
  }
  @media screen and (max-width: 640px){
    .candybar__get-order-info{
      width: 90%;
    }
    .candybar__get-order-price-item{
      justify-content: space-between !important;
    }
    .candybar__get-order-content{
      margin-bottom: 50px;
    }
    .candybar__get-order-botton{
      margin: 0 auto;
      margin-bottom: 20px;
    }
  }
}