/* Reset `button` and button-style `input` default styles */
    
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    border-radius: inherit;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}

input[type="text"] {
border-radius: inherit;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Own styles for forms */
#submit_2 {
    /*border: 1px solid #793a27;box-shadow: 0px 0px 10px rgba(0,0,0,0.3);*/
        
    background-color: #d17a13;      
    font-style: inherit;
    font-size: 20px;
    width: 210px;
}

#animal_2 {background: #fff;color: #000;    margin-top: -1px;  padding-bottom: 9px;    padding-top: 9px;}
/*#go-modal-form */#go-modal-form1{
/*background: #EE5122;*/
    background: #e03300;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 7px 15px 9px;
    text-align: center;
    text-decoration: none;
    width: 160px;

}
.open_modal, input #submit_2, #submit_3 {
      position: relative;
  overflow: hidden;
}
.open_modal:before, input #submit_2:before, #submit_3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translateX(-4em) skewX(-45deg);
}
.open_modal:hover:before, input #submit_2:hover:before, #submit_3:hover:before {
  animation: move-light 0.5s;
}

@keyframes move-light {
  from {
    transform: translateX(-4em) skewX(-45deg);
  }
  to {
    transform: translateX(12em) skewX(-45deg);
  }
}
#go-modal-form {
    background: #d17a13;
    color: #2e0000;
    margin: 0 auto;
    padding: 14px 27px;
    text-align: center;
    display: flex;
    width: fit-content;
    max-width: 245px;
    text-decoration: none;
}

#go-modal-form1{
	width: 200px !important;
}
#go-modal-form:hover, #go-modal-form1:hover{background: #F68B1F;}

#submit_3{
border: 0 none;
    font-size: inherit;
    color: #2e0000;
    margin:0 auto;
   /* width: 240px;*/
    width: fit-content;
background: #d17a13;
    cursor: pointer;
  padding: 14px 27px;
}

#submit_2:hover {
    background: #F68B1F none repeat scroll 0 0;
}
#kurs_1,#filial_1,#otkuda_1{width: 320px;}
#submit_1/*, #submit_3*/{
border: 0 none;
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    margin-left: 45px;
    width: 230px;
background: #EE5122;
    cursor: pointer;
    padding-bottom: 11px;
    padding-top: 8px;
}
#submit_1:hover{background: #F68B1F none repeat scroll 0 0;}
/*#submit_3:hover{background: #F68B1F none repeat scroll 0 0;}*/
 .quickform form {
    margin: 0;
    padding: 0;
	margin-top:5px;
}

#feedback_2 > div {
    display: flex;
    margin: 0 auto;
}

#submit_20 {max-width: 250px;}

 .quickform form {
    margin: 0;
    padding: 0;
	margin-top:5px;
}
.quickform fieldset {
	float:left;
    border: #fff;
    margin: 0.2em 0 0 0;
    padding: 0.5em;
	width:400px;
}
.quickform fieldset legend {
    white-space: nowrap;
    font-weight: bold;
    background-color: #CCCCCC;
    padding: 0.1em 0.5em;
    display: block;
    margin: 0;
}
.quickform label {
    margin: 0 0 0 0.5em;
    line-height: 22px;
}
.quickform p.label {
    /*float: left;
    width: 25%;
    padding: 0;
    margin: 0.7em 0 0 19px;
    text-align: right;
    display: none;*/
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}
#modal-form input, #modal-form textarea, #modal-form select{
	background: #cecece;
}
.quickform input, .quickform textarea, .quickform select {
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    font-size: 100%;
    font-family: inherit;
    border: 0;
     color: #495057;
    outline: none;
/*border-radius: 10px;*/
        font-style: italic;
}

#modal_form input[type="text"] {
border: 1px solid #ccc;
} 

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background-color: #d17a13;
    font-size: 16px;
    color: #2e0000;
       
    outline: none;
  /*  border-radius: 10px; */
line-height:21px;
    padding: 14px 27px;
 /*   padding-top: 15px;
    padding-bottom: 16px;
    */
} 
.quickform textarea {
    overflow: auto;
}
.quickform br {
    clear: left;
}
.quickform div.row {
    padding: 0;
    margin: 0;
    clear: both;
    flex: 1 1 100px;
}
.quickform div.element {
    margin: 22px 0.5em 10px 0.5em;
    padding: 0;
}
.quickform div.reqnote {
    clear: both;
    font-size: 80%;
    margin: 0.5em 0 0 1em;
}

.quickform div.errors {
	color:red;
	font-size:10px;
	margin-bottom:20px;
}
.quickform span.required, .quickform div.reqnote em {
    /*color: red;*/
    color: #ffe2dc;
}
#modal_form .quickform span.required, #modal_form .quickform div.reqnote em {
    color: #e32900;
}
.quickform span.error
{
    color: #fff;
padding-bottom: 3px;
display: block;
}
.quickform div.error {
margin-top: 0;
}
.quickform div.error input, .quickform div.error textarea {
    background: #ffd2c8;
    outline: none;   
}
.quickform .repeatPrototype {
    display: none;
}
@media(max-width: 1000px) {
#submit_2 {
    font-size: 18px;
        width: 200px;
}
    input[type="submit"],
input[type="reset"],
input[type="button"],
button {
line-height:21px;
    padding: 12px 25px;
} 
}

@media(max-width: 750px) {
        input[type="submit"],
input[type="reset"],
input[type="button"],
button {
line-height:21px;
    padding: 10px 23px;
} 

    #feedback_2 > div {flex-direction: column;}
    .quickform div.row {flex-basis: auto;} 
    #submit_2 {
    font-size: 16px;
        width: 180px;
}
}