.product-coolection__container {
  padding: 150px 188px 21px;
}

.catalog-title-block {
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}

.catalog__title-text-block {
  position: relative;
  display: inline-block;
}

.button__container {
  padding-top: 10px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0px;
}

.catalog_title {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  z-index: 4;
  margin-left: 50px;
  margin-right: 50px;
}

.products-decoration {
  position: absolute;
  top: -55px;
  left: 5%;
  z-index: 3;
}
.products-decoration-left {
  position: absolute;
  right: -130px;
  top: -120px;
}

.products__button-bar {
  padding-left: 0;
  padding-right: 0;
}

.products__main-product {
  display: flex;
  align-items: center;
  margin-bottom: 115px;
}

.kama__slide {
  transform: translateX(50px);
}

.product__main-image {
  max-width: 480px;
  margin-right: 110px;
}

.kama-image {
  margin-right: 70px;
}

.products__main-block-info {
}

.products__main-title {
  font-weight: 500;
font-size: 60px;
line-height: 73px;
margin-bottom: 55px;
}
.products__main-description {
  font-size: 24px;
line-height: 36px;
}

.green-standart-image {
  margin-right: 40px;
}

.product-block {
  display: none;
}
.product-block-open {
  display: block;
}

.product__button-bar {
  display: flex;
  justify-content: space-around;
  margin-bottom: 115px;
}

.product__button-group {
  position: relative;
}

.product__button {
 border: none;
 background: transparent;
 padding: 18px 48px;
 font-weight: 200;
 font-size: 24px;
line-height: 30px;
color: #959595;
 transition: all 0.3s ease 0s;
 border-radius: 32px;
 z-index: 4;
}

.product__button-decore {
  display: none;
  pointer-events: none;
  position: absolute;
  top: -8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--buttongreen);
  border-radius: 32px;
  z-index: -1;
}

.product__button:hover {
  background: var(--litegreen);
}

.product__button-active:hover {
  background: var(--buttongreen);
}

.product__button-active {
  background: var(--buttongreen);
  color: white;
}

.product__button-active + .product__button-decore{
  display: block;
} 

.products__icon-block {
  display: flex;
  justify-content: space-between;
}
.product__main-card {
  min-width: 211px;
  text-align: center;
}
.product__icon {
  width: 151px;
  height: 151px;
  margin-bottom: 30px;
}
.product__icon-text {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

/* Catalog */

.catalog {
  display: none;
}

.catalog-open {
  display: block;
}

.catalog__container {
  position: relative;
  padding: 144px 170px 150px;
}
.catalog__under-right {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 241px;
  z-index: -1;
}

.catalog__under-right-center {
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 141px;
  transform: rotate(-30deg);
  z-index: -1;
}

.catalog-decoration {
  position: absolute;
  top: -55px;
  left: -11%;
}
.catalog-left {
  position: absolute;
  left: -185px;
  top: -100px;
  height: 288px;
  width: 250px;
  transform: rotate(12deg);
}

.catalog-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
}

.catalog__card {
  background: white;
  position: relative;
  padding: 59px 47px 42px 47px;
  width: 343px;
  min-height: 539px;
  border: 1px solid #F7F6F2;
  box-shadow: 0px 0px 5px 3px rgba(193, 193, 193, 0.25);
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 20px;
  z-index: 2;
}

.catalog__card:nth-child(3n) {
  margin-right: 0px;
}

.green-standart-block {
  transform: translateX(-60px);
}

.catalog__label {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  background-color: var(--labelcolor);
  color: white;
  font-size: 12px;
  border-radius: 19px;
  padding: 8px 17px;
  z-index: 2;
}
.catalog__image {
  height: 234px;
  margin-bottom: 16px;
}

.moded {
  height: 214px;
  margin-bottom: 36px;
}

.catalog__mini-title {
  font-size: 14px;
  line-height: 17px;
  text-align: center; 
  color: #777777;  
  margin-bottom: 15px;
}


.catalog__card-description {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 49px;
}

.add_margin {
  margin-bottom: 77px;
}

.kama_modify {
  padding: 59px 22px 42px 22px;
}

