

/* Start:/local/templates/DoctorSmile_2022/components/bitrix/search.page/main/style.css?17557649761531*/
.search-page {
    form{
        margin-bottom: 30px;
        .table__search{
            background: #f6f6ff;
            border-radius: 10px;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
        }
        .search-advanced{
            margin-top: 30px;
        }
        input{
            padding: 0;
            border-bottom: unset;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #000000;
        }

        input::placeholder{
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            color: #61616c;
        }
    }
    .search-item{
        padding-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 19px;
        h4 {
            a{
                font-family: "Raleway", sans-serif;
                font-weight: 700;
                font-size: 25px;
                line-height: 130%;
                color: #252525;
                transition: .3s ease all;
            }
            a:hover{
                color: #009fe3;
            }
        }

    }
    .search-preview{
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #4b4b57;
        b{
            font-weight: 400;
        }
    }
}
/* End */
/* /local/templates/DoctorSmile_2022/components/bitrix/search.page/main/style.css?17557649761531 */
