
/* Form CSS */
div.contactus-form{
	max-width:370px;
	padding:0px;
	box-sizing: border-box !important;
   -webkit-box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
}
div.contactus-dependecy{
	display: none;
}
form.reg_form{
	margin-bottom: 0px;	
}	
div.contactus-form div.joomly-contactus-div{
	margin-bottom: 15px;
	width: 100%;
	display: table;	
}	
.contactus{
	cursor:pointer;
}
.contactus-center{
	margin-right:auto;
	margin-left:auto;
}	
.contactus-right{
	margin-right:0;
	margin-left:auto;
}
.g-recaptcha{
    display: table; 
}
@media (max-width: 768px)
{
	div.g-recaptcha {
	  -webkit-transform: scale(0.87);
	     -moz-transform: scale(0.87);
	      -ms-transform: scale(0.87);
	       -o-transform: scale(0.87);
	          transform: scale(0.87);
	  -webkit-transform-origin:0 0;      
		-moz-transform-origin:0; 
	    -ms-transform-origin:0;
	    -o-transform-origin:0;
	    transform-origin:0;   
	}
}
/* CSS Buttons */
div.contactus-form button[type="submit"].contactus-button{
   padding: 14px 18px;
   border: 0 none;
   font-weight: 700;
   letter-spacing: 1px;
   display:block;
   text-transform: uppercase;
   height:auto;
   width: auto;
   max-width:100%;
   color: #ffffff;
   box-sizing: border-box !important;
   -webkit-box-sizing: border-box !important;
   -moz-box-sizing: border-box !important;
   	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor:pointer;
	text-shadow: none;
    background-image: none;
}
div.contactus-form button[type="submit"].contactus-button:hover{
	opacity: 0.8;
	outline: 0 none;
}
/* CSS Fields */
input[type="text"].contactus-fields,input[type="email"].contactus-fields,input[type="date"].contactus-fields, input[type="time"].contactus-fields,input[type="tel"].contactus-fields,textarea.contactus-textarea{	
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
	border-radius: 0px;
    vertical-align: middle;
	color: #555;
	background-color: #fff;
	height:40px;
	max-width: 100%;
	width:100%;
	padding: 4px 6px;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	font-size: 13px;
    line-height: 18px;
	margin:0px;
	display:table-cell;
}	
textarea.contactus-textarea{
	padding: 4px 6px;
	height: 110px;
}
input[type="text"].contactus-fields.contactus-captcha{
	display:inline-block;
	width:66.5%;
}	
div.contactus-form img.img-contactus-lightbox{
	min-width:80px;
	width:30%;
	margin-right:3%;
	display:inline-block;
	vertical-align:bottom;
}
/* CSS Uploader */
div.contactus-form div.contactus-file{ 
	width: 100%;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	font-size:0;
	margin-bottom: 15px;
}
div.contactus-form span.contactus-file{
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:0px;
	border: 1px solid #ccc; 
	display:inline-block;
	height: 40px; 
	width:100%;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}	
div.contactus-form label.contactus-file{
	font-size: 13px;
	line-height:40px;
	display:inline-block; 
	width:20%;
	height:100%;
	float:right;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:white;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}	
div.contactus-form label.contactus-file-label{
	color:#999;
	line-height:40px;
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height:100%;
	width:70%;
	display: inline-block; 
	vertical-align:middle;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	font-weight: normal;
}
div.contactus-form label.contactus-file-label.contactus-added{
	color:#555;
}
div.contactus-form input.contactus-file{
	display:none;  
	height: 40px;
	width: 0px;
	margin-bottom: 0px;
}
/* CSS Alerts */
div.contactus-alert{
	display:none;
    position:absolute;
    background:white;
    z-index:1000000;
	padding:0px;
	top:-400px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}	
