form{
	font-family: "Poppins", Arial, Tahoma, sans-serif;
}

form#zayavka .form_item {
    overflow: hidden;
    margin-bottom: 20px;
    clear: both;
    padding: 20px 20px 0;
    background: rgba(63, 168, 5, 0.04);
    border-radius: 3px;
}
form#zayavka .form_item:hover {

}
form#zayavka ul li label {
cursor: pointer;
display: block;
margin-bottom: 8px;
color: #333;
}
form#zayavka ul li {
	margin-bottom: 16px;
    list-style: none;
    float: left;
    margin-right: 32px;
}
form#zayavka .form_item.boxs{
float: left;
    clear: none;
    width: 44%;
    padding: 20px;
}


@media only screen and (max-width: 780px){
    form#zayavka .form_item.boxs{
        clear: both;
        width: auto;
    }
}



form#zayavka ul {
    padding: 0;
    margin: 0;
}
form#zayavka ul li input,select {
border: 1px solid rgba(91, 178, 75, 0.48);
    outline: none;
    background: none;
    width: 240px;
    padding: 10px 16px;
}
form#zayavka ul li input:focus,select:focus {
border-color:#5bb349
}
form#zayavka ul li select {
-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    background: url(/wp-content/themes/betheme/images/select.png) 95% 9px no-repeat;
    background-size: 18px;
    cursor: pointer;

}
.form_title {
    margin-bottom: 22px;
    color: #001680;    
}
input#btn_zayavka {
    background-color: rgb(87, 176, 70);
    color: #fff;
    border: 2px solid transparent;
    padding: 12px 36px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}
form#zayavka ul li.length input {
    width: 100%;
}
form#zayavka ul li.length {
    width: 100%;
}


span.del_ul {
    position: absolute;
    right: -6px;
    bottom: 27px;
    background: url(close.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.add_ul {
    float: left;
    clear: both;
    position: relative;
}



.more_inf span:hover {
    color: #57b046;
    border-color: #57b046;
}
.more_inf span {
    border-bottom: 1px dashed #aaa;
    opacity: .8;
    cursor: pointer;
    font-size: 14px;
}
.more_inf {
    display: block;
    clear: both;
    padding: 8px 0 0 0;
}
.more_info_div {
    margin: 12px 0;
    display: none;
}
.more_info_div p{
color: #aaa;
font-size: 12px;
}	
.more_info_div.active {
display: block;
	}
.more_info_div textarea {
    width: 280px;
    height: 32px;
    padding: 6px 8px;
    outline: none;
    background: none;
}

.new_div{
    display: none;
    clear: both;
    float: left;
    margin-top:16px;
        padding-left: 20px;
        padding-bottom: 20px;
}
#sizeTable table{
    border-collapse: collapse;
}
#sizeTable table tr, td{
   border:1px solid #ddd;
   padding: 6px 12px;
}
span.new_title {
    margin-bottom: 12px;
    font-weight: 600;
    display: inline-block;
}

form#zayavka ul li input.error {
    border-color: #e9adad;
}

span.red {
    background: #ffd9d9;
    color: #c00b0b;
    padding: 4px 8px;
    display: inline-block;
    margin: 0 6px 6px 0;
    border-radius: 3px;
}





.checkbox,
.radio {
	display: none;
}
.checkbox-custom,
.radio-custom {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	position: relative;
    border-radius: 20px;
	margin-right: 8px;
    margin-top: -2px;
}
.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}
.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #413548;
	border-radius: 20px!important;
}
.checkbox:checked + .checkbox-custom::before{
	content: "";
	background:transparent url(/wp-content/themes/betheme/images/check.png) -4px -3.5px no-repeat;
	background-size: 24px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
	border-radius: 50%;
}
.radio:checked + .radio-custom::before {
        top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.checkbox:checked + .checkbox-custom {
    border-color: #999;
}

input[type="file"]:after {
    content: "Загрузить";
    position: absolute;
    left: 0;
    top: 0;
    right: 45%;
    bottom: 0;
    background: #ecf4f2 url(https://cdn4.iconfinder.com/data/icons/evil-icons-user-interface/64/clip-512.png) left/20px no-repeat;
    line-height: 40px;
    padding-left: 24px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
input[type="file"] {
    position: relative;
    border: none!important;
}

.green {
    font-family: arial;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(244, 247, 252, 0.83);
}
span.green_title {
    font-size: 21px;
    margin-bottom: 10px;
    display: inline-block;
}
.green b {
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 4px 12px 3px;
    display: inline-block;
    border-radius: 30px;
    margin-left: 6px;
    letter-spacing: 1px;
}
a.plus {
text-decoration: none;
    padding: 12px 40px 11px;
    background: #f0faf3;
    color: #57b046;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    position: relative;
    float: right;
    margin-top: -20px;
}







.btn_zayavka_print{
    background-color: rgb(87, 176, 70);
    color: #fff;
    border: 2px solid transparent;
    padding: 12px 36px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    outline: none;  
}   

.btn_zayavka_box{
    display: flex;

}

.btn_zayavka_box input{
    margin-right: 5px;
}



@media print { /* Стиль для печати */
.btn_zayavka_box , .mask , .green_title , .plus{
    display: none !important;
}

#zayavka{
    zoom: 70%;

}
.green {

    text-align: center;
}


.checkbox:checked + .checkbox-custom::before {
    content: "";
     background: none; 
    background-size: 24px;
}
.checkbox:checked + .checkbox-custom::before, .radio:checked + .radio-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 20px!important;
}


.perevozka-checklist li{
    display: none;
}

.perevozka-checklist li.perevozka_rez-act{
    display: block;
}

.checkbox-custom{
    display: none;
}


.green {

    background: none;

}
   
}













.plus{
    cursor: pointer;
    
}

.suggestions-wrapper {
    position: absolute !important;
cursor: pointer;
}

.suggestions-suggestions *{
    cursor: pointer;
}