
.nestandart-price-row > div
{
    color: #666;
    font-size: 18px;
    line-height: 50px;
    text-align: right;
    padding-top: 5px;
}

.nestandart-price-row div > span
{
    display: inline-block;
    vertical-align: middle;
}

.nestandart-price-row .nestandart-price
{
    color: #000;
    font-size: 46px;
    padding-right: 10px;
}

.nestandart-price-row .nestandart-price > sup
{
    color: #F00;
    font-size: 32px;
}

.nestandart-form-field .nestandart-form-field-error
{
    display: none;
}

.nestandart-form-field.error input
{
    color: #F00;
    border: 1px solid #F00;
}

.nestandart-form-field.error .nestandart-form-field-error
{
    display: block;
}

.modal-footer.has-vp-ns-buy
{
    text-align: right !important;
}

.modal-footer.has-vp-ns-buy .opinion-send
{
    background: #b70a0c url(/i5/mob_basket_white.svg) 
        17px center no-repeat !important;
    
    border: 1px solid #b70a0c;
    padding-left: 50px !important;
    padding-right: 20px !important;
    background-size: 24px 24px !important;
}


#good-nestandart-ask-modal .row {
    margin: 20px -10px 0 -10px;
    clear: both
}

#good-nestandart-ask-modal .modal-footer {
    margin-top: 0;
    text-align: left
}

#good-nestandart-ask-modal input, #good-nestandart-ask-modal textarea {
    font: normal 15px 'Roboto', Tahoma, Arial;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%
}

#good-nestandart-ask-modal textarea {
    padding: 10px
}

#good-nestandart-ask-modal input {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px
}

#good-nestandart-ask-modal .modal-title {
    font: normal 30px 'Roboto', Tahoma, Arial
}

#good-nestandart-ask-modal .close-btn {
    margin-top: 8px;
}


#good-nestandart-ask-modal .modal-header {
    padding: 15px 25px
}

#good-nestandart-ask-modal .recapcha {
    margin: 0 0 0 15px
}

#good-nestandart-ask-modal .recapcha-error {
    color: #F00;
    display: none;
    font-size: 14px;
    margin: 0 0 0 15px;
    padding: 10px 0 0 0
}

#good-nestandart-ask-modal .row > div
{
    box-sizing: border-box;
}

#good-nestandart-ask-modal .modal-dialog {
    width: 600px;
    margin: 30px auto;
}

#good-nestandart-ask-modal.custom-modal-mobile .modal-header
{
    /*padding: 0;*/
}

#good-nestandart-ask-modal.custom-modal-mobile .modal-dialog
{
    width: auto;
    max-width: 600px;
}

#good-nestandart-ask-modal.custom-modal-mobile .opinion-send
{
    color: #FFF;
    line-height: 30px;
    font-size: 18px;
    margin-left: 5px;
    color: #FFF !important;
    background-color: #c31b1b !important;
}

#good-nestandart-ask-modal.custom-modal-mobile .modal-footer.has-vp-ns-buy .opinion-send
{
    background-color: #c31b1b !important;
}

#good-nestandart-ask-modal .preorder-file-uploader
{
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5px;
}

.preorder-file-uploader .preorder-file-item
{
    width: 256px;
    height: 40px;
    overflow: hidden;
    background: #FFF;
    text-align: center;
    border-radius: 3px;
    position: relative;
    border: 1px solid #EEEFF1;
    margin: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.preorder-file-item>img {
    width: 24px;
    margin-right: 5px;
}

.preorder-file-uploader .preorder-file-item input {
    top: 0;
    opacity: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
}