/* main-slider start */
.main-slider__wrapper a {
    text-decoration: none;
}
.main-slider {
  padding-bottom: 46px; 
  margin-top: -90px;
}

.main-slider__item {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 422px;
  background-image: url('../img/main-img/main-slider__cocos-backgr.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 45px;
  width: 100%;
}

@media (min-width: 768px) {
  .main-slider__item {
    background-image: url('../img/main-img/main-slider__cocos-backgr-desk.png');
    background-position: center right;
  }
}

.main-slider__img-vegan {
  width: 57px;
  height: 33px;
}

.main-slider__img-vegan > img {
  display: block;
  width: 100%;
  height: 100%;
}

.main-slider__item-content {
    padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-slider__item-content > h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #103D4B;
  margin: 0;
}

.main-slider__item-content > p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #103D4B;
  margin: 10px 0 30px;
}

/*.main-slider__img-product {
  width: 161px;
  height: 198px;
}*/

.main-slider__img-product > img {
  width: 100%;
  height: 100%;
  display: block;
}

.slick-list {
  overflow-x: hidden;
}

.slick-track{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .main-slider {
    padding-bottom: 90px;
    margin-top: -150px;
  }

  .main-slider__item {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 312px;
    background-size: 100% 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 0 0 45px;
    width: 100%;
  }
  
  .main-slider__img-vegan {
    width: 76px;
    height: 44px;
  }

  .main-slider__item-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 50px;
    max-width: 300px;
  }
  
  .main-slider__item-content > h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 9px 0 14px;
    text-align: left;
  }
  
  .main-slider__item-content > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 30px;
    text-align: left;
    margin: 0;
  }

  .main-slider__img-product {
    width: 100%;
    height: 100%;
    padding: 0 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .main-slider__img-product > img {
    width: 200px;
    height: 245px;
    display: block;
  }
}

@media (min-width: 1280px) {
  .main-slider {
    padding-bottom: 120px;
  }

  .main-slider__item {
    min-height: 472px;
  }

  .main-slider__img-vegan {
    width: 94px;
    height: 55px;
  }

  .main-slider__item-content {
    padding: 0 0 0 98px;
    max-width: 465px;
  }
  
  .main-slider__item-content > h2 {
    font-size: 56px;
    line-height: 60px;
    margin: 8px 0 26px;
  }
  
  .main-slider__item-content > p {
    font-size: 25px;
    line-height: 32px;
  }

  .main-slider__img-product {
    padding: 0 130px;
  }
  
  .main-slider__img-product > img {
    width: 300px;
    height: 372px;
  }
}

@media (min-width: 1440px) {
  .main-slider {
    padding-bottom: 140px;
  }

  .main-slider__item {
    min-height: 544px;
  }

  .main-slider__img-product > img {
    width: 376px;
    height: 460px;
  }
}

@media (min-width: 1650px) {
  .main-slider {
    margin-top: -300px;
  }
}

@media (min-width: 1920px) {
  .main-slider {
    padding-bottom: 211px;
  }

  .main-slider__item {
    min-height: 660px;
  }
  
  .main-slider__img-product {
    padding: 0 403px;
  }
  
  .main-slider__img-product > img {
    width: 416px;
    height: 508px;
  }
}

/* main-slider end */