.head_slide .root-item:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 8px;
}
.head_slide{
  display: none;
}
.head_slide.active, #horizontal-multilevel-menu.active{
  display: block;
}
.owl-theme .slidetext {
position: absolute;
}
.my-wrapper {
    max-width: 1130px;
    position: relative;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot span{
  //background: #b8b8b8;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  //background: #000000;
}

.owl-theme .owl-nav {
    z-index: 1;
}

.swiper-pagination-bullet {

}

.swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #869791;
    transition: opacity 200ms ease;
    border-radius: 3px;
}



.open-popup-link{
  cursor: pointer;
}
#footer_callback .open-popup-link {
    padding: 6px 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    width: 90%;
    text-align: center;
}
#footer_callback .open-popup-link:hover {
  color: #000000;
  background: #ffffff;
}
#zayvka_popup{
position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
        align-items: center;

}
button.mfp-close{
    background: rgba(0,0,0,0.3);
}
#file_info{
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis; 
}
#breadcrumb {
	margin: 0;
  margin-bottom: 20px;
}
#content {
	margin-left: 0;
}
#uslugi .block_uslugi {
    width: 33%;
    margin: 10px 0;
}
.block_uslugi_price{
	text-align: left;
	padding: 0 10px;
	min-height: 60px;
}
#content img{
  display: block;
    margin: 0 auto;
}
#content .index_plus .title{
  line-height: 40px;
}
#popap-info{
  display: none;
}
#popap-info.active{
  display: block;
}
.hdslide_contact_email>a{
  position: relative;
}
.hdslide_contact_email>a:after{
  content: "";
  height: 100%;
  width: 1px;
  background: #cccccc;
  position: absolute;
  right: -20px;
}

@media screen and (max-width: 768px){
  #footer_social ul{
    display: flex;
    justify-content: space-between;
    /* background-color: white; */
    margin-bottom: 30px;
  }

  #horizontal-multilevel-menu {
      background: #107bb1;
      display: none;
  }
    #content .index_plus .title{
    line-height: 20px;
  }
  #uslugi .block_uslugi {
    width: 99%;
  }
  #header_top_email{
    border-left: 0;
  }
}

@media screen and (max-width: 576px){
  .feedback .files span {
      display: block;
  }

}