.dimmer{
	z-index:999995;
	position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black no-repeat scroll center center;
	opacity: 0.5;
}
div.contactus-lightbox-caption{
/*	border-bottom: 1px solid #E0D8D8;*/
}
div.contactus-lightbox-caption > div{
	display:inline-block;
}
div.contactus-lightbox-body{
	padding:20px 15px 10px 15px;
	background-color: #fff;
}
div.contactus-alert-body{
	padding: 20px;
}
div.contactus-lightbox-cap{
	margin-left:10%;
	width:80%;
}	
div.contactus-lightbox-caption{
	color:white;
}
p.contactus-lightbox-text-center{
	text-align:center;
	margin: 0px;
}
div.contactus-lightbox-cap > h4{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    color: black;
    text-transform: uppercase;
    display: none;
}
div.contactus-alert > p{
	margin: 20px 0px 30px 0px;
	text-align:center;	
	font-size: 16px;
}
div.contactus-lightbox-closer{
	width:10%;
}
div.contactus-lightbox-closer > i{
	float:right;
	cursor: pointer;
	margin-right:10px;
	color:black;
}


div.date-container{
	display:table;
	width: 100%;
	text-align: left;
}
div.checkbox-container{
	text-align: left;
}
label.contactus-date-label{
	display:table-cell;
	font-weight: normal;
	margin: 0px 0px;
	width:120px;
}
input[type="date"].contactus-fields.constructor{
	padding: 10px 6px;
}
input[type="time"].contactus-fields.constructor{
	padding: 10px 6px;
}
span.contactus-sp{
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px;
}
input[type="checkbox"].contactus-fields{
    margin: 0px 0px 0px 10px ;
}
input[type="checkbox"].joomly-contactus-checkbox{
	margin: 0px 0px 0px 10px;"
}
label.contactus-checkbox-label{
	max-width: 100%;
	width: 100%;
	margin: 0px 0px;
	font-weight: normal;
	text-align: center;
}
div.select-container{
	display:table;
	width: 100%;
	text-align: left;
}
label.contactus-select-label{
	display:table-cell;
	font-weight: normal;
	margin: 0px 0px;
	width:120px;
}
select.contactus-select{
	display:table-cell;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	color: #555;
	background-color: #fff;
	max-width: 100%;
	width: 100%;
	height: 40px;
	margin:0px 0px;
	padding: 6px 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}
p.joomly-p{
	text-align: justify;
}

label.contactus-label-left a {
    color: #090909 !important;
    font-size: 12px;
    font-weight: 500;
}
/*#contactusForm label:before {
    content: "";
    display: block;
    width: 55px;
    height: 62px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}*/

#contactusForm .name_label:before {
    background-image: url(/web/20220401172105im_/https://rudat.ru/img/icons/name_label.png);
    -webkit-background-size: 26px 26px;
    -o-background-size: 26px 26px;
    background-size: 26px 26px;
}

#contactusForm .phone_label:before {
    background-image: url(/web/20220401172105im_/https://rudat.ru/img/icons/phone_label.png);
    -webkit-background-size: 22px 22px;
    -o-background-size: 22px 22px;
    background-size: 22px 22px;
}

#contactusForm .email_label:before {
    background-image: url(/web/20220401172105im_/https://rudat.ru/img/icons/email_label.png);
    -webkit-background-size: 29px 19px;
    -o-background-size: 29px 19px;
    background-size: 29px 19px;
}

.checkbox-custom, .label {
    display: inline-block;
    vertical-align: middle;
}
.checkbox-custom {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 3px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #333;
}

.joomly-contactus-div a {
    padding-left: 15px;
}


input[type="text"].contactus-fields, input[type="email"].contactus-fields, input[type="date"].contactus-fields, input[type="time"].contactus-fields, input[type="tel"].contactus-fields, textarea.contactus-textarea {
    padding: 1.4rem 2rem;
    border: none;
    background-color: transparent;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    padding-left: 2rem;
    color: #131313;
}
/*
     FILE ARCHIVED ON 17:21:05 Apr 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:10:42 Mar 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.832
  exclusion.robots: 0.06
  exclusion.robots.policy: 0.044
  esindex: 0.014
  cdx.remote: 276.597
  LoadShardBlock: 355.226 (3)
  PetaboxLoader3.datanode: 398.165 (5)
  load_resource: 179.263
  PetaboxLoader3.resolve: 81.534
  loaddict: 63.853
*/