.main-text
{
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #FFF;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}
.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
.wp-box {
background: #FFF;
border: 1px solid #E1E1E1;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
position: relative;
  width: 330px;
}