.date-filter form h4 {color:#000 !important;}
.date-filter .alert h4 {margin-top:5px;}
.partner-code {background-color: #fff;}
#constructor{
	position:relative;
}
#constructor .preloader{
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
	background: rgba(250, 250, 250, 0.85);
    z-index: 9;
	display:none;
	top:20%;
}
#constructor .date,
#constructor .sectcons,
#constructor .town{
    position: relative;
}


#constructor h3 {
    width: 265px;
    display: block;
    height: 45px;
    padding: 15px 40px 15px 40px;
    font-size: 18px;
    line-height: 18px;
    border-right: 3px solid transparent;
    text-decoration: none;
    transition: border .3s;
}
#constructor h3:after{
	display:none;
}
#constructor h3 i {
    width: 60px;
    margin-left: -60px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-size: 30px;
    color: #f69c00;
    transition: color .3s;
}
#constructor .constructor_inner {
    display: block;
    position: absolute;
    left: 350px;
    right: 0;
    top: 0;
    /*bottom: 0;*/
    padding: 30px;
    background: #fff;
	border-left:1px solid #f69c00;
}
#constructor .constructor_inner:before{
	content: '';
    position: absolute;
    top: 50%;
    left:-15px;
    margin-top: -7px;
    box-sizing: border-box;
    border: 7px solid transparent;
    transition: border .3s;
    border-right-color: #f69c00;
}
#constructor p {
    margin-top: 10%;
    font-size: 20px;
}
#constructor .preloader img{
	width: 100px;
    margin-top: 5%;
}
#constructor .sectcons{
	height:667px;
}
#constructor label,
#constructor .rubr{
	display:inline-block;
}
#constructor .rubr{
	  position: relative;
    padding: 5px 0;
    /* float: left;
    width: 50%; */
}
#constructor input[type=text] {
    display: inline-block;
    width: 130px;
}
#constructor .bottom{
	margin-top:50px;
	text-align:right;
}
#constructor .bottom span{
	font-size:18px;
	padding-right:20px;
}

.sections_list {display: flex; flex-direction: column;}
.sections_list  .d-flex > div {width:50%;}
.sections_list  .d-flex h4 {background: #fafafa; padding: 7px 15px; margin:10px 10px 10px 0;}
.sections_list  .rubr {width:100%;}
.sections_list  .rubr label {margin-bottom: 2px;}
.towns {display: flex;}
.towns > div {margin-right: 10px; display: flex;}
.towns > div label {margin-left: 5px;}

@media (max-width: 1023px) {
	   #constructor .rubr {width:100% !important;}
}
@media (max-width: 575px) {
	 .sections_list .d-flex > div {
			 width: 100%;
	 }
	 .d-flex, .towns {flex-direction: column;}
   .partner-code {min-height: 150px;}
}
