

/* Start:/forms/avtorizirovannye-servisnye-tsentry/style.css?17608904722360*/
.page__breadcrumbs {margin: 0 0 20px !important;}
.wba * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
}
.wba {margin-bottom: 40px;}
.wba__head {
  display: flex;
  flex-direction: row;
  gap: 50px;
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
}
.wba__head-ttl {
  font-size: 26px;
  margin-bottom: 35px;
}
.wba__head-fltr {
  display: flex;
  position: absolute;
	left: 240px;
  z-index: 2;
}

@media (max-width: 600px) {
	.wba__head { flex-direction: column;padding-bottom: 50px;}
	.wba__head-fltr {left: 0px; top:40px;}
	.wba__head-fltr *:first-child {margin-right: 10px !important;}
}


.wba__head-fltr *:first-child {
  margin-right: 100px;
}
.wba .wba-fltr ::-webkit-scrollbar {
  width: 2px;
}
.wba .wba-fltr ::-webkit-scrollbar-track {
  background-color: lightgrey;
}
.wba .wba-fltr ::-webkit-scrollbar-thumb {
  background-color: lightgrey;
}
.wba .wba-fltr h3 {
  font-size: 14px !important;
  color: grey !important;
  margin-bottom: 5px !important;
  font-weight: 400;
}
.wba .wba-fltr.wba-fltr--h ::-webkit-scrollbar-thumb {
  background-color: #244082;
}
.wba .wba-fltr ul {
  list-style: none;
  height: 30px;
  padding: 0 10px 5px 10px;
  border: 1px solid lightgray;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: white;
  padding-right: 5px;
  overflow: auto;
  position: relative;
}
.wba .wba-fltr ul li {
  margin: 0 0 5px 0;
  padding: 2px 1px 4px 5px;
  border-left: 1px solid white;
  transition: 0.3s ease;
  background-color: white;
}
.wba .wba-fltr ul li:before {
  content: '' !important;
  width: 0px !important;
  height: 0px !important;
}
.wba .wba-fltr ul li:hover {
  border-left: 1px solid lightgray;
}
.wba .wba-fltr ul li.wba-fltr__item--s {
  position: sticky;
  top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(236, 236, 236);
  animation: filter-item-sel 0.1s ease;
  z-index: 2;
}
.wba .wba-fltr ul li.wba-fltr__item--s:hover {
  border-left: 1px solid white;
}
.wba .wba-fltr ul li#wba-f-city--all:hover, .wba .wba-fltr ul li#wba-f-region--all:hover {
  border-left: 1px solid white;
}

@keyframes filter-item-sel {
  from {
    transform: translateX(-55%);
  }
  to {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/bizprofi/offices/templates/.default/style.css?17486003001654*/
.services-city{
    display: flex;
}

.service{
    margin-left: 51px;
    position: relative;
}
.service:before{
    content: ' ';
    position: absolute;
    width: 25px;
    height: 0px;
    left: -38px;
    top: 5px;

    border: 2px solid #FF0000;
}

.service-name{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.service-address .service-phone, .service-mail{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.service-mail{
    color: #00B2FF;
}

.service-select-container{
    margin-top:50px;
    margin-bottom:50px;
}

.service-select{
    margin-top: 10px;
    margin-right: 10px;
    width: 321px;
    height: 48px;

    background: #FFFFFF;
    border: 1px solid #ff3535;
    border-radius: 8px;
}

.service-select:disabled{
    border-color: #CED4DA;
}

.services-map{
    max-width: 500px;
    width: 100%;
}

@media screen and (max-width: 860px){
    .services-city{
        flex-direction: column;
    }

    .services{
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .service{
        width: 50%;
        margin-left: 0;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .service:before{
        display: none;
    }

    ymaps {
        margin: auto;
    }
}


@media screen and (max-width: 580px){

    .services{
        flex-direction: column;
        align-items: center;
    }

    .service{
        width: 100%;
        margin-left: 0;
    }

    ymaps {
        width:auto;!important;
    }

}
/* End */
/* /forms/avtorizirovannye-servisnye-tsentry/style.css?17608904722360 */
/* /local/components/bizprofi/offices/templates/.default/style.css?17486003001654 */
