/*Битрикс*/
.map-level-0 {padding-right: 30px; padding-left: 10px;}



/*about*/
.about_container img {max-width: 100%;}

/*Контакты*/
.about .block.type1 {
  border-left: 2px solid #006ec7;
  margin: 10px 0;
  padding: 0 20px;
  font-size: 0.95rem;
  line-height: 1.1;
}


/*Форма заявки*/
.checkbox_style {position: relative;}
.checkbox_style input[type="checkbox"] {width: 1px; height: 1px; position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0;

}
.checkbox_style label {display: inline-block; cursor: pointer; position: relative; padding-left: 20px; margin-right: 15px;font-size: 13px;}
.checkbox_style label::before {
    background: linear-gradient(to right, #ff0d29 0%, #ff7d04 100%);
    content: ""; display: inline-block; width: 12px; height: 12px; margin-right: 10px; position: absolute; left: 0; top: 2px; 
}
.checkbox_style a {color: #007eff!important;}
.checkbox_style input[type="checkbox"]:checked + label::after {font-family: "FontAwesome"; content: "\f00c"; font-size: 9px; color: #FFFFFF; text-align: center; line-height: 15px; position: absolute; left: 2px; top: 0;}
.checkbox_style.alert, .checkbox_style.alert a {color: #ff5d29}

/*.col-xl-  (>= 1200px)*/
@media screen and (min-width: 1200px)
{
       
}
/*.col-lg-  (>= 992px)*/
@media screen and (max-width: 1200px)
{
    .bg_block {background: none;}
    header {box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.2);}
     
}
/*.col-md-  (>= 768px)*/
@media screen and (max-width: 991px)
{
    header .logo {padding: 10px 0 10px 55px}
    .view_content_block .paging {text-align: center;}
}
/*.col-sm-  (>= 576px)*/
@media screen and (max-width: 767px)
{
    
}
/*.col-*/
@media screen and (max-width: 575px)
{
    #flat_popup {width: 1200px;max-width: 98%;}   
}