

/* Start:/bitrix/templates/.default/components/nav/callback/proplex_deco/style.css?155550976012374*/
.content_wrap textarea,
.nav_callback_event_wrap textarea,
.js_nav_callback_event_form textarea{
	resize:none;
}
.js_nav_callback_event_form *,
.nav_callback_event_wrap *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c_red{
	color:red;
}
.iblock{
	display:inline-block;
}

.width_100{
	width:100%;
}

.ta_c{
	text-align:center;
}

.uploadbutton {
    !display: inline-block;
	display: block;
    overflow: hidden;
    cursor: pointer;
}
.uploadbutton input {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
}
.uploadbutton .button {
    width: 100px;
	text-align: center;
    display: inline-block;
}
.uploadbutton .input {
    width: 180px;
    display: inline-block;
}

.d_table{
	display:table;
	table-layout: fixed;
}
.d_tr{
	display:table-row;
}
.d_td{
	display:table-cell;
}
.valig_c{
	vertical-align:middle;
}



/*==================== модальное окно ======================*/
.modal-window {
    
	position: static;
    left: 0%;
	z-index: 999;
    min-width: 340px;
    max-width: 340px;
    background: #fff;
	display:inline;
	top:0px;
    

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
	
}
.bl-time p{
	padding-right:10px;
} 



.d_tr{
	padding-top:5px;
}





.briefform_wrapper{
	text-align:center;
	margin-bottom:60px;
}
.briefform *{
	font-size:16px;
	text-indent: 0px; 
}

.briefform{
	margin: auto;
}

.briefform label
, .briefform .label{
	display: block;
	margin-bottom: 0.40625rem;
	text-align:left;
	text-transform:uppercase;
}
.briefform .row-group{
	margin: 25px 0;
	display:block;
}

.feedback input[type=text]
, .feedback input[type=email]
, .feedback input[type=tel]
, .feedback textarea
, .briefform input[type=text]
, .briefform input[type=email]
, .briefform input[type=tel]
, .briefform textarea{
	display: block;
	width: 100%;
	 padding: 1rem;
  font-size: 1.5rem;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}
.briefform .projecttype{
	padding:0px;
}

.briefform .projecttype>li{
	list-style-type:none;
}	


.feedback .projecttype input[type=checkbox]:checked + label:before
, .briefform .projecttype input[type=checkbox]:checked + label:before
{
	background: url('/bitrix/templates/.default/components/nav/callback/proplex_deco/images/full_small_blue.png') left top no-repeat #ffffff;
}
.feedback .projecttype input[type=checkbox] + label:before
, .briefform .projecttype input[type=checkbox] + label:before
{
	content: '';
	display: inline-block;
	margin-right: 0.40625rem;
	width: 20px;
	height: 20px;
	background: url('/bitrix/templates/.default/components/nav/callback/proplex_deco/images/empty_small.png') left top no-repeat #ffffff;
	vertical-align: middle;
}


.briefform .projecttype input[type=checkbox]{
	display:none;
}

.feedback textarea, .briefform textarea {
	min-height: 200px;
}
.briefform input[type=submit] {
  display: inline-block;
  padding: 1rem;
  font-size: 1.5rem;
  
  background: #3184ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.briefform input[type=submit] {
  display: block;
  margin: 3.25rem auto 0 auto;
  width: 200px;
  border: none;
}

.briefform .ui-slider-range{
	background-color: #3184ff !important;
	background-image: none;
}

.briefform .ui-slider{
	border: 1px solid #D9D9D9;
}
.briefform .ui-slider-handle:before{
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 13px;
  top: 6px;
} 
.briefform .ui-slider-handle:after{
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 19px;
  top: 6px;
}

.briefform .ui-slider-handle{
	width: 34px;
	height: 28px;
	top:-8px;
	  margin-left: -18px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
	background-image:none;
}








.label {
	display: block;
    font-size: 12px;
    padding: 5px 0 7px 0;
}


#form  input[type=email],
#form  input[type=text], 
#form  select, 
#form  textarea,
.big-select {
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
    background: #FFF;
}

#form  input[type=text].multiple{
  !width: 90%;
} 
.more{
	width:100px;
	margin-top: 16px;
	float: right;
}
 
.button{
   !border-radius: 4px;
    
	 !background: #13b891;
    text-shadow: none;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
   cursor:pointer;
	min-width:100px;
    color: #fff;
}	
 
.hr{
	padding-bottom: 1px;
	background-color: #9b9b9b;
	border-bottom:1px solid #F4F4F4;
	margin-top:20px !important;
}

.services .one_service {
	width:49%;
}

@media (max-width: 500px){
	.services .one_service {
		width: 99%;
	}
}
.error>p {
	color:red;
}

.js_nav_callback_event_container.form_wrap {
    ! min-height: 100px;
	! max-height: 505px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin:0px !important;
	padding:0px !important;
	overflow:hidden;
}

.js_nav_callback_event_form{
	!width:auto;
	!max-width:450px;
	
}

/*
.flexbox{
	display: block;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap: wrap; 
}
*/

.three_line_column{
	width:33%; 
	!max-width:33%;
	padding:0 10px;
	vertical-align: top;
	
	display:block;
}

@media only screen and (min-width: 1050px){
	.jq-selectbox__select-text,
	.jq-selectbox__select{
		!padding:0px;
		!max-width: 230px;
		min-width: 260px;
	}
}
@media only screen and (max-width: 1049px){
	
	.three_line_column{
		width:50%;
	}
	
	.jq-selectbox__select-text,
	.jq-selectbox__select{
		!padding:0px;
		max-width: 230px;
		min-width: 230px;
	}
}
@media  only screen and (max-width: 779px){
	.three_line_column{
		width:100%;
	}
}
.selectize-input{
	border-radius:0px !important;
	box-shadow:none !important;
	border: 1px solid #d0d0d0;

}

