/*-----fix site styles START.-----*/
@media (max-width: 575px){
    .pagePage .flexContainer {
        max-width: 100%;
        min-width: 100%;
        padding: 0;
    }
}

.row::before{
    display: none !important;
}
.recovery-passw-modal.fade.show{
    display: block !important;
    opacity: 1 !important;
}
header#header-pages{
    background: #fff;
    min-height: 90px;
}

.dropdown.show {
    display: inline-block !important;
}
.show>.btn-primary.dropdown-toggl, .dropdown-toggle{
    font-size: 14px !important;  
}
.dropdown-content{
    padding: 5px;
    font-size: 14px;
}
.dropdown-toggle::after{
    display: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -ms-flex-align: initial;
    align-items: initial;
}
.navbar-nav{
    flex-direction: row;
}
.extras__description {
    font-size: 12px;
    color: #A0A8B1;
}
@media (min-width: 768px){
    .navbar-nav>li {
        float: left !important;
    }
}
@media (max-width: 767px){
    #newdesign-order .btn-group>.btn {
        padding: 17px 5px !important;
        flex: 1 !important;
    }
    .dropdown.show {
        display: block !important;
    }
    .navbar>.container, .navbar>.container-fluid {
        padding: 0;
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    #navbar{
        width: 100%;
    }
    .navbar-header {
        width: 100% !important;
    }   
    .navbar-nav {
        flex-direction: column;
    }
    .summary__wrapper #tab-3 {
        padding: 0 25px;
    }
    #order-form-inner-v .have-account-user .password_reg-block #password_reg-error {
        top: auto;
        bottom: 23px;
    }
    #order-form-inner-v #email-error {
        bottom: 15px !important;
        margin-left: 15px !important;;
    }
    .logo-img {
        display: block;
        padding: 15px 0;
    }
}
.order__tabs li a{
    padding: 11px 15px;
}
.summary__wrapper .discount__container{
    padding: 0;
}
@media (max-width: 991px){
    .container>.navbar-header{
        float: left;
        width: initial;
    }
    .navbar-collapse.collapse.show {
        display: block!important;
        margin: 0;
    }
    
    .navbar-collapse.collapse.show .dropdown-toggle::after{
        display: none;
    }
}
.navbar>.container, .navbar>.container-fluid{
    padding: 0;
    display: block;
}
@media (max-width: 991px){
    .navbar-header {
        width: 100%;
    }
}
.container>.navbar-header{
    padding: 0 15px;
    margin: 0;
}
@media (max-width: 767px){
    #order-form-inner-v .have-account-user .password_reg-block #password_reg-error {
        top: auto;
        bottom: 23px;
    }
    #order-form-inner-v .wrap-lable #email_reg-error.error {
        bottom: -5px;
    }
    #order-form-inner-v #email-error {
        bottom: 15px;
        margin-left: 15px;
    }
    .logo-img {
        display: block;
        padding: 15px 0;
    }
}
.buttons-in-nav .dropdown-menu{
    background-color: #191919;
    border: none;
    padding: 0;
    margin-top: -1px;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
header nav.navbar {
    padding: 0;
}
.navbar-default .navbar-toggle{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ddd;
}
.recovery-passw-custom .modal-header .close{
    color: #5bbc6d;
}
.btn-group-vertical>.btn, .btn-group>.btn{
    float: none;
}
#menu .navbar-nav{
    display: inline-block;
}
#newdesign-order{
    margin-top: 54px;
}
body .modal-header{
    display: block;
}
.modal.in .modal-dialog {
    margin: 30px auto;
}
.modal .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-header .close{
        margin: 12px 10px 0 0 !important;
    padding: 0;
    font-size: 21px;
}
.modal .field_name_phone .input-group{
    display: inline-table;
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }   
    .modal-dialog {
        max-width: 600px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
    .summary__wrapper-stickly{
        position: sticky !important;
        top: 90px !important;
    }
}
#order-form .bootstrap-datetimepicker-widget ul li{
    background: none !important;
    padding: 0 !important;
}
.modal-backdrop.show {
    opacity: .5 !important;
}
#order-form ul li{
    background: none !important;
    padding: 0;
}
/*-----MODAL FORGOT PASS-----*/
.recovery-passw-modal.in{
    display: flex !important;
    align-items: center;
}
.recovery-passw-modal .close {
    float: right;
    margin-top: 5px !important;
    margin-right: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.recovery-passw-modal .close:hover,
.recovery-passw-modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.recovery-passw-modal .form-group input {
    background: #eef1f1;
    border: none;
    box-shadow: none;
    font-size: 13px;
    color: #101010;
}
.recovery-passw-modal .form-control:focus {
    background: #d8e3e3;
    border-color: #dda600;
    box-shadow: none;
    -webkit-transition: none .1s ease-out;
    -moz-transition: none .1s ease-out;
    -o-transition: none .1s ease-out;
    transition: none .1s ease-out;
}
.recovery-passw-modal .modal-footer .btn + .btn {
    color: white;
    background-color: #5bbc6d;
}
.recovery-passw-modal .modal-dialog .btn {
    font: inherit;
    color: inherit;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 11px 18px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
    background-color: silver;
    text-shadow: none;
}
#recovery-passw-modal .form-block,
#recovery-passw-modal .modal-footer {
    margin: 0 !important;
}
#recovery-passw-modal  input::-webkit-input-placeholder {
    color: #000;
}
#recovery-passw-modal  input::-moz-placeholder {
    color: #000;
}
#recovery-passw-modal  input:-moz-placeholder {
    color: #000;
}
#recovery-passw-modal  input:-ms-input-placeholder {
    color: #000;
}
#recovery-passw-modal .modal-body {
    padding: 15px;
}
#recovery-passw-modal h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#recovery-passw-modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    text-align: left;
}
.recovery-passw-modal .modal-body input:focus {
    background: #d8e3e3;
    box-shadow: none;
}
.recovery-passw-modal .form-alert {
    background: none;
    border: none;
    color: #b94a48;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 11px;
}
.recovery-passw-modal .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal.show .modal-dialog{
    display: flex;
    align-items: center;
}
/*-----fix site styles END-----*/


