

/* Start:/local/templates/keramo/components/bitrix/system.auth.authorize/.default/style.css?17710478874870*/
.backLk {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.backLk .btn {
    padding-left: 30px !important;
    position: relative;
}
.backLk .btn:not(:hover) {
    background: var(--ds_gray_light) !important;
}
.backLk .btn:hover {
    background: var(--ds_gray_ulight) !important;
}
.backLk .btn:before {
    left: 18px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--ds_dark);
    border-right: 2px solid var(--ds_dark);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.backLk+h1 {
    max-width: 1420px;
    width: 100%;
    margin: 40px auto !important;
    padding: 10px;
    font-size: 26px;
    font-weight: 500;
}
.light_bg {
    background-color: var(--ds_white_bg);
}
.white_box {
    position: relative;
    padding:20px;
    margin-bottom:15px;
    background: var(--ds_white);
    box-shadow: var(--ds_shadow_md);
    border-radius: var(--ds_radius);
}
.back_link>a {
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}
.back_link>a::before {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--ds_dark);
    border-right: 2px solid var(--ds_dark);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.lkCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1420px;
    width: 100%;
    margin: 0 auto !important;
    padding: 10px;
}
.h5 {
    font-weight: 500;
    font-size: 16px;
}
.ucard_title {
    border-bottom: 1px solid var(--ds_gray_ulight);
    padding-bottom: 20px;
}
.ucard_title>.btn {
    float: right;
}
.ucontent {
    padding-top: 10px;
}
.ucontent>div {
    padding-top: 10px;
}
.ucontent>div.uname {
    font-weight: 500;
}
.ulink {
    font-weight: 500;
    font-size: 16px;
    padding:0;
}
.ulink>a {
    padding: 15px;
    display: block;
}
.ulink>a>.ids {
    float: right;
    font-size: 24px;
}
.exit_btn {
    margin-bottom: 20px;
    font-weight: bold;
}
.exit_btn>a {
    color: var(--ds_gray);
}
.exit_btn>a:hover {
    color: var(--ds_dark);
}
.exit_btn>a>i {
    margin-right: 5px;
}
.cent_cont_l {
    border-bottom: 1px solid var(--ds_gray_ulight);
    margin-bottom: 20px;
}
.allorder {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}
.allorder>a::after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    margin-bottom: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--ds_dark);
    border-right: 2px solid var(--ds_dark);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.btn_block {
    display: block;
    width: 100%;
}
.order_list {
    margin-bottom: 40px;
}
.order_label .o_label {
    font-size: 18px;
    font-weight: 400;
}

.order_label .o_status {
    color: var(--ds_white);
    background: var(--ds_gray);
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.order_label .o_status.success {
    background: var(--ds_blue);
}

.order_label .o_status.wait {
    background: var(--ds_green);
}


.order_label .o_number {
    display: block;
    margin-top: 5px;
}

.order_label .o_summ {
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
}
.o_item_image {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin: 20px 0 0 0;
}
.o_item_image>span {
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.contR,
.contL {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100%;
    max-width: 100%;
}
.custum_input {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.custum_input label {
    min-width: 280px;
}
@media (min-width: 1200px){
    .contL {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .contR {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .contR {
        padding-left: 60px;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .contL {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}
/* End */
/* /local/templates/keramo/components/bitrix/system.auth.authorize/.default/style.css?17710478874870 */
