.alert__success {
    text-align: center;
    color: green;
}

.alert__danger {
    text-align: center;
    color: red;
}

.btn-red {
    background-color: #990000;
}

p.alert__success {
    margin-bottom: 10px;
}

#container__thirdStep {
    /*margin-bottom: 10px;*/
}

.search__row-1.check-green {
    background-color: #53fb536e;
}

.search__row-1.check-combine {
    background-color: #84fbff5c;
}

.search__row-1.check-yellow {
    background-color: #ebed4682;
}

.check-green td.order-comment {
    background-color: #53fb536e;
}

.check-yellow td.order-comment {
    background-color: #ebed4682;
}

.check-combine td.order-comment {
    background-color: #84fbff5c;
}

.alert {
    width: 200px;
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-flow: column-reverse wrap;
}

.alert.alert--left .message {
    background-color: #fff8a5 !important
}

.alert.alert--left .message.message-large-weight {
    background-color: #f7beff !important
}

.alert.alert--left {
    right: auto;
    left: 20px;
}

.alert p {
    text-align: center;
    font-size: 12px;
    padding: 10px 10px 10px 10px;
}

.message {
    margin-bottom: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
    background-color: #fff;
}

.alert a {
    width: 89px;
    margin-bottom: 10px;
}

.alert a {
    color: #00ace5;
    font-weight: bold;
    margin-right: 10px;
}

.alert a:last-child {
    color: #d62323;;
}

td.order-comment {
    background-color: #fff;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.filter-container.filter-container-end .set-search a,
.filter-container.filter-container-end .set-date a {
    min-width: 126px;
}

.filter-container.filter-container-end .set-date {
    margin-bottom: 10px;
}

.filter-container.filter-container-end {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
}

.filter-container input {
    font-size: 13px;
    padding: 10px 0 10px 10px;
    border: 1px solid #cecece;
    background: #fff;
    border-radius: 5px;
    /*margin-right: 10px;*/
}

.filter-container a {
    height: 34px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
}

.table-headers {
    background-color: rgba(153, 204, 255, 0.85);
}

td.order-comment b {
    color: #000;
}

span.bl-tick {
    color: green;
}

tr.search__row-1 {
    height: 40px;
}

p .btn-default {
    height: 47px;
    padding: 10px 10px 10px 10px;
    width: 170px;
    margin-right: 37px;
    margin-left: 37px;
}

#container__thirdStep + p :last-child, #js__editOrderForm + p :last-child {
    margin-left: 0;
    width: 275px;
}

.label_thirdStep {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media screen and (max-width: 500px) {
    .label_thirdStep {
        /*margin-bottom: 15px;*/
    }
}

.label_thirdStep .form-data {
    font-size: 25px;
    width: 170px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.label_thirdStep .form-data::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
    line-height: 44px;
}

.label_thirdStep .form-data::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
    line-height: 44px;
}

.label_thirdStep .form-data:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
    line-height: 44px;
}

.label_thirdStep .form-data:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    line-height: 44px;
}

.params-table-control a {
    width: 45px !important;
    margin: 0 !important;
    min-width: 0 !important;
    margin-top: 5px !important;
}

.params-table-control a + a {
    margin-left: 10px !important;
}

.params-table-control {
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-flow: row wrap;
}

.params-table-control.hidden {
    display: none;
}

.params-table-wrap {
    display: none;
    width: 100%;
}

.params-table input {
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 0 5px;
    height: 45px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.params-table td {
    border: 1px solid #d3d3d3;
    text-align: center;
    vertical-align: middle;
}

.params-table th {
    border: 1px solid #d3d3d3;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.params-table {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
    width: 100%;
    border-collapse: collapse;
}

.personalEdit {
    /*padding-top: 10px;*/
}

.alert__danger {
    margin-bottom: 15px;
    margin-top: 5px;
}

.danger_btn {
    display: flex;
    justify-content: center;
}

.danger_btn a {
    height: 57px;
    font-size: 22px;
    padding-top: 14px;
    width: 282px;
    background-color: #d62323;
}

#container__secondStep .alert__success {
    color: black;
}

.alert__success .red-alert {
    color: #d62323;
}

#container__thirdStep {
    max-width: 550px;
}

#js__firstStepForm label {
    display: flex;
    justify-content: center;
}

#js__enterOrderWeight {
    margin-left: 20px;
}

#container__secondStep .alert__error {
    margin-bottom: 10px;
}

.btn-default {
    font-size: 18px;
}

