@media(max-width: 768px){
    .tabs li {
        height: 35px !important;
        font-size: 10px !important;
        padding-top: 10px !important;
    }
    #order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker {
       float: left !important;
       padding-top: 15px;
    }
    #order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field {
        min-width: 247px !important;
    }
    #order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field select {
        width: 89% !important;
    }
}

.form-controlk {
    border: solid 1px #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    color: #4c4c4c;
    height: 38px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 38px;
    /* background-image: url(../images/icon-arrow-select.svg); */
    background-repeat: no-repeat;
    background-position: 96% 15px;
    padding-right: 20px;
    display: inline-block;
    max-width: 220px;
}

* {
    box-sizing: border-box;
}

button#nextbtn {
    background-color: #16b77b;
    color: #ffffff;
    padding: 9px 16px;
    border: none;
    height: 38px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 19px 10px 19px;
    padding-top: 7px;
    border-radius: 17px;
}

button#prevBtn {
    color: #999999;
    text-transform: uppercase;
    background-color: #FCFCFC;
    border: none;
    height: 38px;
    font-weight: 700;
    padding: 10px 0
}

#order-form-third {
   /* width: 780px;*/
    height: auto;
    /*max-width: 780px;*/
    border: solid 2px #e6e6e6;
    border-top: none;
    margin: 0 auto;
    background-color: #fcfcfc;
    font-size: 14px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

#order-form-third .steps-wrapper {
    padding: 25px 30px 12px 30px;
    width: 100%;
    overflow: hidden
}

ul.tabs {
    text-align: center;
    margin-top: 0px;
}

.tabs-wrapper .tabs {
    list-style: none;
    height: 50px;
    padding: 0;
    width: 100.005%;
    margin-bottom: 0
}

#order-form-third .tabs-wrapper .tabs li.step.home1 {
    position: relative;
    z-index: 1;
}

#order-form-third .tabs-wrapper .tabs li.step.home2 {
    margin-left: -19px;
    position: relative;
    background-image: url("../images/bg-title2-normal.svg");
    background-position: right
}

#order-form-third .tabs-wrapper .tabs li.step.home3 {
    background-image: url("../images/bg-title3-normal.svg");
    background-position: right;
    margin-left: -19px
}

#order-form-third .tabs-wrapper .tabs li.step.home1.active {
    background-image: url("../images/bg-title1-active.svg");
    background-position: right;
    color: #ffffff;
}

#order-form-third .tabs-wrapper .tabs li.step.home1.finish {
    background-position: right;
    color: #ffffff;
    background-image: url("../images/bg-title1-completed.svg");
    background-color: #16B57A
}

#order-form-third .tabs-wrapper .tabs li.step.home1.finish.active {
    background-image: url("../images/bg-title1-active.svg");
    background-color: #e5e5e5;
}

#order-form-third .tabs-wrapper .tabs li.step.home2.active {
    background-image: url("../images/bg-title2-active.svg");
    background-position: right;
    color: #ffffff;
}

#order-form-third .tabs-wrapper .tabs li.step.home2.current-active {}

#order-form-third .tabs-wrapper .tabs li.step.home2.finish {
    background-position: right;
    color: #ffffff;
    background-image: url("../images/bg-title2-completed.svg");
    background-color: #16B57A
}

#order-form-third .tabs-wrapper .tabs li.step.home2.finish.active {
    background-image: url("../images/bg-title2-active.svg");
    background-color: #e5e5e5;
}

#order-form-third .tabs-wrapper .tabs li.step.home3.active {
    background-image: url("../images/bg-title3-active.svg");
    background-position: right;
    background-color: #16B57A;
    color: #ffffff;
}

#order-form-third .tabs-wrapper .tabs li.step.home3.finish {
    background-position: right;
    color: #ffffff;
    background-image: url("../images/bg-title3-completed.svg");
    background-color: #16B57A
}

#order-form-third .tabs-wrapper .tabs li.step.home3.finish.active {
    background-image: url("../images/bg-title3-active.svg");
    background-color: #e5e5e5;
}

#order-form-third .tabs-wrapper .tabs li.step.home2.active {
    background-color: #e5e5e5;
    color: #ffffff;
    background-image: url("../images/bg-title2-active.svg")
}

#order-form-third .tabs-wrapper .tabs li {
    width: 34.95%;
    height: 50px;
    float: left;
    text-align: center;
    text-transform: capitalize;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0 0;
    background: #e5e5e5;
    cursor: pointer;
}

.tabs-wrapper {
    overflow: hidden;
    margin-right: -2px;
    margin-left: -2px
}

#regFormd {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}



input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */

.invalid {
    background-color: #ffdddd;
}
/* Hide all steps by default: */

.tab {
    display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

background-color: #e5e5e5
}
.step {
    width: 34.95%;
    height: 50px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 0 0;
    background: #e5e5e5;
    cursor: pointer
}
.step.active7 {
    opacity: 1;
    background-image: url("../images/bg-title1-active.svg");
}
/* Mark the steps that are finished and valid: */
.step.finisdh {
    background-color: #4CAF50;
}

.gradient {
    background-image: linear-gradient(to right, #27ae60, #cc933d);
}
.num-pages-block{
    padding: 0;
    position: relative;
}
.input-group-btn {
    margin-right: 5px;
    float: left;
    width: 22px;
    height: 22px;
    margin-top: 7px;
}
.input-group-btn:first-child button {
    background-image: url(../images/icon-minus.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.input-group-btn button {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #808080;
    padding: 0;
    font-size: 22px;
    outline: none !important;
    border: none;
}

.num-pages-block input{
    border: solid 1px #b3b3b3;
    border-radius: 3px !important;
    width: 100%;
    color: #4c4c4c;
    height: 27px !important;
    font-size: 14px;
    padding: 0px 10px !important;
    line-height: 38px;
}
.input-group-btn:last-child button {
    background-image: url(../images/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.input-number {
    width: auto;
    max-width: 50px;
    height: 28px;
    margin-top: 6px;
    float: left;
    text-align: center;
    line-height: 15px;
}
 .spaced-additional-text {
    clear: both;
    text-align: center;
    max-width: 105px;
    font-size: 11px;
    color: #a1a1a1;
}


::-ms-clear {
width: 0;
height: 0
}

::-ms-reveal {
width: 0;
height: 0
}

::-ms-expand {
width: 0;
height: 0
}

@media only screen and (max-width: 500px) {
.hidden-500 {
    display: none
}
}


.social-auth-get-email-modal .modal-dialog {
top: 20%
}

.social-auth-get-email-modal .modal-dialog .modal-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: solid 2px #e6e6e6
}


#order-form-third .form-input-field, #order-form-third .steps-wrapper .first-step-wrapper .num-pages-block,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper,
.reset-password-modal .modal-body .wrap-customer-form .input-text {
padding: 0;
position: relative
}

#order-form-third .form-input-field input, #order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input,
.reset-password-modal .modal-body .wrap-customer-form .input-text input {
border: solid 1px #b3b3b3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;
color: #4c4c4c;
height: 38px;
font-size: 14px;
padding: 0px 10px;
line-height: 38px
}

#order-form-third .form-input-field input:focus, #order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input:focus,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input:focus,
.reset-password-modal .modal-body .wrap-customer-form .input-text input:focus {
border: solid 1px #4d4d4d !important;
outline: none !important;
box-shadow: none
}

#order-form-third .form-input-field input::-webkit-input-placeholder,
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input::-webkit-input-placeholder,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input::-webkit-input-placeholder,
.reset-password-modal .modal-body .wrap-customer-form .input-text input::-webkit-input-placeholder {
line-height: 38px
}

#order-form-third .form-input-field input::-moz-placeholder, #order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input::-moz-placeholder,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input::-moz-placeholder,
.reset-password-modal .modal-body .wrap-customer-form .input-text input::-moz-placeholder {
line-height: 38px
}

#order-form-third .form-input-field input:-ms-input-placeholder,
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input:-ms-input-placeholder,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input:-ms-input-placeholder,
.reset-password-modal .modal-body .wrap-customer-form .input-text input:-ms-input-placeholder {
line-height: 38px
}

#order-form-third .form-input-field input:-moz-placeholder, #order-form-third .steps-wrapper .first-step-wrapper .num-pages-block input:-moz-placeholder,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper input:-moz-placeholder,
.reset-password-modal .modal-body .wrap-customer-form .input-text input:-moz-placeholder {
line-height: 38px
}

#order-form-third .has-error.form-input-field:after, #order-form-third .steps-wrapper .first-step-wrapper .has-error.num-pages-block:after,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .has-error.slide-wrapper:after,
.reset-password-modal .modal-body .wrap-customer-form .has-error.input-text:after {
content: ' ';
background-image: url("../images/icon-error.svg");
background-repeat: no-repeat;
width: 18px;
height: 18px;
position: absolute;
top: 10px;
right: 9px
}

#order-form-third .has-error.form-input-field input, #order-form-third .steps-wrapper .first-step-wrapper .has-error.num-pages-block input,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .has-error.slide-wrapper input,
.reset-password-modal .modal-body .wrap-customer-form .has-error.input-text input {
border: solid 1px #ff9f9f;
background-color: #fff4f4;
color: #fe596c;
padding-right: 30px
}

#order-form-third .has-error.form-input-field .field-error-info,
#order-form-third .steps-wrapper .first-step-wrapper .has-error.num-pages-block .field-error-info,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .has-error.slide-wrapper .field-error-info,
.reset-password-modal .modal-body .wrap-customer-form .has-error.input-text .field-error-info {
color: #fe596c;
font-size: 13px;
padding: 0 11px;
padding-right: 0
}

#order-form-third .has-error.form-input-field .field-error-info.margin-none,
#order-form-third .steps-wrapper .first-step-wrapper .has-error.num-pages-block .field-error-info.margin-none,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .has-error.slide-wrapper .field-error-info.margin-none,
.reset-password-modal .modal-body .wrap-customer-form .has-error.input-text .field-error-info.margin-none {
margin-bottom: 0
}

#order-form-third .success.form-input-field input, #order-form-third .steps-wrapper .first-step-wrapper .success.num-pages-block input,
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .success.slide-wrapper input,
.reset-password-modal .modal-body .wrap-customer-form .success.input-text input {
border: solid 1px #88d7b9
}

#order-form-third .form-select-field {
padding: 0;
position: relative;
margin-bottom: 5px
}

#order-form-third .form-select-field select {
border: solid 1px #b3b3b3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;
color: #4c4c4c;
height: 38px;
font-size: 14px;
padding: 0 20px 0 10px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-image: url(../images/icon-arrow-select.svg);
background-repeat: no-repeat;
background-position: 98% 15px
}

#order-form-third .form-select-field select:focus {
outline: none !important;
box-shadow: none !important
}

#order-form-third .form-select-field select::-ms-expand {
display: none
}

