

/* Start:/local/templates/main/css/modal.css?16637387392793*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    max-width: 100%;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #FFF;
    background-clip: padding-box;
    outline: 0;
    padding: 30px;
    border-radius: 2px;
}
.modal-message__wrapper {
    position: relative;
    width: 100%;
    background-color: #FFF;
    outline: 0;
    padding: 30px;
    border-radius: 2px;
    display: none;
}
.modal-message {}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.6;
}
.modal-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #2B2B2B;
}
.modal-close:before {
    content: "\e931";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "baikal-icons";
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    transition: color 0.3s ease;
}
.modal-close:hover {}
.modal-header {
    margin-bottom: 30px;
    padding-right: 32px;
}
.modal-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.36;
    color: #2B2B2B;
    margin: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 0.5rem auto;
    }
    .modal-dialog_md {
        max-width: 750px;
    }
    .modal-dialog_lg {
        max-width: 1150px;
    }
    .modal-header {
       padding-right: 64px;
    }
    .modal-close {
        top: 25px;
        right: 25px;
        position: fixed;
        color: rgba(255,255,255,0.5);
    }
    .modal-close:hover {
        color: #fff;
    }
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
@media screen and (max-width: 767px) {
    
}
/* End */


/* Start:/local/templates/main/css/receipt-block.css?16323214324924*/
.receipt-block {
    position: relative;
	background: #FFFFFF;
    box-shadow: 0px 14px 31px rgba(0, 0, 0, 0.0664912), 0px 1px 2px rgba(0, 0, 0, 0.0626415);
    border-radius: 4px;
    padding: 30px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.receipt-block__header {
    display: flex;
    align-items: center;
}
.receipt-block__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #2B2B2B;
}
.receipt-block__header-inner {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.receipt-block__header-inner .receipt-block__title {
    margin-right: 24px;
}
.receipt-block__date,
.receipt-block__price {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(43,43,43,0.75);
}
.receipt-block__price strong {
    color: #2b2b2b;
}
.receipt-block__date {
    margin-right: 24px;
}
.receipt-block__pay-status {
    flex: 0 0 auto;
    margin-left: 24px;
    height: 24px;
    padding: 0 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    border-radius: 2px;
}
.receipt-block__pay-status_payed {
    background: #95C518;
}
.receipt-block__pay-status_not_payed {
    background: #DE3333;
}
.receipt-block__pay-status_part_payed {
    background: #FCB471;
}

.receipt-block__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}
.receipt-block__status {
    background: #F3F3F3;
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
    color: #2B2B2B;
    padding: 8px 12px;
    margin-right: 12px;
}
.receipt-block__status_success {
    background: #95C518;
    color: #fff;
}
.receipt-block__info-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: rgba(43,43,43,0.5);
    margin: 16px 0;
}
.receipt-block__direction {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.receipt-block__direction-city {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #2B2B2B;
    padding-left: 36px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.receipt-block__direction-city:before {
    content: "\e904";
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #95C518;
}
.receipt-block__direction-city-btn {
    margin-top: 10px;
    align-self: center;
}
.receipt-block__direction-arrow {
    flex: 1 1 auto;
    position: relative;
    margin: 0 24px;
}
.receipt-block__direction-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    transform: translate(0,-50%);
    background: #E2E2E2;
}
.receipt-block__direction-arrow:after {
    content: "\e925";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #E2E2E2;
}
.receipt-block__cancel {
    margin-top: 24px;
}
.receipt-block__text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 24px;
    color: rgba(43,43,43,0.5);
}
.receipt-block__text strong {
    color: #2b2b2b;
}

