/* Product */
.productsImg img{
	max-width: 100%;
    max-height: 100%;
}
.products {
    margin: 64px 0 96px;
}

.productWrapperNone, .productsImgNone {
    display: none;
}

.productsCard {
    display: flex;
    justify-content: space-between;

    margin-bottom: 96px;
}

.productsImg {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 470px;
    height: 470px;

    background: #F8F8F8;
    border-radius: 8px;

    margin-right: 30px;
}

.productsInfo, .productsEnd {
    display: flex;
    justify-content: space-between;
}

.productsInfo {
    flex-direction: column;

    width: 670px;
}

.productsEnd {
    margin-top: 16px;
}

.productsTitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;

    color: #000000;
}

.productsType, .productsText {
    margin-top: 16px;

    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.productsType {
    color: #B0B0B0;
}

.productsText {
    color: #000000;
}

.productsTegs {
    display: flex;
    flex-wrap: wrap;
}

.productsTegsMobule {
    display: none;
}

.productsTeg {
    flex: 1 1 1 1 20%;

    display: flex;
    justify-content: center;
    align-items: center;

    width: auto;
    height: 35px;
    
    margin: 16px 16px 0 0;

    padding: 8px 12px;

    border: 1px solid #B0B0B0;
    border-radius: 8px;

    font-weight: 300;
    font-size: 14px;
    line-height: 19px;

    color: #B0B0B0;
}

.productsTeg:last-child {
    margin: 16px 0 0 0;
}

.productsPrice {
    display: flex;
	overflow:hidden;
}

.productsPriceNew {
    font-weight: 600;
    font-size: 36px;
	margin-right:-19px;
    color: #000000;
}

.productsPricePast {
    font-weight: 300;
    font-size: 16px;
    line-height: 52px;

    margin-left: 8px;

    text-decoration-line: line-through;

    color: #B0B0B0;
}

.productsBtn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 270px;
    height: 52px;

    background: #892484;
    border-radius: 8px;
    color: #fff;
}

@media (max-width: 1000px) {
    /* Products */
    .products {
        margin: 40px 0;
    }

    .productsImg {
        min-width: 250px;
        min-height: 250px;
        max-width: 250px;
        max-height: 250px;

        margin-right: 0;
    }

    .productsImg img {
        width: 102px;
        height: 210px;
    }

    .productsInfo {
        margin-left: 40px;
    }

    .productsTitle {
        line-height: 29px;
    }

    .productsType,
    .productsText,
    .productsEnd {
        margin-top: 20px;
    }

    .productsCard {
        margin-bottom: 20px;
    }

    .productWrapperNone {
        display: flex;
    }
}

@media (max-width: 800px) {
    /* Products */
    .productsEnd {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    /* Products */
    .products {
        margin: 53px 0;
    }

    .productsImg,
    .productsTegs {
        display: none;
    }

    .productsInfo {
        margin-left: 0;
    }

    .productsTitle {
        font-size: 20px;
        line-height: 25px;
    }

    .productsType,
    .productsText {
        font-size: 13px;
        line-height: 18px;
    }

    .productsPriceNew {
        font-size: 20px;
        line-height: 26px;
    margin-right: -10px;
        align-self: flex-end;
    }

    .productsPricePast {
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;

        align-self: flex-end;
    }

    .productsEnd {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .productsBtn {
        width: 157px;
        height: 40px;

        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .productsImgNone {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 300px;
        height: 300px;

        margin: 20px auto 0;

        background: #F8F8F8;
        border-radius: 8px;
    }

    .productsImgNone img {
/*        width: 122px;*/
        height: 251px;
    }

    .productsTegsMobule {
        display: flex;
        flex-wrap: wrap;
    }

    .productContentFontSize {
        font-size: 10px;
        line-height: 12px;
    }

    .productButton {
        height: 35px;
    }
}

@media (max-width: 376px) {
    /* Products */
    .products {
        margin: 48px 0;
    }

    .productsImg, .productsTegs {
        display: none;
    }

    .productsInfo {
        margin-left: 0;
    }

    .productsTitle {
        font-size: 20px;
        line-height: 25px;
    }

    .productsType, .productsText {
        font-size: 13px;
        line-height: 18px;
    }

    .productsPriceNew {
        font-size: 20px;
        line-height: 26px;

        align-self: flex-end;
    }

    .productsPricePast {
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;

        align-self: flex-end;
    }

    .productsEnd {
        justify-content: space-around;
        align-items: center;
    }

    .productsBtn {
        width: 157px;
        height: 40px;

        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .productsImgNone {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 300px;
        height: 300px;

        margin: 20px auto 0;

        background: #F8F8F8;
        border-radius: 8px;
    }

    .productsImgNone img {
      /*  width: 122px;*/
        height: 251px;
    }

    .productsTegsMobule {
        display: flex;
        flex-wrap: wrap;
    }

    .productWrapperNoneMobule {
        display: none;
    }

    .productItemNewMobule {
        display: block;
    }

    /* .productContentFontSize {
        font-size: 13px;
        line-height: 18px;
    } */
}