/* Begin Form*/
.madeOrder{
    width: 1110px;
    height: auto;
    background: #fbfbfb;
    margin: 30px auto 0px auto;
	/*	display: inline-block;*/
}
.wrap_madeOrder{
	width: 1110px;
    height: auto;
    background: #fff;
    margin: 30px auto;
}
.wrap_madeOrder .hr_bl {
    height: 2px;
    margin-bottom: 15px;
    background: url(../img/violent_hr.png) left;
}
.wrap_madeOrder .rad_bl-wrap {
    margin-top: 26px;
}
.madeOrder.pad_bott{
    padding-bottom: 26px;
}
.orderBlockTitle{
    font: 20px OpenSansBold;
    color: #333;
    text-align: center;
    padding: 25px 0 15px 0;
	margin: 15px 0;
}
.madeOrder .tovar_box{
    width: 1110px;
    height: auto;

    margin-bottom: 17px;
	/*    border-bottom: 1px solid #e7e7e7;*/
}
#account_new_package {
    background: #fbfbfb;
}
.madeOrder .tovar_box.active{
    display: inline-block;
}
.madeOrder .tovar_box .tovar1{
    width: 341px;
    height: 115px;
    background: #fff;
    position: relative;
    margin: 0 14px 32px 14px;
    float: left;
    -webkit-box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
}
.madeOrder .tovar_box .tovar1 .closeTov{
    width: 11px;
    height: 11px;
    background: url(../img/new_order/tovar_close.png);
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 13px;
}
.madeOrder .tovar_box .tovar1 .ico{
    float: left;
    padding: 23px 0 0 13px;
}
.madeOrder .tovar_box .tovar1 .txt_box{
    width: 238px;
    float: right;
    margin: 0;
}
.madeOrder .tovar_box .tovar1 .txt_box .txt_1{
    font: 14px OpenSansBold;
    color: #333;
	margin: 14px 0;
	white-space: nowrap;
    overflow: hidden;
    width: 209px;
}
.madeOrder .tovar_box .tovar1 .txt_box .txt_2{
    font: 14px OpenSansLight;
    color: #333;
	margin: 14px 0;
	white-space: nowrap;
    overflow: hidden;
    width: 209px;
}
.madeOrder .tovar_box .tovar1 .txt_box .txt_2 span{
    font: 14px OpenSansBold;
}
.madeOrder .tovar_box .tovar1 .txt_box .redit{
    font: 14px OpenSansLight;
    color: #58066f;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
	white-space: nowrap;
    overflow: hidden;
    width: 209px;
}
.checkBlock_line p, .checkBlock_line label {
    font: 13px OpenSansLight !important;
    margin-top: 0px !important;
}
.madeOrder .tovar_box .tovar1 .txt_box .redit:hover{
    color: #ac83b7;
}
.madeOrder .tovar_box .tovar1 .txt_box .redit:before{
    background: url(../img/new_order/tovar_redit.png) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 13px;
    margin-right: 6px;
}
.madeOrder .leftSide{
    width: 415px;
    height: auto;
    float: left;
    margin-left: 29px;
}
.madeOrder label{
    font: 14px OpenSansLight;
    color: #6b6b6b;
}
.madeOrder .wrap-selectpaymentstype label a{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../img/new_order/tariffs_info.png);
    position: relative;
    top: 4px;
    margin-left: 10px;
}
.madeOrder .wrap-selectpaymentstype label a:hover{
    background: url(../img/new_order/tariffs_infoHover.png);
}
.madeOrder .wrap-selectpaymentstype input{
    width: 415px;
    height: 42px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    background: #fff;
    margin-bottom: 29px;
}

