

/* Start:/close-sale-mebel/style.css?17183547039865*/
.page_stock{
    background-color: #F4F4F4;
}

.spec-stock__banner{
    position: relative;
    height: 460px;
    width: 100%;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 1259px){
    .spec-stock__banner{
        height: 500px;
    }
}

@media screen and (max-width: 767px){
    .spec-stock__banner{
        height: 550px;
    }
}

.spec-stock__banner img{
    transform: translate(-50%,-50%);
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    top: 50%;
}

.stockApplication{
    border-radius: 6px;
    background: #25282B;
    padding: 27px 60px 35px;
    max-width: 1278px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -27px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    column-gap: 28px;
}

@media screen and (max-width: 1849px){
    .stockApplication{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1279px){
    .stockApplication{
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 679px){
    .stockApplication{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.stockApplication__title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 679px){
    .stockApplication__title{
        font-size: 16px;
        margin-bottom: 17px;
    }
}

.applicationTimer__body{
    color: #fff;
    display: flex;
    margin: 0 -16px;
}

@media screen and (max-width: 1279px){
    .applicationTimer__body{
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 679px){
    .applicationTimer__body{
        margin-left: -13px;
        margin-right: -13px;
    }
}

@media screen and (max-width: 359px){
    .applicationTimer__body{
        margin-left: -8px;
        margin-right: -8px;
    }
}

.applicationTimer__item{
    font-size: 48px;
    font-weight: 700;
    margin: 0 16px;
    position: relative;
    padding-bottom: 12px;
}

@media screen and (max-width: 679px){
    .applicationTimer__item{
        font-size: 40px;
        margin: 0 13px;
    }
}

@media screen and (max-width: 359px){
    .applicationTimer__item{
        margin: 0 8px;
    }
}

@media screen and (max-width: 1849px){
    .applicationTimer{
        max-width: 344px;
    }
}

@media screen and (max-width: 1279px){
    .applicationTimer{
        max-width: 100%;
    }
}

.applicationTimer__item::before{
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
}

.applicationForm{
    margin-bottom: 0;
}

@media screen and (max-width: 1279px){
    .applicationForm{
        flex: auto;
        width: 100%;
    }
}

.applicationForm{
    margin-bottom: 0;
    flex: 1;
}

.applicationForm .form__element{
    width: 50%;
}

@media screen and (max-width: 767px){
    .applicationForm .form__element{
        width: 100%;
        max-width: 350px;
    }
}

.applicationForm .form__button{
    max-width: 180px;
}

.applicationForm .form{
    display: flex;
    row-gap: 20px;
    width: 100%;
}

@media screen and (max-width: 767px){
    .applicationForm .form{
        flex-direction: column;
        align-items: center;
    }
}

.stockCards{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}

@media screen and (min-width: 1260px) and (max-width: 1849px){
    .stockCards{
        margin: 0;
    }
}

.stockCards .productCard{
    width: calc(50% - 20px);
    margin: 0 10px;
}

@media screen and (min-width: 1260px) and (max-width: 1849px){
    .stockCards .productCard{
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 679px){
    .stockCards .productCard{
        width: 100%;
        margin: 0;
    }
}

.stockCards[data-view=rows] .productCard{
    grid-template-columns: 232px calc(100% - 40px - 224px - 232px) 224px;
}

.spec-stock__title{
    color: #25282B;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 31px;
    margin-top: 62px;
}

@media screen and (max-width:500px){
    .spec-stock__title{
        font-size: 20px;
        margin-top: 30px;
    }
}

.spec-stock .customButton{
    font-size: 14px;
}

.spec-stock .customButton_complete{
    color: #0D4EC2;
    background-color: #F0F2F4;
    margin-top: 10px;
}

@media screen and (max-width: 1279px){
    .spec-stock .customButton_complete{
        order: 1;
        flex: auto;
        width: 100%;
    }
}

.spec-stock .productCard__profit{
    color: #25282B;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
}

.spec-stock .productCard__profit span{
    color: #F3743F;
    font-weight: 600;
}

.spec-stock .applicationForm__result.active.success span{
    color: #fff;
    text-align: left;
}

@media screen and (max-width:1279px){
    .spec-stock .applicationForm__result.active.success span{
        flex: 0;
    }
}

.spec-stock .applicationForm__result.active.success ~ .applicationForm__form.form{
    display: none;
}

.stockApplication_conditions{
    max-width: 670px;
    display: block;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 767px){
    .stockApplication_conditions{
        width: auto;
        max-width: none;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.stockApplication_conditions .applicationTimer{
    text-align: center;
}

@media screen and (max-width: 1849px){
    .stockApplication_conditions .applicationTimer {
        max-width: 100%;
    }
}


.stockApplication_conditions .applicationTimer__body{
    justify-content: center;
    margin-bottom: 20px;
}

.stockApplication_conditions .form__element{
    width: 100%;
    max-width: 300px;
}

@media screen and (max-width: 767px){
    .stockApplication_conditions .applicationForm .form__element{
        max-width: 100%;
    }
}

.stockApplication_conditions .applicationForm .form{
    flex-wrap: wrap;
}

.stockApplication_conditions .applicationForm__button{
    flex: 1;
    max-width: 100%;
}

.stockApplication_conditions .applicationForm__button.button_order{
    order: 1;
}

.stockApplication_conditions .applicationForm__result{
    color: #ff0000;
    font-size: 12px;
    margin-top: 10px;
}

@media screen and (max-width: 767px){
    .stockApplication_conditions .applicationForm__button{
        width: 100%;
    }
}

@media screen and (max-width: 445px){
    .stockApplication_conditions .applicationForm__button{
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.front-video {
    position: relative;
    overflow: hidden;
}

.front-video::after{
    content: '';
    display: block;
    padding-top: 23%;
}

.front-video video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@media screen and (max-width:679px){
    .stockApplication_conditions .spec-stock .productCard__profit{
        width: 100%;
    }
}

@media screen and (max-width:460px){
    .front-video video {
        width: auto;
        height: auto;
        width: 460px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: auto;
    }

    .front-video::after{
        content: none;
    }
    
    .front-video{
        height: 109px;
    }
}

.spec-stock .productCard__add{
    margin-bottom: 0;
}

.spec-stock .productCard__control_video{
    margin-left: 0;
}

.spec-stock .productCard__nameplate{
    line-height: 16px;
    min-height: 24px;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 22px;
}

@media screen and (max-width:1259px){
    .spec-stock .productCard__nameplate{
        margin-bottom: 0;
        margin-top: 12px;
    }
}

.spec-stock .productCard__nameplate::before{
    content: "";
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background: var(--icon-check-white) no-repeat center var(--color-accent-add);
}

.spec-stock .productCard__nameplate_stock{
    color: var(--color-accent-add);
}

/*Категории*/

.spec-stock__category{
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 243px);
    margin-top: 40px;
}

@media screen and (max-width:1259px){
    .spec-stock__category{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:991px){
    .spec-stock__category{
        display: block;
    }
}

.spec-stock__category-item{
    display: flex;
    gap: 0 10px;
    align-items: center;
    padding: 10px;
    box-shadow: 0 4px 10px var(--color-shadow);
    background-color: #fff;
    border-radius: 6px;
}

@media screen and (max-width:991px){
    .spec-stock__category-item{
        margin-bottom: 20px;
    }
}

.spec-stock__category-img{
    width: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.spec-stock__category-img img{
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.spec-stock__category-title{
    font-weight: 600;
    color: var(--color-middle);
    transition: color 0.2s ease-in-out;
    font-size: 14px;
}

@media screen and (min-width: 768px){
    .spec-stock__category-title:hover {
        color: var(--color-main);
    }
}

@media screen and (max-width: 679px){
    .spec-stock__cards.stockCards {
        margin-left: 0;
        margin-right: 0;
    }
}
/* End */
/* /close-sale-mebel/style.css?17183547039865 */