/*-----custom color----STARP*/
.wrapper__title.wrapper__title--star:before{
    display: none;
}
.wrapper__title.wrapper__title--star{
    padding-left: 0;
}
.writers-category__item.active-category {
    background:  #5bbc6d!important;
    border-color:  #5bbc6d!important;
}
.writers-category__items .writers-category__item {
    border: 1px solid  #5bbc6d!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
    background: #5bbc6d !important;
}
.input-group-datapicker:before {
    background: #5bbc6d !important;
}
#order-form .switch div.active{
    background: #5bbc6d !important;
}
.order-form-pay .pay-wrapper .nav-paycard {
    background: #5bbc6d !important;
}
.res-steps-container .active .res-step-bar .res-step-bar-inner {
    background: #5bbc6d !important;
}
.res-steps-container .res-steps.step-done .res-step-bar-inner{
    background-color: #5bbc6d !important;
}
.btn-group-level .btn-custom.active,
.btn-group-level .btn-custom.questions-calculator,
.btn-group-level .btn-custom.problems-calculator {
    background: #5bbc6d !important;
}
.order__tabs li.active a {
    background: #5bbc6d !important;
}
.drop-files--extended__container .btn-file,
.drop-files--extended__container .btn-file:hover, 
.drop-files--extended__container .btn-file:focus, 
.drop-files--extended__container .btn-file:active{
    background: #5bbc6d !important;
}
.new-quick_extended-form .custom_writer__wrapper .add_writer_box{
    width: 38px;
    background-color: #5bbc6d !important;
}
.new-quick_extended-form .checkbox-item label input[type="checkbox"]:checked + .check-t{
    border-color: #5bbc6d !important;
}
.datepricker-new-addon .datetimepicker-confirm {
    background: #0B784B !important;
}
.button-account input[type="radio"]:checked + div{
    background: #5bbc6d !important;
}
.bonus-wrapper .apply-bonus {
    background: #5bbc6d !important;
}
.of-update-box .order-discount__container .save-price-description,
.discount__container .btn-reset-discount{
    color: #5bbc6d !important;
}
.link-extras__show-more {
    color: #5bbc6d !important;
}  
.btn-group-level .btn-custom.active, 
.btn-group-level .btn-custom.questions-calculator, 
.btn-group-level .btn-custom.problems-calculator,
#order-form .switch div.active{
    background: #5bbc6d !important;
}
.res-steps-container .active .res-step-bar .res-step-bar-inner {
    border-color: #5bbc6d !important;
    background: #5bbc6d !important;
}
.res-steps-container .res-steps.step-done .res-step-bar-inner {
    border-color: #5bbc6d !important;
}
.input-group-datapicker:before,
.order__tabs li.active a{
    background: #5bbc6d !important;
}
.jspDrag {
    background: #5bbc6d !important;
}
.new-quick_extended-form .custom_writer__wrapper .add_writer_box {
    background-color: #5bbc6d !important;
}
.progress__line .progress-bar-success {
    background: #5bbc6d !important;
}
.new-quick_extended-form .checkbox-item label input[type="checkbox"]:checked + .check-t {
    border-color: #5bbc6d !important;
}
.new-quick_extended-form .custom_writer__wrapper .form-input:focus{
    border-color: #5bbc6d !important;
}
.pay-wrapper-new .btn-check:hover {
    border-color: #5bbc6d !important;
}
.thankyou-wrap-inner .client-link {
    color: #5bbc6d !important;
}
.thankyou-wrap-inner .promo-custom {
    color: #5bbc6d !important;
}
.save-price-span {
    color: #5bbc6d;
    font-weight: bold;
}
/*button next color*/
#order-form .checkbox-v.check-active{
    border-color:  #5bbc6d!important;
}
#order-form .checkbox-v.check-active .cr {
    background-color:  #5bbc6d!important;
}
#order-form .proceeding.checkbox-v.check-active .cr {
    background-color:  #5BBC6D!important;
}
.checkbox-item label input[type="checkbox"]:checked + .check-t .cr {
    background-color:  #5bbc6d!important;
}
checkbox-item label input[type="checkbox"]:checked + .check-t{
    border: 1px solid  #5BBC6D!important;
}
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #4D9DE0 !important;    
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover{
    background: #4D9DE0 !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #4D9DE0 !important;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary{
    background: #4D9DE0 !important;
}
.order-form-inner-step3 .logged_in .log-out-but{
    color:  #5BBC6D!important;
    border: 1px solid  #5BBC6D!important;
}
.recovery-passw-custom .modal-footer .btn + .btn,
.recovery-passw-send .link_has_been_send .btn-yellow{
    border: 1px solid  #5BBC6D!important;
    background:  #5BBC6D!important;
}
.recovery-passw-custom .modal-footer .btn + .btn:hover,
.recovery-passw-send .link_has_been_send .btn-yellow:hover{
    border-color:  #5BBC6D!important;
    color: #fff !important;
}
.btn-check.btn-continue.next-btn-step {
    background:  #5BBC6D!important;
    border-radius: 4px !important;
}
.btn-check.btn-continue.next-btn-step:hover, 
.btn-check.btn-continue.next-btn-step:focus, 
.btn-check.btn-continue.next-btn-step:active {
    background:  #5BBC6D!important;
}
/*END button next color*/