#order-form-third .form-select-field select:-moz-focusring {
color: transparent !important;
text-shadow: 0 0 0 #000 !important
}

#order-form-third .form-select-field select.ng-empty {
color: #999999
}

#order-form-third .form-select-field select option {
color: #4c4c4c
}

#order-form-third .form-select-field select option.select-placeholder {
display: none;
visibility: hidden
}

#order-form-third .form-select-field select option[disabled] {
display: none !important
}

#order-form-third .form-select-field .field-error-info {
display: none
}

#order-form-third .has-error.form-select-field select {
border: solid 1px #ff9f9f;
background-color: #fff4f4
}

#order-form-third .has-error.form-select-field .field-error-info {
color: #fe596c;
font-size: 13px;
padding: 0 11px;
display: block;
margin-bottom: 0
}

#order-form-third .steps-wrapper .custom-radio {
position: relative;
font-size: 14px;
font-weight: 400;
color: #4c4c4c;
/* padding-top: 9px; */
padding-left: 19px;
cursor: pointer;
margin-right: 16px;
}

#order-form-third .steps-wrapper .custom-radio input[type=radio] {
display: none !important
}

#order-form-third .steps-wrapper .custom-radio:before {
content: ' ';
width: 14px;
left: 19px;
height: 14px;
top: 33%;
margin-top: -3px;
border: solid 1px #838383;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
display: block;
position: absolute;
margin-left: -18px;
}

#order-form-third .steps-wrapper .custom-radio:hover:before {
border: solid 1px #1cb97f
}

#order-form-third .steps-wrapper .custom-radio:last-child {
margin-right: 0px
}

#order-form-third .steps-wrapper .custom-radio:after {
content: ' ';
width: 6px;
height: 6px;
left: 19px;
top: 34%;
margin-top: 1px;
background-color: #1cb97f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
margin-left: -14px;
display: none
}

#order-form-third .steps-wrapper .active.custom-radio:before {
border: solid 1px #1cb97f
}

#order-form-third .steps-wrapper .active.custom-radio:after {
display: block
}

#order-form-third .form-checkbox-field {
font-size: 14px;
font-weight: 400;
text-align: left;
padding-left: 24px
}

#order-form-third .form-checkbox-field input[type=checkbox] {
display: none !important
}

#order-form-third .form-checkbox-field::before {
content: " ";
border: solid 1px #838383;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #f1f1f1;
width: 16px;
height: 16px;
position: absolute;
margin-left: -25px;
top: 50%;
margin-top: -5px;
cursor: pointer
}

#order-form-third .form-checkbox-field::after {
content: " ";
width: 15.7px;
height: 12.46px;
position: absolute;
left: 0;
top: 50%;
margin-top: -5px;
cursor: pointer;
background-image: url("../images/icon-mark-checkbox.svg");
background-repeat: no-repeat;
display: none
}

#order-form-third .active.form-checkbox-field {
color: #4c4c4c
}

#order-form-third .active.form-checkbox-field::after {
display: block
}

#order-form-third .green-button, #order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .file-upload-label,
.reset-password-modal .modal-body .wrap-customer-form .submit-btn,
.final-step-modal .modal-dialog .modal-footer .checkout-button, .modal-file-upload .modal-body .wrap-select-file .custom-select-button,
.modal-file-upload .modal-footer .green-button {
background-color: #16b77b;
color: #ffffff;
padding: 9px 16px;
border: none;
height: 38px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
font-weight: 700
}

#order-form-third .green-button:focus, #order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .file-upload-label:focus,
.reset-password-modal .modal-body .wrap-customer-form .submit-btn:focus,
.final-step-modal .modal-dialog .modal-footer .checkout-button:focus,
.modal-file-upload .modal-body .wrap-select-file .custom-select-button:focus,
.modal-file-upload .modal-footer .green-button:focus {
outline: none !important
}

#order-form-third .green-button:hover, #order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .file-upload-label:hover,
.reset-password-modal .modal-body .wrap-customer-form .submit-btn:hover,
.final-step-modal .modal-dialog .modal-footer .checkout-button:hover,
.modal-file-upload .modal-body .wrap-select-file .custom-select-button:hover,
.modal-file-upload .modal-footer .green-button:hover {
opacity: 0.8
}

.reset-password-modal * , .terms-modal * , .final-step-modal * , .modal-file-upload * {
font-family: 'Open Sans', sans-serif
}

.reset-password-modal .modal-dialog, .terms-modal .modal-dialog,
.final-step-modal .modal-dialog, .modal-file-upload .modal-dialog {
margin-left: 0;
top: 10% !important
}

@media only screen and (max-width: 770px) {
.reset-password-modal .modal-dialog, .terms-modal .modal-dialog,
.final-step-modal .modal-dialog, .modal-file-upload .modal-dialog {
    top: 50% !important
}
}

.reset-password-modal .modal-content, .terms-modal .modal-content,
.final-step-modal .modal-content, .modal-file-upload .modal-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: solid 2px #e6e6e6
}

.reset-password-modal .modal-header, .terms-modal .modal-header,
.final-step-modal .modal-header, .modal-file-upload .modal-header {
border-bottom: none;
padding: 19px 15px 2px 15px;
min-height: 33px
}

.reset-password-modal .modal-header .modal-title, .terms-modal .modal-header .modal-title,
.final-step-modal .modal-header .modal-title, .modal-file-upload .modal-header .modal-title {
font-weight: 700;
font-size: 18px;
text-align: center
}

.reset-password-modal .modal-header .close-modal-order, .terms-modal .modal-header .close-modal-order,
.final-step-modal .modal-header .close-modal-order, .modal-file-upload .modal-header .close-modal-order {
background-image: url("../images/icon-close.svg");
background-repeat: no-repeat;
width: 14px;
height: 14px;
position: absolute;
top: 17px;
right: 17px;
cursor: pointer
}