#js__firstStepForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 40px;
}

#js__firstStepForm input::-moz-placeholder { /* Firefox 19+ */
    font-size: 18px;
    line-height: 46px;
}

#js__firstStepForm input:-ms-input-placeholder { /* IE 10+ */
    font-size: 18px;
    line-height: 46px;
}

#js__firstStepForm input:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    line-height: 46px;
}

#js__firstStepForm {
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.label_thirdStep label.half {
    width: 49% !important;
}

#js__firstStepForm input {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#js__firstStepForm label {
    width: calc(100% - 210px);
}

#js__sendFirstStep {
    height: 50px;
    margin-top: 0;
    line-height: 50px;
    padding: 0;
    width: 200px !important;
}

@media screen and (max-width: 500px) {
    #js__sendFirstStep, #js__firstStepForm label {
        width: 100% !important;
    }

    #js__sendFirstStep {
        margin-top: 15px;
    }
}

form.form__sm a {
    padding: 10px;
    height: 48px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .login {
        width: 80%;
    }

    .login__form {
        max-width: 100%;
    }

    form.form__sm a {
        width: 100%;
        padding: 10px 10px 10px 10px;
        height: 48px;
    }

    form.form__sm {
        max-width: 100%;
    }

    .form__sm p {
        margin-top: 10px;
    }

    form.form__sm label input {
        height: 48px;
    }

    p.alert__success {
        margin-bottom: 10px;
    }

    #container__thirdStep {
        margin-bottom: 15px;
        /*padding-bottom: 10px;*/
    }

    p .btn-default {
        height: 47px;
        padding: 10px 10px 10px 10px;
        width: 170px;
        margin-right: 37px;
        margin-left: 37px;
    }
}

.check-green_yellow td:not(:nth-of-type(-n+3)) {
    background-color: #ebed4682;
}

#js__ordersTable .check-green_yellow td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-to_combine_green_yellow td:not(:nth-of-type(-n+3)) {
    background-color: #ebed4682;
}

#js__ordersTable .check-to_combine_green_yellow td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-to_combine_yellow {
    background-color: #ebed4682;
}

.check-to_combine_green td:not(:nth-of-type(-n+3)) {
    background-color: #ebed4682;
}

#js__ordersTable .check-to_combine_green td:nth-child(-n+3) {
    background-color: #53fb536e;
}

#js__ordersTable .check-green_white td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-green_white {
    background-color: #fff;
}

#js__ordersTable .check-to_combine_white td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-to_combine_green_white {
    background-color: #fff;
}

#js__ordersTable .check-to_combine_green_white td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-to_combine_green_orange td:not(:nth-of-type(-n+3)) {
    background-color: #ff81007a;
}

#js__ordersTable .check-to_combine_green_orange td:nth-child(-n+3) {
    background-color: #53fb536e;
}

.check-to_combine {
    background-color: #fda3ff87;
}

.check-to_combine-orange {
    background-color: #ff81007a;
}

/*!*Comments*!*/
/*.order-comment-check-yellow td {*/
/*background-color: #ebed4682;*/
/*}*/

/*.order-comment-check-yellow_2 td {*/
/*background-color: #ebed4682;*/
/*}*/

/*.order-comment-check-green_yellow td {*/
/*background-color: #ebed4682;*/
/*}*/

/*.order-comment-check-to_combine_green_yellow td {*/
/*background-color: #53fb536e;*/
/*}*/

.order-comment-check-green td {
    background-color: #b7fdb7;
}

/*.order-comment-check-to_combine td {*/
/*background-color: #fda3ff87;*/
/*}*/

/*.order-comment-check-to_combine_yellow td {*/
/*background-color: #ebed4682;*/
/*}*/

/*.order-comment-check-to_combine_green td {*/
/*background-color: #53fb536e;*/
/*}*/

/*.order-comment-check-to_combine-orange td {*/
/*background-color: #ff81007a;*/
/*}*/

/*.order-comment-check-to_combine_green_orange td {*/
/*background-color: #ff81007a;*/
/*}*/

tr.search__row-1.check-union + .order-comment-check-to_combine-orange td,
tr.search__row-1.check-union, tr.search__row-1.check-volume.check-union + .order-comment-check-volume_orange td {
    background-color: #ff81007a;
}

.check-volume + .order-comment-check-volume_orange td,
tr.search__row-1.check-volume, tr.search__row-1.check-volume.check-union_commit + .order-comment- td {
    background-color: #F5BDFE;
}

