.big-form label {
    font-weight: 100;
}

.month+span {
    font-size: 24px;
    display: inline !Important;
}

.big-form a {
    text-decoration: underline;
}
.big-sms-pole,
.big-phone-pole,
.big-accept-pole {
    padding: 30px 30px 30px 10px;
    border: 1px dashed #cdcccc;
    font-size: 15px;
}

input[type=checkbox] {
    width: 20px !Important;
}
.big-sms-pole input,
.big-phone-pole input,
.big-accept-pole input,
.big-accept-pole select {
    text-indent: 12px;
    width: 345px;
    height: 58px;
    border: 1px solid #e1e1e1;
    margin-left: 5px;
}

.big-form: {

}

.visa-bg {
    position: relative;
    top: -5px;
    left: 20px;
}

.big-form {
    padding-top: 25px;
    text-align: right;
}

.control-big {
    text-align: center;
}

.control-big button {
    margin: 30px auto;
    max-width: 445px;
    width: 100%;
    height: 65px;
}

.control-big label {
    display: block;
    width: 100% !Important;
    float: none !Important;
    font-size: 14px !Important;
    margin-bottom: 110px;
    margin-top: 10px;
}

.finished {
    background-color: #f8fafb !Important;
}

.finished:before {
    content: "✔";
    position: absolute;
    color: black;
    background-color: #197cb5;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    text-align: center;
    line-height: 24px;
    z-index: 10;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
    color: white;
}

.header-item.finished:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 17px;
    text-align: center;
    font-size: 19px;
    color: rgb(40, 112, 166);
    z-index: 2;
    text-indent: 0px;
    background: linear-gradient(to left, rgb(44, 103, 165) 0%, rgb(32, 161, 198) 100%) black;
}
.big-form a {
    text-decoration: underline;
    color: #00639b;
}
.big-form input {
    outline: none;
}
.big-phone-pole.error,
.big-accept-pole.error,
.big-sms-pole.error {
    color: red;
}
.big-phone-pole.error input,
.big-accept-pole.error input,
.big-sms-pole.error input {
    border: 1px solid red;
}
.big-form .error .info:after {
    background: url('/img/premerchant/redesign/i-red.png');
}
.big-phone-pole.ok,
.big-accept-pole.ok,
.big-sms-pole.ok {
    color: #83c10a;
}
.big-phone-pole.ok input,
.big-accept-pole.ok input,
.big-sms-pole.ok input {
    border: 1px solid #acc186;
}
.big-form .ok .info:after {
    background: url('/img/premerchant/redesign/i.png');
}
.big-sms-pole,
.big-phone-pole,
.big-accept-pole {
    padding: 30px 30px 30px 10px;
    border: 1px dashed #cdcccc;
    font-size: 15px;
}

input[type=checkbox] {
    width: 20px !Important;
}
.big-sms-pole input,
.big-phone-pole input,
.big-accept-pole input,
.big-accept-pole select {
    text-indent: 12px;
    width: 345px;
    height: 58px;
    border: 1px solid #e1e1e1;
    margin-left: 5px;
}