@media only screen and (max-width: 770px) {
.reset-password-modal .modal-header .close-modal-order, .terms-modal .modal-header .close-modal-order,
.final-step-modal .modal-header .close-modal-order, .modal-file-upload .modal-header .close-modal-order {
    top: 9px;
    right: 9px
}
}

.reset-password-modal .modal-header .close-modal-order:hover,
.terms-modal .modal-header .close-modal-order:hover, .final-step-modal .modal-header .close-modal-order:hover,
.modal-file-upload .modal-header .close-modal-order:hover {
opacity: 0.7
}

.reset-password-modal .modal-body .field-error-info, .terms-modal .modal-body .field-error-info,
.final-step-modal .modal-body .field-error-info, .modal-file-upload .modal-body .field-error-info {
color: #fe596c;
font-size: 13px;
padding: 0 11px;
display: none
}

.reset-password-modal .modal-body .has-error .field-error-info,
.terms-modal .modal-body .has-error .field-error-info, .final-step-modal .modal-body .has-error .field-error-info,
.modal-file-upload .modal-body .has-error .field-error-info {
display: inline-block
}

.reset-password-modal .modal-body .msg-alert-success, .terms-modal .modal-body .msg-alert-success,
.final-step-modal .modal-body .msg-alert-success, .modal-file-upload .modal-body .msg-alert-success {
color: #16b77b
}

.transparent {
background-color: #000000;
opacity: 0.6;
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
left: 0;
top: 0
}

#order-form-third {
/*width: 780px;*/
height: auto;
max-width: 780px;
border: solid 2px #e6e6e6;
border-top: none;
margin: 0 auto;
background-color: #ffffff;
font-size: 14px;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}

@media only screen and (max-width: 779px) {
#order-form-third {
    width: 100%
}
}

#order-form-third * {
font-family: 'Open Sans', sans-serif
}

#order-form-third .glyphicon {
font-family: 'Glyphicons Halflings'
}

#order-form-third hr {
border-top: 1px solid #d8d8d8
}

#order-form-third .field-error-info {
color: #fe596c;
font-size: 13px;
padding: 0 11px;
display: none
}

#order-form-third .has-error .field-error-info {
display: inline-block
}

#order-form-third .has-error .additional-mat-wrapper .field-error-info {
padding: 0 15px
}

#order-form-third .mg-top-10 {
margin-top: 10px
}

#order-form-third .form-input-field .notify-field {
max-width: 100%;
font-size: 11px;
color: #a1a1a1;
text-align: center
}

#order-form-third .form-input-field.dropdown input {
background-image: url(../images/icon-arrow-select.svg);
background-repeat: no-repeat;
background-position: 96% 15px;
padding-right: 20px
}

#order-form-third .form-select-field .notify-field {
max-width: 100%;
font-size: 11px;
color: #a1a1a1;
text-align: center
}

#order-form-third .form-select-field .form-input-field {
margin-bottom: 0
}

#order-form-third .form-textarea-field textarea {
width: 100%;
max-width: 100%;
border: solid 1px #b3b3b3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 8px 10px
}

#order-form-third .form-textarea-field textarea:focus {
outline: none !important;
border: solid 1px #4d4d4d;
box-shadow: none !important
}

#order-form-third .out-input-notify .form-input-field::after {
display: none
}

#order-form-third .out-input-notify .field-error-info, #order-form-third .out-input-notify .field-success-info {
position: relative;
padding-left: 22px;
font-size: 14px;
max-width: 175px;
padding-top: 10px;
margin-left: 9px;
display: none
}

#order-form-third .out-input-notify .field-error-info:before, #order-form-third .out-input-notify .field-success-info:before {
content: ' ';
background-image: url("../images/icon-error.svg");
background-repeat: no-repeat;
width: 18px;
height: 18px;
position: absolute;
top: 11px;
left: 0
}

#order-form-third .out-input-notify .field-error-info .empty-discount-code,
#order-form-third .out-input-notify .field-success-info .empty-discount-code {
display: block;
max-width: 126px;
margin-top: -11px;
font-size: 14px
}

@media only screen and (max-width: 460px) {
#order-form-third .out-input-notify .field-error-info .empty-discount-code,
#order-form-third .out-input-notify .field-success-info .empty-discount-code {
    max-width: 100%;
    margin-top: 0
}
}

#order-form-third .out-input-notify .field-success-info {
color: #4cc190;
display: none
}

#order-form-third .out-input-notify .field-success-info:before {
background-image: url("../images/icon-ok.svg")
}

#order-form-third .out-input-notify.has-error .field-error-info {
display: inline-block
}

#order-form-third .out-input-notify.success .field-success-info {
display: inline-block
}

#order-form-third .green-button {
margin-left: 10px
}

#order-form-third .info-image {
background-image: url("../images/icon-info.svg");
width: 16px;
height: 16px;
position: absolute;
right: 0;
top: 50%;
margin-top: -4px;
margin-right: -1px
}

@media only screen and (min-width: 1140px) {
#order-form-third .info-image {
    background-image: none;
    width: 0;
    height: 0
}
}

@media only screen and (max-width: 768px) {
#order-form-third .info-image {
    display: inline-block;
    margin-bottom: -2px;
    margin-right: -19px;
    margin-left: 3px;
    position: relative
}
}

@media only screen and (max-width: 768px) {
#order-form-third .info-image {
    position: relative;
    display: inline-block;
    margin-bottom: -4px;
    margin-left: 3px
}
}

#order-form-third .info-image .info-content {
display: none;
width: auto;
min-width: 400px;
position: absolute;
background: #f0f7f9;
border: solid 1px #b4c9d0;
color: #737879;
font-size: 12px;
padding: 4px 6px;
top: 0;
left: 0;
margin-left: 24px;
margin-top: -12px;
text-align: left;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
z-index: 100;
font-weight: 400
}

@media only screen and (min-width: 1140px) {
#order-form-third .info-image .info-content {
    margin-top: -54px;
    margin-left: -63px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .info-image .info-content {
    left: unset;
    right: 0;
    margin-left: 0;
    margin-top: 22px;
    margin-right: -140px
}
}

@media only screen and (max-width: 767px) {
#order-form-third .info-image .info-content {
    min-width: 280px
}
}

#order-form-third .info-image .info-content::after {
content: " ";
right: 100%;
top: 19px;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border: solid transparent;
border-color: rgba(240, 247, 249, 0);
border-right-color: #f0f7f9;
border-width: 5px;
margin-top: -5px
}

@media only screen and (min-width: 1140px) {
#order-form-third .info-image .info-content::after {
    top: 100%;
    left: 29px;
    right: unset;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #f0f7f9;
    border-width: 6px;
    margin-left: -5px;
    margin-top: 0;
    margin-bottom: -1px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .info-image .info-content::after {
    bottom: 100%;
    left: 50%;
    top: unset;
    right: unset;
    border-bottom-color: #f0f7f9;
    border-right-color: transparent;
    border-width: 6px;
    margin-left: -5px;
    margin-top: 0;
    margin-bottom: -1px
}
}

#order-form-third .info-image .info-content::before {
content: " ";
right: 100%;
top: 19px;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border: solid transparent;
border-color: rgba(180, 201, 208, 0);
border-right-color: #b4c9d0;
border-width: 6px;
margin-top: -6px
}

@media only screen and (min-width: 1140px) {
#order-form-third .info-image .info-content::before {
    height: 0;
    width: 0;
    top: 100%;
    left: 30px;
    right: unset;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-top: 0;
    border-top-color: #b4c9d0;
    border-width: 7px;
    margin-left: -7px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .info-image .info-content::before {
    bottom: 100%;
    left: 50%;
    top: unset;
    right: unset;
    border-bottom-color: #b4c9d0;
    border-right-color: transparent;
    border-width: 6px;
    margin-left: -6px;
    margin-top: 0
}
}

#order-form-third .info-image:hover .info-content {
display: block
}

