/*------ PAY FORM*/
.intellectmoney_payForm form { 
    background: url('https://intellectmoney.ru/common/img/tabbed_flex_linx_rotate_180.png') repeat-x 0 0;            
    background-size: cover;           
    min-height: 100px;            
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);            
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);           
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);            
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);            
    border-radius: 10px;           
    -o-border-radius: 10px;            
    -moz-border-radius: 10px;            
    -webkit-border-radius: 10px;            
    color: black;        
}        
.intellectmoney_payForm {            
    line-height: 1;            
    display: inline;        
}               
.intellectmoney_payForm form input {            
    font-size: 13px;        
}        
.intellectmoney_payForm form {            
    width: 400px;            
    padding: 20px;            
    font-size: 13px;            
    font-family: Arial, sans-serif;            
    box-sizing: content-box;            
    display: inline-block;        
}        
.intellectmoney_payForm .field{            
    margin-bottom: 20px;        
}
.intellectmoney_payForm .first {
    width: 35%;
    float: left;
    text-align: right;
    margin: 0 20px 0 0;
}     
.intellectmoney_payForm .field:after {            
    content: '';            
    clear: both;        
}           
.intellectmoney_payForm .firs t{           
    width: 35%;            
    float: left;            
    text-align: right;            
    margin: 0 20px 0 0;            
}        
.intellectmoney_payForm .last:after {            
    content: '';            
    clear: both;            
    display: block;        
}        
.intellectmoney_payForm input {            
    height: 25px;            
    width: 240px;            
    padding: 0 5px;            
    border: 1px solid gray;            
    border-radius: 5px;            
    box-sizing: border-box;        
}        
.intellectmoney_payForm textarea {            
    width: 240px;            
    padding: 2px 5px;            
    border: 1px solid gray;           
    border-radius: 5px;            
    box-sizing: border-box;           
    resize: vertical;            
    -webkit-overflow-scrolling: touch;            
    font-size: 13px;            
    font-family: Arial, sans-serif;        
}        
.intellectmoney_payForm .tip {            
    font-size: 11px;             
    color: gray;            
    width: 240px;            
    box-sizing: border-box;            
    float: right;        
}        
.intellectmoney_payForm input.passive, .intellectmoney_payForm textarea.passive {            
    border-color:gray;            
    background-color: white;        
}        
.intellectmoney_payForm input.active, .intellectmoney_payForm textarea.active {            
    border-color: #ff5e00;            
    background-color: #fdffdd;            
    outline: none;        
}        
.intellectmoney_payForm .pt5 {            
    padding-top: 5px;        
}        
.intellectmoney_payForm span.bl_button {            
    background: url('https://intellectmoney.ru/common/img/bl_button_class_bg.png') repeat-x -1px;            
    border-radius: 5px;            
    padding: 9px 15px;            
    color: white;            
    text-decoration: none;            
    font-size: 16px;            
    display: inline-block;            
    cursor: pointer;        
}        
.intellectmoney_payForm span.bl_button.clicked {            
    box-shadow: inset 0 1px 10px rgba(0,0,0,0.7);        
}        
.intellectmoney_payForm span.bl_button.clicked span {            
    position: relative;            
    top: 1px;        
}        
.intellectmoney_payForm label.push_button {           
    display: inline;            
    border: 1px solid lightgray;            
    border-radius: 5px 0 0 5px;            
    padding: 3px 10px;            
    background: #E6E6E6 url(https://intellectmoney.ru/common/js/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x;            
    color: #555;        
}     
.intellectmoney_payForm label.push_button img {            
    vertical-align: inherit;
    position: relative;
    top: 6px;
    display: inline;
    box-shadow: none;       
}        
.intellectmoney_payForm label.push_button_left, .intellectmoney_payForm label.push_button_left.active {            
    border-radius: 5px 0 0 5px;           
    border-right: none;        
}        
.intellectmoney_payForm label.push_button_right, .intellectmoney_payForm label.push_button_right.active {            
    border-radius: 0 5px 5px 0;            
    border-left: none;        
}        
.intellectmoney_payForm label.passive {            
    box-shadow: 0 1px 1px rgba(0,0,0,1);            
    -o-box-shadow: 0 1px 1px rgba(0,0,0,1);            
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,1);            
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,1);            
    padding-bottom: 3px;            
    border-bottom: none;            
    font-size: 17px;        
}        
.intellectmoney_payForm label.active {            
    -moz-box-shadow: inset 0 1px 5px rgba(43,43,38,0.7);            
    box-shadow: inset 0 1px 5px rgba(43,43,38,0.7);            
    background: #fdffdd;            
    border: 1px solid #ff5e00;            
    color: black;            
    font-size: 17px;        
}        
.intellectmoney_payForm label img.int_logo {            
    top: 5px;        
}
.intellectmoney_payForm input[type="radio"]:checked + span {
    background: url(img/radio-btn-checked.svg) no-repeat;
    background-size: contain;
}
.intellectmoney_payForm input[type="radio"] + span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 30px;
    margin: -1px 4px 0 0;
    background: url(img/radio-btn.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}
#pay_process {
    width: 73%;
    margin-top: 36px;
    height: 1150px;
    display:none;
}
/*------ END PAY FORM*/