.form_wrap{
	!max-width:342px;
	!max-height:400px;
}
 
.content_wrap{
    !height:300px;
    width: 305px;
}

.nav_callback_event_wrap{
	!padding:20px;
	overflow: auto;
	overflow-x: hidden;
	height:auto;
	!min-height:300px;
	!max-height:400px;
	
}







/*
 .modal-body {
        width: 300px;
        padding: 30px 60px;
        padding-bottom: 40px;
        background: #ddd;
        margin: auto;
        border-radius: 10px;
        -moz-border-radius: 10px;
        text-align: center;
        font-family: Tahoma,sens-serif;
        position: relative;
		
		
    }
*/
    .modal-title {
        text-align: center;
        font-size: 26px;
        color: #000;
    }

    .modal-subtitle {
        text-align: center;
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #7e7e7e;
    }
	/*
    .modal-body input {
        width: 95%;
        height: 30px;
        margin-bottom: 15px;
        padding-left: 10px;
        color: #000;
        font-family: Tahoma,sens-serif;
        font-size: 14px;
    }
	*/
    .modal-body textarea {
        !width: 95%;
        !color: #000;
        !margin-bottom: 15px;
        height: 90px;
        !padding-left: 10px;
        !padding-top: 10px;
        !font-family: Tahoma,sens-serif;
        !font-size: 14px;
    }
	/*
    .modal-body button {
        width: 80%;
        margin: auto;
        font-size: 15px;
        padding: 10px;
        font-family: Tahoma,sens-serif;
        background: rgba(88,212,30,1);
        background: -moz-linear-gradient(top, rgba(88,212,30,1) 0%, rgba(73,155,37,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88,212,30,1)), color-stop(100%, rgba(73,155,37,1)));
        background: -webkit-linear-gradient(top, rgba(88,212,30,1) 0%, rgba(73,155,37,1) 100%);
        background: -o-linear-gradient(top, rgba(88,212,30,1) 0%, rgba(73,155,37,1) 100%);
        background: -ms-linear-gradient(top, rgba(88,212,30,1) 0%, rgba(73,155,37,1) 100%);
        background: linear-gradient(to bottom, rgba(88,212,30,1) 0%, rgba(73,155,37,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58d41e', endColorstr='#499b25', GradientType=0 );
        border: none;
        color: #fff;
		
		cursor:pointer;
    }
	*/
    .modal-body input::-webkit-input-placeholder, .modal-body textarea::-webkit-input-placeholder {
        color: #4f4f4f;
        font-family: Tahoma,sens-serif;
        font-size: 14px;
    }

    .modal-body input:focus::-webkit-input-placeholder, .modal-body textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .modal-body input:focus::-moz-placeholder, .modal-body textarea:focus::-moz-placeholder {
        color: transparent;
    }

    .x-close {
        background: url(/img/krestik.png) 100% no-repeat;
        background-size: cover;
        position: absolute;
        width: 17px;
        height: 17px;
        right: 20px;
        top: 25px;
    }

    .modal-body img {
        vertical-align: bottom;
        margin-right: 10px;
    }
	
 


.modal-body .error{
	margin-bottom:10px;
}

.modal-body .form-group{
	!text-align:center;
} 


.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-check-label {
    margin-bottom: 0;
}
.css_label.group_label{
	color:#333;
}

.field_DELIVERY_ADDRESS{
	margin-bottom:0px !important;
}
.field_SEE_AUTO{
	margin-bottom:30px !important;
}

.css_error_input, .css_error_textarea{
	border-color: #f00;
}


 
 
 
 
 
 
.toggle-box {
  display: none;
}
.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: normal;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 16px;
  color: #454b52;
  font-weight: bold; 
}
.toggle-box + label + div {
  display: none;
  text-align: justify;
  margin: 0px 40px;
  margin-bottom: 20px;
}
.toggle-box:checked + label + div {
  display: block;
  font-size: auto;
  color: #454b52;
}
.toggle-box + label:before {
  background-color: #f07c00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ffffff;
  font-size: 8pt;
  content: "Ў";
  display: block;
  float: left; 
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin: 0px 10px;
  text-align: center;
  width: 25px;
}
.toggle-box:checked + label:before {
  content: "\2212";
}
 
#inline {
margin-left: 5px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 10px 20px;
}
.txt { 
    display: inline-block;
    color: #676767;
    width: 80%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    font-size: 15px!important;
    line-height: 1.4em;
}
.txtarea { 
    display: inline-block;
    color: #284995;
    width: 80%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    font-size: 15px!important;
    line-height: 1.4em;
    height: 80px;
}
.txt:focus, .txtarea:focus {
 border-style: solid; 
 border-color: #bababa; 
 color: #444; 
 }
input.error, textarea.error { 
    border-color: #973d3d; 
    border-style: solid; 
    background: #f0bebe; 
    color: #a35959; 
    }
input.error:focus, textarea.error:focus { 
    border-color: #973d3d; 
    color: #a35959;
     }
#send { 
    color: #FFFFFF;
    display: center;
    cursor: pointer;
    padding: 5px 11px;
    font-size: 1.2em;
    border: solid 1px #F9F9F9;
    border-radius: 2px;
    background: #284995;
    width: 210px;
    margin-bottom: 20px;
}
#send:hover {
    background: #f07c00;
}
  .nav_callback_event_wrap .modal-body , .nav_callback_event_wrap #inline{
	padding-top:0px !important;
	padding-bottom:0px !important;
 }
 .js_nav_callback_event_form{
	margin-bottom:0px;
 }
/* End */
/* /bitrix/templates/.default/components/nav/callback/proplex_deco/style.css?155550976012374 */