.search__row-1.check-gray + .order-comment-check-gray td {
    background-color: #fff8a5;
}

p .btn-finish {
    width: 50%;
    padding: 10px;
    height: 48px;
}

#container__thirdStep + p {
    margin-top: 50px;
}

[type=checkbox].custom__checkbox:checked + label.label_Status2:before, [type=checkbox].custom__checkbox:not(:checked) + label.label_Status2:before {
    top: 6px;
    right: 0;
}

[type=checkbox].custom__checkbox:checked + label.label_Status2:after, [type=checkbox].custom__checkbox:not(:checked) + label.label_Status2:after {
    top: 13px;
    right: 22%;
}

p.mt0 {
    margin-top: 0 !important;
}

.place-ok.btn-default {
    height: 40px;
    line-height: 40px;
    width: 100%;
    min-width: 0;
    display: none;
    margin-bottom: 25px;
}


form.form__sm label.form-data-flex.count-place.hidden {
    display: none;
}

form.form__sm label.form-data-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row wrap;
    /*width: 100%;*/
}


@media screen and (max-width: 600px) {
    form.form__sm label.form-data-flex {
        width: 100%;
    }

    #js__enterOrderWeight {
        margin-left: 0;
        order: 2;
        width: 49%;
    }

    #js__enterActualWeight {
        width: 49%;
        order: 1;
    }

    .js__orderWeightControls .errorTxt {
        order: 3;
        text-align: left;
    }

    .js__orderWeightControls.half #js__enterActualWeight {
        width: 100%;
    }

    #container__thirdStep + p :last-child, #js__editOrderForm + p :last-child {
        margin-left: 0;
        width: 100%;
    }

    p .btn-default {
        height: 47px;
        padding: 10px 10px 10px 10px;
        width: 46%;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .filter-container {
        display: block;
    }

    .set-search, .set-date {
        margin-bottom: 10px;
    }

    .set-search a {
        width: 124px;
    }

    p .btn-finish {
        width: 80%;
        padding: 10px;
        height: 48px;
    }

    .label_thirdStep {
        display: flex;
        flex-flow: row wrap;
    }

    .label_thirdStep .form-data {
        width: 100%;
    }

    /*[type=checkbox].custom__checkbox:checked + label:before, [type=checkbox].custom__checkbox:not(:checked) + label:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*right: 0%;*/
    /*top: 16px;*/
    /*width: 100px;*/
    /*height: 47px;*/
    /*border: 2px solid #cddaec;*/
    /*background: 0 0;*/
    /*transition: border-color .3s*/
    /*}*/
    /*[type=checkbox].custom__checkbox:checked + label:after, [type=checkbox].custom__checkbox:not(:checked) + label:after {*/
    /*content: '';*/
    /*width: 34px;*/
    /*height: 34px;*/
    /*background: #d62323;*/
    /*position: absolute;*/
    /*top: 22px;*/
    /*right: 3%;*/
    /*font-size: 18px;*/
    /*line-height: .8;*/
    /*transition: all .2s*/
    /*}*/
    /*[type=checkbox].custom__checkbox:checked + label.label_Status2:after, [type=checkbox].custom__checkbox:not(:checked) + label.label_Status2:after {*/
    /*right: 3%;*/
    /*}*/
    #container__thirdStep + p {
        margin-top: 0px;
    }

    p.mt0 {
        position: relative;
        bottom: 58px;
    }

    .label_Status2 {
        z-index: 9999;
    }

}


.title-or {
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}

.title-or:before,
.title-or:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #00ace5;
    position: relative;
}

.title-or:before {
    margin-left: -100%;
    left: -14px;
}

.title-or:after {
    margin-right: -100%;
    right: -14px;
}

.table__product--remove {
    padding: 0;
}

.table__product table thead th.th-tel {
    padding-left: 15px;
    padding-right: 15px;
}

#container__secondStep {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.container__secondStep--action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

.container__secondStep--action .is--next {
    width: calc(100% - 190px);
    height: 50px;
    line-height: 50px;
    padding: 0;
}

.container__secondStep--action .is--prev {
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
}

#js__input-tracking {
    position: absolute;
    right: 80px;
    /*margin-top: -12px;*/
    display: block;
    background: #f5f5f5;
    width: 225px;
}

.searchResult .container {
    position: relative;
}

#js__input-tracking div {
    width: 100%;
    position: relative;
    padding: 25px 10px 15px;
}

