.collections {
  padding-bottom: 43px;
}
.collections__slider .custom-slick {
  position: absolute;
  top: -54px;
}
.collections__slider .custom-slick--next {
  right: 0;
}
.collections__slider .custom-slick--prev {
  right: 35px;
}
.collections__item {
  padding: 40px 40px 60px;
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #E5EAEC;
  border-radius: 5px;
  background-color: #fff;
}
.recommend + .collections__item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.collections__item--discount .price__main {
  text-decoration: line-through;
}
.collections__item--discount .price__main.price__simple {
  text-decoration: none;
}
.collections__item:hover .collections__tools {
  visibility: visible;
  opacity: 1;
}
.collections__item-wrap {
  margin-right: 40px;
  max-width: 740px;
  width: 100%;
}
.collections__item-wrap:last-child {
  margin-right: 0;
}
.collections__sticker {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collections__sticker .sticker {
  margin-right: 5px;
}
.collections__sticker .sticker:last-of-type {
  margin-right: 0;
}
.collections__item .fav-button {
  margin-left: auto;
  max-width: 24px;
  max-height: 24px;
  background-color: transparent;
  background-image: url(../img/fav-icon.svg);
  background-position: center center;
  background-size: 24px;
  transition: 0.2s ease-in-out;
}
.collections__title {
  overflow: hidden;
  margin-bottom: 0;
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #000;
  transition: 0.2s ease-in-out;
}
.collections__title:hover {
  color: #B12535;
  text-decoration: none;
}
.collections__text {
  margin-bottom: 0;
  font-size: 18px;
}
.collections__info {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.collections__img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.collections__img-wrap {
  position: relative;
  margin-right: 40px;
  max-width: 305px;
  width: 100%;
  height: 235px;
  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: flex-start;
}
.collections__price {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.collections__price .price__main {
  font-size: 24px;
}
.collections__price .price__discount {
  margin-left: 20px;
  font-size: 24px;
}
.collections__tools {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.collections__tools .counter {
  max-width: 130px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.collections__buttons {
  max-width: 170px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collections__title-wrapper .fav-button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.collection__sticker-mobile {
  display: none;
  margin-left: auto;
}
.collections__description p {
  margin: 0;
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .collections__slider {
    margin: 0 -20px;
  }
  .collections__item-wrap {
    margin-right: 0;
    margin: 0 20px;
  }
  .collections__tools .counter {
    max-width: 100px;
  }
  .collections__slider .custom-slick--next {
    right: 20px;
  }
  .collections__slider .custom-slick--prev {
    right: 55px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 220px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__buttons {
    max-width: 200px;
  }
  .collections__title {
    font-size: 26px;
  }
}
@media (min-width: 1281px) and (max-width: 1366px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 220px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__title {
    font-size: 26px;
  }
  .collections__info .detail-properties__name-dots {
    max-height: 142px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 15px;
  }
  .collections__slider .custom-slick--prev {
    right: 50px;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__img-wrap {
    margin-right: 30px;
    max-width: 180px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__tools .counter {
    margin-right: 10px;
    max-width: 100px;
  }
  .collections__price .price__main {
    font-size: 20px;
  }
  .collections__price .price__discount {
    font-size: 20px;
  }
  .collections__title {
    font-size: 24px;
  }
}
@media (min-width: 971px) and (max-width: 1024px) {
  .collections {
    overflow: hidden;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -54px;
  }
  .collections__slider .custom-slick--next {
    right: 10px;
  }
  .collections__slider .custom-slick--prev {
    right: 45px;
  }
  .collections__item {
    padding: 40px 20px 60px 20px;
    height: 540px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collections__slider {
    margin: 0 -15px;
  }
  .collections__item-wrap {
    margin: 0 15px;
  }
  .collections__sticker {
    display: none;
    margin-bottom: 20px;
  }
  .collections__title-wrapper {
    position: relative;
    padding-right: 35px;
  }
  .collections__title-wrapper .fav-button {
    display: block;
  }
  .collection__sticker-mobile {
    display: block;
  }
  .collections__title {
    font-size: 18px;
    line-height: 24px;
  }
  .collections__text {
    font-size: 14px;
  }
  .collections__img-wrap {
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .collections__buttons {
    max-width: 100%;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
}
@media (max-width: 970px) {
  .collections .section-header {
    padding-left: 20px;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -42px;
  }
  .collections__slider .custom-slick--next {
    right: 20px;
  }
  .collections__slider .custom-slick--prev {
    right: 55px;
  }
  .collections__item {
    padding: 45px 25px 70px 25px;
  }
  .collections__item-wrap {
    margin-right: 0;
    max-width: 100%;
  }
  .collections__title {
    font-size: 28px;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
  .collections__buttons {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .collections {
    margin: 0 20px;
  }
  .collections .section-header {
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #E5EAEC;
  }
  .collections__slider .custom-slick {
    position: absolute;
    top: -42px;
  }
  .collections__slider .custom-slick--next {
    right: 0;
  }
  .collections__slider .custom-slick--prev {
    right: 40px;
  }
  .collections__item {
    padding: 20px 0 60px 0;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  .collections__item-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .collections__sticker {
    display: none;
    margin-bottom: 20px;
  }
  .collections__title-wrapper {
    position: relative;
    padding-right: 35px;
  }
  .collections__title-wrapper .fav-button {
    display: block;
  }
  .collection__sticker-mobile {
    display: block;
  }
  .collections__title {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }
  .collections__price .price__discount,
  .collections__price .price__main {
    font-size: 18px;
  }
  .collections__text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .collections__img-wrap {
    margin: 0 auto;
    margin-bottom: 55px;
    height: 165px;
  }
  .collections__img {
    width: 100%;
    height: 100%;
  }
  .collections__buttons {
    max-width: 100%;
  }
  .collections__tools {
    visibility: visible;
    opacity: 1;
  }
  .collections__tools .counter {
    margin-right: 10px;
  }
}
.collections__info .detail-properties {
  margin: 15px 0;
}
.collections__info .detail-properties__name-dots {
  overflow: hidden;
  margin: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.collections__info .detail-properties__name-dots::before {
  display: none;
}
.collections__info .detail-properties__item {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
}
@media (min-width: 577px) and (max-width: 1199px) {
  .collections__info .detail-properties {
    display: none;
  }
}
@media (max-width: 576px) {
  .collections__info .detail-properties__item {
    font-size: 11px;
  }
  .collections .collections__slider .slick-list{
    margin: 0 -15px;
  }
  .collections .collections__item-wrap.slick-slide{
    margin: 0 15px;
  }
}