input[type='number'] {
    -moz-appearance: textfield;
}
.second-blog {
	padding: 20px 0;
}
.right-blog {
	margin-top: 25px; 
}
.bio-img {
	width: 160px;
	margin: 0 auto;
}
.wrap-bio-img {
	width: 160px;
	display: block;
	margin: 0 auto;
}
.wrap-bio-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.next:hover, .next:focus {
    text-decoration: none;
    color: #fff;
}
.become {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #F07622;
    margin-top: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-family: helvetica-light;
    transition: all 0.3s ease;
}
.logs {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    background: #1A569D;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: helvetica-light;
    transition: all 0.3s ease;
}
.become:hover {
    color: #fff;
    background: #DC620E;
    text-decoration: none;
}
.logs:hover {
    color: #fff;
    background: #2C68AF;
    text-decoration: none;
}
.btn-pro {
    margin-left: 50px; 
}
.form-wrap-set {
    border: none;
    padding-bottom: 30px;
}
.top-card-set {
    position: absolute;
    top: 6px;
    left: 55px;
    color: #fff;
    font-size: 22px;
}
.bot-card-set {
    position: absolute;
    bottom: 6px;
    left: 55px;
    color: #fff;
    font-size: 18px;
    font-family: helvetica-light;
}
.mid-card-set {
    height: 140px;
    position: absolute;
    top: 50px;
    left: 55px;
    width: 110px;
}
.first-info-set {
    padding: 0 35px;
}
.first-info-set .numbers-card {
    width: 60px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #8694A5;
    opacity: 1;
    color: #fff;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-family: helvetica-light;
}
span.spinner {
    position: relative;
    display: block;
    height: 34px;
    margin-top: 15px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

span.spinner > .add {
    width: 0;
    border-bottom: 6px solid #eee;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    height: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    right: 55px;
    top: 5px;
    z-index: 10;
}

span.spinner > .sub {
    width: 0;
    border-top: 6px solid #eee;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    height: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    right: 55px;
    bottom: -25px;
}
span.spinner > .sub:before {
    content: "";
    position: absolute;
    left: -11px;
    bottom: -4px;
    height: 16px;
    width: 1px;
    background: #eee;
    opacity: 0.7;
}
span.spinner > .add:before {
    content: "";
    position: absolute;
    left: -11px;
    top: -4px;
    height: 16px;
    width: 1px;
    background: #eee;
    opacity: 0.7;
}

.numbers-card::-webkit-inner-spin-button,
.numbers-card::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.coast-set span:first-child {
    color: #fff;
    font-size: 24px;
}
.coast-set span:last-child {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
.word-set {
    position: absolute;
    color: #fff;
    left: 70px;
    top: 23px;
    font-size: 16px;
    font-family: helvetica-light;
}
.coast-set {
    margin-top: 15px;
	min-width: 170px; 
}
.set-additional-info span {
    margin-top: 5px;
    padding-left: 35px;
}
.set-additional-info span {
    display: block;
    line-height: 20px;
}
.set-additional-info span:nth-child(1) {
    font-size: 20px;
    margin-top: 5px;
}
.set-additional-info span:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
    font-family: helvetica-light;
}
.set-additional-info span:nth-child(3) {
    font-size: 16px;
    margin-top: 5px;
    font-family: helvetica-light;
}
.set-additional-info span:nth-child(4) {
    font-size: 18px;
    color: #3b70af;
    margin-bottom: 5px;
}
.hint-set {
    padding-left: 35px;
    padding-top: 5px;
    clear: both;
    color: #999;
    font-family: helvetica-light;
}
#details-set {
    margin-left: 40px;
}
.payer-block {
    background: #F4F5F9;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px 20px 25px;
}
.payer-block p {
    margin-bottom: 20px;
    display: block;
}
.payment-img img {
    display: block;
    margin: 50px 0 0 0;
    display: block;
    width: 100%;
    height: auto;
}
.wrap-payment h2 {
    color: #3b70af;
    padding: 0 15px;
    margin-bottom: 30px; 
}
.next-payment {
    display: block;
    width: 225px;
    text-align: center;
    padding: 0 !important;
    height: 47px;
    line-height: 47px;
    font-size: 18px !important;
}
.wrap-payment .payment-wrapper:last-child {
    margin-bottom: 20px;
}
.wrap-payment .payment-wrapper:nth-child(2) .payment-img img {
    margin: 40px 0 0 0;
}
.form-wrap-new {
    padding-bottom: 40px;
    border-bottom: 1px solid #A5A5A5;
    font-family: helvetica-normal;
}
.new-select #name {
    width: 70px;
}
.form-wrap-new .line-2 {
    border-bottom: 1px solid #a1a1a1;
    padding: 20px 0;
}
.form-wrap-new .line-3 {
    border-bottom: 1px solid #a1a1a1;
    padding: 20px 0;
}
.form-wrap-new .line-4 {
    border-bottom: 1px solid #a1a1a1;
    padding: 20px 0;
}
.split-input {
    padding: 0;
}
.wrap-split-input .split-input:first-child input {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wrap-split-input .split-input:last-child input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.new-checker .agent-agree {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.new-checker {
    width: 100%;
    padding: 0 15px;
    margin: 5px 0;
    clear: both;
}
.new-checker label {
    font-family: helvetica-light;
    font-weight: normal;
    font-size: 12px;
    margin-left: 5px;
    display: inline;
}
.next-new {
    width: 350px;
    font-family: helvetica-light;
    margin-left: 230px;
}
.form-wrap-new .details {
    font-size: 16px;
    text-align: left;
}
.first-fix-new .selectbutton {
    width: 155px;
}
.first-fix-new {
    width: 160px !important;
    margin-top: 15px;
}
.op {
    clear: both;
}
.line-4 {
    position: relative;
}
.huge-hint {
    position: absolute;
    right: -280px;
    top: 20px;
    width: 250px;
    line-height: 25px;
}
.new-line label {
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
}
.name-spliter {
    padding: 0;
}
.name-spliter > .num-1:last-child {
    padding-right: 0;
}
.name-spliter > .num-1:first-child {
    padding-left: 15px;
}
.modal-place {
    width: 780px;
    height: 410px;
    margin: 80px auto 0;
    display: block;
    border-radius: 5px;
    background: rgba(246,247,248, 0.9);
    text-align: center;
    padding: 50px;
}
.modal-place h1 {
    margin: 0;
    padding-bottom: 35px;
    font-family: helvetica-light;  
}
.modal-place span {
    font-size: 22px;  
    font-family: helvetica-light;
    display: block;
    margin-bottom: 50px;   
}
.wrap-modal-btn a:first-child {
    width: 230px;
    height: 50px;
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: helvetica-light;
    font-size: 24px;
    border-radius: 3px;
    background: linear-gradient(to top, #F07622, #F48F25);
    display: inline-block;
    text-decoration: none;
}
.wrap-modal-btn a:last-child {
    width: 230px;
    height: 50px;
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: helvetica-light;
    font-size: 24px;
    border-radius: 3px;
    background: linear-gradient(to top, #3D70AC, #3568A4);
    display: inline-block;
    text-decoration: none;
}
.wrap-modal-btn a:first-child:hover {
    text-decoration: none;
    background: linear-gradient(to top, #F48F25, #F07622);
}
.wrap-modal-btn a:last-child:hover {
    text-decoration: none;
    background: linear-gradient(to top, #3568A4, #3D70AC);
}
.dear-client {
    width: 780px;
    margin: 0 auto;
    font-size: 16px;
    font-family: helvetica-light;
}
.dear-client .dear-client-card {
    width: 230px;
    height: 50px;
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-family: helvetica-light;
    font-size: 24px;
    border-radius: 3px;
    background: linear-gradient(to top, #F07622, #F48F25);
    display: block;
    text-decoration: none;
    clear: both;
    margin-bottom: 20px;
}
.scroll-header {
    background: rgba(255,255,255, 0.85);
    box-shadow: 1px 1px 1px #cbcbcb;
    position: fixed;
    width: 100%;    
}
.reset-head {
    position: relative !important;
}
.bootstrap-datetimepicker-widget .next {
    background: transparent !important;
    color: #000;
    font-size: 14px;
}
.bootstrap-datetimepicker-widget .next:hover {
    background: #eee !important;
}
.more-str {
    position: absolute;
    left: 50%;
    bottom: -33px;
    margin-left: -33px;
    height: 66px;
    width: 66px;
    display: block;
}
.order-navi {
    padding-top: 40px;
}
.order-navi ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.order-navi li {
    line-height: 20px;
    margin: 10px 0;
}
.order-navi a {
    color: #333;
    font-size: 16px;
    display: block;
    padding-left: 15px; 
    text-decoration: none;
}
.order-navi .active a {
    color: #3B70AF;
    text-decoration: underline;
}
.title-order {
    padding: 10px 0 5px;
    border-bottom: 1px solid #ccc;    
}
.title-order span {
    font-size: 28px;
    color: #3B70AF;
    float: left;
}
.title-order a {
    font-size: 16px;
    color: #86AB3E;
    float: right;
    text-decoration: underline;
    margin-top: 12px;
}
.title-order .fa-info-circle {
    margin-right: 5px;
}
.list-invoice {
    width: 100%;
    border: 1px dashed #BAC8D8;
    margin: 20px 0;
    position: relative;
    padding: 25px 0 40px; 
}
.list-invoice:before {
    content: "";
    border-left: 70px solid transparent;
    border-top: 70px solid transparent;
    border-right: 70px solid #F4F5F9;
    position: absolute;
    right: -37px;
    top: -36px;
    z-index: 2;
    transform: rotate(90deg);
}
.list-invoice:after {
    content: "";
    border-left: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-right: 70px solid #fff;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 2;
}
.borders-1:before {
    content: "";
    border-top: 1px dashed #BAC8D8;
    position: absolute;
    right: 36px;
    top: 26px;
    height: 2px;
    width: 70px;
    transform: rotate(45deg);
}
.borders-1:after {
    content: "";
    border-top: 1px dashed #BAC8D8;
    position: absolute;
    right: -11px;
    top: 27px;
    height: 2px;
    width: 70px;
    transform: rotate(-45deg);
}
.borders-1 {
    content: "";
    border-top: 1px dashed #BAC8D8;
    position: absolute;
    right: -14px;
    top: 32px;
    height: 2px;
    width: 95px;
    transform: rotate(45deg);
    z-index: 5;
}
.lining {
    margin: 0 15px;
    padding-bottom: 25px;
    padding-top: 15px;
    border-bottom: 1px dashed #BAC8D8;
}
.lining h5 {
    color: #3B70AF;
    font-size: 14px;
    font-family: helvetica-medium;
    padding: 0 25px;
}
.lining span {
    display: block;
    padding-left: 25px;
    line-height: 25px;
    font-size: 12px; 
}
.lining-num .minor-num {
    padding: 0;
    line-height: 4px;
    vertical-align: bottom;
    display: inline-block;
}
.lining-num h5 {
    padding-left: 0;
    position: relative;
}
.lining-num .first-title-num:before {
    content: "";
    border-top: 1px dashed #BAC8D8;
    position: absolute;
    height: 2px;
    width: 70px;
    transform: rotate(90deg);
    left: -38px;
    top: 38px;
}
.lining-num {
    padding: 10px 0 0 0;
} 
.second-title-num span {
    padding: 0;
}
.wrap-lining .lining-num:last-child {
    border: none;
}
.first-title-num span {
    padding: 0;
}
.wrap-lining .lining-num:last-child .first-title-num:before {
    display: none;
}
.sum-lining {
    clear: both;
    text-align: right;
    padding: 40px 50px 15px;
}
.sum-lining span:first-child {
    font-family: helvetica-medium; 
}
.sum-lining span:last-child {
    color: green;
    margin-left: 15px; 
}
.send-lining {
    width: 100%;
    border-radius: 5px;
    background: #FFFDE9;
    padding: 20px;
    margin-bottom: 40px;
}
.send-lining ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.send-lining li {
    display: inline-block;
    margin: 0 15px;
    line-height: 25px;
    line-height: 50px;
}
.send-lining li:first-child {
    margin-left: 0;
}
.send-lining a {
    display: block;
    color: #333;
    font-size: 16px;
    font-family: helvetica-light;
}
.send-lining i {
    margin-right: 5px; 
}
.send-pay a {
    width: 140px;
    display: block;
    line-height: 50px;
    height: 50px;
    color: #fff;
    padding: 0;
    text-align: center;
}
.myorder-overlay {
    background: #F4F5F9;
    border-radius: 5px;
    margin: 20px 0;
    padding: 30px;
}
.myorder-overlay h2 {
    font-size: 24px;
    padding-bottom: 15px;
}
.myorder-overlay p {
    font-size: 16px;
    font-family: helvetica-light;
}
.right-order-offer {
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.right-order-offer img {
    width: 100%;
    height: auto;
    display: block;
}
.right-order-btn a {
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 4px;
    left: 50%;
    margin-left: -110px;
    background: linear-gradient(to top, #F48F25, #F07622);
    font-size: 22px;
    font-family: helvetica-light;
    text-decoration: none;
}
.right-order-badge {
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: 18px;
    right: -23px;
    color: #fff;
    font-size: 40px;
    background: url(../img/red-badge.png) no-repeat 0 0;
    z-index: 2;
    line-height: 110px;
    text-align: center;
    font-family: helvetica-light;
}
.line-prof {
    margin: 20px 0;
    border-bottom: 1px dashed #2B79BB;
    padding-bottom: 20px; 
}
.right-prof {
    width: 80px;
    float: right;
    border: 1px dashed #2B79BB;
    color: #2B79BB;
    border-radius: 4px;
    padding: 5px 0;
    text-align: center;
}
.right-prof a {
    display: block;
}
.left-prof {
    font-size: 16px;
    margin-top: 20px;
}
.left-prof span {
    display: block;
    line-height: 30px;
    font-family: helvetica-light;
}
.left-prof p {
    margin-top: 20px;
    margin-bottom: 0;    
}
.left-prof p input {
    width: 16px;
    height: 16px;    
}
.left-prof h5 {
    font-size: 16px;
    color: #2B79BB;
    font-family: helvetica-medium;
}
.padd {
    padding: 0;
}
.fix-prof {
    margin-top: 40px;
}
.fix-list-prof {
    border: none;
    margin-top: 40px;
}
.fix-list-prof ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-top: 30px;
}
.fix-list-prof li {
    line-height: 30px;
    font-size: 16px;
    font-family: helvetica-light;
}
.fix-list-prof > a {
    font-size: 16px;
    line-height: 30px;
    /*margin-top: 60px;*/
    font-family: helvetica-light;
    text-align: right;
    padding-right: 15px;
}
.delete-prof {
    text-align: right;
    clear: both;
    margin: 0 15px 40px 0;
}
.delete-prof a {
    line-height: 30px;
    font-size: 16px;
    font-family: helvetica-light;
}
.agent-card {
    padding: 20px 15px; 
}
.agent-card .top-card-set {
    font-size: 16px;
    top: 28px;
    left: 36px;
}
.agent-card .bot-card-set {
    font-size: 16px;
    bottom: 28px;
    left: 36px;
}
.agent-card .mid-card-set {
    font-size: 16px;
    top: 54px;
    left: 36px;
}
.agent-card .coast-set span:first-child {
    font-size: 22px;
    font-family: helvetica-light;
}
.agent-card .coast-set span:last-child {
    font-size: 16px;
    font-family: helvetica-light;
}
.agent-card-main .hint-set {
    padding-left: 15px;
}
.agent-card-main .hint-set {
    padding-left: 15px;
}
.agent-card-main .set-additional-info span {
    padding-left: 15px;
}
.delivers-order {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin: 20px 0;
}
.delivers-order h5 {
    font-size: 18px;
    padding-left: 15px;
}
.delivers-order span {
    display: block;
    font-size: 16px;
    padding-left: 15px;
    font-family: helvetica-light;
    line-height: 30px;
}
.delivers-order p {
    display: block;
    font-size: 16px;
    padding-left: 15px;
    font-family: helvetica-light;
    line-height: 30px;
    margin: 0;
}
.delivers-order p > input {
    width: 16px;
    height: 16px;
}
.delivers-order a {
    font-size: 16px;
    font-family: helvetica-light;
    padding-left: 15px;
    text-decoration: underline;
}
.delivers-label span {
    font-size: 18px;
    padding-left: 15px;
    display: block;
    line-height: 30px;
}
.delivers-label {
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}
.delivers-comm {
    padding: 0 15px;
    margin-bottom: 40px;
}
.delivers-comm span {
    font-size: 18px;
    display: block;
    line-height: 30px;
    margin: 10px 0;
}
.delivers-comm textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.delivers-comm a {
    display: block;
    width: 110px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    font-family: helvetica-light;
    background: #3D70AC;
    border-radius: 3px;
    text-align: center;
    margin: 10px 0;
}
.order-content .payer-info {
    margin: 30px 0; 
}
.order-content .payer-info .payment-img img { 
    display: block;
    width: 100%;
    height: auto;
}
.inset-order-content {
    padding-top: 27px;
}
.inset-order-content h1 {
    font-size: 26px;
    color: #86ab3e;
}
.inset-order-content span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-family: helvetica-light;
}
.wrap-order-contact {
    padding: 30px 0;
}
.caller span {
    display: block;
    font-size: 18px;
    padding: 20px 0;
}
.caller i {
    margin-right: 5px;
    color: #3D70AC;
}
.wrap-order-contact .caller:nth-child(3) span {
    font-size: 14px;
    line-height: 30px;
}
.wrap-order-contact .caller:nth-child(6) span {
    font-size: 14px;
    padding: 5px 0;
}
.question-contact > span {
    display: block;
    clear: both;
    font-size: 18px;
    padding-left: 15px; 
    padding-top: 40px;
}
.overlay-question-contact {
    background: #F4F5F9;
    padding: 15px 15px 40px 15px;
    margin: 20px 0;
    border-radius: 5px;
}
.overlay-question-contact span {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: helvetica-light;
}
.overlay-question-contact textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.overlay-question-contact a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: helvetica-light;
    background: linear-gradient(to top, #F48F25, #F07622);
    text-decoration: none;
}
.block-news {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}
.block-news p {
    font-family: helvetica-light;
    font-size: 14px;
}
.block-news span {
    font-family: helvetica-light;
    color: #999;
    font-size: 14px;
}
.inner-accor {
    list-style: none;
    margin: 0;
    padding: 0;
}
.down-padd {
    padding-top: 20px;
    font-family: helvetica-light;
}
.inner-cont-accor > a {
    background: #F4F5F9;
    font-size: 18px;
    display: block;
    padding: 10px;
    border: 1px solid #E5E7F1;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
}
.inner-cont-accor > a:before {
    content: "";
    border-top: 7px solid #3B70AF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 30px;
    top: 20px;
    transition: all 0.4s ease;
}
.inner-cont-accor.active > a:before {
    transform: rotate(-180deg);
}
.inner-cont-accor.active > a {
    background: #FFFDE9;    
}
.inner-cont-accor h3 a {
    font-family: helvetica-light;
    color: #333;
    font-size: 22px;
    padding-left: 15px;
}
.inner-cont-accor .down-ground {
    border: 1px solid #E5E7F1;
    border-top: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; 
    padding-bottom: 15px;
}
.accor-inset-text {
    margin: 15px;
    border-top: 1px dashed #B7C6D7;
    clear: both;
}
.accor-inset-text h3 {
    font-size: 18px;
}
.accor-inset-text p {
    line-height: 22px;
}
.inner-down-ground {
    margin-bottom: 20px;
}
.accor-item {
    display: none;
}
.left-my-agent {
    margin-left: -15px;
    margin-top: 20px;
}
.cover-cash {
    font-size: 16px;
    font-family: helvetica-light;
    width: 220px;
    height: 70px;
    display: block;
    background: url(../img/yellow-badge.png) no-repeat 0 0;
    text-align: center;
    line-height: 52px;
    position: absolute;
    right: 12px;
    top: 95px;
    z-index: 9;
    color: #fff;
}
/*.cover-cash:before {
    content: "";
    width: 13px;
    height: 22px;
    display: block;
    background: url(../img/part-of-badge.png) no-repeat -34px 0;
    position: absolute;
    right: 0;
    bottom: -22px;
    z-index: 7;
    overflow: hidden;
}*/
.cover-cash span {
    text-align: center;
    font-size: 26px;
    font-family: helvetica-medium;
    text-shadow: 1px 1px 5px #666;
    line-height: 52px;
    position: relative;
}
.cover-cash span:first-child {
    padding-right: 20px;
}
.cover-cash span:last-child {
    padding-left: 25px;
}
.cover-cash .older:before {
    content: "";
    height: 2px;
    width: 35px;
    position: absolute;
    background: #fff;
    right: 8px;
    top: 12px;
    z-index: 2;
    transform: rotate(-18deg);
}
.cover-cash .newer-some-price {
    width: 60px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    height: 52px;
    line-height: 52px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.table {
    margin: 30px 0;
}
.table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.up-table {
    padding: 10px;
    background: #F4F5F9;
    border-radius: 4px;
    border: 1px solid #9AB1CC;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.up-table li {
    display: inline-block;
    font-size: 16px;
    color: #3B70AF;
    width: 12%;
    text-align: center;
    line-height: 30px;
}
.body-table {
    border: 1px solid #9AB1CC;
    border-top: none;
}
.title-table {
    padding: 10px;
    /*border-bottom: 1px solid #9AB1CC;*/
}
.title-table li {
    display: inline-block;
    font-family: helvetica-light;
    width: 12%;
    text-align: center;
    line-height: 30px;
}
.title-table li:nth-child(5) {
    color: #cc0000;
}
.title-table li:nth-child(7) > .ord-det {
    text-decoration: underline;
    position: relative;
    transition: all 0.4s ease;
}
.title-table li:nth-child(7) > .ord-det:before {
    content: '';
    border-top: 5px solid #3B70AF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: -15px;
    top: 7px;
}
.active .title-table li:nth-child(7) > .ord-det:before {
    transform: rotate(-180deg);
}
.title-table li:nth-child(8) {
    position: relative;
}
.title-table li:nth-child(8) > .opt-btn {
    background: #3B70AF;
    color: #fff;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
}
.title-table li:nth-child(8) > .opt-btn.active + .hint-options {
    display: block;
}
.hint-options {
    position: absolute;
    display: none;
    right: -10px;
    top: 50px;
    background: #fff;
    z-index: 10;
    border-radius: 5px;
    border: 1px solid #3B70AF;
    width: 210px;
    padding: 10px 0;
    opacity: 0.95;
}
.hint-options:before {
    content: "";
    border-bottom: 20px solid #3B70AF;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    right: 40px;
    top: -20px;
    z-index: 10;
}
.hint-options:after {
    content: "";
    border-bottom: 19px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    right: 41px;
    top: -19px;
    z-index: 11;
}
.hint-options span {
    display: block;
    text-align: center;
    color: #3B70AF;
    margin-bottom: 10px;
}
.hint-options a {
    display: block;
    color: #fff;
    background: #86AB3E;
    border-radius: 4px;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
}
.hint-options a:hover {
    background: #6B9023; 
}
.content-table {
    padding: 5px;
    display: none;
}
.content-table li {
    display: inline-block;
    width: 12%;
    text-align: center;
    line-height: 30px;
}
.content-table .rows-table {
    padding: 5px 0;
}
.content-table .rows-table {
    padding: 5px 0;
    font-family: helvetica-light;
    color: #999;
}
.content-table .rows-table:first-child {
    padding: 5px 0;
    font-family: helvetica-normal;
    color: #333;
}
.content-table .rows-table li:first-child {
    display: inline-block;
    width: 24%;
    text-align: right;
}
.content-table .rows-table:nth-child(4) ul {
    width: 24%;
    display: inline-block;
    margin-top: 10px;
}
.content-table .rows-table:nth-child(4) ul:first-child li {
    text-align: right;
    font-family: helvetica-normal;
    color: #333;
}
.content-table .rows-table:nth-child(4) ul:last-child li {
    text-align: left;
    padding-left: 33px;
}
.content-table .rows-table:nth-child(4) li {
    display: block;
    width: 100%;
}
.frst {
    clear: both;
}
.padd .post .question-1 {
    right: 20px;
}
.padd .post:last-child {
    padding-right: 0;
}
.line-prof ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.change-pass a {
    display: block;
}
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-inner > #login {
    width: 320px !important;
    background: #328FC3;
    padding: 30px 40px;
    border-radius: 4px;
    background: #328FC3;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}
.fancybox-inner > #login > .login h5 {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}
.fancybox-inner > #login > .login input {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 45px;
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
}
.fancybox-inner > #login > .login label {
    display: block;
    font-family: helvetica-light;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}
.fancybox-inner > #login > .login {
    display: block;
    padding: 30px 40px;
}
.fancybox-inner > #login > .login .btn-4 {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #F17E23;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.form-remember {
    border-top: 1px solid #fff;
    padding-top: 10px;
    text-align: left;
    font-family: helvetica-light;
}
.form-remember a {
    float: right;
    color: #fff;
}
.fancybox-inner > #login .form-remember input {
    background: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    vertical-align: middle;
    border-radius: 1px;
}
.fancybox-inner > #login .form-remember label {
    display: inline-block;
    color: #fff;
    margin-left: 2px; 
    vertical-align: middle;
}
.fancybox-inner .dear-client {
    padding: 15px;
}
.fancybox-inner .dear-client {
    padding: 15px;
}
.fancybox-inner #callmod {
    margin: 0;
    height: 100px;
}


.fancybox-inner > #forgot {
    width: 320px !important;
    background: #328FC3;
    padding: 30px 40px;
    border-radius: 4px;
    background: #328FC3;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}
.fancybox-inner > #forgot > .lost h5 {
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}
.fancybox-inner > #forgot > .lost input {
    display: block;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    height: 45px;
    padding: 10px;
    margin-bottom: 10px;
    font-style: italic;
}
.fancybox-inner > #forgot > .lost label {
    display: block;
    font-family: helvetica-light;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
}
.fancybox-inner > #forgot > .lost {
    display: block;
    padding: 30px 40px;
}
.fancybox-inner > #forgot > .lost .btn-4 {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background: #F17E23;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap-payment h2 {
        font-size: 24px;
    }
    .modal-place {
        width: 640px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .btn-fix-4 {
        clear: none !important;
    }
    .bonds {
        float: none;
        width: 290px;
        display: block;
        margin: 0 auto;
    }
    .cover-special {
        width: 220px;
        height: 50px;
        color: #fff;
        background: linear-gradient(to top, #F07622 ,#F48F25);
        border-radius: 4px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -105px;
        line-height: 50px;
    }
    .some-overlay p {
        font-size: 17px;
        padding: 0; 
    }
    .sub-main .cover-overlay-card {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #cover-foot-nav {
        margin-bottom: 20px;
        width: 250px;
        margin: 0 auto;
    }
    .foot-nav > ul > li {
        padding: 0 !important;
        width: 50%;
        float: left;
        line-height: 40px;
    }
    #foot-media {
        text-align: center;
        margin-top: 20px;
        float: none;
        clear: both; 
    }
    #social > a:first-child {
        margin-left: 5px; 
    }
    .logos {
        margin-right: 10px !important;
    }
    .head h3 {
        display: none;
    }
    .collap {
        margin: 5px 0 0 0;
    }
    .second-col-fix {
        padding: 0 5px;
        text-align: center;
    }
    .section-1 {
        padding-top: 40px;
    }
    .more-str {
        z-index: 100;
    }
    .more-str a {
        display: block;
    }
    .up-table li {
        font-size: 12px;
        width: 18%;
    }
    .up-table li:nth-child(3) {
        display: none;
    }
    .up-table li:nth-child(6) {
        display: none;
    }
    .title-table li:nth-child(8) {
        width: 170px;
    }
    .hint-options {
        right: -30px;
    }
    .title-table li {
        font-size: 12px;
        width: 18%;
    }
    .title-table li:nth-child(3) {
        display: none;
    }
    .title-table li:nth-child(6) {
        display: none;
    }
    .content-table li {
        font-size: 12px;
        width: 23%;
    }
    .content-table .rows-table li:first-child {
        width: 0;
    }
    .content-table .rows-table:last-child li {
        width: initial;
    }
    .content-table .rows-table:nth-child(4) ul {
        width: initial;
    }
    .new-refund-wrapper {
        display: none;
    }
    .title-ref li:nth-child(3) {
        display: none;
    }
    .title-ref li:nth-child(4) {
        display: none;
    }
    .title-ref li {
        font-size: 12px !important;
        width: 24% !important;
    }
    .line-ref li:nth-child(3) {
        display: none;
    }
    .line-ref li:nth-child(4) {
        display: none;
    }
    .line-ref li {
        font-size: 12px !important;
        width: 24% !important;
    }
    .total-wrap-ref .total-left-ref span {
        font-size: 15px;
        display: block;
    }
    body {
        padding-bottom: 285px;
    }
    .cover-land {
        padding: 0;
    }
    .linear .details {
        padding: 0;
    }
    .linear > .cover-address {
        padding: 0;
    }
    .linear > .mail {
        padding: 0;
    }
    .linear > .phone-number {
        padding: 0;
    }
    .det-fix {
        display: none;
    }
    .name-spliter .cover-num {
        padding: 0;
    }
    .name-spliter > .num-1:first-child {
        padding: 0;
    }
    .linear .cover-num {
        padding: 0 !important;
    }
    .btn-fix-1 {
        float: left !important;
        font-size: 13px;
        padding: 5px 10px;
        clear: both;
    }
    .btn-fix-3 {
        clear: both !important;
    }
    #get_card {
        float: right;
        clear: both;
        display: inline-block;
    }
    .btn-fix-2 {
        font-size: 13px;
        /*clear: both;*/
        padding: 5px 10px;
    }
    #login_b {
        float: left;
        clear: both;
        display: inline-block;
    }
    .cover-cash {
        top: 75px;
        right: -13px;
    }
    .btn-fix-1 {
        float: left !important;
        font-size: 13px;
        padding: 5px 10px;
        clear: both;
    }
    .btn-fix-2 {
        font-size: 13px;
        clear: none !important;
        padding: 5px 10px;
    }
    .wrap-basic form {
        padding-right: 0;
    }
    .wrap-basic form .line a {
        right: 20px;
    }
    .sub-info-new {
        padding: 0 15px;
    }
    .next-new {
        margin: 0;
        width: 260px;
        /*font-size: 16px;*/
    }