#js__input-tracking span.close {
    position: absolute;
    opacity: 0.6;
    font-size: 25px;
    line-height: 0.5;
    cursor: pointer;
    top: 3px;
    right: 5px;
    padding: 3px;
    padding-bottom: 0;
}

#js__input-tracking span.close:hover {
    opacity: 1;
}

#js__input-tracking a {
    display: inline-block;
    /*padding: 6px 5px 5px;*/
    color: #ffffff;
    width: 40px;
    min-width: 0;
    line-height: 32px;
    /*background: blue;*/
}

#js__input-tracking input[name=tracking] {
    display: inline-block;
    height: 30px;
    border: 1px solid #ada6a6;
    margin-right: 5px;
}

@media screen and (max-width: 500px) {
    .container__secondStep--action {
        flex-direction: column-reverse;
    }
    .container__secondStep--action.js_default_weight_block {
        flex-direction: row;
    }

    .container__secondStep--action .is--next {
        width: 100%;

    }

    .container__secondStep--action .is--prev {
        width: 100%;
        margin-top: 10px;

    }
}

.td_none {
    display: none;
}

.td_span {
    font-weight: 500;
    font-size: 17px !important;
}

.no-touch .table__product table tbody tr:hover {
    background-color: rgb(230, 169, 255);
}


.analytics_blocks {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}

.analytics_blocks.nowrap {
    /*flex-flow: row nowrap;*/
}

.is-done {
    color: #01aa20;
    font-weight: bold;
}

.analytics_blocks-item-1-wrp {
    background: rgb(255, 202, 65);
    background: linear-gradient(45deg, rgba(255, 202, 65, 1) 0%, rgba(255, 188, 15, 1) 100%);
    min-height: 170px;
    height: 100%;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    /*padding-bottom: 80px;*/
}

.analytics_blocks-item-1-wrp h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    /*margin-bottom: 5px;*/
    /*padding-top: 10px;*/
    /*position: absolute;*/
    text-transform: uppercase;
    /*top: 10px;*/
    width: 100%;
    text-align: center;
}

.analytics_blocks-item-1-wrp p {
    font-size: 18px;
    text-align: center;
    /*color: #ffffff;*/
}

.analytics_blocks-item-1-wrp span {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 55px;
    color: #000;
    font-weight: bold;
}

.analytics_blocks-item-2-wrp {
    background: rgb(133, 43, 255);
    background: linear-gradient(45deg, rgba(133, 43, 255, 1) 0%, rgba(88, 1, 136, 1) 100%);
    height: 100%;
}

.аanalytics_blocks-item-3-wrp {
    background: rgb(148, 224, 16);
    background: linear-gradient(45deg, rgba(148, 224, 16, 1) 0%, rgba(1, 136, 36, 1) 100%);
}

.analytics_blocks-item-4-wrp {
    background: rgb(43, 106, 255);
    background: linear-gradient(45deg, rgba(43, 106, 255, 1) 0%, rgba(1, 64, 136, 1) 100%);
}

.analytics_blocks-item-sm {
    width: calc((100% - 22%) / 4 - 10px);
}

.analytics_blocks.nowrap .analytics_blocks-item-sm {
    /*width: auto;*/
    /*flex: 0 0 24%;*/
    /*flex: auto;*/
    width: 48%;
    margin: 10px 0;
}

.analytics_blocks-item-sm > div {
    border-radius: 15px;
    min-height: 170px;
}

.analytics_blocks-item-lg {
    position: relative;
    width: 22%;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-flow: row wrap;
}

.analytics_blocks-item-5 p {
    color: #ffffff;
    text-align: center;
    display: block;
    /*margin-top: 5px;*/
    font-weight: bold;
}

.analytics_blocks-item-5 span {
    font-size: 28px;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: sub;
}

.analytics_blocks-item-5 h3 {
    font-size: 16px;
    text-align: center;
    color: #ed1c23;
    font-weight: bold;
    margin-bottom: 5px;
}