.madeOrder .wrap-selectpaymentstype select{
    width: 415px;
    height: 42px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    background: url(../img/new_order/select_decor.png) right center no-repeat #fff;
    margin-bottom: 29px;
}
.madeOrder .inputFullBlock input{
    width: 399px;
    height: 38px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
}
.madeOrder .inputBlock{
    width: 415px;
    min-height: 82px;
    margin-top: 11px;
}
.madeOrder .inputBlock .input_hidden{
    display: none;
}
.madeOrder .inputBlock .input_hidden.active{
    display: block;
}
.madeOrder .inputBlock input{
    width: 176px;
    height: 38px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 16px;
} 
.madeOrder .inputBlock .left{
    float: left;
}
.madeOrder .inputBlock .right{
    float: right;
}
.add_wrap{
    padding-top: 13px;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.add{
    font: 14px OpenSansLight;
    color: #58066f;
    text-decoration: underline;
    cursor: pointer;
	margin: 0px 0 20px 0;
    padding: 4px 0 0 0;
}
.add:hover{
    color: #ac83b7;
}
.add:before{
    background: url(../img/new_order/form_add.png) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    border-radius: 50%;
    top: 8px;
    width: 23px;
    height: 23px;
    margin-right: 12px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
}
.madeOrder .area_box{
    width: 415px;
    height: auto;
    margin: 0px 0 0px 0;
}
.madeOrder .area_box textarea{
    width: 399px;
    height: 155px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    resize: none;
    padding-left: 14px;
    padding-top: 11px;
    margin-top: 6px;
}
.madeOrder .addNewGoodLink{
    font: 16px OpenSansLight;
    color: #58066f;
    display: block;
    text-decoration: underline;
    margin-top: 17px;
}
.madeOrder .addNewGoodLink:hover{
    color: #ac83b7;
}
.madeOrder .addNewGoodLink:before{
    background: url(../img/new_order/form_add_big.png) no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    border-radius: 50%;
    top: 13px;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
}
.madeOrder .rightSide{
    width: 605px;
    height: auto;
    float: right;
    margin-right: 29px;
    margin-top: 4px;
}
.madeOrder .inputFullBlock2 input{
    width: 589px;
    height: 38px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
    margin-bottom: 29px;
}
.madeOrder .inputHalfBlock input{
    width: 238px;
    height: 38px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
    margin-bottom: 29px;
}
.madeOrder .isInfoLink select{
    width: 319px;
    height: 40px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    padding-left: 14px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    background: url(../img/new_order/select_decor.png) right center no-repeat #fff;
    margin-bottom: 29px;
}
.madeOrder .inputCountBlock input{
    width: 54px;
    height: 38px;
    border: 1px solid #e3e3e3;
    font: 14px OpenSansLight;
    color: #333;
    text-align: center;
    margin: 6px 8px 0 8px;
}
.madeOrder .countBlock .up{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/new_order/count_max.png);
    position: relative;
    top: 6.5px;
}
.madeOrder .countBlock .down{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/new_order/count_min.png);
    position: relative;
    top: 6.5px;
}
.madeOrder .goodWeight input{
    width: 190px;
    height: 38px;
    border: 1px solid #e3e3e3;
    border-right: none;
    padding-left: 14px;
    font: 14px OpenSansLight;
    color: #333;
    float: left;
    margin: 6px 0 0 0;
}
.madeOrder .goodWeight select{
    width: 63px;
    height: 40px;
    font: 14px OpenSansBold;
    color: #fff;
    padding-left: 12px;
    border: none;
    float: left;
    margin-top: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;
    background: url(../img/new_order/select_decor_1.png) right center no-repeat #df9c52;
}
.madeOrder .checkBlock{
    margin-bottom: 12px;
}
.madeOrder .checkBlock label{
    color: #333;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.madeOrder .checkBlock label:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 17px;
    height: 16px;
    border-radius: 7px;
    top: 3.5px;
    margin-right: 12px;
    border: 1px solid #cfcfcf;
}
.madeOrder .checkBlock input[type=checkbox]:checked + label:before {
    background: url(../img/new_order/checkBox.png) no-repeat center center;
}
.madeOrder .checkBlock1 input[type=checkbox]:checked + label:before {
    background: url(../img/new_order/check_galka.png) no-repeat center,#df9c52 !important;
}
.madeOrder .checkBlock .infoCheck{
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 8px;
    background: url(../img/new_order/tariffs_info.png);
}
.madeOrder .checkBlock .infoCheck:hover{
    background: url(../img/new_order/tariffs_infoHover.png);
}
.madeOrder .stoimostBtn{
    width: 255px;
    height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font: 14px OpenSansRegular;
    float: right;
    /* margin-top: 7px; */ /* comment by Alexey Manko 01.02.2019 */
    margin-top: 40px; /* changed by Alexey Manko 01.02.2019 */
    line-height: 40px;
    border-radius: 15px;
    text-transform: uppercase;
    background:url(../img/new_order/butt_ico.png) no-repeat 230px center ,#8fc608 ;
    margin-right: 29px;
}
.madeOrder .stoimostBtn:hover{
    background:url(../img/new_order/butt_ico.png) no-repeat 230px center ,#a7ce48 ;
}