.credit-card {
    padding-top: 20px;
    padding-left: 50px;
    min-height: 230px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.credit-card span {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.credit-card .card-number {
    width: 92%;
    margin-bottom: 20px;
    border: 1px solid #e7e8e8;
}

.credit-card input {
    outline: none
}

.credit-card .card-number input {
    font-weight: 100;
    height: 38px;
    font-size: 24px;
    outline: none;
    width: 25%;
    float: left;
    border: none;
    text-align: center;
}

.month,
.year {
    border: 1px solid #e7e8e8;
    height: 38px;
    text-align: center;
    font-size: 24px;
}

.month {
    width: 65px;
}

.year {
    width: 85px;
}

.form-center form {
    margin-left: 0px !Important;
}

.credit-card {
    background: #fafafa;
}

.card-description {
    height: 92px;
    line-height: 100px;
    background: #e5e5e5;
    margin-top: -45px;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
}

.card-description>span {
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    line-height: 12px;
    width: 170px;
}

.card-description input {
    display: inline-block;
    width: 46px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    border: none;
    line-height: 38px;
    font-size: 16px;
}

.cvc {
    float: right;
    background: #f7f9fa;
    height: 10px;
    position: relative;
}

.cvc input {
    background: #f7f9fa;
    outline: none;
    width: 100px;
}

.cvc input:last-child {
    margin-left: -5px;
}

@media screen and (min-width: 1200px) {
    .form label:last-of-type {
        width: 210px;
    }
}

.form-center .form {
    margin-left: 0;
}

::-webkit-input-placeholder {
    color: black;
}

::-moz-placeholder {
    color: black;
}


/* Firefox 19+ */

:-moz-placeholder {
    color: black;
}


/* Firefox 18- */

:-ms-input-placeholder {
    color: black;
}
.warning {
    margin-bottom: 20px;
    min-height: 80px;
    border: 1px solid #f9b2b4;
    background: #fef8f8;
    text-align: center;
    line-height: 80px;
    border-radius: 15px;
}
.warning span {
    font-size: 16px;
}
.warning span:before {
    width: 33px;
    height: 27px;
    position: relative;
    top: 5px;
    left: -10px;
    display: inline-block;
    content: '';
    background: url('/img/premerchant/redesign/warning.png') no-repeat center center;
}
/*
@media screen and (min-width:1400px) {
    .footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .adress {
        padding-left: 200px;
    }
}
*/

@media screen and (min-width:1750px) {
    .big-phone-pole,
    .big-accept-pole {
        font-size: 18px;
    }
}

@media screen and (max-width:1600px) and (min-width:1200px) {
    .big-phone-pole input,
    .big-accept-pole input,
    .big-accept-pole select {
        width: 55%;
    }
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .control-big button {
        margin: 30px auto;
        max-width: 345px;
    }
    .big-form .big-accept-pole span {
        position: relative;
        top: 10px;
    }
    .big-phone-pole,
    .big-accept-pole {
        font-size: 14px;
        text-align: left;
    }
    .big-form label span {
        font-size: 12px;
        width: 125px;
        top: 20px;
        display: inline-block;
    }
    .big-form input {
        display: inline-block;
        width: calc(100% - 135px);
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .control-big button {
        margin: 30px auto;
        max-width: 345px;
    }
    .big-form .big-accept-pole span {
        position: relative;
        top: 10px;
    }

    .big-phone-pole,
    .big-accept-pole {
        font-size: 14px;
        text-align: left;
    }
    .big-form label span {
        font-size: 12px;
        width: 125px;
        top: 20px;
        display: inline-block;
    }
    .big-form input {
        display: inline-block;
        width: calc(100% - 135px);
    }
}

@media screen and (max-width:767px) and (min-width:0px) {
    .tooltipsy-card img{
        max-width: 280px;
    }
    .finished:before {
        width: 11px;
        height: 11px;
        line-height: 11px;
        font-size: 12px;
        bottom: -4px;
        margin-left: -4px;
    }
    .big-form {
        text-align: left;
        padding: 15px;
    }
    .big-sms-pole input,
    .big-phone-pole input,
    .big-accept-pole input,
    .big-accept-pole select {
        display: block;
        width: 100%;
    }
    .big-form button {
        width: 100%;
        max-width: 420px;
    }
    .control-big label {
        margin-bottom: 20px;
    }
    .right-column--header h6 {
        margin-top: 10px;
    }
    .big-sms-pole {
        text-align: center;
    }
}

@media screen and (max-width:479px) and (min-width:0px) {
    .credit-card,
    .card-description {
        left: -20px;
        width: 110%;
        margin-right: 20px;
    }
    .credit-card {
        padding-left: 20px;
    }
    .table-body {
        padding: 0;
    }
    .card-blocks {
        border: none;
    }
}

.pay-options{
    margin: 10px 0 55px 0;
}

.xcode-pole {
    border: none !important;
    text-align: left;
}
.xcode-pole label{
    /*text-align: left !important;*/
}