@media only screen and (min-width: 1140px) {
#order-form-third .type-paper-wrapper .info-content {
    margin-top: -71px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .subject-wrapper .info-content {
    margin-top: -71px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .deadline-subject-wrapper .info-content {
    margin-top: -88px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .num-pages-wrapper .info-content {
    margin-top: -104px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .num-pages-wrapper .info-content.number-of-questions {
    margin-top: -54px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .num-pages-wrapper .info-content.number-of-questions {
    margin-right: -193px
}

#order-form-third .num-pages-wrapper .info-content.number-of-questions::before {
    margin-left: -67px
}

#order-form-third .num-pages-wrapper .info-content.number-of-questions::after {
    margin-right: -67px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .num-pages-wrapper .info-content.number-of-problems {
    margin-top: -40px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .num-pages-wrapper .info-content.number-of-problems {
    margin-right: -200px
}

#order-form-third .num-pages-wrapper .info-content.number-of-problems::before {
    margin-left: -74px
}

#order-form-third .num-pages-wrapper .info-content.number-of-problems::after {
    margin-left: -74px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .preferred-writer-wrapper .info-content {
    margin-top: -124px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .topic-wrapper .info-content {
    min-width: 379px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .topic-wrapper .info-content {
    margin-top: -71px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .style-wrapper .info-content {
    min-width: 278px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .style-wrapper .info-content {
    margin-top: -37px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .order-inst-wrapper .info-content {
    margin-top: -88px
}
}

#order-form-third .tabs-wrapperold {
overflow: hidden;
margin-right: -2px;
margin-left: -2px
}

#order-form-third .tabs-wrapperold .tabs {
list-style: none;
height: 50px;
padding: 0;
width: 100.005%;
margin-bottom: 0
}

@media only screen and (max-width: 768px) {
#order-form-third .tabs-wrapperold .tabs {
    height: 60px
}
}

#order-form-third .tabs-wrapperold .tabs li {
width: 34.95%;
height: 50px;
float: left;
text-align: center;
text-transform: uppercase;
color: #808080;
font-size: 16px;
font-weight: 600;
padding: 15px 0 0 0;
background: #e5e5e5;
cursor: pointer
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(1) {
position: relative;
z-index: 1
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(1).active {
background-position: right;
color: #ffffff;
background-image: url("../images/bg-title1-completed.svg");
background-color: #16B57A
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(1).active.current-active {
background-image: url("../images/bg-title1-active.svg");
background-color: #e5e5e5
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(1).active.active-next {
background-color: #72DFB6
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(2) {
margin-left: -19px;
position: relative;
background-image: url("../images/bg-title2-normal.svg");
background-position: right
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(2).active {
color: #ffffff;
background-image: url("../images/bg-title2-completed.svg");
background-color: #16B57A
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(2).active.current-active {
background-color: #e5e5e5;
background-image: url("../images/bg-title2-active.svg")
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(3) {
background-image: url("../images/bg-title3-normal.svg");
background-position: right;
margin-left: -19px
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(3).active {
color: #ffffff;
background-image: url("../images/bg-title3-completed.svg")
}

#order-form-third .tabs-wrapperold .tabs li:nth-child(3).active.current-active {
background-color: #16B57A;
background-image: url("../images/bg-title3-active.svg")
}

@media only screen and (max-width: 768px) {
#order-form-third .tabs-wrapperold .tabs li {
    color: #ffffff;
    background-image: none !important;
    background-color: #16b77b !important;
    width: 100%;
    height: 60px;
    float: none;
    text-transform: none;
    text-align: left;
    padding: 20px 12px;
    display: none;
    margin-left: 0 !important
}

#order-form-third .tabs-wrapperold .tabs li.active.current-active {
    display: block
}
}

#order-form-third .steps-wrapper {
padding: 25px 73px 12px 73px;
width: 100%;
overflow: hidden
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper {
    padding: 17px 10px
}
}

#order-form-third .steps-wrapper .label-custom {
text-align: right;
padding-right: 18px;
padding-left: 0
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .label-custom {
    padding-right: 4px
}
}

#order-form-third .steps-wrapper .label-custom .control-label:hover .info-content {
display: block
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .label-custom .control-label .info-content.info-content-active {
    display: block
}
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .label-custom {
    text-align: left;
    padding-left: 15px;
    display: inline-block
}
}

#order-form-third .steps-wrapper .label-custom label {
font-size: 16px;
font-weight: 400;
color: #4c4c4c;
text-align: right
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .label-custom label {
    text-align: left;
    font-size: 14px
}
}

#order-form-third .steps-wrapper .total-sum {
margin-bottom: 21px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .total-sum {
    margin-top: 26px;
    margin-bottom: 12px
}
}

#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper {
text-align: center
}

#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper .total-sum-sign {
font-weight: 700;
font-size: 16px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper .total-sum-sign {
    display: block;
    margin-bottom: 4px
}
}

#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper .total-sum-value {
color: #16b77b;
font-weight: 700;
font-size: 23px
}

#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper .total-per-page {
font-size: 14px;
font-weight: 400
}

#order-form-third .steps-wrapper .total-sum .total-sum-value-wrapper .total-per-page .amount {
font-size: 16px
}

#order-form-third .steps-wrapper .next-step .attention {
font-size: 11px;
color: #a1a1a1;
text-align: left
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .next-step .attention1 {
    text-align: center;
    margin-bottom: 25px
}
}

#order-form-third .steps-wrapper .next-step .green-button {
padding: 9px 19px 10px 19px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .next-step .green-button {
    padding: 9px 15px 10px 15px
}
}

#order-form-third .steps-wrapper .next-step .arrow-next {
background-image: url("../images/icon-arrow-next.svg");
background-repeat: no-repeat;
width: 6px;
height: 10px;
display: inline-block
}

#order-form-third .steps-wrapper .next-step .previous-step .simple-button {
color: #999999;
text-transform: uppercase;
background-color: #FCFCFC;
border: none;
height: 38px;
font-weight: 700;
padding: 10px 0
}

#order-form-third .steps-wrapper .next-step .previous-step .simple-button:hover {
text-decoration: underline
}

#order-form-third .steps-wrapper .next-step .previous-step .simple-button:focus {
outline: none !important;
box-shadow: none
}