.receipt-block__table {
    margin-top: 24px;
    color: rgba(43,43,43,0.5);
    font-size: 14px;
    line-height: 1.84;
}
.receipt-block__table th {
    font-weight: 500;
    padding-right: 10px;
}
.receipt-block__table td {
    font-weight: bold;
    color: #2b2b2b;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .receipt-block__direction {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }
    .receipt-block__direction-arrow {
        flex: 0 0 24px;
        position: relative;
        margin: 10px 0;
    }
    .receipt-block__direction-arrow:before {
        width: 2px;
        left: 8px;
        top: 0;
        height: 100%;
        transform: none;
    }
    .receipt-block__direction-arrow:after {
        transform: rotate(90deg);
        left: 6px;
        bottom: -3px;
        top: auto;
        right: auto;
    }
}
@media screen and (max-width: 575px) {
    .receipt-block__cancel.btn {
        display: block;
        width: 100%;
    }
    .receipt-block__header {
        flex-direction: column;
        align-items: flex-start;
    }
    .receipt-block__header-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .receipt-block__pay-status {
        order: -1;
        margin: 0 0 20px;
    }
    .receipt-block__date,
    .receipt-block__price {
        flex: 0 0 100%;
        margin: 10px 0 0;
    }
    .receipt-block__direction-city,
    .receipt-block__direction-city-btn.btn {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .receipt-block__direction-arrow {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/main/css/payment-block.css?15877504343777*/
.radio-icon__list {
    margin: 5px -8px 0;
    display: flex;
    flex-wrap: wrap;
}
.radio-icon__list > .radio-icon__wrapper {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.radio-icon__wrapper .radio-icon {
    height: 100%;
}
.radio-icon {
    position: relative;
    margin: 0 0 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.radio-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    width: 25px;
    transform: translate(0,-50%);
    background-size: 100% auto !important;
}
.radio-icon input {
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
}
.radio-icon input:checked + label:after {
    opacity: 1;
}
.radio-icon label {
    position: relative;
    padding: 20px 20px 20px 85px;
    z-index: 5;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 1.23;
    display: flex;
    align-items: center;
    height: 100%;
}
.radio-icon label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #fff;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    z-index: 1;
}
.radio-icon label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(-90deg, #99D400 0%, #0097D4 100%);
    left: 26px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.radio-icon_card:before {
    height: 22px;
    background: url("/local/templates/main/css/../i/icons/icon-card.svg") center center no-repeat;
}
.radio-icon_bill:before {
    height: 21px;
    background: url("/local/templates/main/css/../i/icons/icon-bill.svg") center center no-repeat;
}
.radio-icon_cash:before {
    height: 25px;
    background: url("/local/templates/main/css/../i/icons/icon-cash.svg") center center no-repeat;
}
@media screen and (max-width: 1199px) {
    .radio-icon__list > .radio-icon__wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .radio-icon__list > .radio-icon__wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .radio-icon__list > .radio-icon__wrapper:not(:last-child) {
        margin-bottom: 8px;
    }
}

.img-inline {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px;
}

.ul_images {
    list-style-type: none;
    margin: 10px 0 20px;
    padding: 0;
    line-height: 1.69;
}
.ul_images li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}
.ul_images li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #99D400;
}

.payment_about_title {
    position: relative;
    display: inline-block;
    padding-right: 17px;
    cursor: pointer;
}
.payment_about_title:hover span {
    border-bottom: 1px solid transparent;
}
.payment_about_title:after {
    content: "\e91b";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(-180deg);
    font-size: 8px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #00A0DE;
    transition: transform 0.3s ease;
}
.payment_about_title.title_open:after {
    transform: translate(0, -50%) rotate(0deg);
}
.payment_about_title:hover:after {
    color: #95C518;
}
.payment_about {
    margin: 10px 0;
}
/* End */


/* Start:/tools/tracking_sms/.style.css?158981461912310*/
.clear { clear: both; }
.pl50 {
    padding-left: 50px;
}

.form-group.form-group_sm {
    margin-bottom: 10px;
}



.position_status {
    color: #0097D4;
}

.btn-primary[disabled] {
    background-color: rgba(43,43,43,0.05);
    color: #232323;
}

.sms-form {
    /*margin-top: 20px;*/
}
.sms-form__sections {
    margin-top: 16px;
}
.sms-form__section {
    position: relative;
    padding-top: 3px;
}
.sms-form__section:not(:last-child) {
    margin-bottom: 6px;
}
.sms-form__title {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.37;
    color: #2B2B2B;
    margin-bottom: 20px;
}
.sms-form__sections_numbered {
    counter-reset: list-section;
}
.sms-form__sections_numbered .sms-form__section {
    counter-increment: list-section;
    padding-left: 50px;
}
.sms-form__sections_numbered .sms-form__section:not(:last-child) {
    /*padding-left: 50px;*/
    /*padding-bottom: 18px;*/
}
.sms-form__sections_numbered .sms-form__section:not(:last-child):after {
    content: "";
    position: absolute;
    top: 11px;
    bottom: -8px;
    left: 0;
    width: 25px;
    background: url("/tools/tracking_sms/images/dots-v.svg") center top repeat-y;
    z-index: 1;
}
.sms-form__sections_numbered .sms-form__section:last-child .sms-form__title {
    /*padding-left: 50px;*/
}
.sms-form__sections_numbered .sms-form__section:before {
    content: counter(list-section);
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 23px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    font-weight: 500;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    text-align: center;
    transition: color 0.2s ease, background-color 0.2s ease border-color 0.2s ease;
    z-index: 2;
}
.sms-form__sections_numbered .sms-form__section_active:before {
    background-color: #99D402;
    border-color: #99D402;
    color: #fff;
}




.sms-list_direction,
.sms-list_position__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.sms-list_direction {
    line-height: 25px;
    font-size: 18px;
    float: left;
    margin-right: 15px;
}
.sms-list_direction .city_holder {
    float: left;
}
.city_holder button {
    /*background: none;
    border: none;*/
    margin-left: 15px;
    /*font-size: 12px;
    color: #0097D4;
    font-weight: 600;*/
    outline: none;
}
.sms-list_direction:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 16px;
    background-image: url(/bitrix/templates/baikalsr_new/images/icon-marker-green.svg);
}
.sms-list_direction a {
    position: relative;
    color: #2B2B2B;
    border-bottom: 1px solid;
    margin-left: 20px;
    transition: all 0.3s ease;
}
.sms-list_direction a:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 3px;
    width: 13px;
    height: 16px;
    background-image: url(/bitrix/templates/baikalsr_new/images/icon-marker-blue.svg);
}
.sms-list_direction a:hover {
    border-bottom-color: transparent;
    color: #0099d2;
}
.sms-list_h1 { margin-bottom: 0px !important; }
.sms-list_datesum {
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 18px;
}
.sms-list_mainprops {
    margin-top: 10px;
    padding-bottom: 20px;
}
.sms-list_mainprops__row {
    overflow: hidden;
    background: url(/tools/tracking_sms/dots.png) repeat-x 0 19px;
}
.sms-list_mainprops.props_top {
    border-bottom: 1px solid #F2F2F2;
}
.sms-list_mainprops.props_top .sms-list_mainprops__row {
    background: none;
}
.sms-list_mainprops__row .sms-list_mainprops__row_item:nth-child(1) {
    float: left;
    font-weight: 500;
    font-size: 13px;
    color: #a0a0a0;
    width: auto;
    padding-right: 5px;
}
.sms-list_mainprops__row .sms-list_mainprops__row_item:nth-child(2) {
    float: right;
    text-align: right;
    width: auto;
    /*max-width: 50%;*/
    padding-left: 5px;
    font-size: 13px;
    font-weight: 500;
    max-width: 70%;
}
.sms-list_mainprops__row .sms-list_mainprops__row_item {
    width: 60%;
    float: left;
    padding: 3px 0;
    background: #fff;
}
.sms-list_mainprops.props_top .sms-list_mainprops__row .sms-list_mainprops__row_item:nth-child(1) {
    width: 15%;
}
.sms-list_mainprops.props_top .sms-list_mainprops__row .sms-list_mainprops__row_item:nth-child(2) {
    float: left;
}
.sms-list_position {
    padding: 10px 0 25px;
    margin-bottom: 2px;
    margin-top: 20px;
    border-top: 1px solid rgba(195, 206, 210, 0.3);
    transition: background 0.2s ease;
}

