.MyWrapper{
    max-width: 1460px;
    width: 95%;
    margin: auto;
    height: fit-content;
    /*padding-top: 15px;*/
}
.line_of_table{
    height: 50px;
    width: calc(100% - 2px);
    border: 1px solid rgb(42,42,42, 0.15);
    display: grid;
    grid-template-columns: 1fr minmax(250px,350px);
    align-content: center;
}
.line_of_table:nth-child(odd){ 
    background:#fff ;
}
.line_of_table:nth-child(even){
    background:#F2F3F5; 
}
.type_of_product, .type_of_distance, .type_of_additional_work{
    padding-left: 15px;
}
.price, .distance_price, .additional_work_price{
    justify-self: center;
}
/*.text_bold .price{
    padding-right: 165px;
}*/
.text_bold{
    font-weight: 600;
}
.table_title{
    background: #F7BC58;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    top: 5px;
}
.table_departure_title, .table_additional_work_title{
    margin-top: 55px;
    background: #F7BC58;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    top: 5px;
}


/*ФОРМА*/


.wrapper_form{
    width: 686px;
    height: 150px;
    margin: 0 auto;

}

.block_form{
    background: url(/sborka/images/image.png);
    width: 100%;
    height: 396px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-top: 55px;
    margin-bottom: 30px;
}

.MyWrapper form input{
    width: 330px;
    height: 38px;
    border: 1px solid rgba(42, 42, 42, 0.3);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(42, 42, 42, 0.7);
    margin-bottom: 15px;
}
.MyWrapper form textarea{
    width: 330px;
    border: 1px solid rgba(42, 42, 42, 0.3);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(42, 42, 42, 0.7);
    max-height: 150px;
}
.MyWrapper form input:not(input[type=submit]):not(input[type=checkbox]), form textarea{
    background:#fff;
    /*background: transparent;*/
    padding: 10px 16px;
    outline: none;
}
.MyWrapper form input::placeholder, form textarea::placeholder{
    color: rgba(42, 42, 42, 0.7);
    font-weight: 400;
    font-size: 16px;
}
.MyWrapper form input[type=submit]{
    background: #F7BC58;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
}
.MyWrapper form .block_with_button{
    text-align: center;
    margin-top: 10px;
}

.parent_block{
    display: flex;
    justify-content: space-between
}

.block_form_title{
    font-weight: 600;
    font-size: 14px;;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}
.privacy_policy{
    width: 295px;
    height: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

/*БЛОК ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ*/

.checkbox_block{
    display: flex;
    justify-content:center;
    padding-top: 10px;
}

.field_text{
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    padding-top: 3px;
    

/*ЧЕКБОКС*/

}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: absolute;
    align-items: center;
}

.MyWrapper .checkbox > input {
    height: 25px;
    width: 25px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
  }

.MyWrapper .checkbox > input:checked {
    background-color: #F7BC58;
    border: 2px solid transparent;
}

.MyWrapper .checkbox > input:checked + span::before {
    /*content: '\2713';*/
    content: url(/sborka/images/icon_ok.svg);
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 11px;
    top: 5px;
    color:#fff;
    font-size:20px;
}

.MyWrapper .checkbox > span {
    color: #34495E;
    /*padding: 0.5rem 0.25rem;*/
}
.MyWrapper .field_checkbox{
    width: 25px;
    margin-right: 15px;
}


/*::-webkit-inner-spin-button { display: none;}
::-webkit-calendar-picker-indicator { background: purple; }*/
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


@media screen and (max-width: 1024px){
.MyWrapper{
    width: 98%;
}
.table_departure_title, .table_additional_work_title {
        margin-top: 40px;
}
.line_of_table{
        height:98%;
        grid-template-columns: 1fr minmax(35px,160px);
        padding: 13px 0;
        align-items: center;
        grid-column-gap: 30px;
}
.block_form{
        height: 100%;
}
.wrapper_form{
    height: 100%;
    padding-bottom: 15px
}
.checkbox_block{
        padding-top: 10px;
}
.block_with_button{
        margin-top: 15px;
}
}

@media screen and (max-width: 730px){   
    .MyWrapper{
        width:95%;
    }
    .line_of_table{
        height:100%;
        grid-template-columns: 1fr minmax(50px,150px);
        padding: 10px 0;
        align-items: center;
        grid-column-gap: 10px;
    }
    .wrapper_form{
        width:100%;
        height:100%;
        padding-bottom: 25px;
    }
    .parent_block{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
    .block_form{
        height: 100%;
    }
    .checkbox_block{
        padding-top: 10px;
    }
    form.block_with_button{
        margin-top: 10px;
    }
    .MyWrapper .checkbox > input:checked + span::before {
        left: 9px;
        top: 3px;
    }
}