.buy__button {
  display: inline-block;
  background-color: var(--buttongreen);
  border: 1px solid #398045;
  padding: 13px 65px;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  border-radius: 24px;
  transition: all 0.3s ease 0s;
}

.buy__button:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background-color: var(--mediumgreen);
}

.buy__button:active {
  box-shadow: inset 4px 6px 8px rgba(0, 0, 0, 0.25);
  background-color: var(--mediumgreen);
}

.card__description {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 94.5%;
  height: 280px;
  padding: 30px 22px;
  background: linear-gradient(180deg, rgba(236, 236, 236, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 5px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease 0s;
  text-align: left;
}


.card__description:hover {
  opacity: 1;
}

.description__title {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #565656;
}

.berryford__gift-description {
  height: 79%;
  padding: 15px 3px 7px 7px;
  /* visibility: hidden; */
}

.berryford__description {
  font-weight: 400;
font-size: 20px;
line-height: 30px;
}

.berryford__description_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.modify_description {
  text-align: center;
  transform: translateX(-15px);
}

.less_margin-description {
  margin-bottom: 29px;
}

.less_margin-description-berryford {
  margin-bottom: 20px;
}

@media (max-width: 1410px) {

  /* containers */

  .product-coolection__container {
    padding: 150px 52px 21px;
  }

  .catalog__container {
    position: relative;
    padding: 144px 52px 150px;
  }

  .products__icon-block {
    display: flex;
    justify-content: space-around;
  }

  /* titles */

  .products-decoration-left {
    position: absolute;
    right: -50px;
    top: -120px;
  }

  .catalog-left {
    position: absolute;
    left: -65px;
    top: -140px;
    height: 288px;
    width: 250px;
    transform: rotate(12deg);
  }

  .catalog__under-right-center {
    display: none;
  }

  /* buttons */



  /* cards */

  
  .catalog-block {
    flex-wrap: wrap;
    text-align: center;
    margin: auto;
    max-width: 1100px;
  }
  
  /* main images */
  
  .products__main-product {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 115px;
  }
  
  .products__main-description {
    max-width: 445px;
  }

  .last__card {
    margin-right: 0;
  }
  
}

@media(max-width: 1175px) {
   /* containers */

   .product-coolection__container {
    padding: 115px 30px 21px;
  }

  .catalog__container {
    position: relative;
    padding: 144px 30px 150px;
  }

  .products__icon-block {
    display: flex;
    justify-content: space-around;
  }

  /* titles */
  .catalog-title-block {
    margin-bottom: 61px;
  }
 
  .catalog_title {
    font-size: 52px;
    line-height: 51px;
  }
  .products-decoration {
    width: 307px;
    top: -45px;
    left: 11%;
  }

  .products-decoration-left {
    width: 129px;
    right: -10px;
    top: -70px;
  }

  .catalog-decoration {
    width: 253px;
    left: -2%;
  }

  .catalog-left {
    width: 164px;
    left: -35px;
    top: -170px;
  }


  .product__icon-text{
    font-size: 16px;
    line-height: 24px;
  }

  /* buttons */

  .product__button-bar {
    margin-bottom: 90px;
  }

  .product__button {
    padding: 9px 48px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 32px;
   }
   
   .product__button-decore {
     top: -6px;
     left: 6px;
     width: 100%;
     height: 100%;
   }

   .kama__slide {
    transform: translateX(20px);
   }

   .green-standart-block {
    transform: translateX(0px);
   }

  /* cards */

  
  .catalog-block {
    position: relative;
    flex-wrap: wrap;
    text-align: center;
    max-width: 965px;
    z-index: 2;
  }
  
  .catalog__card {
    position: relative;
    padding: 59px 22px 25px 22px;
    width: 307px;
    min-height: 477px;
    margin-bottom: 30px;
    margin-right: 20px;
    z-index: 2;
  }

  .catalog__label {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 16px;
  }

  .catalog__image {
    max-height: 198px;
  }
  .catalog__mini-title {
    font-size: 12px;
    line-height: 12px;
  }
  .catalog__card-description {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 42px;
  }
  .buy__button {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 54px;
  }

  .modify_description {
    text-align: center;
    transform: translateX(-5px);
  }

  .less_margin-description-berryford {
    margin-bottom: 20px;
  }

  .less_margin-description {
    margin-bottom: 20px;
  }

  .moded {
    margin-bottom: 15px;
  }

  .add_margin {
    margin-bottom: 63px;
  }

  /* main images */
  
  .product__main-image {
    max-width: 408px;
    margin-right: 62px;
  }

  .products__main-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  .products__main-description {
    font-size: 18px;
    line-height: 27px;
    max-width: 399px;
  }

  .products__main-product {
    margin-bottom: 80px;
  }

 .catalog__under-right {
    z-index: -1;
 }

 .berryford__gift-description {
  height: 79%;
  padding: 15px 3px 7px 7px;
}

.berryford__description {
  font-size: 17px;
  line-height: 25px;
}

.berryford__description_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}
} 

@media(max-width: 1020px) {
  /* containers */

  .product-coolection__container {
   padding: 95px 24px 21px;
 }

 .catalog__container {
   position: relative;
   padding: 124px 24px 150px;
 }

 .products__icon-block {
   display: flex;
   justify-content: space-around;
 }

 /* titles */
 .catalog-title-block {
   margin-bottom: 50px;
 }

 .catalog_title {
  font-size: 32px;
  line-height: 39px;
 }
 .products-decoration {
   width: 237px;
   top: -35px;
 }

 .products-decoration-left {
   width: 89px;
   right: -10px;
   top: -70px;
 }

 .catalog-decoration {
   width: 171px;
   top: -30px;
 }

 .catalog-left {
   width: 118px;
   left: -25px;
   top: -170px;
 }

 .catalog__under-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 171px;
  }

 .product__icon {
  width: 102px;
  height: 102px;
  margin-bottom: 19px;
}

 .product__icon-text{
  font-size: 12px;
  line-height: 18px;
 }

  .product__main-card {
    min-width: 142px;
  }

  .kama__slide {
    transform: translateX(40px);
  }

 /* buttons */

 .product__button-bar {
   margin-bottom: 60px;
   width: 710px;
 }

 .product__button {
   padding: 7px 35px;
   font-size: 16px;
   line-height: 24px;
   border-radius: 32px;
  }
  
  .product__button-decore {
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
  }

 /* cards */

 
 .catalog-block {
   flex-wrap: wrap;
   text-align: center;
   margin: auto;
   max-width: 645px;
 }
 
 .catalog__card {
   position: relative;
   padding: 59px 22px 25px 22px;
   width: 307px;
   min-height: 477px;
   margin-bottom: 30px;
   margin-right: 20px;
 }

 .catalog__card:nth-child(3n) {
  margin-right: 20px;
  }

  .catalog__card:nth-child(2n) {
    margin-right: 0px;
  }
  
 .catalog__label {
   font-size: 11px;
   line-height: 12px;
   padding: 4px 16px;
 }

 .catalog__image {
   max-height: 198px;
 }
 .catalog__mini-title {
   font-size: 12px;
   line-height: 12px;
 }
 .catalog__card-description {
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 42px;
 }
 .buy__button {
   font-size: 18px;
   line-height: 22px;
   padding: 8px 54px;
 }

 .modify_description {
   text-align: center;
   transform: translateX(-5px);
 }

 .less_margin-description-berryford {
   margin-bottom: 20px;
 }

 .less_margin-description {
  margin-bottom: 20px;
}

 .moded {
   margin-bottom: 15px;
 }

 .add_margin {
   margin-bottom: 63px;
 }

 .description {
  font-size: 15px;
  line-height: 25px;
}
.description__title {
  font-size: 15px;
  line-height: 25px;
}

.card__description {
  height: 240px;
}

.berryford__gift-description {
  height: 79%;
  padding: 15px 3px 7px 7px;
}
.berryford__description {
  font-size: 17px;
  line-height: 25px;
}

.berryford__description_title {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
}

 /* main images */
 
 .product__main-image {
   max-width: 309px;
   margin-right: 30px;
 }

 .products__main-title {
  font-size: 28px;
  line-height: 34px;
   margin-bottom: 25px;
 }

 .products__main-description {
  font-size: 14px;
  line-height: 21px;
   max-width: 329px;
 }

 .products__main-product {
   margin-bottom: 60px;
 }

} 

