

/* Start:/local/templates/web_it/components/bitrix/sale.personal.section/main/style.min.css?17398168631602*/
.sale-personal-section-index-block{opacity:.8;padding:0;margin:15px 0;text-align:center;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#fff;background-size:cover;border-radius:3px;height:87%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-around}@media(max-width:992px){.sale-personal-section-index-block{height:auto;margin:8px 0}}.sale-personal-section-index-block.bx-theme-green{background:url(/local/templates/web_it/components/bitrix/sale.personal.section/main/images/wt_green.png) center top}.sale-personal-section-index-block.bx-theme-blue{background:url(/local/templates/web_it/components/bitrix/sale.personal.section/main/images/wt_blue.png) center top}.sale-personal-section-index-block.bx-theme-red{background:url(/local/templates/web_it/components/bitrix/sale.personal.section/main/images/wt_red.png) center top}.sale-personal-section-index-block.bx-theme-yellow{background:url(/local/templates/web_it/components/bitrix/sale.personal.section/main/images/wt_yellow.png) center top}.sale-personal-section-index-block.bx-theme-black{background:url(/local/templates/web_it/components/bitrix/sale.personal.section/main/images/wt_black.png) center top}.sale-personal-section-index-block:hover{opacity:1}.sale-personal-section-index-block-link,.sale-personal-section-index-block-link:hover,.sale-personal-section-index-block-link:active,.sale-personal-section-index-block-link:focus,.sale-personal-section-index-block-link:visited{text-decoration:none;display:block;padding:25px 15px;color:#fff}.sale-personal-section-index-block-link{color:#fff}.sale-personal-section-index-block-ico{font-size:64px}.sale-personal-section-index-block-name{font-size:16px}.sale-personal-section-account-sub-header{margin-top:40px}.sale-personal-section-row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap}
/* End */


/* Start:/local/components/emi/emi-registration/templates/sms/style.css?17407286556621*/
form[name="registration-form"],
form[name="sms-form"] {
    max-width: 720px;
    margin: auto;
    border: 1px solid #dee2e6;
    padding: 2rem;
}

form[name="registration-form"] .input-group,
form[name="sms-form"] .input-group {
    width: 100%;
}

#fields-form label {
    font-weight: 400;
    font-size: 14px;
}

.link_brand {
    color: #ffabba;
    text-decoration: underline;
}

a.link_brand:hover {
    color: #fbc6cf !important;
    text-decoration: underline !important;
}

.radio-block {
    padding: 1em;
}

.form-check {
    margin-bottom: 8px;
}

.form-check:last-child {
    margin-bottom: 0;
}

.card-block {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.card-block input[type=radio] {
    margin-top: 0;
    margin-right: 5px;
}

.card-block__description {
    margin-bottom: 0;
    cursor: pointer;
    padding: 1rem;
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease-in;
    border: 1px solid #dee2e6;
    font-family: "Intro", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 45px 20px;
    background: #F7F7F7;
}

/*
.card-block__description {
    margin-bottom: 0;
    cursor: pointer;
    padding: 1rem;
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.2s ease-in;
    border: 1px solid #dee2e6;
}
*/
.card-block__description input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.card-block__description:hover {
    border: 1px solid #ffabba;
}

.card-block__decor-btn {
    position: absolute;
    top: 20px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

/*
.card-block__decor-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}
*/
.card-block__description:hover input~.card-block__decor-btn {
    background-color: #ccc;
}

.card-block__description input:checked~.card-block__decor-btn {
    background-color: #ffabba;
}

.card-block__decor-btn:after {
    content: "";
    position: absolute;
    display: none;
}

.card-block__description input:checked~.card-block__decor-btn:after {
    display: block;
}

.card-block__description .card-block__decor-btn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.d-none {
    display: none;
}

div.input-group .m-input {
    margin-bottom: 0.5em;
}

form[name="registration-form"] .mb-3 {
    margin-bottom: 1em;
}

form[name="registration-form"] .mt-2 {
    margin-top: 0.5em;
}

.input-group .mb-3 {
    margin-bottom: 1em;
}

.input-group .mt-2 {
    margin-top: 0.5em;
}

div.eye-hide-block,
div.eye-block {
    /* width: 25px;
    height: 25px;*/
    display: flex;
    position: absolute;
    right: -30px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    box-shadow: none;
}

.btn.reveal {
    background: none
}

.btn.reveal:active {
    box-shadow: none
}

input[type="text"].code-valid {
    background-color: rgb(27 185 76 / 20%);

}

div input[type="text"].code-invalid {
    background-color: rgb(253 84 84 / 20%);
}

div input[type="text"].code-invalid:-internal-autofill-selected {
    background-color: rgb(253 84 84 / 20%);
}

#FIELD_PASSWORD+.glyphicon {
    cursor: pointer;
    pointer-events: all;
}

.login-link-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
}

