.wrapper-card{
  max-width: 1060px;
  padding: 0 10px;
  margin: 0 auto;
}

.favorite {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 23px 0 22px;
}


.slick-list,
.slick-track,
.slick-slide > div {
  height: 100%;
}

.slick-slide {
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 1070px) {
  .favorite-text {
    display: none;
  }

}

.card-colors__item.active {
    border: 1px solid rgba(51, 51, 51, 0.5);
}

.tags-cart{
  position: absolute;
  display: flex;
  right: 20px;
  top: 0;
}

.tags-cart._left{
  left: 20px;
  right: inherit;
}

.tags-cart__item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 70px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: white;
}
.tags-cart__new{
  display: none;
  background: #6ACBC9;
}

.tags-cart__item.active-tag{
  display: flex;
}

.card-slider{
  width: 510px;
  max-height: 584px;
  overflow: hidden;
  flex-shrink: 0;
}

.card-slider__item{
  position: relative;
  width: 100%;
  height: 100%;
}

.card-slider__img{
  width: 100%;
  height: 510px;
}

.card-slider__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zoom-img{
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 48px;

}


.card-slider-wrapper{
  position: relative;
}

.fake-zoom{
  position: absolute;
  right: 0;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 48px;
  background: #FFFFFF url("../assets/img/img-zoom.svg") no-repeat center;
  backdrop-filter: blur(9.5px);
  -webkit-backdrop-filter: blur(9.5px);
  cursor: pointer;
}

.card-slider .slick-slide > div{
  overflow: hidden;
}

.card-content{
  display: flex;
  gap: 20px;
}

.card-description{
  flex-grow: 1;
}

.card-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

.card-name{
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #333333;
}

.card-brand{
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #333333;
}

.card-colors{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5.5px;
  padding-top: 15px;
  max-height: 267px;
  overflow-y: scroll;
}

.card-colors::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
.card-colors::-webkit-scrollbar-track {
  background: white;        /* цвет дорожки */
}
.card-colors::-webkit-scrollbar-thumb {
  background-color: #4d4d4d;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
 
}

.card-char{
    text-align: left;
}

.card-char div{
    font-size: 15px;
}


.card-colors__item{
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
}

.card-colors__item-img{
  width: 66px;
  height: 56px;
}

.card-colors__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-colors__item-description{
  font-family: 'Manrope',sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.02em;
  font-feature-settings: 'kern' off;
  text-align: center;
  color: #333333;
  margin-top: 3px;
  max-width: 66px;
}

.card-bnt-list{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 45px;
}

.card-bnt__item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 42px;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 1px;
  transition: 0.3s;
}

.card{
  padding-bottom: 65px;
}

.card-bnt__item--specification{
  padding: 0 33px 0 43px;
  background: url("../assets/img/specification.svg") no-repeat 9% 49% , url("../assets/img/dw-black.svg")  no-repeat 93% 53%;
}

.card-bnt__item--video{
  padding: 0 46px 0 80px;
  background: #fff url("../assets/img/video.svg") no-repeat 32% 54%;
}

.card-bnt__item:hover{
  background-color: #DDDDDD;
}

.card-slider-description{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slide-collection{
    text-align: left;
  margin-bottom: 8px;
}

.card-slider-description{
  margin-top: 20px;
}

.collection-name-title{
  font-family: 'Manrope',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #333333;
}

.collection-name-item{
  font-family: 'Gill Sans',sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #333333;
}

.slide-favorite{
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #333333;
  cursor: pointer;
}

.favorite-img{
  margin: 1px 11px 0 0;
}

.more-card-color{
  display: none;
}

@media (max-width: 1060px) {
  .card-content{
    position: relative;
    flex-direction: column;
  }

  .card-slider{
    width: 100%;
    margin-top: 87px;
  }

  .card-slider-fake{
    margin-top: 87px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .card-header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: none;
  }
}

@media (max-width: 768px) {

  .card-colors{
    gap: 0;
  }
  .card-colors__item{
    width: 11.1%;
    padding: 3px;
  }
  .card-colors__item-img{
    width: 100%;
  }

}

@media (max-width: 550px) {
  .card-colors__item {
    width: 14.28%;
    padding: 3px;
  }

  .card-colors {
    gap: 0;
    height: 232px;
    overflow-y: scroll;
    padding-top: 0;
  }

  .more-card-color{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #333333;
    text-align: center;
    margin: 20px 0 28px;
  }

  .card-bnt-list{
    flex-direction: column;
    padding: 0;
  }
  .card-bnt__item{
    width: 100%;
  }
  .card-bnt__item--specification {
    background: url(../assets/img/specification.svg) no-repeat 14% 51% , url(../assets/img/dw-black.svg) no-repeat 83% 52%;
  }
  .card-bnt__item--video {
    padding: 0 46px 0 80px;
    background: #fff url(../assets/img/video.svg) no-repeat 41% 54%;
  }
  .arrow-more-card{
    position: relative;
    top: -2px;
    left: 5px;
  }
  .card-name{
    font-weight: 100;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
  .card-brand{
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
  }
  .card-header{
    align-items: flex-start;
  }

  .card-slider{
    max-height: 260px;
    overflow: hidden;
  }

  .card-slider__img {
    width: 100%;
    height: 186px;
  }
  .collection-name-title{
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
  }
  .collection-name-item{
    font-size: 14px;
    line-height: 17px;
  }
  .slide-favorite{
    font-size: 14px;
    line-height: 16px;
  }
  .zoom-img{
    width: 48px;
    height: 40px;
  }
  .collection-color{
    margin-top: 10px;
  }
}

@media (max-width: 450px) {
  .card-colors__item {
    width: 25%;
    padding: 3px;
  }
  .more-card-color{
    display: block;
  }

  .card-colors__item-description{
    max-width: 81px;
  }
	
}

/* Ð¿Ð¾Ð»Ð·ÑƒÐ½Ð¾Ðº ÑÐºÑ€Ð¾Ð»Ð»Ð±Ð°Ñ€Ð° */

@media (max-width: 670px){
  /*.pagination-list__item a {
    padding: 0 10px 0 10px;
  }*/
}

@media (max-width: 389px) {
  /*  .pagination-arrow-right,
    .pagination-arrow-left {
      margin: 0 10px 0 10px;
    }*/
}

.more-card-color .arrow-more-card{
	position: relative;
    left: 5px;
	top: -2px;
}


/*
.instagram-slider{
    width: 100%;
    overflow-x: scroll;
	   gap: 6px;
  }
  .instagram-slider__item{
    width: 196px;
    height: 196px;
	   flex-shrink: 0;
  }
*/
/*-webkit-backdrop-filter: blur(6px);*/

.slide-favorite .favorite{
  padding: 0;
}

.more-card-color {
    cursor: pointer;
}

.card-bnt__item--products{
  gap: 7px;
}

