.form_container_new{
	display:block !important;
}
.form_item_new{
	max-width:unset;
	margin-bottom:10px;
}
.form_container_new textarea{
	width: 100%;
    max-width: unset;
    margin-bottom: 10px;
}
#ctbs-modal-new_form .ctbs-modal__inner, #ctbs-modal-new_form .ctbs-modal__header, #ctbs-modal-new_form .ctbs-modal__body, #ctbs-modal-new_form .container, #ctbs-modal-new_form section.trust{
	background: #FF7E0D;
}
#ctbs-modal-new_form .form__input, #ctbs-modal-new_form .form__textarea{
	background: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: none;
    box-shadow: none;
    padding: 20px;
    margin-bottom: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #31343b;
}	
#ctbs-modal-new_form .form__errors li{
	color:#fff;
}
#ctbs-modal-new_form .ctbs-modal__title{
	display:none;
}
#ctbs-modal-new_form h2.title{
	text-align:center;
	color:#fff;
}
#ctbs-modal-new_form .form__item{
	max-width:unset;
	padding-top: 20px;
}
#ctbs-modal-new_form #feedback-submit{
	font-family: "Roboto", sans-serif;
    color: #31343b;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 48px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    width: 100%;
	margin: 0 auto;
}
#ctbs-modal-new_form .ctbs-modal__header img{
	text-align: center;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 25px;
}