@charset "utf-8";
input,
textarea {
    padding: 5px 8px;
    border: none;
    display: block;
    margin-top: 6px;
    color: #b1b7ba;
    font:18px Open Sans, sans-serif;
    width: 100%;
    max-width: 285px;
}
.checkbox {
    max-width: 20px;
    width: 100% !important;
    height: 20px;
}
input[type="submit"] {
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 6px;
    background: #ee7156;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 4px;
    height: 30px;
}
input[type="submit"]:disabled{
    opacity: .3;
}
.open-modal {
	color:#c02026 !important;
	text-decoration:none;
	cursor:pointer;
}
.open_modal, .orderForm, .orderBox {
  background: linear-gradient(to bottom, #bababb 0%, #ffffff 100%);
  padding: 5px 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #222222 !important;
  cursor: pointer;
}
.open_modal p, open_pmodal p {
  text-align: center;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.open_modal, .orderForm, .orderBox{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    width: 55%;
    max-height: 500px;
    overflow-y: scroll;
    text-align: justify;
    top: 45%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border: 5px solid #fff;
}
.orderForm {
    width: 37% !important;
    margin: 0 auto;
    padding: 20px 40px;

}
.orderForm form {
    padding: 20px 0;
    transform: translateZ(1px) scale(1);
}
.orderForm .formBtn {
    text-align: center;
}
.orderForm .formBtn .yourBtn {
    max-width: 285px;
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
    border:none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    cursor: pointer;
}
.yourBtn:disabled {
    background-color: #bababb !important;
}
.orderForm form .formInp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.orderForm form .formInp input {
    color: #434343;
}
.open_modal form {
    padding: 0;
    right: 0;
    width: 100%;
    background: url(../img/modal/window-bg.png)no-repeat center center;
    background-size: cover;
    padding-bottom: 10px;
}
.open_modal2 .window {
    padding: 0 27px 27px;
    right: 0;
    width: 373px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    border: 1px solid #72bffc;
    border-top: 40px solid #72bffc;
}
.open_modal form input {
    background: #f0f5f7;
    margin-top: 3px;
    max-width: 246px;
    width: 100%;
}
.open_modal form input[name="txtname"]{
    margin-top: 20px;
}
.open_modal form textarea {
    background: #f0f5f7;
    margin-top: 8px;
    max-width: 246px;
    height: 100px;
    resize: none;
}
.open_modal form label{
    width: 100%;
    height: 20px;
    display: block;
    margin: 8px -2px;
    padding: 0;
}
.open_modal form input[type="submit"] {
    background: #ee7156;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.open_modal form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.open_modal form h2 {
    font-size: 30px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    background: #000000;
    padding: 10px 0;
    text-align: center;
}

.orderForm .close_modal,
.orderBox .close_modal {
    position: absolute;
    padding: 0px 5px 5px 5px;
    top: 3px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 1.2em;
    background: #000000;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orderBox .close_modal:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
    transform: rotate(180deg);
    border: 2px solid #000;
}
.orderForm .close_modal:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
    transform: rotate(180deg);
    border: 2px solid #000;
}
.open_modal .close_modal:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.open_pmodal .close_modal:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.open_modal2 h2 {
	font-size: 18px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.open_modal2 p {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.open_modal2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.open_modal2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}

.button_submit {
    padding: 20px 45px !important;
    color: #fff !important;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-size: 36px !important;
    text-align: center !important;
    height: auto !important;
    width: auto !important;
    max-width: 450px !important;
    margin: 0 auto;
    border: 2px solid #fff !important;
    border-top: 4px solid #fff !important;
    background: linear-gradient(to bottom, #5d9708 0%, #04631a 100%) !important; 
}
.button_submit:hover {
    background: linear-gradient(to bottom, #04631a 0%, #5d9708 100%) !important;
}
.fofm label {
    text-align: center;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.formField label {
    display: flex;
    align-items: center;
    max-width: 285px;
    margin: 10px 0;
}
.formField label p {
    text-align: left;
}
.police_block {
	overflow:hidden;
}
.police-content {
	overflow:hidden;
	padding:0 10px;
}
.police-title {
	font-size:1.5em;
	padding:10px 0;
}
.police-content p {
	text-align:left;
	font-size:1.3em;
}
#pwebkitscroller::-webkit-scrollbar {
	width:6px;
	background-color: #222222;
}
#pwebkitscroller::-webkit-scrollbar-thumb {
	background-color: #222222;
    min-height: 450px;
    border-radius: 10px;
}
#pwebkitscroller::-webkit-scrollbar-track {
	background-color: #f0f0f0;
}

@media screen and (max-width: 999px) {
    .orderForm {
        width: 45% !important;
    }
}
@media screen and (max-width: 780px) {
    .orderForm {
        width: 65% !important;
    }
}
@media screen and (max-width: 475px) {
    .orderForm {
        width: 95% !important;
    }
    .orderBox {
        width: 95% !important;
    }
}