/*custom*/
#order-form .datetimepicker_wrap .input-group-addon {
    border: 1px solid #C6CBD2 !important; 
}
.select-items div.same-as-selected{
    background-color: #EAF6F0 !important;
    color: #626262 !important;
    font-weight: 500;
}
.upload-alert-inner {
    font-size: 12px;
}
/*END custom*/

/* responsive */
@media(max-width: 767px){
    .btn-check.btn-continue.next-btn-step:hover, 
    .btn-check.btn-continue.next-btn-step:focus, 
    .btn-check.btn-continue.next-btn-step:active,
    .btn-check.btn-continue.next-btn-step.go-step-mobile:hover, 
    .btn-check.btn-continue.next-btn-step.go-step-mobile:focus, 
    .btn-check.btn-continue.next-btn-step.go-step-mobile:active{
        background:  #5BBC6D!important;
    }
}

/* recovery password modal */
.recovery-passw-custom .modal-dialog .modal-content{
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.recovery-passw-custom .modal-dialog{
    top: calc(40% - 129px);
    max-width: 648px;
}
#recovery-passw-modal.recovery-passw-custom .modal-header,
.recovery-passw-custom .modal-footer{
    border: none;
}
.recovery-passw-custom .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.recovery-passw-custom .modal-header .modal-title{
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #333333;
    margin-bottom: 12px;
    padding-top: 40px;
    text-transform: uppercase;
}
.recovery-passw-custom .modal-header small{
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #4C4C4C;
}
.recovery-passw-custom .modal-header .close{
    position: absolute;
    right: 3px;
    margin: 3px;
    top: 0;
    color: #392E66;
    font-weight: 400;
    font-size: 28px;
    opacity: 1;
}
.recovery-passw-custom .form-group input{
    background: #FFFFFF !important;
    border: 1px solid #C6CBD2 !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
    height: 44px !important;
    margin: 0;
    padding-left: 15px !important;
}
.input-title{
    margin-left: 6px;
    font-size: 12px;
    line-height: 11px;
    color: #3B424A;
}
.recovery-passw-custom #form_send_rec_passw{
    max-width: 460px;
    margin: auto !important;
}
.recovery-passw-custom .modal-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 15px 50px;    
}
.recovery-passw-custom .modal-dialog .btn {
    text-transform: uppercase;
    background: #E7E9EC;
    border-radius: 3px;
    line-height: 18px;
    color: #B3BFCA;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 30px;
}
.recovery-passw-custom .modal-footer .btn + .btn:hover,
.recovery-passw-send .link_has_been_send .btn-yellow:hover{
    background-color: #FFF !important;
    border-color: #5bbc6d !important;
    color: #5bbc6d !important;
}
.recovery-passw-custom .modal-body input:focus {
    background: transparent;
    box-shadow: none;
    border-color: #392E66;
}
#recovery-passw-modal.recovery-passw-custom .form-alert {
    background: transparent;
    border: none;
    color: #DF3131;
    border-radius: 3px;
    padding: 7px 0px;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: none;
    font-size: 10px;
}
.recovery-passw-custom .modal-footer > :not(:last-child) {
    margin-right: 20px;
}
.recovery-passw-custom .link-error{
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
}
.recovery-passw-send .close{
    display: none;
}
.recovery-passw-send .link_has_been_send{
    color: #4C4C4C;
    background-color: transparent;
    border: none;
}
.recovery-passw-send .link_has_been_send img{
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    top: -29px;
    margin-left: 10px;   
}
.recovery-passw-send .link_has_been_send .btn-yellow{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 10px;   
}
#recovery-passw-modal .modal-header .close{
    font-size: 38px;
    margin-right: 15px;
}
#recovery-passw-modal .modal-header .close *{
    color: #cccccc;
}

