/*АКЦИИ*/
.stock .title-section {
    margin: 0 160px 60px;
}

.promo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: var(--colorRed);
    height: 360px;
    padding: 0 260px 0 160px;
}

.promo-block {
    position: relative;
    width: 370px;
    height: 360px;
    transition: width 1s ease;
    transform: skewX(-24deg);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform-origin: right;
    right: -50px; 
}

.promo-block img,
.promo-block .promo-content{
    position: absolute;
    transform: skewX(24deg);
}

.promo-block:hover .promo-content{
    opacity: 1;
}

.promo-block:hover {
    width: 1100px;
}

.promo-content{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: flex-end;
    margin: 200px 60px 10px;
    opacity: 0;
    transition: 1.8s;
}

.promo-title{
    position: relative;
    text-transform: uppercase;
    background-color: var(--colorRed);
    padding: 10px 20px;
    width: 360px;
}

.img-promo{
	height: 360px;
	position: absolute;
    transform: skewX(24deg);
	top:0;
}

/*МЕДИА*/
@media screen and (max-width: 1600px) {
    .stock .title-section {
        margin: 0 120px 40px;
    }

    .promo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background-color: var(--colorRed);
        height: 340px;
        padding: 0 220px 0 120px;
    }

    .promo-content{
        gap: 60px;
        margin-top: 160px;
    }

    .promo-block {
        width: 300px;
        height: 340px;
		transform: skewX(-20deg);
    }

    .promo-title{
        width: 180px;
    }

    .promo-title-subs{
        position: absolute;
        z-index: -1;
        margin-left: -30px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -6px;
    }
    
    .promo-title-sub{
        height: 40px;
        width: 200px;
        background-color: var(--colorRed);
    }
    
    .sub-bottom{
        margin-left: -30px;
    }
}

@media screen and (max-width: 1300px) {
	.stock .title-section {
        margin: 0 120px 40px;
    }

    .promo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background-color: var(--colorRed);
        height: 340px;
        padding: 0 220px 0 120px;
    }

    .promo-content{
        gap: 60px;
        margin-top: 160px;
    }

    .promo-block {
        width: 300px;
        height: 340px;
		transform: skewX(-20deg);
    }

    .promo-title{
        width: 180px;
    }

    .promo-title-subs{
        position: absolute;
        z-index: -1;
        margin-left: -30px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -6px;
    }
    
    .promo-title-sub{
        height: 40px;
        width: 200px;
        background-color: var(--colorRed);
    }
    
    .sub-bottom{
        margin-left: -30px;
    }
}

@media screen and (max-width: 1000px) {
	.stock .title-section {
        margin: 0 120px 40px;
    }

    .promo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background-color: var(--colorRed);
        height: 340px;
        padding: 0 220px 0 120px;
    }

    .promo-content{
        gap: 60px;
        margin-top: 160px;
    }

    .promo-block {
        width: 300px;
        height: 340px;
		transform: skewX(-20deg);
    }

    .promo-title{
        width: 180px;
    }

    .promo-title-subs{
        position: absolute;
        z-index: -1;
        margin-left: -30px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -6px;
    }
    
    .promo-title-sub{
        height: 40px;
        width: 200px;
        background-color: var(--colorRed);
    }
    
    .sub-bottom{
        margin-left: -30px;
    }
}

@media screen and (max-width: 660px) {
	.stock .title-section {
        margin: 0 120px 40px;
    }

    .promo {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        background-color: var(--colorRed);
        height: 340px;
        padding: 0 220px 0 120px;
    }

    .promo-content{
        gap: 60px;
        margin-top: 160px;
    }

    .promo-block {
        width: 300px;
        height: 340px;
		transform: skewX(-20deg);
    }

    .promo-title{
        width: 180px;
    }

    .promo-title-subs{
        position: absolute;
        z-index: -1;
        margin-left: -30px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -6px;
    }
    
    .promo-title-sub{
        height: 40px;
        width: 200px;
        background-color: var(--colorRed);
    }
    
    .sub-bottom{
        margin-left: -30px;
    }
}

@media screen and (max-width: 480px) {
	.stock .title-section {
        margin: 0 120px 40px;
    }

    .promo {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background-color: var(--colorRed);
        height: 120px;
        padding: 0 102px 0 2px;
    }

    .promo-content{
        gap: 60px;
        margin-top: 160px;
    }

    .promo-block {
        width: 300px;
        height: 120px;
		transform: skewX(-20deg);
    }

    .promo-block img{
        height: 120px;
    }

    .promo-title{
        width: 180px;
    }

    .promo-title-subs{
        position: absolute;
        z-index: -1;
        margin-left: -30px;
        height: 64px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -6px;
    }
    
    .promo-title-sub{
        height: 40px;
        width: 200px;
        background-color: var(--colorRed);
    }
    
    .sub-bottom{
        margin-left: -30px;
    }
}