/*
    .logo {
        float: left;
        display: block;
        width: 125px;
        margin: 15px 0 10px 10px;
    }
*/
    .huge-hint {
        display: none;
    }
    #show_pass {
        display: none;
    }
    .wrap-split-input .split-input:first-child input {
        border: 1px solid #a1a1a1;
        border-radius: 3px;
    }
    .wrap-split-input .split-input:last-child input {
        border: 1px solid #a1a1a1;
        border-radius: 3px;
    }
    .wrap-basic form .wrap-split-input .split-input a {
        right: 5px;
    }
    .modal-place {
        width: 280px;
        padding: 5px;
        height: inherit;
        margin: 20px auto;
    }
    .modal-place h1 {
        font-size: 24px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .modal-place span {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .wrap-modal-btn a:first-child {
        width: 200px;
        height: 30px;
        font-size: 18px;
        display: block;
        margin: 10px auto;
        line-height: 30px;
    }
    .wrap-modal-btn a:last-child {
        width: 200px;
        height: 30px;
        font-size: 18px;
        display: block;
        margin: 10px auto;
        line-height: 30px;
    }
    .payer-block {
        padding: 0 0 20px 0;
    }
    .payment-img img {
        margin: 40px auto 20px;
        width: initial;
    }
    .next-payment {
        margin: 0 auto;
    }
    .wrap-payment .payment-wrapper:nth-child(2) .payment-img img {
        margin: 40px auto 20px;
    }
    .first-info-set {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .top-card-set {
        font-size: 15px;
        top: 7px;
    }
    .bot-card-set {
        bottom: 7px;
        font-size: 15px;
    }
    .mid-card-set {
        top: 20px;
        height: 110px;
    }
    span.spinner {
        margin-top: 30px;
    }
    .coast-set {
        margin-top: 10px;
    }
    .word-set {
        top: 35px;
    }
    .hint-set {
        font-size: 15px;
    }
    .set-additional-info span {
        font-size: 15px !important;
    }
    #details-set {
        margin: 0;
    }
}

textarea:read-only
{
	background-color: #DCDCDC;
}
.overlay-question-contact button {
    width: 140px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #3A6DA9;
    font-size: 13px;
}
.order-refund h4 {
    color: #3B70AF;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.order-refund .single-step {
    border: 1px solid #9EB5CF;
    border-radius: 4px;
    /*overflow: hidden;*/
    position: relative;
}
.order-refund .single-step:after {
    content: "";
    border-top: 1px dashed #B7C6D7;
    height: 1px;
    width: 24px;
    position: absolute;
    right: -28px;
    top: 60px;
}
.order-refund .wrap-ref:last-child .single-step:after {
    display: none;
}
.order-refund .single-step h5 {
    font-size: 16px;
    text-align: center;
    background: #F4F5F9;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}
.order-refund .single-step span {
    padding: 10px;
    display: block;
}
.refund-steps {
    margin-bottom: 40px;
}

.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block; 
}
.tab-nav-ref {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab-nav-ref li {
    display: block;
    float: left;
    width: 130px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #B7C6D7;
    text-align: center;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    border-bottom: none;
    position: relative;
    background: #3B70AF;
}
.tab-nav-ref li:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.tab-nav-ref li:first-child:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.tab-nav-ref li:first-child {
    border-top-left-radius: 4px; 
}
.tab-nav-ref li:nth-child(2) {
    border-radius: 0;
    margin-left: -1px; 
}
.tab-nav-ref li:last-child {
    border-top-right-radius: 4px;
    margin-left: -1px; 
}
.tab-nav-ref .active {
    background: #fff;
    color: #2E65A6;
    border-bottom: 1px solid #fff;
}
.tab-cont-ref {
    clear: both;
    border: 1px solid #B7C6D7;
    border-radius: 4px;
    border-top-left-radius: 0;
    font-family: helvetica-light;
}
.tab-cont-ref select {
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 20px;
}
.count-ref {
    padding: 10px 15px;
}
.count-ref span {
    font-size: 16px;
    margin-right: 20px;
}
.count-ref input {
    width: 115px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #B7C6D7;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 20px;
}
.count-ref a {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #F17A23;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}
.count-ref i {
    margin-right: 5px;
}
.title-ref {
    padding: 20px 0;
    background: #F4F5F9;
}
.title-ref ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.title-ref li {
    display: block;
    width: 16.6%;
    float: left;
    font-size: 15px;
    color: #3B70AF;
    text-align: center;
    font-family: helvetica-normal;
}
.title-ref li:first-child {
    text-align: left;
    padding-left: 15px;
}
.line-ref {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.tab-cont-ref .line-ref:last-child {
    border: none;
}
.line-ref:hover {
    background: #FFFDE9;
}
.line-ref ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.line-ref li {
    display: block;
    width: 16.6%;
    float: left;
    font-size: 15px;
    color: #333;
    text-align: center;
}
.line-ref li:first-child {
    text-align: left;
    padding-left: 15px;
}
.line-ref li:nth-child(5) {
    text-align: left;
    padding-left: 25px;
}
.line-ref li:nth-child(6) {
    text-align: center;
}
.line-ref li:nth-child(6) .rem {
    padding-right: 40px;
    color: #333;
    float: right;
}
.total-ref-cost {
    padding: 20px 0;
} 
.total-left-ref span {
    font-size: 16px;
    color: #3B70AF;
    line-height: 35px;
    font-family: helvetica-normal;
}
.total-wrap-ref .total-ref-cost:first-child .total-right-ref span {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}
.total-wrap-ref .total-right-ref span {
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.total-wrap-ref .total-ref-cost:first-child {
    background: #F4F5F9; 
}
.total-right-ref p {
    position: relative;
    width: 135px;
    height: 35px;
    line-height: 35px;
}
.total-right-ref input {
    width: 50px;
    height: 35px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.total-right-ref p > input {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.ui-datepicker-trigger {
    position: absolute;
    right: 5px;
    top: 7px;
    cursor: pointer;
}
.total-right-ref .attacher input {
    display: none;
}
.total-right-ref .attacher label {
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    color: #fff;
    width: 220px;
    text-align: center;
    background: #3D70AC;
    cursor: pointer;
    margin-top: 10px;
}
.total-right-ref .attacher label i {
    margin-right: 5px;
}
.exchange-ref {
    padding: 40px 15px;
}
.exchange-ref span {
    display: block;
    text-align: right;
    line-height: 25px;
}
.comment-ref {
    padding: 15px;
    margin-bottom: 40px;
}
.comment-ref span {
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #3B70AF;
    font-family: helvetica-normal;
}
.comment-ref textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #B7C6D7;
}
.total-ref-payment {
    background: #F4F5F9;
    padding: 20px 15px;
    font-size: 22px;
    font-family: helvetica-normal;
}
.wrap-ref-method {
    padding: 15px 0;
}
.wrap-ref-method h2 {
    font-family: helvetica-normal;
}
.wrap-ref-method h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
}
.wrap-ref-method textarea {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #B7C6D7;
}
.wrap-ref-method .sendly {
    width: 115px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #F17E23;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin: 10px 0 25px;   
}
.wrap-ref-method-2 {
    margin: 30px 0;
}
.wrap-ref-method-2 img {
    display: block;
    margin-bottom: 25px;   
}
.wrap-ref-method-2 input {
    height: 35px;
    border-radius: 4px;
    widows: 180px;
    border: 1px solid #B7C6D7;
    margin-bottom: 5px;   
}
.wrap-ref-method-2 .sendly {
    margin: 25px 0;       
}
.wrap-ref-method-2 a {
    display: block;
    clear: both;      
}
.check-card {
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0 !important;
    vertical-align: middle;
}
.added-ref .total-right-ref {
    font-size: 16px;
    line-height: 35px;
}
.added-ref .total-ref-cost {
    border-top: 1px dashed #ccc;
}


.new-refund-wrapper {
    margin: 30px 0; 
}
.new-refund-item {
    width: 20%;
    float: left;
}
.new-refund-item img {
    display: block;
    margin: 15px auto;
}
.new-refund-item span {
    display: block;
    text-align: left;
    font-size: 14px;
    font-family: helvetica-light;
}
.new-refund-item p {
    color: #e97817;
    font-size: 14px;
    font-family: helvetica-light;
}
.string-refund {
    width: 6.5%;
    float: left;
}
.string-refund img {
    display: block;
    width: 100%;
    height: auto;
}

#show_pass {
    position: absolute;
    right: -115px;
    top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #fixer-card .top-card-set {
        top: 4px;
        left: 22px;
        font-size: 15px;
        font-family: helvetica-light;
    }
    #fixer-card .mid-card-set {
        top: 28px;
        height: 100px;
        left: 22px;
    }
    #fixer-card .bot-card-set {
        bottom: 4px;
        left: 22px;
        font-size: 15px;
        font-family: helvetica-light;
    }
    #fixer-card .first-info-set {
        padding: 0 5px;
    }
    #fixer-card .coast-set {
        margin-top: 10px;
    }
    .huge-hint {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #fixer-card .top-card-set {
        top: 4px;
    }
    #fixer-card .mid-card-set {
        top: 28px;
        height: 100px;
    }
    #fixer-card .bot-card-set {
        bottom: 4px;
    }
    .agent-card .top-card-set {
        top: 25px;
    }
    .agent-card .mid-card-set {
        top: 43px;
    }
    .agent-card .bot-card-set {
        bottom: 23px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap-payment h2 {
        font-size: 24px;
    }
    .modal-place {
        width: 640px;
    }
    .caller span {
        font-size: 15px;
        line-height: 30px;
    }
    .btn-1.modalbox {
        margin-right: 30px !important;
    }
    .btn-1.btn-fix-5 {
        margin-right: 30px !important;
    }
}
@media screen and (max-width: 1200px) {
    .order-navi {
        position: absolute;
        padding-top: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        display: none;
    }
    .order-navi li {
        display: block;
        background: #3C6FAB;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        margin: 0;
        color: #fff;
        line-height: 30px;
    }
    .order-navi a {
        color: #fff;
        padding: 10px 15px;
    }
    .order-navi .active {
        background: #174A86;
    }
    .order-navi .active a {
        color: #eee;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .order-navi {
        top: -45px !important;
    }
    .modalbox {
        clear: both !important;
    }
    .modal-place {
        width: 280px;
        padding: 5px;
        height: inherit;
        margin: 20px auto;
    }
    .modal-place h1 {
        font-size: 24px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .modal-place span {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .wrap-modal-btn a:first-child {
        width: 200px;
        height: 30px;
        font-size: 18px;
        display: block;
        margin: 10px auto;
        line-height: 30px;
    }
    .wrap-modal-btn a:last-child {
        width: 200px;
        height: 30px;
        font-size: 18px;
        display: block;
        margin: 10px auto;
        line-height: 30px;
    }
    .payer-block {
        padding: 0 0 20px 0;
    }
    .payment-img img {
        margin: 40px auto 20px;
    }
    .wrap-payment .payment-wrapper:nth-child(2) .payment-img img {
        margin: 40px auto 20px;
    }
    .first-info-set {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .top-card-set {
        font-size: 15px;
        top: 7px;
    }
    .bot-card-set {
        bottom: 7px;
        font-size: 15px;
    }
    .mid-card-set {
        top: 20px;
        height: 110px;
    }
    span.spinner {
        margin-top: 30px;
    }
    .coast-set {
        margin-top: 10px;
    }
    .word-set {
        top: 35px;
    }
    .hint-set {
        font-size: 15px;
    }
    .set-additional-info span {
        font-size: 15px !important;
    }
    #details-set {
        margin: 0;
    }
    .send-list {
        padding: 0;
    }
    .send-lining li {
        margin: 0 9px;
    }
    .send-pay {
        padding: 0 !important;
    }
    .lining-num h5 {
        padding-right: 0;
    }
    .second-title-num {
        text-align: right;
        padding-right: 5px;
    }
    .myorder-overlay {
        padding: 0 0 20px 0;
    }
    .right-order-offer {
        width: 100%;
    }
    .right-order-btn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        margin-left: -100px; 
    }
    .agent-card .top-card-set {
        top: 7px;
    }
    .agent-card .mid-card-set {
        top: 15px;
    }
    .agent-card .bot-card-set {
        bottom: 5px;
    }
    .agent-card-main {
        margin-top: 20px;
    }
    .title-order span {
        float: none;
        font-size: 20px;
    }
    .title-order a {
        font-size: 14px;
        display: block;
        float: none;
    }
    .order-content .payer-info .payment-img img {
        display: block;
        width: initial;
        margin: 20px auto;
    }
    .next-payment {
        margin: 0 auto;
    }
    #fixer-card .top-card-set {
        left: 35px;
    }
    #fixer-card .mid-card-set {
        left: 35px;
    }
    #fixer-card .bot-card-set {
        left: 35px;
    }
    .inner-cont-accor h3 a {
        padding-left: 0;
        text-align: center;
        display: block;
    }
    .inner-cont-accor > a {
        font-size: 14px;
    }
    .wrap-order-contact .caller:nth-child(6) span {
        font-size: 16px;
    }
    .wrap-order-contact .caller:nth-child(3) span {
        font-size: 16px;
    }
    .cover-cash {
        top: 72px;
        right: -11px;
    }
    .huge-hint {
        display: none;
    }
    .next-new {
        width: 100%;
        margin-left: 0;
    }
    .wrap-basic form {
        padding-right: 0 !important;
    }
    .wrap-basic form .question-1 {
        right: 20px;
    }
    .wrap-split-input .split-input:last-child input {
        border-radius: 4px;
    }
    .wrap-split-input .split-input:last-child .question-1 {
        right: 5px;
    }
    .wrap-split-input .split-input:first-child input {
        border-radius: 4px;
        border: 1px solid #A1A1A1;
    }
    .wrap-split-input .split-input:first-child .question-1 {
        right: 5px;
    }
    .sub-info-new {
        padding: 0 15px !important;
    }
}