.sms-list_position__title {
    padding: 15px 0 0;
}


.position_more {
    margin: 15px 0 0;
    cursor: pointer;
}

.other_props {
    transition: 0.2s all;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(195, 206, 210, 0.3);
}
.other_props_hide {
    display: none;
}

.service-list {
    font-size: 14px;
}
.service-list__title {
    font-weight: 600;
    padding: 15px 0 5px;
}
.service-list__row {
    overflow: hidden;
    background: url(/tools/tracking_sms/dots.png) repeat-x 0 19px;
}
.service-list__row .service-list__row_item {
    float: left;
    padding: 3px 0;
    position: relative;
    background: #fff;
}
.service-list__row .service-list__row_item:nth-child(1) {
    float: left;
    width: auto;
    font-weight: 600;
    padding: 3px 5px 3px 15px;
    max-width: 70%;
}
.service-list__row .service-list__row_item:nth-child(2) {
    float: right;
    text-align: right;
    width: auto;
    max-width: 30%;
    padding-left: 5px;
}
.service-list__row .service-list__row_item:nth-child(1):before {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
    background-color: #9cd401;
}

.payer-list {
    padding: 15px 0;
}

.widget-block {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.widget-block p {
    font-size: 13px;
    font-size: 13px;
}
.invoice-block {
    position: relative;
}
.block-title {
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2B2B2B;
}
.invoice-block label {
    display: block;
    width: 100%;
}
.invoice-block label.form-group__label {
    font-weight: 500;
    font-size: 12px;
    opacity: 0.6;
    line-height: 10px;
}
.invoice-block .checkbox.no-margin-top {
    margin-top: 0;
}
.invoice-block .checkbox.no-margin {
    margin-bottom: 0;
}

.delivery-block {
    position: relative;
    display: block;
    min-height: 30px;
    /*padding-left: 80px;*/
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.delivery-block.with-invoice {
    margin-bottom: 25px;
}
.delivery-block + p {
    margin-bottom: 0;
    margin-top: 15px;
}
.widget-form__button {
    font-weight: 500;
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 4px;
}
.invoice-block .widget-form__button {
    margin-top: 15px;
}
.widget-border {
    margin: 30px 0 22px 0;
    border-bottom: 1px solid #EDEDED;
}

#invoice_sms .mail_block {
    position: relative;
    margin-bottom: 0;
    /*display: none;*/
}
/*#invoice_sms .mail_block.mail_show {
    display: block;
}
#invoice_sms button {
    display: none;
}
#invoice_sms button.invoice_show,
#invoice_sms button.delivery_show {
    display: block;
}*/

.form-group label.form-group__label:after {
    content: 'требуется заполнить';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin-top: 1px;
}
.right-light {
    padding-right: 5px;
}
.left-light {
    padding-left: 5px;
}
@media (max-width: 1199px) {
    .right-light {
        width: 100%;
        padding-right: 15px;
    }
    .left-light {
        width: 100%;
        padding-left: 15px;
    }
    .left-light button {
        margin-top: 10px;
    }
}

.info-block {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    border: 1px dashed #d8d8d8;
}
.info-block a {
    position: relative;
    display: block;
    color: #232323;
    line-height: 18px;
    padding-left: 28px;
    background: url(/tools/tracking_sms/info.png) no-repeat 0 50%;
    font-size: 13px;
}
.info-block a:first-child {
    margin-bottom: 14px;
}
.info-block a span {
    position: relative;
}
.info-block a span:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #d5d5d5;
    transition: all 0.3s ease;
}
.info-block a span:hover:after {
    border-bottom-color: transparent;
}

