.private-data {
    margin-top: 0px;
    padding: 35px 60px 10px;
}
.private-data__title {
    margin-bottom: 5px;
}
#msOrder .private-data__title {
    margin-bottom: 15px;

}

.p-account #msCart, .p-account #msOrder {
    margin: 5px 0px 15px;
}
.acc-f {

    margin-bottom: 0px;
} 

#msOrder  .acc-f {
    margin-bottom: 15px;
}
.card-stages__wrap .private-data__fields-left .private-data__save {
    width: auto;
        margin-top: 20px;
}
.serv-tb__tr.attention
{
    background:#ffd0d0;
}
.fancybox-popup-service .fr-edit__block-title 
{
    font-weight:800;
}
.fancybox-popup-service .fr-edit__block
{
    margin-bottom:0px;
}
.card-stages .status-end .card-stages__item-title-left
{
    background:#fff !important;
    color:#f75000 !important;
}
.card-stages .status-active .card-stages__item-title-left
{
    background:#f75000 !important;
    color:#fff !important;
}
.card-stages .status-end .card-stages__item-stage {
   color:#f75000 !important;
}
.card-page__stages .formcontrol-html
{
    margin-left:60px;
}
.card-page__stages .text-result-service .formcontrol-html
{
    margin-left:0px;
}
.text-result-service span
{
    font-weight:400;
}
.attention-nopay
{
    padding: 10px;
    border: dashed 1px #f75000;
    margin: 10px 0 35px 0;
}
.attention-nopay i
{
    color:#f75000;
    font-size: 2em;

}
.attention-nopay a
{
    color:#f75000;
    font-weight: 600;
    text-decoration: underline;   
}
.desc_executor{
    min-height: 40px;
}
.desc_executor span
{
    font-weight:600;
}
.desc_executor img
{
    float:left;
    max-width: 70px;
    border-radius: 50px;
    max-height: 70px;
    margin-right: 20px;    
}
.private-data__fields-left .xform__item
{
    margin-bottom:30px;
}
.private-data .mspc_form{
    font-size: 1.167em;
}
.private-data__fields-left .xform__item input
{
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 1em;
    height: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    /* font-size: 1em; */
    font-family: "Open Sans";
    overflow: hidden;
    height: 30px;
    width: 70%;
}
.card-stages__wrap button {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #f75000;
    width: 29%;
    font-size: 0.833em;
    line-height: 2;
    font-size:1em;
    border: 1px solid #f75000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    cursor: pointer;
    height: 36px;
    padding: 11px;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    height: 30px;
    padding: 4px;

}
.card-stages__wrap button:hover
{
    color: #f75000;
    background: #ffffff;
}

.private-data__fields-left .xform__item button {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #f75000;
    width: 29%;
    font-size: 0.833em;
    line-height: 2;

    border: 1px solid #f75000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    cursor: pointer;
    height: 36px;
    padding: 11px;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
    height: 30px;
    padding: 4px;
    
}
.private-data__fields-left .xform__item button:hover
{
    background: #fff;
    color:#f75000;
}
.private-data__fields-left .xform__item .text-danger, .private-data__fields-left .xform__item .text-success
{
    display:none;
}
.card-stages__wrap a, .card-page__description a
{
        color: #f75000;
}
.serv-tb-executor .serv-tb__td--date {
    flex: 0 1 17%;
}
.serv-tb-executor  .serv-tb__td--name {

    flex: 0 1 200px;

}
.serv-tb-executor  .serv-tb__td--state
{
    margin:0;
}
.serv-tb-executor  .serv-tb__head .serv-tb__td--date:nth-child(1) a
{
    margin-left:20px;
}
.acc-f__radio input[type=checkbox] {
	display: none
}

.acc-f__radio input[type=checkbox]+.label {
	display: block;
	position: relative;
	font-size: 1.167em;
	padding-left: 28px;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.acc-f__radio input[type=checkbox]+.label:before {
	position: absolute;
	content: '';
	height: 17px;
	width: 17px;
	border: 1px solid #cacaca;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0;
	left: 0;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	background: #fff
}

.acc-f__radio input[type=checkbox]:checked+.label:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 4px);
	top: calc(50% - 4px);
	left: 4px;
	height: 10px;
	width: 10px;
	background: #f75000;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.acc-f__radio input[type=checkbox]+.label::before {
	height: 14px;
	width: 14px;
	top: 1px;
	left: 0
}

.acc-f__radio input[type=checkbox]:checked+.label::after {
    left: 4px;
    top: 5px;
    height: 8px;
    width: 8px;
}
.acc-f__radio input[type=radio]:checked+.label::after {
    top: 5px;
    left: 4px!important;
}
.acc-f__radio input[type=checkbox]+.label, .acc-f__radio input[type=radio]+.label
{
    margin-bottom:15px;
}
.formcontrol-form .acc-f
{
    min-height:42px;
}
.acc-f textarea{
    min-width: 100%;
    height: 100px;
    padding: 10px;
}
.agreeform .acc-f
{
    height:auto;
}
.card-stages .status-end.status-active-fake .card-stages__item-title-left
{
    background: #f75000 !important;
    color: #fff !important;
}
.card-stages .status-end.status-active-fake .card-stages__item-stage {
    color: #fff !important;
}
.inputtype
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;    
}
.inputtype + label {
    font-size: 1.25em;
    font-weight: 400;
    color: #f75000;
    background-color: fff;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #f75000;
    eight: 30px;
}
.inputtype:focus + label,
.inputtype + label:hover {
    background-color:#f75000;
    color:#fff;
}
.inputtype input[type=file] + label {
	cursor: pointer; /* "hand" cursor */
}
::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  background: url(https://mmir.pro/template_main/css/images/calender.png) no-repeat center;
  background-size: contain;
}
.tm-output-job-order-content .comment-list-wrap > div {
    overflow-y: scroll;
    overflow-x: hidden;
}
.disc-ord__form-report.c-btn {
    -webkit-flex: 0 1 52%;
    -ms-flex: 0 1 52%;
    flex: 0 1 52%;

}
.agreeform {
    margin-top: 0;
    padding-top: 0;
}
.agreeform .private-data__fields-left .private-data__save
{
    margin:0;
}
.status-end .formcontrol-html
{
    opacity: 0.5;
}
@media(min-width:1140px)
{
    .serv-tb__right
    {
        flex:1 0 calc(100% - 200px);
    }
    .serv-tb__td.serv-tb__td--id {
        flex: 0 0 100px;
    }    
}
@media(max-width:768px)
{
    .private-data {

        padding: 10px 20px 10px;
    }
    .serv-tb-executor .serv-tb__td--name {
        flex: 1 0 100%;
    }
    #fancybox-popup-service {
        width: auto;
    } 
    .my-serv__controls .s-search
    {
        width:100%;
        margin:20px 0;
    }
    .my-serv__controls .s-search input
    {
        width:100%;
        max-width:none;
    }
    .pay-hist__checks {
    
        margin: 20px 0 0;
    }    
    #msOrder
    {
        padding:20px;
    }
    .private-data__fields-left .xform__item button
    {
        width:28%;
    }
}