

/* Start:/local/templates/is_digital/old/css/personal_list.css?17600885224920*/
.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 46px 0;
}
.content_white{
    padding: 60px 74px 0 50px;
}
.doc_filter{
    background-color: #EAF0F6;
}
.doc_filter > form{
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 50px;
}
.po_fio span{
    display: block;
    padding-top: 30px;
    padding-bottom: 24px;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 120%;
    color: #777F8F;
}
.po_fio input{
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    padding: 17px 0 11px 18px;
    min-width: 295px;
    box-sizing: border-box;
    margin-right: 45px;
    background-color: #FFFFFF;
    border: none;
    height: 50px;
}
.po_cat select{
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    padding: 14px 0 11px 18px;
    min-width: 295px;
    box-sizing: border-box;
    margin-right: 45px;
    background-color: #FFFFFF;
    border: none;
    height: 50px;
}
.doc_filter button{
    background-color: #C6AE71;
    border: none;
    font-size: 1.125rem;
    line-height: 120%;
    color: #FFFFFF;
    width: 172px;
    padding: 15px 0 14px 0;
    cursor: pointer;
    height: 50px;
}
.doc_filter form > div{
    padding-bottom: 30px;
}

.doc_list {
    display: flex;
    flex-wrap: wrap;
    margin: 90px -12px 0 -12px;
}
.doc_item{
    max-width: 442px;

    flex: 0 1 calc(33% - 24px);
    margin: 0 12px 115px 12px;
}
.doc_item:hover .doc_item_cont {
    transform: translateY(-35px);
}
.doc_item_cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 12px 70px rgba(0, 0, 0, 0.09);
    position: relative;
    padding: 0 10px;
    height: 100%;
}
.doc_item .img{
    text-align: center;
    position: absolute;
    top: -70px;
}
.doc_item .img img{
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.doc_item .name{
    text-align: center;
    margin: 200px 0 0 0;
    padding: 25px 0 13px 0;
}
.doc_item .name a{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.688rem;
    line-height: 120%;
    color: #000000;
}
.doc_item .subname{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 120%;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
}
.doc_item .txt{
    text-align: center;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 120%;
    color: #32373A;
}
.doc_item .price{
    margin-top: 13px;
}
.doc_item .note{
    margin-top: 28px;
    margin-bottom: 35px;
}

.rating_list{
    display: flex;
    align-items: baseline;
    margin: 19px 0;
}
.rating_list .rating{
    width: 115px;
    height: 15px;
    display: inline-block;
    padding-bottom: 16px;
}
.rating_list .rating .star{
    width: 15px;
    height: 15px;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/star_gray.svg");
    display: inline-block;
    background-size: contain;
}
.rating_list .rating .star.checked{
    background-image: url("/local/templates/is_digital/old/css/../img/ico/star.svg");
}
.rating_list .count{
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 50%;
    text-decoration: underline;
    color: #32373A;
}


@media (max-width:1500px){
    .content_white {
        padding: 60px 30px 0 30px;
    }
    .doc_filter > form {
        flex-wrap: wrap;
        padding: 0 0 0 30px;
    }
    .content_grey {
        padding: 31px 30px 31px 30px;
    }
}
@media (max-width:1350px){
    .doc_item {
        flex: 0 1 calc(50% - 24px);
    }
}
@media (max-width:1000px){
    .doc_item {
        flex: 0 1 calc(100% - 24px);
    }
}
@media (max-width:480px){
    .content_grey {
        padding: 31px 15px;
    }
    .content_grey h1, .content_grey .h1 {
        font-size: 2rem;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
    }
    .doc_filter > form {
        padding: 0 0 0 15px;
    }
    .content_white {
        padding: 45px 15px 0 15px;
    }
    .main_ttl {
        font-size: 2rem;
    }

    .doc_item {
        flex: 0 1 100%;
    }

    .doc_item {
        flex: 0 1 100%;
    }
    .doc_item {
        margin: 0 0 115px 0;
    }
    .doc_list {
        margin: 115px 0 0 0;
    }
    .po_fio input, .po_cat select {
        margin-right: 0;
    }
    .note_grey {
        padding: 19px 40px;
    }
}
/* End */
/* /local/templates/is_digital/old/css/personal_list.css?17600885224920 */
