@media (min-width: 88em){.partbox{max-width: 86rem;}}

    @media (max-width:85.33333333333333em){.catalogue__product{width:-webkit-fill-available;}}

.price-box{
    margin-top: 2rem;
    }

@media(min-width:60em){
        .install-form{
            gap: 1.3333333333333333rem;
            display: grid;
            grid-template-columns: 1fr 2fr;
            box-sizing: border-box;
            padding: 0 3rem 3rem 3rem;
            }
        }

@media(max-width:60em){
        .install-form span img{
    display:none;
    }
}
.install-form{
    box-sizing: border-box;
    padding: 0 3rem 3rem 3rem;
    }

.install-form .quick-contact__phone{
    font-size: 18px;
    margin-bottom: 16px;
    }
.install-form-left span{
    margin-left: 2rem;
    }
    .install-form-left a{
        color: #1b1b1b;
        text-decoration: none;
    }

.install-form-right{
    width: 100%;
    }
.install-form-right label{    
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 1px;
    }
.install-header{
    margin:3rem;
    }
.install-form span{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    }
.waiting__now p{
    font-size: 26px;
    font-weight: 900;
    color: var(--cn-bg-yellow-hover);
    margin-bottom: 0rem;
    }
.waiting__now span{
    font-size: 18px;
    }
.install-form .btn{    
    background: oklch(0.62 0.24 144.05);
    height: 51px;
    width: 15rem;
    }
.install-form button:hover{    
    background: var(--cn-bg-yellow-hover);
    }
.install-HP{
    text-align: right;
    margin-top: -20px;
    margin-right: 3rem;
    }
.install-HP .btn{
    background: #636363;
    }
.install-HP .btn:hover{
    background: var(--cn-bg-yellow-hover);
    }
.detail-price-box .product__status--avalable {
    color: oklch(0.62 0.24 144.05);
}
/*#2e8d8c - tyrkysova na tlacitka misto zelene*/
.btn btn-buy{
    background: #636363 !important;
    }
/* .quick-form-row__item{
    width:50%;
} */