.add-friend {
    position: relative;
    height: auto;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    background: #e4e5ea;
    padding-bottom: 20px;
    text-align: left;
    margin: 40px auto;
}

.add-friend__close {
    position: absolute;
    top: 27px;
    right: 0px;
    width: 12px;
    height: 12px;
    background: url(/i/close-12x12.png) no-repeat;
    cursor: pointer;
}

.add-friend__close:hover {
    background: url(/i/close-12x12-red.png) no-repeat;
}

.add-friend__ttl2 {
    color: #475669;
    font-size: 20px;
    font-weight: normal;

}

.add-friend__top {
    padding: 25px 0px 17px;
    margin: 0 30px;
    position: relative;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.add-friend__section {
    padding: 0px 30px;
    margin-top: 20px;
}

.add-friend__ttl-block {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #999;
}

.add-friend .rbt-block,
.add-friend .cbx-block {
    display: block;
    margin-bottom: 5px;
}


.add-friend .rbt + .label-rbt,
.add-friend .cbx + .label-cbx {
    padding-left: 27px;
}

.add-friend__btn {
    position: relative;
    height: 52px;
    line-height: 50px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: all .1s;
    width: 270px;
    color: #fff;
    background: #ff8e41;
    border: 1px solid #dfdfdf;
}

.add-friend__btn:hover {
    background: rgb(226, 114, 0);
}

.add-friend__col {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.add-friend__col .rbt-block {
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width: 639px){
    .add-friend__inp-block {
        width: 100%;
    }
}

@media screen and (max-width: 479px){
    .add-friend__btn {
        width: 100%;
    }
}