.madeOrder .stoimostBtn_back{
    width: 155px;
    height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font: 14px OpenSansRegular;
    float: right;
    margin-top: 15px;
    line-height: 40px;
    border-radius: 15px;
    text-transform: uppercase;
    background:url(../img/new_order/butt_ico_2.png) no-repeat 20px center ,#c9c9c9 ;
    margin-right: 29px;
}
.madeOrder .stoimostBtn_back:hover{
    background:url(../img/new_order/butt_ico_2.png) no-repeat 20px center ,#aaaaaa ;
}
/* ------ */
.madeOrder .delivery_order{
    padding-bottom: 30px;
}
.madeOrder  .stoimost_box{
    width: 573px;
    height: 195px;
    background: #fff;
    float: left;
    margin-left: 30px;
    margin-top: 11px;
    padding: 37px 0px 0 32px;
    -webkit-box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.17);
}
.madeOrder  .stoimost_box .zag{
    font: 16px OpenSansSemiBold;
    color: #333;
    padding-bottom: 20px; margin: 0;
}
.madeOrder  .stoimost_box .purpl_bl{
    width: 329px;
    height: 113px;
    float: left;
    margin-right: 39px;
    color: #fff;
    background: #58066f;
}
.madeOrder  .stoimost_box .purpl_bl .txt_1{
    font: 30px OpenSansLight;
    text-transform: uppercase;
    padding-left: 36px;
    padding-right: 35px;
    line-height: 113px;
    float: left; margin-top: 0;
}
.madeOrder  .stoimost_box .purpl_bl .txt_2{
    font: 30px OpenSansSemiBold;
    float: left;
    padding-top: 21px; margin: 0;
	min-width:80px;
}
.madeOrder  .stoimost_box .purpl_bl .txt_3{
    font: 20px OpenSansLight;
    float: left;
    padding-top: 0px;  margin: 0;
}
.madeOrder  .stoimost_box .txt_4{
    font: 16px OpenSansLight;
    color: #717171;
    padding-bottom: 24px;  margin: 0;
}
.madeOrder  .txt_box{
    margin: -16px 0 0 36px;
    float: left;
}
.madeOrder  .txt_5{
    font: 14px OpenSansLight;
    color: #333; margin: 0;
    margin-bottom: 10px;
}
.madeOrder  .txt_5:before{
    width: 68px;
    height: 68px;
    display: inline-block;
    content: '';
    position: relative;
    top: 27px;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    border-radius: 50%;
    margin-right: 22px;
}
.madeOrder  .txt_5.adv_1:before{
    background: url(../img/new_order/form_adv_1.png) center center no-repeat #fff;
}
.madeOrder  .txt_5.adv_2:before{
    background: url(../img/new_order/form_adv_2.png) center center no-repeat #fff;
}
.madeOrder  .txt_5.adv_3:before{
    background: url(../img/new_order/form_adv_3.png) center center no-repeat #fff;
}
.madeOrder  .inputBl{
    float: left;
    width: 275px;
    padding-left: 30px;
    margin-top: 20px;
}
.madeOrder  .input_var_width select{
	height: 38px;
    font: 14px OpenSansLight;
    border: 1px solid #e3e3e3;
    padding-left: 14px;
    color: #6b6b6b !important;
    margin-top: 6px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
	background: url(../img/new_order/select_decor.png) right center no-repeat #fff;
	margin-bottom: 29px;
	padding: 0 37px 0 8px;
}
.madeOrder  .inputBl input{
    width: 273px;
    height: 38px;
    font: 14px OpenSansLight;
    color: #6b6b6b !important;
    border: 1px solid #e3e3e3;
    padding-left: 14px;
    margin-top: 6px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
}
.madeOrder .data_order form{
    margin-top: 12px;
}

