.prod__section {
    margin: 200px;
}

.product {
    max-width: 438px;
    width: 100%;
    /*position: relative;*/
    /*z-index: 2;*/
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0px 4px 53.5px 0px rgba(219, 203, 203, 1);
    border-radius: 10px;
    margin-top: 25px;
    padding: 0px 17px 31px 15px;
}

.product-no-fixed .product__top {
    margin-bottom: 20px;
}
.product__top {
    display: flex;
    align-items: start;
    column-gap: 11px;
}


.product__img {
    position: relative;
    top: -25px;
    border-radius: 10px;
    overflow: hidden;
}

.product__img__no-fixed {
    height: 360px;
    top: 0px;
    padding-top: 11px;
}

.product__img__no-fixed img {
    height: 100%;
    object-fit: cover;

}

.product__img__no-fixed .product__img__banner-top {
    top: 20px;
}
.product__img__no-fixed .product__img__banner__btn {
    bottom: 0;
}
.product__img img {
    max-width: 100%;
    object-fit: cover;
}
.product__img__banner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: url('../img/product__stick.svg');
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    text-align: left;
    color: #FFF;
    text-transform: uppercase;
}

.product__img__banner__btn {
    position: absolute;
    bottom: 4px;
    left: 0;
    padding: 11px 12px;
    background-color: var(--pink);
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;

    color: #FFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
}

.product__content {
    padding-top: 11px;
}

.prod__content:not(:last-child) {
    margin-bottom: 24px;
}

.product__bottom {
    display: flex;
    flex-direction: column;
    row-gap: 17px;
}
.icon-favorites, .icon-star {
    cursor: pointer;
}

.product__info {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-bottom: 14px;
}

.product__info__icon {
    display: flex;
    align-items: center;
    column-gap: 6px;
	text-decoration:none;
	color:#000;
}
.product__info__icon span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
}
.product__title {
    display: block;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.69px;
    color: rgba(72, 72, 72, 1);
    margin-bottom: 12px;
}

.product__description {
    display: flex;
    flex-direction: column;
    padding: 11px 0px;
    row-gap: 9px;
    max-width: 157px;
    border-top: 1px solid rgba(237, 185, 185, 1);
    border-bottom: 1px solid rgba(237, 185, 185, 1);
    margin-bottom: 15px;
}

.product__description__phone {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: var(--pink);
    text-decoration: none;
}

.product__description__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: rgba(72, 72, 72, 1);
}

.product__description__text a {
    color: rgba(72, 72, 72, 1);
	text-decoration:none;
}

.product__parameter {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    border-bottom: 1px solid rgba(237, 185, 185, 1);
    padding-bottom: 11px;
    margin-bottom: 11px;
}

.product__parameter__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product__parameter-two {
    border: none;
    padding-bottom: 0px;
}

.product__parameter-two .product__parameter__item-label, .product__parameter-two .product__parameter__item-value {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    color: var(--pink);
}
.product__parameter__item-label {
    font-size: 12px;
    font-weight: 300;
    line-height: 14.63px;
    color: rgba(72, 72, 72, 1);
}



.product__parameter__item-value {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: rgba(72, 72, 72, 1);
}

.product__bottom__tags {
    display: flex;
    align-items: center;
    gap: 4.5px;
    flex-wrap: wrap;

}


.product__bottom-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: rgba(72, 72, 72, 1);
    overflow: hidden;
}

@media (max-width: 1288px) {
    .products__wrapper {
        justify-items: center;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 858px) {
    .product__info {
        column-gap: 6px;
        margin-bottom: 10px;
    }

    .products__wrapper {
        column-gap: 10px;
    }

    .product {
        padding: 0px 8px 20px 7px;
    }

    .product__title {
        font-size: 20px;
        line-height: 24.38px;
        margin-bottom: 10px;
    }

    .product__info__icon svg {
        width: 14px;
    }

    .product__description {
        margin-bottom: 5px;
    }

    .product__parameter {
        margin-bottom: 10px;
    }

    .product__info__icon span {
        font-size: 12px;
        font-weight: 500;
        line-height: 14.07px;
        color: var(--black);
    }

    .product__img {
        flex-basis: 178px;
    }

    .product__img img {
        max-width: 100%;
        border-radius: 10px;
    }

    .product__content {
        flex-basis: 140px;
        margin-bottom: 5px;
    }
}

@media (max-width: 860px) {

    .prod__section {
        margin: 10px;
    }
    .products__wrapper {
        justify-items: center;
        grid-template-columns: 1fr;
    }
    .product__parameter {
        padding-bottom: 5px;
        row-gap: 0px;
    }

    .product__parameter.product__parameter-two {
        row-gap: 6px;
    }

    .product__parameter-two .product__parameter__item-label, .product__parameter-two .product__parameter__item-value, .product__parameter__item-label,  .product__parameter__item-value {
        font-size: 10px;
        line-height: 12px;
    }
	
	.products__wrapper {
		display: flex;
		flex-wrap: wrap;		
	}
}
