

/* Start:/local/templates/fabrika-ulybok/components/bitrix/news.list/prices-and-promotions/style.css?17708862993733*/
section{
    font-family: SF Pro Display, Arial, sans-serif;
}

.services-prices .container{
    padding: 35px clamp(16px, 4vw, 75px);
    margin-top: -1px;
}

.services-prices .text-start{
    font-size: 17px;
}

.red-text{
    color: #C01549;
    font-size: 40px;
    font-weight: 500;
}

.red-text-bottom{
    color: #C01549;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    height: auto;
    line-height: 1.2;
}

.text{
    font-weight: 400;
    font-size: 18px;
    color: #202020;
}


.blue-button-price{
    background: linear-gradient(45deg,#478ECC, #4B95D5, #4F9BDE, #54A2E7, #58A9F1, #5CB0FA);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
}

.price-section .b-text{
    color: #478ECC;
    font-size: 20px;
    font-weight: 700;
}

.text-bottom{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.text-bottom .b-number{
    color: #478ECC;
    font-size: 26px;
    font-weight: 500;
    white-space: nowrap;
}


.price-wrapper{
    width: 100%;
    min-width: 0;
    margin: 0;
}

.price-item{
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: baseline;
    column-gap: 12px;
    margin-bottom: 8px;
}

.price-title{
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 17px;
    font-weight: 400;
    min-width: 0;
}


.price-dots{
    border-bottom: 1px dashed #adb5bd;
    height: 0.6em;
    align-self: end;
}

.price-value{
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
}

.services-prices .price-wrapper{
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}




@media (max-width: 991.98px){
    .services-prices .container{
        padding: 28px 16px;
    }

    .red-text{
        font-size: 32px;
        line-height: 1.15;
    }

    .services-prices .text-start{
        font-size: 16px;
        line-height: 1.55;
    }
}


@media (max-width: 767.98px){

    .services-prices{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .services-prices .container{
        padding: 24px 16px;
        margin-top: 0;
    }

    .red-text{
        font-size: 26px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    .b-text{
        font-size: 18px;
        line-height: 1.2;
    }


    .blue-button-price{
        width: 100%;
        justify-content: center;
        padding: 14px 16px;
        font-size: 15px;
        white-space: normal;
        text-align: center;
    }

    .blue-button-price img{
        width: 18px;
        height: auto;
    }


    .price-item{
        grid-template-columns: 1fr auto;
        column-gap: 10px;
        row-gap: 4px;
        align-items: start;
        margin-bottom: 10px;
    }

    .price-dots{
        display: none;
    }

    .price-title{
        font-size: 15px;
        line-height: 1.35;
    }

    .price-value{
        font-size: 15px;
        line-height: 1.35;
        text-align: right;
    }


    .services-prices .price-wrapper{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .red-text-bottom{
        font-size: 20px;
        line-height: 1.15;
        margin-bottom: 8px;
    }

    .text-bottom{
        font-size: 16px;
        line-height: 1.35;
    }

    .text-bottom br{
        display: none;
    }

    .text-bottom .b-number{
        font-size: 18px;
    }
}

/* End */
/* /local/templates/fabrika-ulybok/components/bitrix/news.list/prices-and-promotions/style.css?17708862993733 */