.licenses-close {
    display: none;
}

/* .sms-form{
    display: none;
} */




/*Dialog Styles*/
dialog {
    padding: 1rem 2rem;
    background: white;
    max-width: 400px;
    padding-top: 2rem;
    border-radius: 20px;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease both;
    margin: auto;
}

@media (max-width: 500px) {
    dialog {
        max-width: 90vw;
    }
}

dialog::backdrop {
    animation: fadeIn 1s ease both;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    backdrop-filter: blur(20px);
}

dialog .x {
    filter: grayscale(1);
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
}

dialog h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
}

dialog p {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}

dialog p a:visited {
    color: #000;
}

/*General Styles*/
.modal-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.close-modal:hover{
    color: #000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.otp {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    width: 90%;
    height: 40vh;
    background-color: white;
    padding: 24px 0px;
    margin: 0 auto;
}

#inputs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

.otp-title {
    font-size: 18px;
    font-weight: bold;
}

.otp-subtitle {
    text-align: center;
}

.modal-block .otp input {
    width: 30px;
    height: 35px;
    text-align: center;
    border: none;
    border-bottom: 1.5px solid rgb(242, 221, 222);
    padding: 0;
}

.modal-block .otp .failed-code {
    border-bottom: 1.5px solid rgb(214, 44, 53);
}

.modal-block .otp input:focus {
    border-bottom: 1.5px solid rgb(0, 0, 0);
    outline: none;
}

