@charset "utf-8";

@font-face {
    font-family: 'FSElliotPro';
    src: url('fonts/FSElliotPro.eot');
    src: url('fonts/FSElliotPro.eot?#iefix') format('embedded-opentype'),
         url('fonts/FSElliotPro.woff') format('woff'),
         url('fonts/FSElliotPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSElliotPro';
    src: url('fonts/FSElliotPro-Bold.eot');
    src: url('fonts/FSElliotPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FSElliotPro-Bold.woff') format('woff'),
         url('fonts/FSElliotPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

* {
    background: transparent;
    font-family: 'FSElliotPro', Verdana, Arial;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    background-color: #fff;
    color: #231f20;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

img {
    border: 0;
}

.go_cancel,
.try_again,
.go_accept,
input.submit,
input[type="submit"],
#go_purchase {
    background-color: #adadad;
    border: 1px solid #adadad;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    overflow: visible;
    /*padding: 0 50px;*/
    position: relative;
    text-align: center;
    width: 192px;
    text-decoration: none;
    outline: none;
}

.go_cancel:hover,
.try_again:hover,
.go_accept:hover,
input.submit:hover,
input[type="submit"]:hover,
#go_purchase:hover {
	-webkit-box-shadow: 0 0 2px 1px #999;
	-moz-box-shadow: 0 0 2px 1px #999;
	box-shadow: 0 0 2px 1px #999;
}

#go_purchase {
    float: right;
}

input.go_cancel,
.go_cancel {
    background-color: #adadad;
    border: 1px solid #adadad;
    color: #fff;
	display: inline-block;
	float: left;
}

.go_cancel.fatal {
	float: none;
}

.go_accept,
.try_again {
    display: inline-block;
    text-decoration: none;
    float: right;
}

.go_accept {
    float: none !important;
}

#main {
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 20px;
    padding: 30px 20px;
    width: 835px;
}

#main-cont {
    margin-top: 40px;
}

.payment_card .front_side {
    zoom: 1;
}

.payment_card .back_side {
    margin-left: 20px;
}

#header {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 875px;
}

#logo {
    background: url(../img/logo.png) no-repeat;
    display: block;
    float: right;
    height: 100px;
    margin-top: 32px;
    margin-bottom: 25px;
    width: 196px;
    display: none;
}

.contact_info,
.order_desc {
    border: 1px solid #000;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    width: 798px;
}

.contact_info {
	margin-top: 30px;
}

.order_desc:after,
.contact_info:after {
	display: table;
	content: "";
	clear: both;
}

#main .contact_info .left_block,
#main .contact_info .contact_email {
    float: left;
    width: 370px;
    margin: 0 0 15px 15px;
    position: relative;
}

#main .contact_info .right_block,
#main .contact_info .contact_phone {
    position: relative;
    float: left;
    width: 370px;
    margin: 0 0 15px 25px;
}

#main .contact_info .left_block label.error,
#main .contact_info .right_block label.error,
#main .contact_info .contact_email label.error,
#main .contact_info .contact_phone label.error {
    left: 45px;
}

#main .contact_info input {
	border: 1px solid #4fac25;
	background-color: #fff;
	display: inline;
	width: auto;
	padding: 4px 5px;
}

.contact_info h4 {
	font-weight: normal;
	display: inline;
	padding-right: 1em;
}

.contact_info .legend,
.order_desc .legend {
    color: #003f7c;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 15px;
}

.contact_info table,
.order_desc table {
	border-spacing: 0;
    margin: 0 auto 13px;
    width: auto;
}

.contact_info table th,
.contact_info table td,
.order_desc table th,
.order_desc table td {
    border-bottom: 1px solid #adadad;
    color: #434343;
    font-size: 0.9em;
    padding: 4px 8px;
    text-align: left;
    width: 50%;
}

.payment_card {
    margin: 25px auto 0;
    overflow: hidden;
    position: relative;
    width: 800px;
    border: 1px solid #fff;
}

.order_desc table td {
    padding-left: 18px;
}

.payment_card .front_side,
.payment_card .back_side {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #adadad;
    float: left;
    height: 243px;
    position: relative;
    width: 390px;
}

.front_side .add_img {
    left: 14px;
    position: absolute;
    top: 16px;
}

.payment_card h4 {
	color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 6px;
}

.card_number {
    left: 20px;
    position: absolute;
    top: 35px;
}

.art {
    bottom: 90px;
    position: absolute;
    right: 15px;
    text-align: right;
}

.holder,
.decor_block_2 {
    bottom: 17px;
    left: 20px;
    position: absolute;
}

.decor_block {
    position: absolute;
    right: 15px;
    top: 78px;
    text-align: right;
}

.payment_card input {
    background: #fff;
    border: none;
    height: 20px;
    padding: 4px 5px;
    width: 349px;
}

.front_side .art h4 {
    margin-bottom: 0;
}

.card_number input,
.front_side .art input {
    text-align: center;
}

.front_side .art input {
    margin: 0 3px 0 0;
    vertical-align: top!important;
    width: 42px;
}