/* Terminals */

.terminal-block blockquote {
    margin-top: 20px;
    margin-bottom: 15px;
}


#modal-terminals .form__result {
    font-size: 13px;
    line-height: 1.92;
    color: #3B3F41;
    font-weight: 500;
    text-align: center;
}
.form__result span {
    color: #2B2B2B;
    opacity: 0.6;
}
#modal-terminals {
    margin-top: 110px;
}

.row-terminals {
    margin: 0;
}


.terminal_price {
    font-weight: 500;
    color: #232323;
}
.terminal_info {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #2B2B2B;
    opacity: 0.6;
}

.payment-steps {
    font-size: 13px;
}
#payment_type {
    font-size: 13px;
}
#payment_type button {
    margin-top: 20px;
}
#payment_type p {
    margin: 0;
}
.receipt {
    margin-bottom: 30px;
}
.form-helper {
    font-weight: 500;
    font-size: 11px;
    color: #2B2B2B;
    line-height: 1.45;
}
.form-helper_with_padding {
    padding-top: 28px;
}

.payment-form__section {
    border-top: 1px solid #F2F2F2;
    padding-top: 30px;
    margin-bottom: 30px;
}
.payment-form__section_no_border {
    padding-top: 0;
    border-top: none;
}
.payment-form__section_sm {
    padding-top: 10px;
    margin-bottom: 10px;
}
.payment-form__section_md {
    padding-top: 20px;
    margin-bottom: 20px;
}
.payment-form__section:last-child {
    margin-bottom: 0;
}