.madeOrder  .input_var_width{
    width: auto;
    float: left;
    margin-bottom: 10px;
    /* margin-bottom: 50px; */
}
.madeOrder  .input_var_width input{
    height: 38px;
    font: 14px OpenSansLight;
    border: 1px solid #e3e3e3;
    padding-left: 14px;
    color: #333;
    margin-top: 6px;
    color: #6b6b6b !important;

}
.madeOrder .data_order .radio_bl{
    float: left;
    padding-left: 30px;
}
.madeOrder .data_order .radio_bl .txt_1{
    font: 16px OpenSansSemiBold;
    color: #333;
    display: inline-block;
}
.madeOrder .data_order .radio_bl label{
    font: 14px OpenSansLight;
    color: #231e1e;
}
input[type=radio]{
    display: none;
}
.madeOrder .data_order .radio_bl label:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 17px;
    height: 16px;
    border-radius: 7px;
    top: 3.5px;
    margin-right: 10px;
    margin-left: 20px;
    border: 1px solid #cfcfcf;
}
.madeOrder .data_order .radio_bl input[type=radio]:checked + label:before {
    background: url(../img/new_order/checkBox.png) no-repeat center center;
}
.madeOrder .data_order .submitBt{
    width: 255px;
    height: 40px;
    border-radius: 15px;
    text-align: center;
    font: 14px OpenSansRegular;
    color: #fff;
    text-transform: uppercase;
    background: #8fc608;
    line-height: 40px;
    cursor: pointer;
    float: right;
    margin: 0 30px 0 0;
}
.madeOrder .data_order .submitBt:hover{
    background: #a7ce48;
}
.marg_1{
    margin-bottom: 19px;
}
.marg_2{
    margin-bottom: 9px;
}
.inp_bl_1{
    width: 270px;
    float: left;
    margin-right:20px;
    margin-bottom: 29px;
}
.inp_bl_2{
    width: 163px;
    float: left;
	margin-right: 20px;
}
.inp_bl_3{
    width: 270px;
    float: left;
	margin-right: 20px;
}
.madeOrder .goodWeight .inp_3{
    width: 82px;
}
.madeOrder .goodWeight .inp_4{
    width: 253px;
    border: 1px solid #e3e3e3;
}
.form_top_comp{
    width: 1050px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;

}
.comp_el.comp_el_1.comp_act p {
    color: #58066f;
    font-size: 16px;
    font-weight: 600;
}
.comp_el{
    float: left;
    height: 54px;
    background: url(../img/new_order/no_act_dot_1.png) no-repeat center 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.comp_el.comp_act_2{
    background: url(../img/new_order/act_dot_1.png) no-repeat center 23px;
}
.comp_el.comp_act{
    background: url(../img/new_order/act_dot_2.png) no-repeat center 20px;
}
.comp_el.comp_act_p p{
    color: #58066f;
}
.wrapStoimostBtn {
    display: inline-block;
    width: 100%;
}
.comp_el p{
    font: 15px OpenSansRegular;
    color: #999999;
	line-height: 15px;
}
.comp_el_1{
    margin-right: 204px;
    margin-left: 8px;
}
.comp_el_2{
    margin-right: 209px;
}
.comp_el_3{
    margin-right: 123px;
}
.comp_el_4{
    margin-right: 195px;
}
.comp_grey_line2{
    width: 945px;
    margin-left: 28px;
    height: 1px;
    float: left;
    position: relative;
    top: -27px;
    background-color: #f0f0f0;
}

.adress_sklad{
    margin-left: 29px;
    margin-bottom: 14px;
}
.adress_sklad p{
    float: left;
}
.madeOrder .adress_sklad .p_1{
    font: 14px OpenSansSemiBold;
    color: #333333;
    display: block;
	margin-top: -21px;
    margin-bottom: 12px;
}
.madeOrder .adress_sklad .p_2{
    font: 14px OpenSansLight;
    color: #333333;
    display: block;
    padding-right: 30px;
    margin-left: 30px;
    border-right: 2px solid #c7c7c7;
}
.madeOrder .adress_sklad .p_1:before{
    background: url(../img/new_order/form_ico_1.png) no-repeat center;
    content: '';
    display: inline-block;
    position: relative;
    border-radius: 50%;
    top: 13px;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.17);
}
.madeOrder .inputFullBlock2_2 input{
    margin-bottom: 18px;
}
.madeOrder .wrap-selectpaymentstype_2 select{
    margin-bottom: 18px;
}
.grey_bl_1{
    height: 100px;
    background-color: #f3f3f3;
    width: 1050px;
    margin: 0 auto;
    margin-top: 32px;
}
.round_in_grey{
    width: 68px;
    height: 68px;
    display: inline-block;
    content: '';
    position: relative;
    top: 15px;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    border-radius: 50%;
    margin-right: 22px;
    margin-left: 20px;
    background: url(../img/new_order/form_adv_s.png) no-repeat center,#fff;
    float: left;
}
.grey_bl_1 p{
    font: 14px OpenSansLight;
    color: #231e1e;
    line-height: 25px;
    padding-top: 25px;
}
.madeOrder .deliver_butt{
    margin-top: 45px;
}
.h_lvl_2{
    font: 20px OpenSansBold;
    color: #333333;
	margin: 20px 0;
}
.h_lvl_2.marg_20{
    margin-top: 42px;
    margin-bottom: 10px;
}
.h_lvl_2.marg_20{
    margin-top: 42px;
    margin-bottom: 10px;
}
.input_var_width p{
    margin-bottom: 5px;
}
.input_var_width p span{
    color: #eb2828;
}
.input_var_width{
    margin-right: 30px;
}
.no_marg_right{
    margin-right: 0px;
}
.must_zapoln{
    float: left;
    font: 14px OpenSansLight;
}
.must_zapoln span{
	color: #eb2828;
}
.content_wrap{
    width: 1050px;
    margin: 0 auto
}
.marg_bott_3{
    margin-bottom: -26px;
}
.checkBlock{
    width: 320px;

}
.stoim_chk_3bl{
    width: 350px;
    float: left;
}