@media(max-width: 682px) {
  /* containers */

  .product-coolection__container {
   padding: 92px 20px 21px;
 }

 .catalog__container {
   position: relative;
   padding: 124px 20px 150px;
 }

 .products__icon-block {
   display: flex;
   justify-content: space-around;
 }

 /* titles */
 .catalog-title-block {
   margin-bottom: 50px;
 }

 .catalog_title {
  font-size: 32px;
  line-height: 39px;
 }
 .products-decoration {
   width: 146px;
   top: -20px;
   left: 15%;
 }

 .products-decoration-left {
   width: 89px;
   right: -10px;
   top: -40px;
 }

 .catalog-decoration {
   width: 171px;
   top: -30px;
 }

 .catalog-left {
   width: 118px;
   left: -25px;
   top: -170px;
 }

 .catalog__under-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 171px;
  }

 .product__icon {
  width: 102px;
  height: 102px;
  margin-bottom: 19px;
}

 .product__icon-text{
  font-size: 12px;
  line-height: 18px;
 }

 /* buttons */

 .product__button-bar {
   margin-bottom: 60px;
   width: 710px;
 }

 .product__button {
   padding: 7px 35px;
   font-size: 16px;
   line-height: 24px;
   border-radius: 32px;
  }
  
  .product__button-decore {
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
  }

 /* cards */

 
 .catalog-block {
   flex-wrap: wrap;
   text-align: center;
   margin: auto;
   max-width: 520px;
 }
 
 .catalog__card {
   position: relative;
   padding: 59px 22px 25px 22px;
   width: 250px;
   min-height: 477px;
   margin-bottom: 30px;
   margin-right: 20px;
 }

 .catalog__card:nth-child(3n) {
  margin-right: 20px;
  }

  .catalog__card:nth-child(2n) {
    margin-right: 0px;
  }
  
 .catalog__label {
   font-size: 10px;
   line-height: 12px;
   padding: 4px 16px;
 }

 .catalog__image {
   max-height: 198px;
 }
 .catalog__mini-title {
   font-size: 10px;
   line-height: 12px;
 }
 .catalog__card-description {
   font-size: 18px;
   line-height: 22px;
   margin-bottom: 42px;
 }
 .buy__button {
   font-size: 18px;
   line-height: 22px;
   padding: 8px 54px;
 }

 .modify_description {
   text-align: center;
   transform: translateX(-5px);
 }

 .less_margin-description-berryford {
   margin-bottom: 20px;
 }

 .moded {
   margin-bottom: 15px;
 }

 .add_margin {
   margin-bottom: 63px;
 }

 .kama_modify {
  width: 290px;
  }

  .green-standart-block {
    transform: translateX(-20px);
  }
 /* main images */
 
 .product__main-image {
   max-width: 309px;
   margin-right: 30px;
 }

 .products__main-title {
  font-size: 28px;
  line-height: 34px;
   margin-bottom: 25px;
 }

 .products__main-description {
  font-size: 14px;
  line-height: 21px;
   max-width: 329px;
 }

 .products__main-product {
   margin-bottom: 60px;
 }
 .berryford__gift-description {
  height: 79%;
  padding: 9px 3px 5px 7px;
}
.berryford__description {
 font-size: 15px;
line-height: 25px;
}

