.order_page_form {
    font-size: 1.5em;
}
.order_page_form .order-asd-title{
    margin-top: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #262626;
}

.transport-company-block {
    display: none;
}
.pickup-block {
    display: none;
}

.individual {
    width: 101%;
}

.individual * {
    word-break: break-all;
}

.entity {
    display: none;
    width: 100%;
}
.express-delivery {
    display: none;
    width: 100%;
}

#ch6:checked ~ .pickup-block {
    display: block;
}

#ch2:checked ~ .entity {
    display: block;
}

#ch8:checked ~ .transport-company-block {
    display: block;
}

#ch7:checked ~ .express-delivery {
    display: inline;
}

.ordLine {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #EFEFEF;
    border-radius: 3px;
    margin: 15px 0;
}
.ordLine b{
    width: 42px;
    text-align:center;
    background: url(/images/ndes/ordline.png) no-repeat right center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    color: #262626;
    border-radius: 3px 0 0 3px;
}
.ordLine span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.inOrdCol{
    padding-left: 50px;
}
.inOrdCol label{
    width:100%;
}
.inOrdCol label span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #7D7D7D;
}
.inOrdCol label .orderform-info {
    height: 44px;
    margin-top: 4px;
    font-weight: normal;
    width: 100%;
}
.inOrdCol .selTP{
    display: flex;
    align-items: center;
}
.inOrdCol .selTP .selTPel{
    display: flex;
   align-items: center;
    margin-right: 15px;
}
.inOrdCol .selTP .selTPel label{
    margin-top: 7px;
    margin-left: 6px;
}
.toMailText{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7d7d7d;
}
.toMailText b{
    font-weight: normal;
    color: #FFC700;
}
.entityDiv {
    width: 100%;
    flex-wrap: wrap;
}
.forTP2{
    display: none;
}
.forSD2{
    display: none;
}
.forSD19{
    display: none;
}
.listCheckF{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.listCheckF input {
    margin-top: -1px;
    margin-right: 6px;
}
.listCheckF label{
    display: flex;
    flex-wrap: wrap;
}
.listCheckF label .icn {
    min-width: 16px;
    width: 16px;
    height: 19px;
    margin-right: 7px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.listCheckF label .icn.dl1{
    background-image: url(/images/ndes/ord/dl1.svg);
}
.listCheckF label .icn.dl2{
    background-image: url(/images/ndes/ord/dl2.svg);
}
.listCheckF label .icn.dl3{
    background-image: url(/images/ndes/ord/dl3.svg);
}
.listCheckF label .icn.pm1{
    background-image: url(/images/ndes/ord/pm1.svg);
}
.listCheckF label .icn.pm2{
    background-image: url(/images/ndes/ord/pm2.svg);
}
.listCheckF label .icn.pm3{
    background-image: url(/images/ndes/ord/pm3.svg);
}
.listCheckF label .nm{
    width: calc(100% - 27px);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #262626;

}
.listCheckF label .txt {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #7D7D7D;
    padding-left: 24px;
}

.order_success{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 20px #d4d4d4;
    border: 2px solid #ffdb11;
    border-radius: 6px;
}
.order_success .wrap_text{
    padding: 10px 0;
}
.inOrdCol .orderform-info-select-1 {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    border: 1px solid #cccccc;
    height: 44px;
    margin: 4px 0 10px;
    padding: 0px 15px;
    -webkit-appearance: none;
    font-weight: normal;
}
.inOrdCol .orderform-info-comment {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    border: 1px solid #cccccc;
    height: 60px;
    margin-bottom: 10px;
    margin-top: 4px;
    padding: 10px 15px;
}
.inOrdCol  .personal-processing-text {
    font-size: 13px;
    font-weight: 100;
    font-family: "Open Sans";
    color: rgb(137, 137, 137);
    text-align: left;
    margin: 5px 0 0 0;
}

.totalItogCol{
    background: #EFEFEF;
    border-radius: 3px;
    margin-top: 35px;
}
.totalFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 25px;
}
.totalFlex .basket-back-to-product{
    background: #FFFFFF;
    border: 1px solid #FFC700;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    cursor:pointer;
    margin-left: 0;
    margin-right:40px;
    padding: 22px 50px;
    white-space: nowrap;
    transition: all ease 0.3s;
}
.totalFlex .basket-back-to-product:hover{
    box-shadow: 1px 1px 6px #aaa;
    transition: all ease 0.3s;
}
.totalFlex .basket-checkout-button{
    background: #FFC700;
    border-radius: 5px;
    border: 1px solid #FFC700;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #262626;
    cursor:pointer;
    padding: 22px 50px;
    margin:0;
    white-space: nowrap;
    transition: all ease 0.3s;
}
.totalFlex .basket-checkout-button:hover{
    box-shadow: 1px 1px 6px #aaa;
    transition: all ease 0.3s;
}
.totalFlex .total-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-right: auto;
    margin-bottom: 0;
}
.totalFlex .total-text .total-price-ajax{
    font-size: 35px;
    font-weight:bold;
}
.inOrdCol .selTP .selTPel.forTP2{
    display: none;
}
.selFile {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: -6px;
}
.selFile::before {
    content: "";
    display: block;
    background: url(/images/ndes/selfile.svg) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: translateY(-50%);
}
.selFile input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.selFile input::-webkit-file-upload-button {
    cursor: pointer;
}
#selFileText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    display: inline-block;
    border-bottom: 1px solid #FFC700;
    white-space: nowrap;
    max-width: 222px;
    overflow: hidden;
    text-overflow: ellipsis;
}
