/**  block  **/

.ad-area {
    position: relative;
    display: flex;
    max-width: 100%;
    background: #EBEBEB;
    margin: 6px 0;
    border-radius: 4px;
    padding: 8px 0;
}

.ad-image {
    display: inline-block;
    max-width: 180px;
    margin: 0 6px;
    box-sizing: border-box;
}

.ad-title {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    max-width: 70%;
    height: 140px;
    padding: 0 6px 0 18px;
}

.ad-link {
    position: absolute;
    right: 6%;
    bottom: 20px;
    border: none;
    text-decoration: none;
    color: black;
    border-radius: 4px;
    background: white;
    padding: 8px 4px;
}

select{
    display: block;
    width: 100%;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 1px solid #6c1cd1;
    border-radius: 85px;
    margin-bottom: 16px;
    padding: 10px 16px;
    outline: none;
    font-family: "Roboto", sans-serif;
    letter-spacing: .05em;
    font-size: 20px;
    line-height: 1.5;
}