#dialog_window{
    background-color: #eee;
    padding-bottom: 30px;
    margin: 0;
}
#reasons-list{
    padding: 0 15px 44px;
}
#reasons-list label{
    height: 35px;
    line-height: 35px;
    color: #707070;
    padding: 0 15px 0 35px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #bcbcbc;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
    cursor: pointer;
}
#reasons-list input[type=radio]{
    display: none;
}
#reasons-list textarea{
    border: 1px solid #bdbdbd;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

#reasons-list textarea.error{
    border: 1px solid red;
}

#reasons-list input[type=radio]:checked + label{
    background: url(/static/images/svg/done.svg) 5px center #389918 no-repeat;
    border-bottom: 1px solid #245d0e;
    border-left: 1px solid #91c384;
    border-right: 1px solid #bfdab9;
    color: #fff;
}
.submit {
    margin: 0 auto;
    background-color: #399a19;
    color: #fff;
    font-size: 18px;
    border: none;
    position: fixed;
    z-index: 999999;
    bottom: 10px;
    border-top: 1px solid #eaeaea;
    height: 64px;
    width: 100%;
    text-align: center;
    max-width: 820px;
    min-width: 310px;
    padding: 7px 7px 0 7px;
    box-sizing: border-box;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0;
}
#intro {
    color: #6c6c6c;
    padding: 5px 15px;
    font-size: 12px;
}
