

/* Start:/local/templates/optmast/components/bitrix/sale.personal.section/custom2/style.css?17446992178433*/
.hidden {
    display: none;
}

.row .client_deteail_button {
    display: none;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 37px;
    background-color: #f7911d;
    border-radius: 10px;
    border: 1px #f7911d solid;
    box-shadow: 0 8px 10px rgb(52, 52, 52);
    margin-left: auto;
    margin-top: auto;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.row .main_popup {
    position: fixed;
    top: calc(50vh - 100px);
    left: calc(37vw);
    opacity: 0;
    pointer-events: none;
    transition: all ease 1s;
    background-color: #f7911d;
    flex-direction: column;
    width: 400px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 10px rgb(52, 52, 52);
}

.closeoverlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: block;
    z-index: 2;
    position: fixed;
    cursor: pointer;
}

.main_popup:target {
    opacity: 1;
    pointer-events: auto;

}

.main_popup>div {
    text-align: center;
    position: relative;
    z-index: 3
}

.row_main {
    min-height: 30vh;
}

.client_deteail_button {
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 37px;
    background-color: #f7911d;
    border-radius: 10px;
    border: 1px #f7911d solid;
    box-shadow: 0 8px 10px rgb(52, 52, 52);
    margin-left: auto;
    margin-top: auto;
}

.client_deteail_button:hover {
    background-color: #dc8d32;
}

.row .main_button {
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 37px;
    background-color: #f7911d;
    border-radius: 10px;
    border: 1px #f7911d solid;
    box-shadow: 0 8px 10px rgb(52, 52, 52);
    margin-left: auto;
    margin-top: auto;
}

.row .main_button:hover {
    background-color: #dc8d32;
}

.main_popup-h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.main_popup-input {
    border-radius: 10px;
    border: 1px solid #f7911d;
    margin-bottom: 20px;
    height: 35px;
    font-size: 20px;
}

.main_popup-input:hover {
    background-color: rgb(230, 227, 227);
}

.main_popup_block-button {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.main_popup-button {
    background-color: #f7911d;
    border-radius: 5px;
    width: 46%;
}

.main_popup-button:hover {
    background-color: #dc8d32;
}

.close_popup {
    text-decoration: none;
    border-radius: 5px;
    width: 46%;
    border: 2px #000 solid;
}

.client_block {
    border: 1px black solid;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 8px 10px rgb(179, 178, 178);
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.client_block-select {
    border-radius: 10px;
    text-align: center;
}

.client_name {
    font-weight: bold;
    margin-right: 30px;
}

.client_name-block {
    display: flex;
}

.client_name-change {
    cursor: pointer;
}

.client_block-detail-title {
    display: flex;
}

.client_block-detail-arrow {
    border: 1px white solid;
    border-radius: 20px;
    font-size: 30px;
    width: 40px;
    height: 40px;
    margin-right: 50px;
    background-color: white;
    line-height: 15px;
}

.client_block-detail-h2 {
    font-size: 25px;
    font-weight: 700;
}

.client-status-filter {
    margin-bottom: 20px;
}

.client_block-detail-buttons {
    margin-top: 10px;
}

.client_block-detail-detali,
.client_block-detail-room,
.client_block-detail-room-det {
    border-radius: 15px;
    margin-right: 15px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px black solid;
    margin-bottom: 20px;
}

.client_block-detail-notFocus {
    border: 1px rgb(142, 142, 142) solid;
    color: rgb(142, 142, 142);
}

.client_block-detail-arrow:hover {
    background-color: #e4e4e4;
}

.client-block-detail-main-input {
    border: 2px #f7911d solid;
    border-radius: 10px;
    min-height: 300px;
    width: 100%;

}

.sale-personal-section-index-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding: 0;
    /*height: 87%;*/
    height: calc(100% - 25px);
    border-radius: 3px;
    background-size: cover;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    /*opacity: .8;*/
    transition: all 0.3s;
    justify-content: space-around;
    background-color: var(--theme-color-primary, #51cbce);

}

@media (max-width: 991px) {
    .sale-personal-section-index-block {
        margin: 6px 0px 10px;
        /*height: auto;*/
    }
}


@media (min-width: 992px) {

    .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 {
        display: block;
        padding: 25px 5px;
        width: 100%;
        color: #fff;
        text-decoration: none;
    }
}

.sale-personal-section-index-block:hover {
    opacity: 1;
}





.sale-personal-section-index-block-link {
    color: #fff;
}

.sale-personal-section-index-block-ico {
    font-size: 64px;
}

.sale-personal-section-index-block-name {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.updated-optmast-theme {
    background: #fff;
    color: #000;
    border: 1px solid #DADADA;
    border-radius: 9px;
}

.updated-optmast-theme:hover {
    background-color: #FFCD4E;
    border-color: #FFCD4E;
}

.updated-optmast-theme .sale-personal-section-index-block-link,
.updated-optmast-theme .sale-personal-section-index-block-name {
    color: #323232;

}

.updated-optmast-theme .sale-personal-section-index-block-name {
    font-size: 18px;
    font-weight: bold;
    text-transform: initial;
    margin-top: 18px;
    min-height: 42px;
}

.updated-optmast-theme .sale-personal-section-index-block-ico {
    height: 90px;
    width: 90px;
    display: block;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.updated-optmast-theme .sale-personal-section-index-block-ico:after {
    content: '';
    height: 3px;
    width: 27px;
    border-radius: 2px;
    background: #FFCD4E;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -9px;
}

.updated-optmast-theme:hover .sale-personal-section-index-block-ico:after {
    background: #fff;
}

.sale-personal-section-index-block .o-work-and-payment {
    background-image: url('/local/templates/optmast/images/svg/at_work_and_on_payment.svg');
}

.sale-personal-section-index-block .o-personal_data {
    background-image: url('/local/templates/optmast/images/svg/personal_data.svg');
}

.sale-personal-section-index-block .o-arhive {
    background-image: url('/local/templates/optmast/images/svg/archive.svg');
}

.sale-personal-section-index-block .o-create_order {
    background-image: url('/local/templates/optmast/images/svg/create_order.svg');
}

.sale-personal-section-index-block .o-complectation_and_deliver {
    background-image: url('/local/templates/optmast/images/svg/complectation_and_deliver.svg');
}

.sale-personal-section-index-block .o-my-sets {
    background-image: url('/local/templates/optmast/images/svg/my_sets.svg');
}

.sale-personal-section-index-block .o-catalog {
    background-image: url('/local/templates/optmast/images/svg/catalog.svg');
}

.sale-personal-section-index-block .o-canceled_orders {
    background-image: url('/local/templates/optmast/images/svg/canceled_orders.svg');
}

@media (max-width: 991px) and (min-width: 768px) {
    .row .optamst-personal-padding {
        margin-left: 5px;
        margin-right: 5px;
        width: 162px;
        padding: 0px;
    }
}

@media (max-width: 991px) {

    .sale-personal-section-index-block-link,
    .sale-personal-section-index-block-link:hover {
        padding: 17px 12px 13px;
    }

    .updated-optmast-theme .sale-personal-section-index-block-name {
        font-size: 14px;
        line-height: 19px;
        min-height: 38px;
        margin-top: 16px;
    }

    .updated-optmast-theme .sale-personal-section-index-block-ico {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .updated-optmast-theme .sale-personal-section-index-block-ico:after {
        width: 16px;
        bottom: -11px;
    }

    .sale-personal-section-index-block {
        height: calc(100% - 16px);
    }

}
/* End */
/* /local/templates/optmast/components/bitrix/sale.personal.section/custom2/style.css?17446992178433 */
