

/* Start:/local/templates/is_digital/old/css/price.css?17573188535118*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 0 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: auto;
}
.price_head h1, .price_head .h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 4rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.price_head{
    background-image: url("/local/templates/is_digital/old/css/../img/tpl/price_bg-min.jpg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 296px;
    box-sizing: border-box;
}
.content_white{
    padding: 0 74px 0 50px;
}
.filter{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter > div{
    margin: 60px 0 50px 0;
}
.filter .name{
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
    color: #000000;
    margin-bottom: 12px;
}


.select_box {
    width: 350px;
    height: 50px;
    overflow: hidden;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/select_arrow.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #F5F7F9;
}

.select_box select {
    background: transparent;
    -webkit-appearance: none;
    width: 350px;
    border: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;

    padding: 15px 0 14px 17px;
}
.select_box .search {
    width: 350px;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    background-color: #F5F7F9;
}
.select_box .search input{
    width: 100%;
    background-color: #F5F7F9;
    border: none;
    padding: 0 10px 0 17px;

    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #7B7C7D;
}
.select_box .search button {
    width: 61px;
    border: none;
    background-color: #777F8F;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/header_search.svg");
    background-repeat: no-repeat;
    background-position: 50%;
}

.price_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #E2EAF0;
}

.price_item .price{
    font-weight: 300;
    font-size: 22px;
    line-height: 200%;
    text-align: right;
    flex: auto;
    color: #000000;
    padding-right: 70px;
    flex-shrink: 0;
}
.price_item button, .details_prices_price button{
    padding: 6px 16px;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    text-align: right;
    cursor: pointer;
    border: 1px solid #000000;
    box-sizing: border-box;
    background-color: #fff;
    color: #000000;
    margin: 12px 0;
    min-width: 170px;
}
.price_item button:hover, .details_prices_price button:hover{
    border-color: #C6AE71;
    background-color: #C6AE71;
    color: #FFFFFF;
}
.price_item .name a{
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 200%;
    text-decoration-line: underline;
    color: #000000;
}
.price_item .name a:hover{
    color: #C6AE71;
    text-decoration: none;
}
.price_item.dn_s{
    display: none !important;
}

.details_prices_txt{
    margin: 50px 0 30px 0;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    color: #000000;
}
.details_prices_txt h1{
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 120%;
}
.details_prices_price {
    font-size: 1.875rem;
    line-height: 120%;
    color: #32373A;
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.details_prices_price > div:nth-of-type(1){
    margin-right: 30px;
}
.details_prices_price .price{
    font-weight: 500;
}
.price_list{
    padding-bottom: 70px;
}


.details_prices_price .pay_btn {
    border: 1px solid #C6AE71;
    font-weight: 300;
    font-size: 0.875rem;
    color: #000000;
    padding: 6px 28px;
    line-height: 200%;
    display: block;
    margin: 0 0 0 35px;
    position: relative;
    /* box-sizing: unset; */
}
@media (max-width:1500px){
    .select_box {
        width: 300px;
    }
    .select_box select {
        width: 300px;
    }
    .content_white {
        padding: 0 30px 0 30px;
    }
    .content_grey {
        padding: 31px 0 31px 30px;
    }
    .price_item .price {
        padding-right: 20px;
    }
    .select_box .search {
        width: 300px;
    }
}
@media (max-width:1300px){
    .filter {
        display: flex;
        flex-wrap: wrap;
        flex: 0 1 50%;
    }
    .filter > div {
        margin: 20px 0;
    }
    .filter {
        padding: 35px 0;
    }
}
@media (max-width:1150px){
    .details_prices_price {
        flex-wrap: wrap;
    }
    .details_prices_price > div:nth-of-type(1) {
        width: 100%;
    }
}
@media (max-width:1100px){
    .price_item {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }
    .price_item .name a {
        font-size: 1rem;
    }
}
@media (max-width:500px){
    .details_prices_price {
        align-items: baseline;
        flex-direction: column;
    }
    .details_prices_price .pay_btn{
        margin: 0;
    }
}
/* End */


/* Start:/local/templates/is_digital/components/bitrix/news.list/is_price/style.css?17573188522901*/
.service-list-block{

}
.service-list-section{
    padding: 0 0 20px 0;
}
.service-list-section.hidden{
    display: none;
}
.service-list-section-title{
    padding: 10px 16px;
    border: 1px solid #c8c1b2;
    background-color: #e3d7c1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    position: relative;
    cursor:pointer;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.service-list-section-title svg{
    width: 15px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 11px;
    color: #68655f;
}
.service-list-section-title:hover{
    background-color: #d1c39f;
    color: #FFF;
}
.service-list-section-title:hover svg{
    color: #FFF;
}
.service-list-item-list{
    padding: 5px 25px;
    border: 1px solid #c8c1b2;
    margin-top: -3px;
    border-radius: 3px;
    display: none;
}
.service-list-section.open .service-list-item-list{

}
.service-list-section.open-search .service-list-item-list{
    display: block;
}
.service-list-item{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e3d7c1;
    padding: 10px 0;
    line-height: 36px;
    align-items: center;
}
.service-list-item.dn_s{
    display: none;
}
.service-list-item:last-child{
    border: none;
}
.service-list-item-title{

}
.service-list-item-price-block{
    display: flex;
    gap: 20px;
}
.service-list-item-price{
    font-weight: 500;
    white-space: nowrap;
}
.service-list-item-price-block .modal_note{
    padding: 3px 16px 5px;
    font-weight: 200;
    line-height: 200%;
    text-align: right;
    cursor: pointer;
    border: 1px solid #000000;
    box-sizing: border-box;
    background-color: #fff;
    color: #000000;
    min-width: 170px;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .service-list-item-list{
        padding: 5px 10px;
    }
    .service-list-item{
        align-items: flex-start;
        flex-direction: column;
    }
    .service-list-item-price-block{
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .service-list-item-title {
        line-height: 20px;
    }
}
.service-list-search{
    position: relative;
    width: 350px;
    overflow: hidden;
    display: flex;
    background-color: #F5F7F9;
    height: 45px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.service-list-search input{
    width: 100%;
    background-color: #f4efe7;
    border: none;
    padding: 0 10px 0 17px;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #7B7C7D;
}
.service-list-search button{
    width: 61px;
    border: none;
    background-color: #c6b597;
    background-image: url(/local/templates/digital/img/ico/header_search.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
/* End */
/* /local/templates/is_digital/old/css/price.css?17573188535118 */
/* /local/templates/is_digital/components/bitrix/news.list/is_price/style.css?17573188522901 */