.berryford__description_title {
 font-weight: 600;
 font-size: 15px;
 line-height: 25px;
}
} 

@media(max-width: 560px) {
  /* containers */

  .product-coolection__container {
   padding: 52px 15px 21px;
 }

 .catalog__container {
   position: relative;
   padding: 52px 15px 50px;
 }

 .products__icon-block {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
 }

 .product__main-card {
  max-width: unset;
  width: 40%;
  text-align: center;
  margin-bottom: 20px;
  }

 /* titles */
 .catalog-title-block {
   margin-bottom: 31px;
 }

 .catalog_title {
  font-size: 25px;
  line-height: 24px;
  margin-left: 0;
  margin-right: 0;
 }
 .products-decoration {
   width: 176px;
   top: -30px;
   left: 5%;
 }

 .products-decoration-left {
   width: 55px;
   right: -10px;
   top: -40px;
 }

 .catalog-decoration {
   width: 141px;
   top: -20px;
 }

 .catalog-left {
   display: none;
 }

 .catalog__under-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 91px;
  }

 .product__icon {
  width: 83px;
  height: 83px;
  margin-bottom: 19px;
}

 .product__icon-text{
  font-size: 11px;
  line-height: 15px;
 }

 /* buttons */

 .product__button-bar {
   margin-bottom: 60px;
   width: 710px;
 }

 .product__button {
   padding: 7px 35px;
   font-size: 16px;
   line-height: 24px;
   border-radius: 32px;
  }
  
  .product__button-decore {
    top: -6px;
    left: 6px;
    width: 100%;
    height: 100%;
  }

 /* cards */

 
 .catalog-block {
   flex-wrap: wrap;
   text-align: center;
   justify-content: space-between;
   margin: auto;
   max-width: 100%;
 }
 
 .catalog__card {
   position: relative;
   padding: 28px 4px 15px 4px;
   width: 48%;
   min-height: 229px;
   margin-bottom: 15px;
   margin-right: 0px;
 }

 .catalog__card:nth-child(3n) {
  margin-right: 10px;
  }

  .catalog__card:nth-child(2n) {
    margin-right: 0px;
  }
  
 .catalog__label {
  font-size: 7px;
  line-height: 5px;
   padding: 5px 12px;
   top: 5px;
   left: 5px;
 }

 .catalog__image {
   max-height: 125px;
   margin-bottom: 10px;
 }
 .catalog__mini-title {
  font-size: 9px;
  line-height: 7px;
  margin-bottom: 10px;
 }
 .catalog__card-description {
  font-size: 12px;
  line-height: 12px;
   margin-bottom: 22px;
 }
 .buy__button {
  font-size: 12px;
  line-height: 12px;
   padding: 5px 31px 7px;
 }

 .modify_description {
   text-align: center;
   transform: translateX(-5px);
 }

 .less_margin-description-berryford {
   margin-bottom: 10px;
 }

 .less_margin-description {
   margin-bottom: 10px;
 }

 .moded {
   margin-bottom: 15px;
 }

 .add_margin {
   margin-bottom: 34px;
 }

 .kama_modify {
  width: 290px;
  }

  .green-standart-block {
    transform: translateX(-20px);
  }

  .card__description {
    height: 155px;
    top: 3px;
    left: 3px;
    width: 96%;
    padding: 10px 10px;
  } 
  
  .description {
    font-size: 10px;
    line-height: 20px;
  }

  .description__title {
    font-size: 10px;
    line-height: 20px;
  }

  .berryford__gift-description {
    height: 79%;
    padding: 9px 3px 5px 7px;
 }
 .berryford__description {
   font-size: 8px;
line-height: 13px;
 }
 
 .berryford__description_title {
   font-weight: 600;
   font-size: 8px;
   line-height: 13px;
 }

  .last__card {
  }
  
 /* main images */
 
 .product__main-image {
   max-width: 259px;
   margin-right: 0px;
   margin-bottom: 20px;
 }

 .products__main-title {
   text-align: center;
  font-size: 28px;
  line-height: 34px;
   margin-bottom: 25px;
 }

 .products__main-description {
   text-align: center;
   font-size: 12px;
   line-height: 18px;
   max-width: 285px;
   margin-bottom: 20px;
 }

 .products__main-product {
   display: flex;
   flex-direction: column;
   align-items: center;
   margin-bottom: 30px;
 }
.kama__slide {
  transform: translateX(0);
}
.green-standart-block {
  transform: translateX(0px);
}

.modify_description {
  text-align: center;
  transform: translateX(0px);
}
.kama_modify {
  width: 50%;
  padding: 28px 8px 15px 8px;
}
} 

@media (max-width: 360px) {
  .catalog__image {
    max-height: 105px;
    margin-bottom: 10px;
  }

  .catalog__mini-title {
    font-size: 8px;
    line-height: 7px;
    margin-bottom: 10px;
   }
   .catalog__card-description {
    font-size: 10px;
    line-height: 12px;
     margin-bottom: 22px;
   }

   .less_margin-description-berryford {
    margin-bottom: 10px;
  }
 
  .less_margin-description {
    margin-bottom: 10px;
  }

  .kama_modify img {
    max-height: 95px;
  }
}