#order-form-third .steps-wrapper .next-step .previous-step .simple-button .arrow-previous {
background-image: url(../images/icon-arrow-back.svg);
background-repeat: no-repeat;
width: 6px;
height: 10px;
display: inline-block
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block .read-only {
background-color: #ffffff
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block .spaced-additional-text {
clear: both;
text-align: center;
max-width: 105px;
font-size: 11px;
color: #a1a1a1
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block.has-error input {
padding-right: 10px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-block.has-error::after {
content: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn {
float: left;
width: 22px;
height: 22px;
margin-top: 9px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn:first-child {
margin-right: 5px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn:first-child button {
background-image: url("../images/icon-minus.svg");
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn:last-child {
margin-left: 6px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn:last-child button {
background-image: url("../images/icon-plus.svg");
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn button {
width: 22px;
height: 22px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #e0e0e0;
color: #808080;
padding: 0;
font-size: 22px;
outline: none !important;
border: none
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn button .glyphicon {
top: -6px;
color: #808080;
font-weight: 600
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-group-btn button .glyphicon-minus {
top: -5px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-number {
width: auto;
max-width: 50px;
height: 28px;
margin-top: 6px;
float: left;
text-align: center;
line-height: 15px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-wrapper .input-number:focus {
border: solid 1px #4d4d4d !important;
outline: none !important;
box-shadow: none
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-label {
min-width: 172px
}

@media only screen and (max-width: 767px) {
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-label {
    width: 139px
}
}

@media only screen and (max-width: 767px) {
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-label label {
    padding-top: 7px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .spaced-block {
padding-left: 0
}

#order-form-third .steps-wrapper .first-step-wrapper .spaced-block .custom-radio {
margin-right: 14px;
}

@media only screen and (max-width: 779px) {
#order-form-third .steps-wrapper .first-step-wrapper .spaced-block .custom-radio {
    margin-right: 6px
}
}

@media only screen and (max-width: 554px) {
#order-form-third .steps-wrapper .first-step-wrapper .spaced-block {
    width: 100%;
    clear: both;
    padding-left: 15px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .num-page-error {
margin: 0
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id input {
max-width: 130px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id input {
    max-width: 80px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id .form-input-field {
max-width: 130px;
float: left;
margin-bottom: 0
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id .preferred-writer-label {
    width: 178px;
    padding-top: 7px
}
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id .input-custom {
    width: 318px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code .form-input-field {
margin-bottom: 0
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code .form-input-field input {
max-width: 130px
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-success-info {
padding-top: 10px
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-success-info {
    padding-top: 0;
    width: 100%;
    float: none
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-error-info,
#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-success-info {
    padding-top: 0;
    width: 100%;
    margin-top: 14px;
    max-width: 100%
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-error-info::before,
#order-form-third .steps-wrapper .first-step-wrapper .discount-code .field-success-info::before {
    top: 0px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code .green-button {
margin-left: 10px
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content {
    min-width: 358px;
    margin-top: 30px
}

#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content::before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    bottom: 100%;
    left: 10%;
    top: unset;
    right: unset;
    border-bottom-color: #b4c9d0;
    border-right-color: transparent;
    margin-left: 0;
    margin-top: 0;
    border-top: none
}

#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 10%;
    top: unset;
    right: unset;
    border-bottom-color: #f0f7f9;
    border-right-color: transparent;
    border-width: 6px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -1px;
    border-top: none
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content {
    margin-right: -160px
}

#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content::before {
    margin-left: -34px
}

#order-form-third .steps-wrapper .first-step-wrapper .academic-level-wrapper .label-custom .info-content::after {
    margin-left: -34px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .type-paper-wrapper .label-custom .info-content {
    margin-right: -166px
}

#order-form-third .steps-wrapper .first-step-wrapper .type-paper-wrapper .label-custom .info-content::before {
    margin-left: -40px
}

#order-form-third .steps-wrapper .first-step-wrapper .type-paper-wrapper .label-custom .info-content::after {
    margin-left: -40px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .subject-wrapper .label-custom .info-content {
    margin-right: -209px
}

#order-form-third .steps-wrapper .first-step-wrapper .subject-wrapper .label-custom .info-content::before {
    margin-left: -83px
}

#order-form-third .steps-wrapper .first-step-wrapper .subject-wrapper .label-custom .info-content::after {
    margin-left: -83px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .label-custom .info-content {
    min-width: 378px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .label-custom .info-content {
    margin-right: -201px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .label-custom .info-content::before {
    margin-left: -75px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .label-custom .info-content::after {
    margin-left: -75px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content {
    margin-right: -144px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content::before {
    margin-left: -18px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content::after {
    margin-left: -18px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content.number-of-problems {
    margin-right: -200px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content.number-of-problems::before {
    margin-left: -74px
}

#order-form-third .steps-wrapper .first-step-wrapper .num-pages-wrapper .label-custom .info-content.number-of-problems::after {
    margin-left: -74px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-wrapper .label-custom .info-content {
    margin-right: -150px
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-wrapper .label-custom .info-content::before {
    margin-left: -24px
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-wrapper .label-custom .info-content::after {
    margin-left: -24px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id-wrapper .label-custom .info-content {
    margin-right: -134px
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id-wrapper .label-custom .info-content::before {
    margin-left: -8px
}

#order-form-third .steps-wrapper .first-step-wrapper .preferred-writer-id-wrapper .label-custom .info-content::after {
    margin-left: -8px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .first-step-wrapper .discount-code-wrapper .label-custom .info-content {
    margin-right: -164px
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code-wrapper .label-custom .info-content::before {
    margin-left: -38px
}

#order-form-third .steps-wrapper .first-step-wrapper .discount-code-wrapper .label-custom .info-content::after {
    margin-left: -38px
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper {
display: inline-block;
min-width: 247px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper {
    width: 100%;
    min-width: 0;
}
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field {
    min-width: 247px !important;
    position: relative;
    left: -34px;
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu {
padding: 9px 7px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu * :focus {
outline: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .datapicker-calendar {
background-image: url("../images/icon-calendar.svg");
background-repeat: no-repeat;
width: 18px;
height: 18px;
display: inline-block;
margin-right: 3px;
margin-bottom: -3px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .datapicker-calendar {
    display: none
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper input {
display: inline-block;
max-width: 220px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper input {
    width: 100%;
    max-width: 100%
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .notify-field {
margin-left: 26px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .notify-field {
    margin-left: 0
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field ul > li:nth-child(2) span.btn-group {
display: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field button[disabled="disabled"] {
cursor: default !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field .btn-success {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
background-color: #16b77b;
padding: 6px 11px;
border: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field .btn-success:hover {
opacity: 0.8
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td {
padding: 2px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td .btn {
-webkit-box-shadow: none;
box-shadow: none
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td .btn.btn-info {
background-color: #16b77b;
border: none;
padding: 6px 11px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td .btn.btn-info.active {
background-color: #16b77b;
border: none;
padding: 6px 11px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td .btn:hover {
border: none;
padding: 6px 11px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .form-input-field table td .btn:hover[disabled="disabled"] {
border: solid 1px #CCCCCC;
padding: 5px 10px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button {
border: none !important;
padding: 0 !important;
background: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button span {
display: block;
padding: 5px 10px;
border: solid 1px #cccccc;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button span:hover {
background-color: #e6e6e6
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button span.text-muted {
display: none !important
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button.active span {
background-color: #e6e6e6;
border-color: #adadad;
padding: 5px 10px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper .dropdown-menu table tbody tr td button.btn-info span {
background-color: #16b77b;
border: none;
padding: 6px 11px
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-datapicker-wraper #deadlin-picker-field {
cursor: default
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker {
display: inline-block;
float: right
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker {
    width: 34%;
    margin-left: 2%
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field {
min-width: 125px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field {
    min-width: 0
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field .datapicker-clock {
background-image: url("../images/icon-clock.svg");
background-repeat: no-repeat;
width: 18px;
height: 18px;
display: inline-block;
margin-right: 3px;
margin-bottom: -3px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field .datapicker-clock {
    display: none
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field select {
width: 102px;
display: inline-block;
background-position: 93% 15px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .form-select-field select {
    width: 100%
}
}

#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .notify-field {
margin-left: 20px
}

@media only screen and (max-width: 400px) {
#order-form-third .steps-wrapper .first-step-wrapper .deadline-subject-wrapper .deadline-hour-picker .notify-field {
    margin-left: 0
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content {
    margin-top: 30px
}

#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content::before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    bottom: 100%;
    left: 10%;
    top: unset;
    right: unset;
    border-bottom-color: #b4c9d0;
    border-right-color: transparent;
    margin-left: 0;
    margin-top: 0;
    border-top: none
}

#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    bottom: 100%;
    left: 10%;
    top: unset;
    right: unset;
    border-bottom-color: #f0f7f9;
    border-right-color: transparent;
    border-width: 6px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: -1px;
    border-top: none
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content {
    margin-right: -222px
}

#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content::before {
    margin-left: -96px
}

#order-form-third .steps-wrapper .second-step-wrapper .topic-wrapper .label-custom .info-content::after {
    margin-left: -96px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .second-step-wrapper .style-wrapper .label-custom .info-content {
    margin-right: -226px
}

#order-form-third .steps-wrapper .second-step-wrapper .style-wrapper .label-custom .info-content::before {
    margin-left: -100px
}

#order-form-third .steps-wrapper .second-step-wrapper .style-wrapper .label-custom .info-content::after {
    margin-left: -100px
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .second-step-wrapper .order-inst-wrapper .label-custom .info-content {
    margin-right: -137px
}

#order-form-third .steps-wrapper .second-step-wrapper .order-inst-wrapper .label-custom .info-content::before {
    margin-left: -11px
}

#order-form-third .steps-wrapper .second-step-wrapper .order-inst-wrapper .label-custom .info-content::after {
    margin-left: -11px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper {
width: 422px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper {
    padding-right: 0;
    width: 58.33333333%
}
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .label-custom {
width: 220px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .label-custom {
    width: 100%;
    padding-right: 0
}
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .label-custom .info-content {
    margin-right: -126px
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .label-custom .info-content::before {
    margin-left: 0
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .label-custom .info-content::after {
    margin-left: 0
}
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .input-custom {
text-align: center;
max-width: 171px;
padding-right: 0
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .input-custom {
    text-align: left
}
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .file-upload-label {
width: 100%;
max-width: 156px;
text-align: center
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .file-upload-label .upload-icon-v3 {
background-image: url(../images/icon-upload.svg);
background-repeat: no-repeat;
width: 18px;
height: 18px;
display: inline-block;
margin-right: 8px;
margin-bottom: -5px
}

#order-form-third .steps-wrapper .second-step-wrapper .additional-mat-wrapper .count-uploaded-files-wrap {
clear: both;
text-align: center;
font-size: 12px;
color: #a1a1a1;
display: block;
max-width: 161px
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper {
width: 254px;
padding-left: 0;
margin-left: 14px
}

@media only screen and (max-width: 779px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper {
    margin-left: 0
}
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper {
    padding-left: 0;
    width: 41.66666667%
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom {
z-index: 3;
width: 107px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom {
    padding-left: 0;
    width: 115px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content {
left: unset;
right: 0;
margin-left: 0;
margin-top: 22px;
margin-right: -34px
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content {
    margin-right: -70px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::after {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #f0f7f9;
border-right-color: transparent;
border-width: 6px;
margin-top: 0;
margin-bottom: -1px;
margin-left: 92px
}

@media only screen and (min-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::after {
    margin-left: 152px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::after {
    border-top-color: transparent;
    margin-left: 92px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::before {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 6px;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #b4c9d0;
border-right-color: transparent;
margin-top: 0;
margin-left: 92px
}

@media only screen and (min-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::before {
    margin-left: 152px
}
#order-form-third .steps-wrapper .label-custom label {
    margin-top: 12px;
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .label-custom .info-content::before {
    border-top-color: transparent;
    margin-left: 92px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .input-custom {
width: 120px;
padding-right: 0
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .input-custom {
    padding-left: 0;
    float: none
}
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .read-only {
background-color: #ffffff
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn {
float: left;
width: 22px;
height: 22px;
margin-top: 9px
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn button {
width: 22px;
height: 22px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #e0e0e0;
color: #808080;
padding: 0;
font-size: 22px;
outline: none !important;
border: none
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn:first-child {
margin-right: 5px
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn:first-child button {
background-image: url(../images/icon-minus.svg);
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn:last-child {
margin-left: 6px
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-group-btn:last-child button {
background-image: url(../images/icon-plus.svg);
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .second-step-wrapper .references-wrapper .source-wrapper .input-number {
width: auto;
max-width: 50px;
height: 28px;
margin-top: 6px;
float: left;
text-align: center;
line-height: 15px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper {
text-align: center
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper {
    float: none;
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label {
font-weight: 700;
font-size: 16px;
color: #4c4c4c
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image {
position: relative;
display: inline-block;
margin-bottom: -4px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content {
left: unset;
right: 0;
margin-left: 0;
margin-top: 22px;
margin-right: -59px
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content {
    margin-top: 7px;
    margin-right: -49px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:before {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 6px;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #b4c9d0;
border-right-color: transparent;
margin-left: 67px;
margin-top: 0
}

@media only screen and (min-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:before {
    margin-left: 127px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:before {
    border-top-color: transparent;
    margin-left: 67px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:after {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #f0f7f9;
border-right-color: transparent;
border-width: 6px;
margin-left: 67px;
margin-top: 0;
margin-bottom: -1px
}

@media only screen and (min-width: 768px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:after {
    margin-left: 127px
}
}

@media only screen and (min-width: 1140px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label .info-image .info-content:after {
    border-top-color: transparent;
    margin-left: 67px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .extra-good-label:hover .info-content {
display: block
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row {
color: #b2b2b2
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row .dotted-block {
width: 100%;
height: 1px;
border-bottom: dotted 1px #b2b2b2;
margin-top: 14px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row .dotted-block {
    display: none
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row .additional-price {
float: right;
background-color: #fcfcfc;
padding-left: 10px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row .additional-price {
    float: none;
    text-align: left;
    padding-left: 24px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .goodies-row.active .additional-price {
color: #4c4c4c
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .form-checkbox-field {
float: left
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap {
margin-top: 9px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap .col-sm-7 {
width: 57%;
padding-right: 0
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap .col-sm-7 {
    width: 100%
}
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap .col-sm-7 .form-checkbox-field {
    width: 160px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap .col-sm-5 {
width: 43%;
padding-top: 7px;
padding-left: 0
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .power-point-wrap .col-sm-5 {
    width: 100%;
    padding-left: 15px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper {
display: inline-block;
width: 105px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper {
    display: inline-block;
    width: auto;
    margin-top: 6px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .read-only {
background-color: #ffffff
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn {
float: left;
width: 22px;
height: 22px;
margin-top: 9px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn button {
width: 22px;
height: 22px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #e0e0e0;
color: #808080;
padding: 0;
font-size: 22px;
outline: none !important;
border: none
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn:first-child {
margin-right: 5px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn:first-child button {
background-image: url(../images/icon-minus.svg);
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn:last-child {
margin-left: 6px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-group-btn:last-child button {
background-image: url(../images/icon-plus.svg);
background-repeat: no-repeat;
background-position: center
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper .input-number {
width: auto;
max-width: 50px;
height: 28px;
margin-top: 6px;
float: left;
text-align: center;
line-height: 15px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper.disabled {
opacity: 0.8
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper.has-error input {
padding-right: 10px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .slide-wrapper.has-error::after {
content: none !important
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .abstract-page-wrap {
    margin-top: 11px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .abstract-page-wrap .col-sm-4 {
padding-right: 0;
padding-top: 0
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .abstract-page-wrap .col-sm-4 {
    width: 100%
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .abstract-page-wrap .col-sm-8 {
padding-left: 0;
padding-top: 7px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .abstract-page-wrap .col-sm-8 {
    width: 100%;
    padding-left: 15px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .plagiarism-wrap {
margin-top: 11px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .plagiarism-wrap .col-sm-3 {
width: 24%;
padding-right: 0
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .plagiarism-wrap .col-sm-3 {
    width: 100%
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .plagiarism-wrap .col-sm-9 {
width: 76%;
padding-left: 0;
padding-top: 7px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .plagiarism-wrap .col-sm-9 {
    width: 100%;
    padding-left: 15px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .vip-support-wrap {
margin-top: 11px
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .vip-support-wrap .col-sm-2 {
width: 18%;
padding-right: 0
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .vip-support-wrap .col-sm-2 {
    width: 100%
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .vip-support-wrap .col-sm-10 {
width: 82%;
padding-left: 0;
padding-top: 7px
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .vip-support-wrap .col-sm-10 {
    width: 100%;
    padding-left: 15px
}
}

#order-form-third .steps-wrapper .second-step-wrapper .extra-good-wrapper .has-error .form-checkbox-field {
color: #b2b2b2
}

#order-form-third .steps-wrapper .second-step-wrapper .total-sum {
margin-top: 10px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab {
border: solid 1px #b3b3b3;
border-bottom: none;
text-align: center;
padding: 7px 20px;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
background-color: #f5f5f5;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
width: 309.5px;
cursor: pointer
}

@media only screen and (max-width: 779px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab {
    width: 49%
}
}

@media only screen and (max-width: 554px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab .break {
    display: block
}
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab:first-child {
margin-right: 11px
}

@media only screen and (max-width: 779px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab:first-child {
    margin-right: 2%
}
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-form-tab.active {
background-color: #fcfcfc;
padding-bottom: 8px;
margin-bottom: -1px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper {
border: solid 1px #b3b3b3;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
padding: 27px 0 9px 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap {
border-right: solid 1px #d8d8d8
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap {
    border-bottom: solid 1px #d8d8d8;
    border-right: none;
    padding-bottom: 19px
}
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap.col-sm-12 {
max-width: 436px;
border: none;
margin: 0 auto;
float: none;
padding-bottom: 8px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap.col-sm-12 .col-sm-4 {
max-width: 100px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap.col-sm-12 .col-sm-4 {
    max-width: 100%
}
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap.col-sm-12 .forgot-password {
margin-left: 100px !important
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap.col-sm-12 .forgot-password {
    margin-left: 0 !important
}
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap .phone-wrap {
margin-bottom: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap .form-select-field {
margin-bottom: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap .form-input-field {
margin-bottom: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap .forgot-password {
font-size: 12px;
color: #b2b2b2;
text-decoration: underline;
cursor: pointer
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .user-registration-wrapper .registration-field-wrap .forgot-password:hover {
text-decoration: none
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap {
padding-right: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .flag-input {
position: absolute;
left: 8px;
top: 13px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field input {
padding-right: 20px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field input.flax-exist {
padding-left: 28px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down {
display: none;
list-style: none;
min-width: 200px;
background: #ffffff;
border: solid 1px #b3b3b3;
margin-top: 3px;
padding: 2px 0 2px 0;
max-height: 300px;
overflow: auto;
position: absolute;
z-index: 3333333333;
top: 100%;
left: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down.active {
display: block
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down li {
cursor: pointer;
padding-left: 10px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down li:hover {
background-color: #1e90ff;
color: #ffffff
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down li.selected {
background-color: #1e90ff;
color: #ffffff
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .custom-drop-down li .flag {
margin-right: 8px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .country-code-wrap .form-input-field .flax-exist {
background-position: 93% 15px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .phone-wrap .phone-number-wrap {
padding-left: 9px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper {
max-width: 203px;
float: none;
margin: 0 auto;
padding-top: 19px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .form-group {
margin-bottom: 15px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .form-group:after {
clear: both;
display: table;
content: " "
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .form-group:before {
display: table;
content: " "
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .social-lock-wrapper {
padding-left: 15px;
padding-right: 15px
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .social-lock-wrapper .lock-img {
margin-top: 10px;
margin-right: 8px;
width: 16px;
float: left
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .social-lock-wrapper .safety-wrap {
font-size: 11px;
padding-top: 6px;
color: #16b77b
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .social-button {
width: 100%;
padding: 7px 8px;
font-size: 12px;
background-color: #ffffff;
border: solid 1px #ededed;
border-bottom: solid 2px #ededed;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
line-height: 19px;
-webkit-appearance: button;
cursor: pointer;
text-transform: none
}

#order-form-third .steps-wrapper .third-step-wrapper .user-form-wrapper .social-wrapper .social-button img {
float: left
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper {
max-width: 460px;
float: none;
margin: 0 auto
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-label {
font-size: 16px;
font-weight: 700;
text-align: center;
position: relative;
width: 202px;
display: block;
padding-top: 7px;
margin: 0 auto;
margin-bottom: 15px
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-label .info-image .info-content {
left: unset;
right: 0;
margin-left: 0;
margin-top: 22px;
margin-right: -59px;
z-index: 12112
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-label .info-image .info-content:before {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 6px;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #b4c9d0;
border-right-color: transparent;
margin-left: 67px;
margin-top: 0
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-label .info-image .info-content:after {
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
bottom: 100%;
left: 50%;
top: unset;
right: unset;
border-bottom-color: #f0f7f9;
border-right-color: transparent;
border-width: 6px;
margin-left: 67px;
margin-top: 0;
margin-bottom: -1px
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row {
margin: 0;
font-size: 14px;
font-weight: 400;
overflow: hidden;
position: relative;
margin-top: 9px
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .order-include-row-label {
text-align: left;
float: left;
background-color: #fcfcfc;
z-index: 1;
position: relative;
padding-right: 10px
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .order-include-row-label {
    float: none;
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: center
}
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .order-include-amount {
text-align: right;
float: right;
background-color: #fcfcfc;
z-index: 300;
position: relative;
padding-left: 10px;
font-weight: 700
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .order-include-amount {
    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: center !important
}
}

#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .dotted-line {
width: 100%;
height: 1px;
border-bottom: dotted 1px #b2b2b2;
position: absolute;
left: 0;
bottom: 5px
}

@media only screen and (max-width: 460px) {
#order-form-third .steps-wrapper .third-step-wrapper .order-include-wrapper .order-include-row .dotted-line {
    display: none
}
}

#order-form-third .steps-wrapper .third-step-wrapper .total-sum {
margin-top: 11px
}

@media only screen and (max-width: 768px) {
#order-form-third .steps-wrapper .third-step-wrapper .next-step .visible-xs {
    display: inline-block !important
}
}

#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected {
max-width: 460px;
float: none;
margin: 0 auto
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected {
    max-width: 406px
}
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected .label-custom {
    width: auto;
    display: inline-block
}
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected .payment-select {
    display: inline-block
}
}

#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected .custom-radio img {
margin-top: -1px;
margin-left: 1px
}

#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected .info-image .info-content::before {
margin-left: -14px
}

#order-form-third .steps-wrapper .third-step-wrapper .payment-system-selected .info-image .info-content::after {
margin-left: -14px
}

#order-form-third .steps-wrapper .third-step-wrapper .term-agree-wrap {
font-size: 11px;
color: #a1a1a1;
text-align: center;
max-width: 501px;
float: none;
margin: 19px auto 23px auto
}

#order-form-third .steps-wrapper .third-step-wrapper .term-agree-wrap a {
color: #61a2ea;
text-decoration: underline;
cursor: pointer
}

#order-form-third .steps-wrapper .third-step-wrapper .term-agree-wrap a:hover {
text-decoration: none
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .payment-system-selected {
    text-align: center
}
}

@media only screen and (max-width: 645px) {
#order-form-third .steps-wrapper .payment-system-selected .payment-select {
    display: inline-block
}
}

@media only screen and (min-width: 768px) {
.form-lang-de .num-pages-wrapper .info-content {
    margin-top: -122px !important
}
}

@media only screen and (min-width: 768px) {
.form-lang-de .preferred-writer-wrapper .info-content {
    margin-top: -175px !important
}
}

@media only screen and (min-width: 1140px) {
.form-lang-de .preferred-writer-wrapper .info-content {
    margin-top: -189px !important
}
}

.form-lang-de .preferred-writer-wrapper .custom-radio {
margin-right: 11px !important
}

.form-lang-de .preferred-writer-wrapper .custom-radio:first-child {
margin-left: 0 !important
}

.form-lang-de .preferred-writer-wrapper .custom-radio:nth-child(4) {
margin-right: 0 !important
}

@media only screen and (min-width: 768px) {
.form-lang-de .additional-mat-wrapper .info-content {
    margin-top: -77px !important
}
}

@media only screen and (min-width: 1140px) {
.form-lang-de .style-wrapper .info-content {
    min-width: 359px !important;
    margin-left: -48px !important
}
}

@media only screen and (min-width: 1140px) {
.form-lang-de .academic-level-wrapper .info-content {
    min-width: 386px !important
}
}

.reset-password-modal .field-error-info {
margin-bottom: 0
}

.reset-password-modal .modal-dialog {
margin-left: -300px
}

.reset-password-modal .modal-body .wrap-customer-form .return-to-login {
display: none !important
}

.reset-password-modal .modal-body .wrap-customer-form form {
max-width: 460px;
margin: 24px auto
}

.reset-password-modal .modal-body .wrap-customer-form form .msg-alert.msg-alert-success {
font-weight: 500;
margin-top: -34px
}

.reset-password-modal .modal-body .wrap-customer-form .text-wrap {
width: 60%;
float: left
}

@media only screen and (max-width: 770px) {
.reset-password-modal .modal-body .wrap-customer-form .text-wrap {
    width: 100%;
    float: none
}
}

@media only screen and (max-width: 770px) {
.reset-password-modal .modal-body .wrap-customer-form .submit-wrap {
    width: 100%;
    margin-top: 10px
}
}

.terms-modal .modal-dialog {
top: 10%;
margin-left: -300px
}

@media only screen and (max-width: 768px) {
.terms-modal .modal-dialog {
    width: 98% !important;
    margin-left: 1% !important;
    left: 0 !important
}
}

.terms-modal .modal-dialog .modal-body {
padding-top: 0 !important
}

.terms-modal .modal-dialog .modal-body .nav-tabs {
border-bottom: none
}

@media only screen and (max-width: 645px) {
.terms-modal .modal-dialog .modal-body .nav-tabs li {
    float: none
}
}

.terms-modal .modal-dialog .modal-body .nav-tabs li a {
color: #b3b3b3;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
cursor: pointer;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
margin-right: 0
}

.terms-modal .modal-dialog .modal-body .nav-tabs li a:hover {
border-bottom: none
}

@media only screen and (max-width: 645px) {
.terms-modal .modal-dialog .modal-body .nav-tabs li a {
    border: solid 1px #b3b3b3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: none
}
}

.terms-modal .modal-dialog .modal-body .nav-tabs li:first-child a {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0
}

.terms-modal .modal-dialog .modal-body .nav-tabs li:last-child a {
border-bottom: solid 1px #b3b3b3 !important
}

.terms-modal .modal-dialog .modal-body .nav-tabs li:last-child a:hover {
border-bottom: none !important
}

@media only screen and (max-width: 645px) {
.terms-modal .modal-dialog .modal-body .nav-tabs li:last-child a:hover {
    padding-bottom: 11px;
    padding-bottom: 11px;
    padding-bottom: 11px
}
}

.terms-modal .modal-dialog .modal-body .nav-tabs li.active a {
border: solid 1px #b3b3b3;
border-bottom: none !important;
color: #333333;
cursor: default;
padding-bottom: 11px
}

.terms-modal .modal-dialog .modal-body .tab-content {
border: solid 1px #b3b3b3;
-webkit-border-radius: 0 4px 4px 4px;
-moz-border-radius: 0 4px 4px 4px;
border-radius: 0 4px 4px 4px;
padding: 0 10px 10px 10px;
text-align: left
}

.terms-modal .modal-dialog .modal-body .tab-content h2 {
font-weight: 700;
font-size: 18px;
margin-bottom: 13px
}

.terms-modal .modal-dialog .modal-body .tab-content h3 {
font-weight: 700;
font-size: 16px;
margin-top: 24px
}

.final-step-modal .modal-dialog {
max-width: 460px;
margin-left: -230px;
margin-top: -233px;
top: 50% !important
}

@media only screen and (max-width: 768px) {
.final-step-modal .modal-dialog {
    width: 100%;
    top: 10% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: 100%;
    -webkit-transform: translate(-50%) !important;
    -moz-transform: translate(-50%) !important;
    -ms-transform: translate(-50%) !important;
    -o-transform: translate(-50%) !important;
    transform: translate(-50%) !important
}
}

@media only screen and (max-width: 460px) {
.final-step-modal .modal-dialog {
    width: 98%;
    left: 1%;
    margin-left: 0 !important;
    -webkit-transform: translate(0%) !important;
    -moz-transform: translate(0%) !important;
    -ms-transform: translate(0%) !important;
    -o-transform: translate(0%) !important;
    transform: translate(0%) !important
}
}

.final-step-modal .modal-dialog .modal-header {
text-align: center;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background-color: #16b77b;
padding: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
margin: -2px -2px 0 -2px;
padding: 16px 0 7px 0
}

.final-step-modal .modal-dialog .modal-body {
padding: 15px 17px !important
}

.final-step-modal .modal-dialog .modal-body .final-title {
padding: 0 65px;
margin-bottom: -2px
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper {
text-align: left;
margin-bottom: 8px;
padding: 0 12px
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper .additional-head {
margin-bottom: 3px
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper .additional-title {
font-weight: 600
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper .additional-icon {
display: inline-block
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper.plagiarism-report .additional-icon {
background-image: url("../images/icon-paper.svg");
background-repeat: no-repeat;
width: 8px;
height: 11px;
margin-right: 4px
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper.top-ten .additional-icon {
background-image: url("../images/icon-star.svg");
background-repeat: no-repeat;
width: 12px;
height: 11px;
margin-right: 1px
}

.final-step-modal .modal-dialog .modal-body .additional-wrapper .additional-body {
padding-left: 16px
}

.final-step-modal .modal-dialog .modal-body .total-sum-value-wrapper {
margin-top: 5px
}

.final-step-modal .modal-dialog .modal-body .total-sum-value-wrapper .total-sum-sign {
font-size: 16px;
font-weight: 700
}

.final-step-modal .modal-dialog .modal-body .total-sum-value-wrapper .total-sum-value {
color: #16b77b;
font-weight: 700;
font-size: 19px
}

.final-step-modal .modal-dialog .modal-footer {
border-top: none;
padding: 7px 44px 28px 44px
}

.final-step-modal .modal-dialog .modal-footer .checkout-button .arrow-next {
background-image: url(../images/icon-arrow-next.svg);
background-repeat: no-repeat;
width: 6px;
height: 10px;
display: inline-block
}

.final-step-modal .modal-dialog .modal-footer .cancel-additional {
color: #999999;
text-transform: uppercase;
background-color: #ffffff;
border: none;
height: 38px;
font-weight: 600;
padding: 10px 0;
float: left
}

.final-step-modal .modal-dialog .modal-footer .cancel-additional:hover {
text-decoration: underline
}

.final-step-modal .modal-dialog .modal-footer .cancel-additional:focus {
outline: none !important;
box-shadow: none
}

.modal-file-upload {
margin-left: -300px;
top: 10%
}

@media only screen and (max-width: 768px) {
.modal-file-upload {
    width: 92%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 auto !important
}
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body {
    padding: 15px 5px !important
}
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .container-fluid {
    padding: 0
}
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .row {
    margin-left: 0;
    margin-right: 0
}
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0
}
}

.modal-file-upload .modal-body .wrap-select-file {
background-color: #f0f7f9;
border: dashed 1px #b4c9d0;
padding: 19px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}

.modal-file-upload .modal-body .wrap-select-file.nv-file-over {
background-color: #e6f0f2
}

.modal-file-upload .modal-body .wrap-select-file .drop-title {
font-weight: 700;
font-size: 16px;
margin-top: 12px;
margin-bottom: 7px
}

.modal-file-upload .modal-body .wrap-select-file .drop-sub-title {
font-weight: 300;
font-size: 14px;
margin-bottom: 14px
}

.modal-file-upload .modal-body .wrap-select-file .custom-select-button {
display: block;
max-width: 129px;
margin: 0 auto 17px auto;
padding: 10px 15px;
cursor: pointer;
position: relative
}

.modal-file-upload .modal-body .wrap-select-file .custom-select-button input {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
cursor: pointer
}

.modal-file-upload .modal-body .wrap-select-file .drop-files-format {
font-size: 11px;
color: #a1a1a1
}

.modal-file-upload .modal-body .notify-format {
font-size: 11px;
color: #a1a1a1;
margin-top: 8px;
margin-bottom: 5px;
display: inline-block
}

.modal-file-upload .modal-body .list-files .upload-result-wrap {
padding: 20px;
background: #f5f5f5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-bottom: 10px;
position: relative
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .list-files .upload-result-wrap {
    padding: 20px 10px 7px 10px
}
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-name {
text-align: left;
width: 213px;
float: left;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-name .file-upload-icon {
background-image: url("../images/icon-file.svg");
background-repeat: no-repeat;
width: 18px;
height: 18px;
display: inline-block;
margin-bottom: -3px
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-name {
    width: 100%;
    float: none
}
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-status,
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-progress {
text-align: center;
float: left;
width: 240px;
font-size: 11px
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-status .item-uploaded,
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-progress .item-uploaded {
color: #16b77b
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-status .item-error,
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-progress .item-error {
color: #fe6778
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-status,
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-progress {
    margin-top: 9px;
    width: 100%;
    float: none
}
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-action {
float: right;
width: 18px;
height: 18px;
cursor: pointer;
margin-top: -2px
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-action:hover {
opacity: 0.7
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-body .list-files .upload-result-wrap .file-upload-action {
    float: none;
    position: absolute;
    top: 20px;
    right: 7px
}
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .progress {
height: 8px;
background-color: #e3e3e3;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
display: inline-block;
width: 100%;
margin-bottom: -2px
}

.modal-file-upload .modal-body .list-files .upload-result-wrap .progress .progress-bar {
height: 8px;
background-color: #16b77b;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}

.modal-file-upload .modal-footer {
border-top: none;
padding: 4px 30px 28px 30px
}

@media only screen and (max-width: 645px) {
.modal-file-upload .modal-footer {
    padding: 4px 5px 15px !important
}
}

.modal-file-upload .modal-footer .notify-text {
font-size: 11px;
color: #a1a1a1
}

.modal-file-upload .modal-footer .green-button .button-icon-ok {
width: 18px;
height: 18px;
display: block;
margin-right: 10px;
float: left
}

.payment-processor-modal .modal-content {
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: none
}

.payment-processor-modal .spinner-text {
display: none !important
}

.payment-processor-modal .sk-spinner {
width: 80px;
height: 40px;
background-image: url(/account/img/v2/preloader.svg);
background-repeat: no-repeat;
background-position: center
}

.payment-processor-modal .sk-spinner .sk-rect1, .payment-processor-modal .sk-spinner .sk-rect2,
.payment-processor-modal .sk-spinner .sk-rect3, .payment-processor-modal .sk-spinner .sk-rect4,
.payment-processor-modal .sk-spinner .sk-rect5 {
display: none !important
}

.has-error .label-custom-name {
color: #4c4c4c
}

.has-error .file-upload-label {
border: solid 1px #ff9f9f !important
}

.additional-mat-wrapper.has-error .field-error-info {
padding: 0 !important;
text-align: center
}

@media only screen and (max-width: 768px) {
.additional-mat-wrapper.has-error .field-error-info {
    text-align: left;
    width: 100%
}
}

