

/* Start:/local/templates/xbitt/components/vm/list.prop/about/style.css?17677062942984*/
.contacts h3 {
  margin-bottom: 1.25rem;
}

.contacts__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(45.833333333333336% - 20px);
  margin-right: calc(4.166666666666667% + 10px);
}

.contacts__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.contacts__bottom {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.contacts__bottom .socList {
  margin-top: 0;
}

.contacts__bottom .rar_link {
  margin-left: 2rem;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 500;
}

.contacts__bottom .rar_link a {
  display: inline-flex;
  align-items: center;
}

.contacts__bottom .rar_link a i {
  font-size: 22px;
  font-size: 1.375em;
  margin-right: 0.5rem;
  color: #be1e2d;
}

.contacts__bottom .rar_link a:hover {
  color: #414042;
}

.contacts__bottom .rar_link a:hover i {
  color: inherit;
}

.contacts__map {
  margin-top: 3.125rem;
}

.contactsList__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-bottom: 2.5rem;
}

.contactsList__itemContainer {
  position: relative;
  padding-left: 3.125rem;
}

.contactsList__itemIcon {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  font-size: 1.25em;
}

.contactsList__itemName a,
.contactsList__itemVal a {
  color: #be1e2d;
}

.contactsList__itemName a:hover,
.contactsList__itemVal a:hover {
  color: #414042;
}

.socList {
  margin-top: 2rem;
}

.socList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  background: #ececec;
  padding: 0.625rem;
}

.socList ul li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.625rem;
}

.socList ul li:last-child {
  margin-right: 0;
}

.socList ul li i {
  margin-right: 0.625rem;
  font-size: 20px;
  font-size: 1.25em;
  color: #9b9b9b;
}

.socList ul li a i {
  margin-right: 0;
  color: inherit;
}

.requisites {
  margin-top: 2rem;
}

.requisites__item {
  display: flex;
  flex-wrap: wrap;
}

.requisites__name {
  width: 30%;
  font-weight: 600;
}

.requisites__val {
  width: 70%;
}

@media screen and (max-width: 1170px) {
  .contacts__left {
    width: calc(50% - 20px);
  }

  .contacts__left {
    margin-right: calc(0% + 10px);
  }
}

@media screen and (max-width: 960px) {
  .contacts__left {
    width: calc(100% - 20px);
  }

  .contacts__right {
    width: calc(100% - 20px);
  }

  .contacts__right {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .contacts h3 {
    margin-bottom: 0.5rem;
  }

  .contacts__bottom {
    flex-direction: column;
  }

  .contacts__bottom .rar_link {
    margin-left: 0;
    margin-top: 1rem;
  }

  .requisites__name {
    width: 100%;
  }

  .requisites__val {
    width: 100%;
  }
}
/*# sourceMappingURL=../../../maps/components/vm/prop.list/style.css.map */

/* End */


/* Start:/local/templates/xbitt/styles/swiper.css?17760053182625*/
.slider-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 40px;
  display: flex;
  align-items: center;
}

.slider-btn i {
  font-size: 20px;
  font-size: 1.25em;
  cursor: pointer;
  color: black;
  transition: 0.2s;
}

.slider-btn i:hover,
.slider-btn i:focus {
  color: #be1e2d;
}

.slider-btn.disabled i {
  color: #a1a9b3;
}

.slider-btn.lock {
  display: none;
}

.slider-btn-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  z-index: 10;
  display: none;
}

.slider-btn-left {
  left: 0;
  justify-content: flex-start;
}

.slider-btn-right {
  right: 0;
  justify-content: flex-end;
}

.slider-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slider-container::before {
  left: 0;
}

.slider-container::after {
  right: 0;
}

.slider-container::before,
.slider-container::after {
  content: '';
  display: block;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 20px;
  background-color: #fff;
  z-index: 5;
}

.slider-wrap {
  transform: translate3d(0px, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-item {
  height: auto;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 3px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.swiper-pagination span {
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ececec;
  margin: 0 0.25rem;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: #be1e2d;
}

@media screen and (min-width: 1170px) {
  .slider-btn-block {
    display: block;
  }

  .slider-container {
    padding: 1rem;
    margin: -1rem;
  }
}
/*# sourceMappingURL=maps/swiper.css.map */

/* End */


/* Start:/local/templates/xbitt/styles/area/about.css?1767706294921*/
.aboutBlock__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-bottom: 1rem;
}

.aboutBlock__slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.aboutSlider {
  height: 400px;
  margin: 0;
  padding: 0;
}

.aboutSlider:before,
.aboutSlider:after {
  display: none;
}

.aboutSlider__item {
  background: transparent center center/cover no-repeat;
}

@media screen and (max-width: 960px) {
  .aboutBlock__text {
    width: calc(100% - 20px);
  }

  .aboutBlock__slider {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 560px) {
  .aboutSlider {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .aboutSlider {
    height: 250px;
  }
}
/* End */
/* /local/templates/xbitt/components/vm/list.prop/about/style.css?17677062942984 */
/* /local/templates/xbitt/styles/swiper.css?17760053182625 */
/* /local/templates/xbitt/styles/area/about.css?1767706294921 */