.recovery-passw-custom .modal-footer .btn + .btn,
.recovery-passw-send .link_has_been_send .btn-yellow{
    text-transform: uppercase;
    line-height: 18px;
    border: 1px solid #5bbc6d !important;
    background: #5bbc6d !important;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 30px;
}

#recovery-passw-modal .modal-header .close span{
    display: none;
}
@media (max-width: 767px){
    .recovery-passw-custom .modal-dialog {
        top: calc(40% - 95px);
        max-width: 80%;
        margin: 0 auto;
    }
    .recovery-passw-custom .modal-dialog .modal-content{
        min-height: 100%;
    }
    .page-content>.container{
            padding: 0;
    }
}
main .bootstrap-datetimepicker-widget td, main .bootstrap-datetimepicker-widget th {
    color: #333333;
}
.btn-deadline-picker .btn{
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4C4C4C;
    background: #FFFFFF;
    border: 1px solid #E6E6EF;
    box-sizing: border-box;
    border-radius: 5px;
}
.btn-deadline-picker .btn.deadline-btn-active{
    background: #F1F1F1;
}
#order-form textarea{
    background: transparent;
}
#order-form .progress {
    height: 3px;
}
#_order_form .error{
    display: inline-block;
    text-align: left;
    color: red;
    font-size: 12px;
    background: transparent;
    padding: 0;
    font-weight: normal;
}
#_order_form #input_words-error.error {
    margin: 0;
}

