.widgetTool .well {
    background: none;
    border: none;
    padding: 0 !important;
}

#QproductOneClickBuyModel_0_name,
#QproductOneClickBuyModel_0_phone {
    font-size: 20px;
    font-weight: normal;
    height: 48px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #004d4a;
    padding-right: 50px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.oneClickBuyName:after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 12px;
    right: 21px;
    background: url(/design/images/i/sprites.png) -26px -35px;
    z-index: 2;
}

.oneClickBuyName,
.oneClickBuyPhone {
    position: relative;
    margin-bottom: 19px;
}

.oneClickBuyPhone:after {

    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 12px;
    right: 21px;
    background: url(/design/images/i/sprites.png) 0 -35px;
    z-index: 2;
}

.widgetTool .typicalFormSubmit a {
    line-height: 45px;
    display: block;
    width: 100%;
    padding: 0;
    height: 45px;
    background: #ff1300;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #cb0c01;
    -webkit-box-shadow: inset 0 -3px 0 0 #cb0c01;
    box-shadow: inset 0 -3px 0 0 #cb0c01;
}

.widgetTool .typicalFormSubmit a:hover {
    background: #e61100
}

.modalFormContent
{
    width: 400px;
    margin: 0 auto;
}
#modal-politik .modalFormContent{
    width:auto;
    padding-left:20px;
    padding-right:20px;
}
.modal-content h3{
    text-align: center;
}

.rekvizit {
    height: 70px;
    background: url("/design/images/rekv.png") no-repeat center center transparent;
}

/* thank page */
.thank{
    display: block;
    margin: 200px auto;
    width: 400px;
    text-align: center;
    padding: 30px;
    border: 3px solid#ff1300s;
    border-radius: 20px;
}
.thank .head{
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 30px;
}
.thank .text{
    font-size: 18px;
}
.thank + #qnits_copyright{
    display: none;
}
.privacy h2{
    padding-top:10px;
    font-size:30px;
}
.privacy ol{
    padding-top:10px;
    padding-left:15px;
}
.privacy li{
    padding-bottom:10px;
}
.privacy li:before{
    font-weight:bold;
}