.payment-details {
    padding-left: 28px;
}
.payment-detail {
    display: flex;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 1.92;
    margin-bottom: 0px;
    align-items: flex-end;
}
.payment-detail__desc {
    flex: 0 0 60%;
    max-width: 60%;
    color: #8F9599;
    padding-right: 20px;
}
.payment-detail__val {
    flex: 0 0 40%;
    max-width: 40%;
    white-space: nowrap;
}
.payment-detail_big {
    font-weight: bold;
    margin-top: 5px;
}
.payment-detail_big .payment-detail__desc {
    color: #2B2B2B;
}
.payment-detail_big .payment-detail__val {
    font-size: 16px;
}

.c-checkbox.c-checkbox_mini label {
    font-size: 11px;
}
.checkbox.c-checkbox.c-checkbox_mini span:before {
    width: 9px;
    height: 6px;
    background-size: auto 100%;
    background-repeat: no-repeat !important;
    left: 2px;
    top: 4px;
}

.sms-form__sections p {
    font-weight: 500;
    font-size: 13px;
    color: #3B3F41;
    line-height: 1.92;
    margin-bottom: 20px;
}
.sms-form__sections ul {
    font-weight: 500;
    font-size: 13px;
    color: #3B3F41;
    line-height: 1.69;
}
.img-inline {
    display: inline-block;
    vertical-align: middle;
    max-height: 40px;
    max-width: 60px;
    margin-right: 70px;
}
.ul_images {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
    line-height: 1.69;
    overflow: hidden;
}
.ul_images li {
    float: left;
    position: relative;
    margin-bottom: 25px;
}
/*.ul_images li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #99D400;
}*/
.card_info {
    margin-bottom: 40px;
}

.payment_about {
    margin: 10px 0;
}
.btn-empty {
    background: none!important;
    border: 1px solid rgba(0, 151, 212, 0.29)!important;
    border-radius: 3px!important;
    color: #0097D4!important;
}
.btn-empty:hover {
    color: #fff!important;
    background-color: #0097D4!important;
}

.terminal_payment,
.terminal-info {
    display: none;
}
.terminal_payment {
    margin-top: -10px;
}
.terminal-info p {
    margin-bottom: 5px;
}
.terminal-info p b {
    font-weight: 700;
}
/* End */
/* /local/templates/main/css/modal.css?16637387392793 */
/* /local/templates/main/css/receipt-block.css?16323214324924 */
/* /local/templates/main/css/payment-block.css?15877504343777 */
/* /tools/tracking_sms/.style.css?158981461912310 */