.front_side .art span,
.decor_block span {
	color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
}

.front_side .art h4 i {
    display: inline-block;
    font-style: normal;
    margin: 0 10px 0 2px;
    text-align: center;
    width: 42px;
    font-size: 0.9em;
}

*+html .front_side .art span {
    vertical-align: 0;
}

.front_side .holder span {
    display: block;
    font-size: 0.9em;
    margin: -23px 0 6px;
    color: #fff;
}

.back_side .decor_block h4 {
	margin: 0 0 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
}

.back_side .decor_block input {
    margin: 0;
    width: 73px;
}


.back_side .decor_panel {
    background-color: #110;
    display: block;
    height: 42px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 100%;
}

#loader {
    padding-bottom: 120px;
}

#loader p {
    font-size: 1.2em;
    padding: 100px 0 70px;
    text-align: center;
}

#loader img {
    display: block;
    left: 0;
    margin: auto;
    position: relative;
}

#loader_error,
#loader_fail,
#loader_success {
    padding: 100px 20px 150px 20px;
    text-align: center;
}

#loader_error strong,
#loader_fail strong,
#loader_success strong {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    padding-bottom: 29px;
}

#loader_error p,
#loader_fail p,
#loader_success p {
    font-size: 1.2em;
    line-height: 30px;
    margin-bottom: 20px;
}

#loader_success table {
    margin: 20px auto;
    font-size: 0.9em;
    border: 0;
    border-spacing: 0;
    width: 400px;
}

#loader_success table th {
    width: 100%;
}

#loader_success table td {
    white-space: nowrap;
}

#loader_success table th,
#loader_success table td {
    text-align: left;
    padding: 4px 15px;
}

#loader_success table tr.item td,
#loader_success table tr.item th {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

#loader_success table tr.item-end td,
#loader_success table tr.item-end th {
    padding-bottom: 20px;
}

.payment_final {
    margin: 22px auto 0;
    width: 800px;
}

.payment_final p {
    background: url(../img/icon-protection.png) 0 50% no-repeat;
    font-size: 0.9em;
    line-height: 16px;
    margin-top: 35px;
    padding-left: 30px;
}

.payment_final p br {
	display: none;
}

.payment_final h3 {
    float: right;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: -5px;
}

.payment_final input.submit,
.payment_final input[type="submit"] {
    clear: right;
    left: 18px;
    position: absolute;
    top: -5px;
}

input.error {
    background-color: #FF968D;
    color: #ff2222;
}

label.error {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.6), inset 0 0 20px rgba(0,0,0,0.2);
    background: #FE221F;
    border: 1px solid #FF958C;
    bottom: 40px;
    color: #FFF;
    display: none;
    float: left;
    font: 14px Arial;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}

.back_side label.error,
.art label.error {
    left: auto;
    right: 0;
}

#pcidssinfo,
.hidden,
.payment_final .purchase_amount,
#go_reject {
    display: none;
}

.fade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 9998;
}

.js-enable-warning {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fefefe;
    padding: 15px 20px;
    width: 640px;
    height: 170px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -85px 0 0 -320px;
    z-index: 9999;
}

.js-enable-warning-text {
    vertical-align: middle;
    display: table;
    margin: 0px auto;
    height: 170px;
}

.js-enable-warning-text h1 {
    margin: 0;
    padding: 0 10px 0 0;
    font: bold 55px sans-serif;
    color: #000;
    text-transform: uppercase;
    border: 0;
    display: table-cell;
    vertical-align: middle;
}

.js-enable-warning-text p {
    margin: 0;
    padding: 0;
    font: 13px/20px Tahoma;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 0 1px #666;
}

.js-enable-warning.block-error {
	font-size: 5em;
	height: auto;
	margin-top: -115px;
}

.block-error .js-enable-warning-text:before {
	background-color: #92000A;
	border-radius: 1em;
	color: #FFFFFF;
	content: "!";
	float: left;
	display: inline-block;
	font-size: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	width: 1em;
	font-family: serif;
}

.block-error .js-enable-warning-text h1 {
	font-size: 0.9em;
	font-family: serif;
	display: block;
	padding-left: 1.3em;
}

.block-error .js-enable-warning-text h2 {
	font-size: 0.3em;
	color: #333;
	margin: 0.3em 0;
}

.block-error .js-enable-warning-text p {
	display: block;
	color: #666;
	font-size: 0.2em;
	margin-bottom: 0.5em;
	text-shadow: none;
}

.front_side > .preseted-info {
    left: 15px;
    position: absolute;
    top: 90px;
}

.preseted-info {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 360px;
}

.pay-timer {
	margin: 1em 0;
	text-align: right;
	font-weight: bold;
}

.one-button {
    float: none !important;
}

#loader_fail,
#loader_error,
#loader_success {
    display: none;
}

#buttons_block {
    margin-top: 25px;
}

.go_credit {
    margin-top: 0 !important;
}

#googlepay {
    width: 192px;
}
