.t-popup__container.t-width.t-width_8.t-popup__container-animated {
    border-radius: 0px 50px 0px 50px;
}
.price-ustanovka {
    font-family: 'Cormorant',Arial,sans-serif;
    color: #052555;
    font-size: 24px;
    line-height: 1;
    padding: 40px;
    max-width: 800px;
}
.price-ustanovka h2 {
    color: #052555;
    font-size: 34px;
    font-family: 'Cormorant',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 15px;
}
.price-ustanovka .block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}    

.price-ustanovka .block .item {
    width: 49.6%;
    margin-bottom: 10px;
}

.price-ustanovka .block .item h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Cormorant',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 8px;
    margin-top: 10px;
}
.price-ustanovka .block .item p {
    color: #000000;
    font-size: 16px;
    font-family: 'Inter',Arial,sans-serif;
    line-height: 1.5;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media (max-width: 600px) {
    .price-ustanovka {
        padding: 20px !important; 
        font-size: 12px !important;
    }
    .price-ustanovka .block .item {
    width: 100%;
}
.price-ustanovka h2 {
    font-size: 34px;
}