.send-code {
    margin-top: 24px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.password-require-text{
    display: block;
    font-size: 12px;
    color: rgb(165, 34, 34);
}
/* End */


/* Start:/local/templates/web_it/components/bitrix/sale.personal.order.list/order-list-test/style.css?173981678630621*/
.time-count-down {
    font-size: 3rem;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.text-count-down-span-down {
    font-family: 'Gotham Pro Light';
    line-height: normal;
}

.text-count-down-span-up {
    line-height: normal;
}

.timer-text-container {
    display: flex;
    flex-direction: column;
    font-size: 13px
}

.bx_my_order {
    margin-bottom: 20px;
}

.bx_my_order_status_desc {
    margin: 20px 0 20px 0;
}

.bx_my_order_status_desc h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bx_mos_desc {
    font-size: 12px;
}

.bx_my_order h3 {
    font-weight: bold;
    font-size: 24px;
    color: #3f3f3f;
}

.bx_my_order .bx_my_order_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.bx_my_order .bx_my_order_table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_my_order .bx_my_order_table thead tr td {
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #3d4345;
    border-bottom: 1px solid #d9d9d9;
    /*box-shadow: 0 -1px 1px 0 rgba(255,255,255,1);*/
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
}

.bx_my_order .bx_order_action {
    margin-bottom: 20px;
}

.bx_my_order .bx_my_order_table td a {
    font-size: 13px;
    color: #0073a3
}

.bx_my_order .bx_my_order_table td a:hover {
    text-decoration: none;
}

.bx_my_order .bx_my_order_table tbody tr td {
    padding: 15px 10px 5px;
    color: #3f3f3f;
    font-size: 13px;
    vertical-align: top;
    line-height: 30px;
}

.bx_my_order .bx_my_order_table tbody tr td:first-child {
    width: 65%
}

/*.bx_my_order .bx_my_order_table tbody tr td[colspan="2"]{
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #3d4345;
	background: #fafafa;
}*/

.bx_my_order .bx_item_list {
    margin: 5px 0 0 0;
    padding: 0 0 0 30px;
    list-style: decimal;
}

.bx_my_order .bx_my_order_status {
    width: 100%;
    font-weight: bold;
    padding: 10px 5px;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
}

.bx_my_order .bx_my_order_status.yellow {
    background: #ffd34e
}

.bx_my_order .bx_my_order_status.red {
    background: #fb7474
}

.bx_my_order .bx_my_order_status.green {
    background: #ade421
}

.bx_my_order .bx_my_order_status.gray {
    background: #bbbbbb
}

@media (max-width: 550px) {
    .bx-touch .bx_my_order .bx_my_order_table tr, .bx-touch .bx_my_order .bx_my_order_table tbody, .bx-touch .bx_my_order .bx_my_order_table tbody td {
        display: block;
        width: 100% !important;
    }
    .bx-touch .bx_my_order .bx_my_order_table tbody {
        border-top: 1px solid #e8e8e8;
    }
    .bx-touch .bx_my_order .bx_my_order_table thead td {
        display: inline-block;
        white-space: nowrap;
        width: auto !important;
        background: transparent !important;
        border: none;
        box-shadow: none
    }
    .bx_my_order .bx_my_order_status {
        padding: 10px;
        position: relative;
        margin-left: -10px;
    }
}

.bx_my_order .bx_bt_button_type_2 {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    color: #3f3f3f !important;
}

.bx_my_order .bx_shadow.bx_bt_button_type_2 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.bx_my_order .bx_shadow.bx_bt_button_type_2:active {
    box-shadow: none
}

.bx_my_order .bx_bt_button_type_2 {
    border: 1px solid #e9e9e9;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1', GradientType=0);
    color: #656565;
    text-shadow: 0 1px 0 #fff;
}

.bx_my_order .bx_bt_button_type_2:hover {
    background: #fff
}

.bx_my_order .bx_bt_button_type_2:active {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #fcfcfc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc', GradientType=0);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}

.bx_my_order .bx_small.bx_bt_button_type_2 {
    display: inline-block;
    min-width: 20px;
    line-height: 20px;
}

.bx_my_order .bx_small.bx_bt_button_type_2 {}

.bx_my_order .bx_small.bx_bt_button_type_2:hover {}

.bx_my_order .bx_small.bx_bt_button_type_2:active {}

.bx_my_order .bx_medium.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 25px;
    font-weight: bold;
    line-height: 25px;
}

.bx_my_order .bx_medium.bx_bt_button_type_2 {
    font-weight: bold
}

.bx_my_order .bx_medium.bx_bt_button_type_2:hover {}

.bx_my_order .bx_medium.bx_bt_button_type_2:active {}

.bx_my_order .bx_big.bx_bt_button_type_2 {
    padding: 0 13px;
    height: 34px;
    font-weight: bold;
    line-height: 34px;
}

.bx_my_order .bx_big.bx_bt_button_type_2 {}

.bx_my_order .bx_big.bx_bt_button_type_2:hover {}

.bx_my_order .bx_big.bx_bt_button_type_2:active {}

.bx_my_order_switch {
    margin-bottom: 15px;
    line-height: 30px;
}

.bx_my_order_switch .bx_mo_link {
    margin-right: 20px;
}

.sale-order-link, .sale-order-history-link {
    display: inline-block;
    padding: 0 34px 0 0;
    margin-bottom: 22px;
}

.sale-order-title {
    margin-top: 40px;
    color: #262626;
}

.sale-order-description {
    color: #888;
}

.sale-order-list-title-container {
    background: rgba(194, 243, 136, .5);
}

.sale-order-list-title, .sale-order-list-accomplished-title {
    margin-top: 10px;
    color: #2f3435;
    line-height: normal;
}

.sale-order-list-container {
    margin: 0 0 34px 0;
}

.sale-order-list-inner-container {
    padding: 0 15px 15px 15px;
    border: 1px solid #efecec;
}

.sale-order-list-inner-title-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 14px 0;
    text-transform: uppercase;
}

.sale-order-list-inner-title-line-item {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    color: #9b9b9b;
}

.sale-order-list-inner-title-line-border {
    display: inline-block;
    margin: 6px 0;
    height: 1px;
    width: 100%;
    vertical-align: middle;
    background: #f2f2f2;
}

.sale-order-list-inner-row {
    padding: 0;
    position: relative;
}

.sale-order-list-inner-row-template {
    display: none;
}

.sale-order-list-payment-title, .sale-order-list-shipment-title {
    display: grid;
    grid-template-columns: 35% 30% 15% 20%;
    justify-content: space-between;
    grid-column-gap: 10px;
    color: #000;
}

.sale-order-list-payment-about-link, .sale-order-list-payment-repeat-link, .sale-order-list-payment-cancel-link {
    padding: 21px 0 0 0;
}

.sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment {
    text-decoration: underline;
    cursor: pointer;
}

.sale-order-list-cancel-link {
    display: inline-block;
    color: #9b9b9b;
}

div.sale-order-list-repeat-container {
    padding: 0;
}

.sale-order-list-repeat-link {
    display: inline-block;
    padding: 0 0 0 13px;
    vertical-align: middle;
}

.sale-order-list-repeat-link:before {
    content: "";
    display: inline-block;
    margin: 0 3px 4px 0;
    width: 10px;
    height: 13px;
    background: url(/local/templates/web_it/components/bitrix/sale.personal.order.list/order-list-test/images/sale-order-repeat.svg) no-repeat;
    vertical-align: middle;
}

.sale-order-link-accomplished {
    padding: 0;
    text-decoration: none;
}

.sale-order-list-shipment-button:hover, .sale-order-list-repeat-link:hover, .sale-order-list-cancel-link:hover, .sale-order-list-cancel-payment:hover, .sale-order-list-about-link:hover, .sale-order-list-cancel-payment, .sale-order-list-change-payment:hover {
    text-decoration: none;
    cursor: pointer;
}

.sale-order-list-cancel-payment {
    margin-top: 20px;
    display: block;
}

.sale-order-list-about-link {}

.sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border: 1px solid #eab3b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ffe5e8;
    color: #d0021b;
    height: 100%;
    margin: auto;
    text-align: center;
    width: 60%;
}