.analytics_blocks-item-5-bg {
    width: 100%;
    background-image: url(../img/be.png);
    opacity: 0.5;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 217px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.analytics_blocks-item-lg img {
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;

}


.js__messageApprove {
    background-color: #00ace5;

}

.js__messageCancel {
    background-color: #d62323;
}

.js__messageApprove:hover, .js__messageCancel:hover {
    opacity: .7;
}

.js__messageApprove, .js__messageCancel {
    width: 60px !important;
    margin: 0 5px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    transition: opacity .3s;
}

.analytics_blocks-info {
    text-align: center;
}


/*TOOLTIP*/


/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */
.data-tooltip, [data-tooltip]:before,
.data-tooltip, [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
.data-tooltip, [data-tooltip]:before {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    margin-bottom: 5px;
    padding: 20px 10px;
    /*width: 100%;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    border-radius: 15px;
    /*border-bottom-left-radius: 15px;*/

    background-color: #000;
    /*background-color: hsla(0, 0%, 20%, 0.9);*/
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */
.data-tooltip:after, [data-tooltip]:after {
    position: absolute;
    bottom: 110%;
    left: 50%;
    margin-left: -9px;
    width: 0;
    border-top: 9px solid #000;
    /*border-top: 5px solid hsla(0, 0%, 20%, 0.9);*/
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    /*content: " ";*/
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.analytics_blocks-info {
    position: relative;
    z-index: 5;
}

.analytics_blocks-info:hover .data-tooltip {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.profile__loader {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
}

.profile__loader--spin {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .75) rgba(255, 255, 255, .75) rgba(255, 255, 255, .25) rgba(255, 255, 255, .25);
    border-radius: 100%;
    -webkit-animation: clockwise 1.2s linear infinite;
    animation: clockwise 1.2s linear infinite;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}

.profile__loader--spin-with-numbers {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    position: absolute;
}

.profile__loader--spin-with-numbers-move {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .75) rgba(255, 255, 255, .75) rgba(255, 255, 255, .25) rgba(255, 255, 255, .25);
    border-radius: 100%;
    -webkit-animation: clockwise 1.2s linear infinite;
    animation: clockwise 1.2s linear infinite;
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}

.profile__loader--spin-with-numbers-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
}

.js-rotate {
    font-size: 0 !important;
    position: relative;
    pointer-events: none;

}

.js-rotate:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #fff #fff #fff transparent;
    border-radius: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-animation: btn-spin 1s infinite;
    animation: btn-spin 1s infinite;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


@-webkit-keyframes btn-spin {
    from {
        -webkit-transform: rotate(0) translate(-50%, -50%);
        transform: rotate(0) translate(-50%, -50%)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
        transform: rotate(360deg) translate(-50%, -50%)
    }
}

@keyframes btn-spin {
    from {
        -webkit-transform: rotate(0) translate(-50%, -50%);
        transform: rotate(0) translate(-50%, -50%)
    }

    to {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
        transform: rotate(360deg) translate(-50%, -50%)
    }
}

.panda_btn {
    margin-top: 5px;
}


/* NOTIFY */

.notify-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #797979;
}

.notify-close:hover {
    color: #000;
}

.notify {
    padding: 20px 35px 20px 20px;
    margin-top: 15px;
    background-color: #fcf8e3;
    border-radius: 4px;
    color: #000;
    gap: 12px;
}

.notify-icon {
    flex: 32px 0 0;
    width: 32px;
    height: 32px;
}

.notify {
    font-weight: 600;
    /*padding: 20px;*/
    width: 100%;
    user-select: none;
    position: relative;
}

.notify_static {
    margin-top: 0;
    width: auto !important;
}

@media (max-width: 991px) {
    .notify_static {
        margin-bottom: 20px;
        margin-top: -10px;
    }
}

.notify-heading {
    color: inherit;
}

.notify-warning {
    background-color: #fff9ea;
}

.notify-warning .notify-icon {
    color: #ffc12e;
}

.notify-success {
    background-color: #ebfbf5;
}

.notify-success .notify-icon {
    color: #35d39d;
}

.notify-error {
    background-color: #fdedef;
}

.notify-error .notify-icon {
    color: #ef4d61;
}

.notify-info {
    background-color: #e5fafd;
}

.notify-info .notify-icon {
    color: #00d0ea;
}

.notify-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.notify > p, .notify > ul {
    margin-bottom: 0;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 0;
    margin-bottom: 22px;
    margin-right: 0;
    min-width: 290px;
    display: inline-block; /* Или flex */
    z-index: 10000;
}



@media (max-width: 767px) {
    #notifications {
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    #notifications {
        left: 12px;
        right: 12px;
        max-width: 100%;
        width: auto;
    }
}

.container__secondStep--action.js_default_weight_block {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.container__secondStep--action.js_default_weight_block a {
    flex: 1 1 49%;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    height: 50px;
    background-color: rgb(138, 142, 161);
}