#_order_form #input_quantity-error.error{
    font-size: 12px;
    padding-left: 15px;
}
*, *:focus{
    outline: none !important;
}
input:focus, select:focus, button:focus, textarea:focus{
    box-shadow: none !important;
}
[data-tooltip]:after{
    display: none !important;
}
.main-content-padder{
    padding: 0 !important;
    margin: 104px 0 0 0;
}
@media (max-width: 767px){
    .order-wrapper-container {
        padding-top: 0;
    }   
    .centerbox{
        padding: 0 !important;
    }
    #_order_form #job_title_or_industry-error{
        margin-top: 3px;
        display: block;
    }
    .main-content-padder{
        margin-top: 84px;
    }
    .crypto-select{
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}
#order-form .paper-format__table .btn-group-level .btn-custom{
    float: none;
}
@media(min-width: 768px){
    #order-form-inner-v .wrap-lable #email_reg-error.error {
        bottom: -13px;
    }
}

/* datetimepicker */
.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #4D9DE0 !important;
}
.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover{
    background: #4D9DE0 !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background: #4D9DE0 !important;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary{
    border-color: #4D9DE0 !important;
    background: #4D9DE0 !important;
}
.datepricker-new-addon .datetimepicker-confirm {
    background: #4D9DE0 !important;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i {
    background: #4D9DE0 !important;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span:hover, 
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i:hover {
    background: #08549A !important;
}
.bootstrap-datetimepicker-widget table td.today{
    color: #333;
}
.bootstrap-datetimepicker-widget .picker-switch{
    border-bottom: none !important;
}
/* END datetimepicker */

/*PRextraâ€“Turnitin*/
.pr-extraâ€“title,
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v.check-active .pr-extraâ€“title,
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v:hover .pr-extraâ€“title{
    background: #5bbc6d !important;
}

#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v:hover,
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v.check-active{
    border-color: #5bbc6d !important;
}

#order-form .plagiarism-extras-holder .checkbox-v.check-active {
    background: #F5F9FC;
}

.plagiarism-extras-holder .extras__price {
    color: #7A8794;
}
/*END PRextraâ€“Turnitin*/
@media (min-width: 1180px) and (max-width: 1200px){
    .order-custom__ws #order-form {
        width: 574px;
    }
    .order-custom__ws .summary__wrapper--sidebar, .summary__wrapper {
        width: 335px;
    }
    .order-custom__ws .summary__wrapper--sidebar.summary__wrapper--sidebar__ws{
        margin-left: 20px;
    }
    .order-custom__ws .order-setep__wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media(min-width: 768px) {
    .switch-col,
    .space-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/*END STEM*/

.alert-gmail svg circle{
    fill: #5bbc6d;
}

@media(min-width: 768px){
    .slider-err-text{
        display: block;
    }
}

#order-form-inner-v .order-auth-cell-new .wrap-lable .error{
    bottom: -13px;
}

#_order_form #input_words-error.error{
    float: none;
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

.button-title:after{
    display: none;
}
.pay-wrapper-new .btn-check{
    position: relative;
}
.pay-wrapper-new .btn-check:focus{
    box-shadow: 0px 2px 6px #e5ebe7;
}
.pay-wrapper-new .btn-check:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e7e9ec;
    right: 71px;
}
.deadline-button{
    padding: 0 4px;
}