.madeOrder .checkBlock2 label:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    border-radius: 7px;
    top: 3.5px;
    margin-right: 12px;
    background: url(../img/new_order/check_galka.png) no-repeat center,#8fc608;
    border: none;
}
.madeOrder .checkBlock2 input[type=checkbox]:checked + label:before {
    background: url(../img/new_order/check_galka.png) no-repeat center,#8fc608;
}
.grey_hr{
    height: 1px;
    display: block;
    border: none;
    background-color: #e6e6e6;
}
.green_square_podzkaz,.green_square_podzkaz_two_line{
    font: 14px OpenSansLight;
    color: #231e1e;
}
.green_square_podzkaz_two_line{
    width: 150px;
    float: left;
    margin: 0 0 0 77px;
}
.green_square_podzkaz:before{
    content: "";
    display: inline-block;
    position: relative;
    width: 19px;
    height: 18px;
    border-radius: 7px;
    top: 3.5px;
    margin-right: 12px;
	/*    background: url(../img/new_order/check_galka.png) no-repeat center,#8fc608;*/
    border: none;
}

.quest_ico{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/new_order/quest_ico.png) no-repeat center;
    position: relative;
    top: 10px;
    margin-left: 10px;
}
.quest_bl_hid{
    width: 725px;
    position: absolute;
    z-index: 10;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.12);
    bottom: 40px;
    left: -10px;
    display: none;
}
.hid_plashka{
	width: 445px;
    position: absolute;
    z-index: 10;
    padding: 0;
	display: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.12);
    bottom: 50px;
    left: -5px;
}
.quest_ico:hover .hid_plashka{
    display: block;
}
.hid_plashka_bl{
    display: table;
    float: left;
}
.hid_plashka_bl_1{
    margin-left: 20px;
    margin-right: 63px;
}
.hid_plash_img{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.hid_plashka img{
    float: left;
}
.hid_plashka p{
    float: left;
    display: table-cell;
    vertical-align: middle;
    font: 14px OpenSansLight;
    line-height: 25px;
}
.hid_plashka p span{
    font: 14px OpenSansRegular;
    color: #7030a0;
}
.quest_bl_hid p{
    font: 14px OpenSansLight;
    color: #6b6b6b;   
}
.quest_bl_hid p span{
    color: #58066f;
    font: 14px OpenSansRegular;
}
.quest_yaz{
    background: url(../img/new_order/yazik_for_quest.png);
    width: 9px;
    height: 19px;
    bottom: -18px;
    left: 20px;
    position: absolute;
}
.quest_ico:hover{
    background: url(../img/new_order/quest_ico_hover.png) no-repeat center;
}
.float_left{
    float: left;
}

.txt_box .txt_5:before{
    width: 68px;
    height: 68px;
    display: inline-block;
    content: '';
    position: relative;
    top: 27px;
    -webkit-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 6px 14px 2px rgba(0,0,0,0.17);
    border-radius: 50%;
    margin-right: 22px;
}
.txt_box .txt_5.adv_5:before{
    background: url(../img/new_order/plane_1.png) center center no-repeat, #fff;
}
.txt_box .txt_5.ship1:before{
    background: url(../img/new_order/ship_1.png) center center no-repeat, #fff;
}

.txt_box .txt_5.adv_6:before{
    background: url(../img/new_order/icoss.png) center center no-repeat, #fff;
    margin-left: -90px;
    position: relative;
    top: 40px;
}
.txt_box .txt_5.adv_6{
    line-height: 27px;
}
.violent_txt{
    color: #7030a0;
    font-family: OpenSansRegular;
}

.left_content_wrap{
    width: 446px;
    float: left;
}
.right_content_wrap{
    width: 600px;
    float: left;
}
.chck_bl_inp_wrap {
    float: left;
    height: 40px;
}
.active_chck_block label{
    font: 14px OpenSansSemiBold;
}
.chck_bl_txt{
    float: left;
    font: 14px OpenSansLight;
    background-color: #ebebeb;
    padding:3px 10px;
    border-radius: 8px;
    margin-top: 0px;
	margin-left: 15px;
}
.active_chck_block .chck_bl_txt{
    background-color: #edb055;
}
.madeOrder .checkBlock_main{
    margin-bottom: 8px;
    width: auto;
}
.marg_right_1{
    margin-right: 50px;
}
.pad_left_1{
    padding-left: 152px;
}
.pad_left_2{
    margin-left: 190px;
}
.marg_left_2{
    margin-right: 30px;
}
.marg_top_1{
    margin-top: 75px;
}
.marg_top_2{
    margin-top: 55px;
}
.marg_top_3{
    margin-top: -20px;
}
.my_adress_bl{
    width: 605px;
    height: 60px;
    display: table;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}
.my_adress_bl.violent{
    background-color: #58066f;
}
.my_adress_bl.violent .p_1{
    color: #ffffff;

}
.my_adress_bl.violent .p_2{
    color: #ffffff;
}
.my_adress_bl .p_1{
    display: table-cell;
    vertical-align: middle;
    font: 18px OpenSansSemiBold;
    color: #333333;
    padding-left: 35px;
	width: 130px;;
}
.my_adress_bl .p_2{
    display: table-cell;
    vertical-align: middle;
    font: 14px OpenSansLight;
    color: #333333;
    line-height: 25px;
}
.infLink2:hover .quest_bl_hid{
    display: block;
}
.change_content{
	display: none;
}
.checkBlock_line {
    float: left;
    margin: 0 !important;
}
.change_content_1{
    display: block;
}
/* End Form*/
.bread_box {
    width: 1110px;
    height: auto;
    margin: 0 auto;
    padding-top: 26px;
}
.wrapp_tariffs {
    width: 1110px;
    height: auto;
    margin: 0 auto;
}
.wrapp_tariffs h1 {
    font: 30px OpenSansBold;
    color: #333;
    text-transform: uppercase;
    padding: 16px 0 0px 0;
}
h3 {
    font: 16px OpenSansBold;
    color: #333;
    padding-top: 46px;
    padding-bottom: 18px;
}
.first-part-form-form_not_auth{position:relative;}
.adress_sklad{
	display: none;
}
.inputFullBlock_t_i{
	/*	margin: 0 0 30px 0;*/
	display: none;
}
.add_wrap{
	display: none;
}
.add_all {
	cursor: pointer;
	width: 150px;
	font: 13px OpenSansLight;
	float: left;
}
.wrap_img_invoce {
    width: 150px;
    float: left;
}
.img_invoce_file_name {
    width: 280px;
    display: block;
    float: left;
	margin: 18px 0 0 0;
    text-align: right;
    overflow: hidden;
    height: 23px;
    white-space: nowrap;
    direction: rtl;
    font: 13px OpenSansLight;
}
.wrap_img_invoce {
    width: 456px;
    float: left;
    margin: 5px;
}
.big-photo-actions {
    padding: 9px;
    cursor: pointer;
    height: 21px;
    float: left;
	display: none; 
    font: 14px OpenSansLight;
    background-color: #df9c52;
    border-color: #df9c52;
    color: #fff;
	margin: 12px 0 0 0;
}
.txt_nowrap{
	white-space: nowrap;
	overflow: hidden;
}
.madeOrder .goodWeight .span_valuta {
    width: 33px;
    height: 30px;
    font: 16px OpenSansBold;
    color: #fff;
    padding: 10px 0 0 27px;
    border: none;
    float: left;
    margin-top: 6px;
    background: #df9c52;
}
.right_content_wrap{
	display:none;
}
.wrap_info_checks4{
	display:block;
}
.wrap_address_line{
	display: inline-block;
    width: 1050px;
}
.purpleLine {
    width: 65px;
    height: 2px;
    background: #58066f;
    float: left;
}
.greyLine {
    width: 1045px;
    height: 1px;
    margin-top: 1px;
    background: #eee;
    float: left;
}
.rad_bl-wrap {
    margin-top: 26px;
}
.radio-block {
    height: 65px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    margin-bottom: 30px;
    background: url(../img/toogl_img_1_1.png) no-repeat 20px center,url(../img/toogl_img_2_1.png) no-repeat 1070px center,#eee6f0;
}
.act_rad {
    background: url(../img/toogl_img_1_2.png) no-repeat 20px center,url(../img/toogl_img_2_2.png) no-repeat 1070px center,#cdb4d4;
}
.radio-block p {
    font: 14px OpenSansBold;
    color: #333;
    text-transform: uppercase;
    line-height: 65px;
    padding-left: 60px;
}
.rad_bl_1 {
    display: block;
}
.rad_bl {
    display: none;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    border-top: none;
    margin-top: -30px;
    padding: 30px;
}
.rad_bl img {
    float: left;
    margin-right: 30px;
}
.rad_bl p {
    font: 14px OpenSansLight;
    color: #333;
    line-height: 26px;
}
.rad_bl p {
    display: table;
    margin-bottom: 10px;
}
.rad_bl p {
    display: table;
    margin-bottom: 10px;
}
ol, ul {
    list-style: none;
}
.rad_bl li {
    font: 14px OpenSansLight;
    color: #333;
    line-height: 26px;
    display: table;
    margin-bottom: 10px;
}
.rad_bl li:before {
    content: url(../img/steps_li.png);
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.wrap-pickup{
    width: 605px;
    background: #f0f0f0;
    height: 60px;
    margin: 10px 0 0 0;
    cursor: pointer;
}
.wrap-pickup-active{
    background: #58066f;
}
.pickup-city{
    width: 125px;
    float: left;
    height: 44px;
    line-height: 25px;
    margin: 16px 0 0 35px;
    font-size: 18px; 
    font-family: OpenSansLight;
    font-weight: bold;
}
.wrap-pickup-address{

}
.pickup-address1{
    width: 440px;
    float: left;
    color: #333;
    font: 14px OpenSansLight;
    line-height: 27px;
}
.pickup-address2{
    width: 440px;
    float: left;
    color: #333;
    font: 14px OpenSansLight;
    line-height: 27px;
}
.wrap-pickup-active .pickup-address1,
.wrap-pickup-active .pickup-address2{
    color: #fff;
}
.wrap-pickup-active .pickup-city{
    color: #fff;
}
.subscriptionTable .popUpBlock, .madeOrder .popUpBlock {
    display: none;
    position: absolute;
    width: 243px;
    padding: 14px;
    background: #fff;
    height: auto;
    bottom: 31px;
    left: -98px;
    font: 13px OpenSansLight;
    color: #333;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.06);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.06);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.06);
    border: 1px solid #e7e7e7;
	z-index: 1;
}
.madeOrder .infoCheck:hover > .popUpBlock {
    display: block;
}
.transformNav_wrapp{
	display: none !important;
}
.email-first-block-class{width: 253px;height: 38px;border: 1px solid #e3e3e3;font: 14px OpenSansLight;color: #333;padding-left: 14px;}
.inputBlockEmail {position: relative;bottom: 346px;left: 475px;width:270px}
.madeOrder .inputBlock{min-height: 115px !important;}
.fancy_input_error {height: 20px;text-align: left;padding: 0;color: #f00;font: 12px OpenSansLight;}
.loading {z-index: 200;position: fixed;display: none;background: #555 url("../img/ajax_loader_red_48.gif") center center no-repeat;opacity: 0.7;width: 100%;height: 100%;top: 0px;left: 0px;}
.madeOrder .delivery_order .txt_5.adv_4:before{background: url(../../img/form_adv_2.png) center center no-repeat #fff;}				
.madeOrder .delivery_order .txt_5.adv_6:before{background: url(../../img/form_adv_6.png) center center no-repeat #fff;font-weight:bold;}
.madeOrder .delivery_order .adv_6{font-weight:bold;}
.madeOrder .delivery_order .txt_6{font: 14px OpenSansLight;color: #333;margin-bottom: 10px; margin-left: 60px;}		
.madeOrder .delivery_order .txt_5.adv_5:before {background: url(../../img/form_adv_1.png) center center no-repeat #fff;}
.tovar_box_active_line{border-bottom: 1px solid #e7e7e7;width:100%;display:inline-block;}
.wrap-row-hide {
	display: none;
}