.sale-order-list-status-success {
    background: #e3f0bd;
    border: 1px solid #bed277;
    color: #597707;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sale-order-list-status-restricted {
    background: #f3f4f5;
    border: 1px solid rgba(128, 134, 142, 0.20);
    color: #535c69;
}

.sale-order-list-status-restricted-message-block {
    padding-top: 10px;
}

.sale-order-list-status-restricted-message {
    color: #9e9fa2;
}

.sale-order-list-payment-check, .sale-order-list-payment-price {
    padding: 4px 0 0 0;
}

.sale-order-list-payment-check {
    width: 100%;
    float: left;
}

.sale-order-list-payment-check-left {
    display: inline;
    float: left;
    padding-right: 5px;
}

.sale-order-list-change-payment {
    display: block;
    margin: 6px 0 0 0;
}

.sale-order-list-shipment-item {
    padding: 6px 0 0 0;
}

.sale-order-list-shipment-list-item-link {
    padding: 16px 0 0 0;
    text-decoration: underline;
}

.sale-order-list-shipment-id {
    font-weight: 700;
}

.sale-order-list-shipment-id-icon {
    display: inline-block;
    width: 11px;
    height: 13px;
    background: url("/local/templates/web_it/components/bitrix/sale.personal.order.list/order-list-test/images/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;
    cursor: pointer;
}

.sale-order-list-top-border {
    width: auto;
    height: 1px;
    margin: 18px 15px 21px 15px;
    background: #f2f2f2;
}

.sale-order-list-accomplished-title-container {
    background: #f2f2f2;
}

.sale-order-list-accomplished-date-container {
    text-align: right;
}

.sale-order-list-accomplished-date {
    padding: 0 8px 0 0;
}

.sale-order-list-accomplished-date, .sale-order-list-accomplished-date-number {
    display: inline-block;
    margin: 10px 0 0 0;
}

.sale-order-list-accomplished-date {
    color: #4b8c03;
}

.sale-order-list-accomplished-date.canceled-order {
    color: #ff0000;
}

.sale-order-list-accomplished-date-number {
    color: #888;
}

.sale-order-list-repeat-accomplished {
    text-align: right;
}

.sale-order-list-inner-accomplished {
    border: 1px solid #efecec;
    padding: 13px 15px 15px 15px;
}

.sale-order-list-shipment-status {
    margin: 2px 0 0 0;
}

.sale-order-list-shipment-status-item {
    display: inline-block;
    margin: 6px 0 5px 0;
    vertical-align: middle;
}

.sale-order-list-shipment-status-block {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(128, 134, 142, 0.20);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f3f4f5;
    color: #535c69;
    vertical-align: middle;
}

/* state's */

.sale-order-state-green {
    background: #c2f388;
}

.sale-order-state-yellow {
    background: #d7dd39;
}

.sale-order-state-red {
    background: #dd6239;
}

.sale-order-state-grey {
    background: #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a {
    border-radius: 2px;
    margin: 0 0 16px;
    cursor: pointer;
    text-transform: none;
    padding: 7px 18px 9px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff !important;
    text-shadow: none;
    border: 1px solid transparent;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none;
    display: block;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a:before {
    display: none;
}

.personal_wrapper .orders_wrapper h3:first-of-type {
    margin-top: 0;
}

.personal_wrapper .row>span {
    font-size: 13px;
}

.personal_wrapper .row>div[class*=col-md-], .personal_wrapper .row>ul[class*=col-md-] {
    box-sizing: border-box;
    padding: 0 15px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    float: none;
}

.personal_wrapper .sale-order-list-container, .personal_wrapper div[class*=col-md-] {
    padding: 0 15px;
    box-sizing: border-box;
    display: inline-block;
}

.personal_wrapper div[class*=col-xs] {
    padding: 0 15px;
}

.personal_wrapper .row div.sale-order-list-inner-row-template, .personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
    display: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 13px;
}

.personal_wrapper .row div.sale-order-detail-payment-inner-row-template {
    margin-left: 16.66666667%;
    padding-left: 5px;
}

.personal_wrapper .row.sale-order-list-inner-row div.sale-order-list-inner-row-template {
    padding: 0 23px;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details, .personal_wrapper .row div.sale-order-detail-payment-options-shipment-composition-map {
    display: none;
}

.personal_wrapper i {
    font-size: 0;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12 {
    border: 1px solid #f2f2f2;
    padding: 22px 22px 4px;
    margin: 0 0 20px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a {
    font-weight: bold;
    font-size: 13px;
}

.personal_wrapper .orders_wrapper .row.col-md-12.col-sm-12>a:hover {
    color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-title {
    font-weight: bold;
    font-size: 20px;
    color: #383838;
    line-height: 24px;
    margin: 14px 0 25px;
    clear: both;
}

.personal_wrapper .orders_wrapper .sale-order-list-container {
    border: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container, .personal_wrapper .orders_wrapper .sale-order-list-title-container, .personal_wrapper .orders_wrapper .sale-order-detail-general-head {
    background: #f7f7f7;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-accomplished-title, .personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-title, .personal_wrapper .orders_wrapper .sale-order-detail-general-item {
    font-weight: bold;
    font-size: 16px;
    color: #383838;
    margin: 20px 0 22px 7px;
}

.personal_wrapper .orders_wrapper .sale-order-list-container .sale-order-list-inner-accomplished {
    border: none;
    border-top: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container .row>div {
    vertical-align: middle;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date, .personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
    margin: 0;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.personal_wrapper .orders_wrapper .sale-order-list-accomplished-date-number {
    margin: 0 5px 0 0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row {
    padding: 0 14px 5px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-accomplished .sale-order-list-inner-row {
    padding-top: 21px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div {
    width: auto;
    padding: 0 0px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-inner-row-body>div {
    vertical-align: top;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line {
    border-top: 1px solid #f2f2f2;
    padding: 20px 23px 8px;
    margin: 10px 0 0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line:first-child {
    margin: 0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-item {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-border {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-title, .personal_wrapper .orders_wrapper .sale-order-list-shipment-title {
    color: #383838;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert, .personal_wrapper .orders_wrapper .sale-order-list-status-success, .personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block, .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-detail-payment-options-methods-info-title-status-success, .sale-order-payment-change-status-alert, .sale-order-payment-change-status-success {
    margin: 3px 0 3px 20px;
    padding-left: 10px;
    padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-alert, .sale-order-detail-payment-options-methods-info-title-status-alert, .sale-order-payment-change-status-alert {
    color: #e62222;
    border-color: #f7bcbc;
    background: #fdeeee;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    height: 2.0em;
}

.personal_wrapper .orders_wrapper .sale-order-list-status-success, .sale-order-detail-payment-options-methods-info-title-status-success, .sale-order-payment-change-status-success {
    color: #4b8c03;
    border-color: #c9dcb3;
    background: #f1f6eb;
}

.personal_wrapper .orders_wrapper .sale-order-list-shipment-status-block {
    padding-left: 10px;
    padding-right: 11px;
}

.personal_wrapper .orders_wrapper .sale-order-list-payment-price .sale-order-list-payment-number, .personal_wrapper .orders_wrapper .sale-order-payment-change-payment-number {
    color: #333333;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment {
    text-decoration: none;
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 0 25px 0 0;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    width: 10px;
    height: 6px;
    background: url('/local/templates/web_it/components/bitrix/sale.personal.order.list/order-list-test/images/arrows.png') 0 -161px no-repeat;
    z-index: 2;
}

.personal_wrapper .orders_wrapper .sale-order-list-change-payment:hover {
    color: #333;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order, .personal_wrapper .orders_wrapper .sale-order-detail-payment-options {
    margin-top: 0;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-about-order-inner-container {
    padding-top: 15px;
    padding-bottom: 11px;
    border: none;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-info {
    padding-top: 18px;
    padding-bottom: 22px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods, .personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-shipment {
    padding: 25px 0 26px 0;
}

.personal_wrapper .orders_wrapper .row ul li:before {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-list-top-border {
    margin: 15px 23px 22px;
    background: #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type {
    padding-left: 29px;
    padding-right: 29px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type .sale-order-list-top-border {
    margin-left: -14px;
    margin-right: -14px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-cancel-container {
    float: right;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row .sale-order-list-shipment {
    padding: 0 23px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row:last-of-type>div:last-of-type a {
    background: #fff;
    color: #ddd !important;
    border: 1px solid #ddd;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list {
    padding: 19px 0 0;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 10px 15px 0;
    box-sizing: border-box;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-graf-container {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    height: auto;
    cursor: pointer;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-smalltitle {
    display: block;
    vertical-align: middle;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #777;
    text-align: left;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image+.sale-order-payment-change-pp-company-smalltitle {
    display: table-cell;
    padding: 0 0 0 20px;
}

.personal_wrapper .orders_wrapper .sale-order-payment-change-pp-list .sale-order-payment-change-pp-company .sale-order-payment-change-pp-company-image {
    position: relative;
    display: table-cell;
    border: 1px solid #f2f2f2;
    width: 118px;
    height: 70px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position: center center!important;
    background-size: auto!important;
    background-repeat: no-repeat!important;
    background-color: #f9f9f9;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment {
    background: none;
    color: #ddd !important;
    padding-left: 0;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div>a.sale-order-list-cancel-payment:hover {
    color: #333 !important;
    background: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-up, .personal_wrapper .orders_wrapper .sale-order-detail-back-to-list-link-down {
    font-weight: bold;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general {
    border: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-general-head {
    border-bottom: 1px solid #f2f2f2;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order {
    margin-top: 0;
    padding: 0 7px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-container .sale-order-detail-about-order-title {
    background: #fff;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-title-element {
    margin-left: 0;
    margin-top: 21px !important;
    margin-bottom: 2px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-title, .sale-order-detail-about-order-inner-container-status-title, .sale-order-detail-about-order-inner-container-price-title {
    font-size: 14px;
    color: #888888;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-name-detail, .sale-order-detail-about-order-inner-container-status-detail, .sale-order-detail-about-order-inner-container-price-detail {
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.personal_wrapper .row div.sale-order-detail-about-order-inner-container-details {
    padding: 9px 0 0;
}

.personal_wrapper .sale-order-detail-about-order-inner-container-details-list {
    margin: 0 0 24px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-image {
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-info .sale-order-detail-payment-options-info-container {
    width: 100%;
    padding: 3px 22px 0 !important;
}

.personal_wrapper div.payment-options-methods-row {
    padding: 0 7px 0 22px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-container {
    /*display:none;
    */
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-info.opened {
    width: 83.33333333%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-status {
    width: 30.3%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat {
    width: 19.66666667%;
}

.personal_wrapper .sale-order-detail-payment-options-methods-info-title, .personal_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-title, .personal_wrapper .sale-order-payment-change-payment-title {
    font-weight: bold;
    color: #383838;
    font-size: 15px;
}

.personal_wrapper .sale-paysystem-close {
    top: 24px;
}

.personal_wrapper .orders_wrapper div.sale-order-detail-payment-options-methods-template {
    position: static;
    opacity: 1;
    display: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container>.row:first-child div.sale-order-detail-payment-options-shipment {
    border: none;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-inner-container .sale-order-detail-payment-options-shipment-container {
    padding: 0 22px;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-shipment-image-container {
    width: 16.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment .sale-order-detail-payment-options-methods-shipment-list {
    width: 66.66666667%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-methods-shipment-list-item-link {
    padding-top: 0;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map {
    width: 83.33333333%;
    /*margin-left:16.66666667%;
    */
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-map>.row {
    margin: 0 -1px 0 -7px;
}

.personal_wrapper .orders_wrapper .sale-order-list-inner-row>div.sale-order-list-shipment, .sale-order-list-payment {
    list-style: none;
    width: 100%;
}

.personal_wrapper .orders_wrapper .sale-order-detail-payment-options-shipment-composition-container {
    border: 1px solid #f2f2f2;
}

.timer-count-text {
    grid-template-rows: 39% 46% 25%;
}

@media (max-width: 768px) {
    .sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
        margin: auto;
        text-align: center;
        width: 80%;
    }
    .personal_wrapper div.sale-order-list-button-container {
        padding: 0;
    }
    
    .timer-count-text {
        grid-template-rows: none;
    }
    .sale-order-list-shipment-title, .sale-order-list-payment-title {
        display: grid;
        /*grid-template-rows: repeat(4, 1fr);*/
        justify-content: stretch;
        grid-row-gap: 10px;
        grid-template-columns: none;
        color: #000;
        margin-bottom: 1em;
    }
    .sale-order-list-accomplished-date-container, .sale-order-list-repeat-accomplished {
        text-align: left;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?17397968365814*/
.sale-order-payment-change-pp.row{margin-right:0;margin-left:0}.sale-order-payment-change-pp-list{opacity:0}.sale-order-payment-change-pp-company{height:40px;padding-bottom:20px;z-index:100;position:relative}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{padding:7px;border:1px solid transparent;height:auto;margin-bottom:15px;-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease}.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease;border-color:#159ebb}.sale-order-payment-change-pp-company-graf-container{border:2px solid #c3cace;border-radius:2px;position:relative;background:#fff;width:auto;height:0;padding-top:50%}.sale-order-payment-change-pp-company-image{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-size:contain;background-repeat:no-repeat;background-position:center}.sale-order-payment-change-pp-company-smalltitle{padding-top:9px;color:#a3a3a3;font-size:11px;text-align:center;padding-bottom:5px}.sale-order-payment-change-pp-field .form-control{background:#fff}.sale-order-payment-change-pp-price{text-align:right;padding:4px 0}.sale-order-payment-change-service-small{color:#a3a3a3;font-size:11px}@media(min-width:1200px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1){clear:both;padding-left:0}}@media(min-width:768px) and (max-width:1199px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1){clear:both;padding-left:0}}@media(max-width:767px){.sale-order-payment-change-pp,.sale-order-payment-change-pp-item-container{max-width:450px}.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1){clear:both;padding-left:0}}.sale-order-payment-change-inner-row{padding:0;position:relative}.sale-order-payment-change-payment{padding-bottom:20px}.sale-order-payment-change-payment-title{font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000}.sale-order-payment-change-status-alert,.sale-order-payment-change-status-restricted,.sale-order-payment-change-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#ffe5e8;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#d0021b}.sale-order-payment-change-status-restricted{background:#f3f4f5;border:1px solid rgba(128,134,142,0.20);color:#535c69}.sale-order-payment-change-status-success{background:#e3f0bd;border:1px solid #bed277;color:#597707}.sale-order-payment-change-payment-price{padding:4px 0 0 0;font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-payment-change-payment-form-group{display:table}.sale-order-payment-change-payment-form-cell{display:table-cell;vertical-align:middle;text-align:center}.sale-order-inner-payment-button{display:block;cursor:pointer;padding:0 17px;max-width:115px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:38px;background:#1485ce;color:#fff;font:bold 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;float:left}.sale-order-inner-payment-button:hover{color:#fff;background:#53a4d8;-webkit-transition:background ease-out .5s;-moz-transition:background ease-out .5s;-o-transition:background ease-out .5s;transition:background ease-out .5s}.sale-order-inner-payment-button.inactive-button{opacity:.2;cursor:pointer}.sale-order-inner-payment-button.inactive-button:hover{background:#1485ce;color:#fff}.sale-order-inner-padding-bottom{padding-bottom:15px}.sale-paysystem-wrapper{position:relative;padding:24px 38px 24px 38px;margin:0 -15px 0 0;border:1px solid #3bc8f5;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#424956}.sale-paysystem-wrapper{position:relative;padding:24px 38px 24px 38px;margin:0 -15px 0 0;border:1px solid #3bc8f5;font:14px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#424956}.sale-paysystem-close{position:absolute;top:7px;right:7px}.sale-paysystem-close-item{display:inline-block;width:18px;height:18px;background:url(/bitrix/components/bitrix/sale.order.payment.change/templates/.default/../../components/bitrix/sale.personal.order.detail/templates/.default/images/sale-personal-order-sprite.svg) 1px 1px no-repeat;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1;cursor:pointer}.sale-paysystem-close-item:hover{opacity:.5}.sale-paysystem-description{margin:0 0 11px 0;font:11px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#bcbdc0}.sale-paysystem-yandex-button{display:inline-block;margin:26px 10px 26px 0}.sale-paysystem-yandex-button-item{padding:0 22px;height:38px;border:0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#f59023;font:bold 13px/35px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#fff;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;transition:background .3s ease}.sale-paysystem-yandex-button-item:hover{background:#ff911a;color:#fff;text-decoration:none}.sale-paysystem-yandex-checkout-button-item{padding:10px 22px}.sale-paysystem-yandex-button-item:focus{color:#fff;text-decoration:none}.sale-paysystem-yandex-button-descrition{display:inline-block;margin:0 0 15px 0;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#80868e}
/* End */
/* /local/templates/web_it/components/bitrix/sale.personal.section/main/style.min.css?17398168631602 */
/* /local/components/emi/emi-registration/templates/sms/style.css?17407286556621 */
/* /local/templates/web_it/components/bitrix/sale.personal.order.list/order-list-test/style.css?173981678630621 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?17397968365814 */
