

/* Start:/bitrix/templates/.default/components/bitrix/news.list/contacts_new/style.css?15931618778032*/
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.shopsWrap .citites {
  width: 250px;
  float: left;
}
.shopsWrap .citites ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shopsWrap .citites ul li {
  padding: 0 0 12px;
}
.shopsWrap .citites ul li.active {
  color: #3d3d3d;
}
.shopsWrap .citites ul li.active ul {
  display: block;
}
.shopsWrap .citites ul li.active .cityName {
  color: #3d3d3d;
  text-decoration: none;
}
.shopsWrap .citites ul li .cityName {
  text-decoration: underline;
  text-transform: uppercase;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.shopsWrap .citites ul li .cityName:hover {
  text-decoration: none;
}
.shopsWrap .citites ul ul {
  display: none;
  padding: 15px 0 0 15px;
  border-left: 1px solid #d7d7d7;
}
.shopsWrap .citites ul ul li {
  padding: 0 0 17px;
}
.shopsWrap .citites ul ul li.active a {
  color: #3d3d3d;
  text-decoration: none;
}
.shopsWrap .citites ul ul a {
  font-size: 12px;
  text-decoration: underline;
}
.shopsWrap .citites ul ul a:hover {
  text-decoration: none;
}
.shopsWrap .shops {
  border-left: 1px solid #d7d7d7;
  float: left;
  padding: 0 0 0 20px;
}
.shopsWrap .shops .cityShops {
  display: none;
  margin: 10px 0;
}
.shopsWrap .shops .cityShops.active .cityName {
  color: #3d3d3d;
}
.shopsWrap .shops .cityShops.active ul {
  display: block;
}
.shopsWrap .shops .cityShops .cityName {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px;
}
.shopsWrap .shops .cityShops ul {
  padding: 0 0 0 20px;
  margin: 0;
  display: none;
}
.shopsWrap .shops .cityShops ul .shop {
  display: block;
  padding: 0 0 12px;
}
.shopsWrap .shops .cityShops ul .shop.active a {
  color: #3d3d3d;
  text-decoration: none;
}
.shopsWrap .shops .cityShops ul .shop a:hover {
  text-decoration: underline;
}
.shopsWrap .shops .shop {
  width: 924px;
  display: none;
}
.shopsWrap .shops .shop.active {
  display: block;
}
.shopsWrap .shops .shop .info {
  float: left;
  width: 516px;
}
.shopsWrap .shops .shop .info .infoImg {
  position: relative;
}
.shopsWrap .shops .shop .info .infoImg .nocarousel ul {
  padding: 0;
  margin: 0 0 0 26px;
  display: block;
  list-style-type: none;
}
.shopsWrap .shops .shop .info .infoImg .nocarousel ul li {
  float: left;
  margin: 0 6px;
}
.shopsWrap .shops .shop .info .map {
  display: none;
  margin: 0 auto 20px;
  width: 246px;
  height: 204px;
  float: none;
}
.shopsWrap .shops .shop .info .infoDescr {
  margin: 10px 36px 0 30px;
  border: 1px solid #d7d7d7;
  padding: 15px 15px 10px;
}
.shopsWrap .shops .shop .info .infoDescr ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.shopsWrap .shops .shop .info .infoDescr ul li {
  padding: 0 0 2px;
}
.shopsWrap .shops .shop .info .infoDescr ul li strong {
  font-size: 13px;
  color: #3d3d3d;
}
.shopsWrap .shops .shop .info .infoDescr ul ul {
  list-style-type: none;
  margin: 0 0 0 13px;
  padding: 0;
}
.shopsWrap .shops .shop .info .infoDescr ul ul li {
  padding: 0;
}
.shopsWrap .shops .shop .info .infoDescr .email a {
  text-decoration: underline;
}
.shopsWrap .shops .shop .info .infoDescr .email a:hover {
  text-decoration: none;
}
.shopsWrap .shops .shop .map {
  width: 396px;
  height: 312px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  float: left;
  margin: 0 0 0 12px;
}
/** Carousel **/
.infoImg {
  width: 514px;
  /** Carousel Controls **/
}
.infoImg .jcarousel {
  position: relative;
  overflow: hidden;
  /*width: 100%;*/
  margin: 0 25px;
  padding: 0;
}
.infoImg .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.infoImg .jcarousel ul li {
  width: 220px;
  height: 142px;
  margin: 0 5px;
  float: left;
  border: 1px solid #d7d7d7;
  position: relative;
}
.infoImg .jcarousel ul li a img {
  max-width: 218px;
  max-height: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.infoImg .jcarousel-control-prev,
.infoImg .jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  text-decoration: none;
  background: url('/bitrix/templates/index/images/sprites.png') no-repeat;
}
.infoImg .jcarousel-control-prev {
  left: 0;
  background-position: 0 -90px;
}
.infoImg .jcarousel-control-prev:hover {
  background-position: 0 -120px;
}
.infoImg .jcarousel-control-next {
  right: 0;
  background-position: -20px -90px;
}
.infoImg .jcarousel-control-next:hover {
  background-position: -20px -120px;
}
/*********1024-1239***********/
@media only screen and (max-width: 1239px) and (min-width: 1024px) {
  .shopsWrap .shops .shop {
    width: 688px;
  }
  .shopsWrap .shops .shop .info {
    float: none;
    width: auto;
  }
  .shopsWrap .shops .shop .info .infoDescr {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li {
    padding: 0 0 10px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li span {
    display: block;
    margin: 0 0 0 12px;
  }
  .shopsWrap .shops .shop .map {
    width: 688px;
    height: 318px;
    float: none;
    margin: 0;
  }
  .infoImg {
    width: 512px;
    margin: 0 auto 12px;
  }
}
/*/********1024-1239***********/
/*********1023-800***********/
@media only screen and (max-width: 1023px) and (min-width: 800px) {
  .shopsWrap .shops .shop {
    width: 502px;
  }
  .shopsWrap .shops .shop .info {
    float: none;
    width: auto;
  }
  .shopsWrap .shops .shop .info .infoDescr {
    float: none;
    width: 452px;
    margin: 0 auto 15px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li {
    padding: 0 0 10px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li span {
    display: block;
    margin: 0 0 0 12px;
  }
  .shopsWrap .shops .shop .map {
    width: 452px;
    height: 318px;
    float: none;
    margin: 0 auto;
  }
  .infoImg {
    width: 502px;
    margin: 0 0 12px;
  }
}
/*/********1023-800***********/
/*********800-480***********/
@media only screen and (max-width: 799px) and (min-width: 480px) {
  .shopsWrap .citites {
    display: none;
  }
  .shopsWrap .shops {
    float: none;
    border: none;
    padding: 0;
  }
  .shopsWrap .shops .cityShops {
    display: block;
  }
  .shopsWrap .shops .shop {
    width: 458px;
  }
  .shopsWrap .shops .shop .info {
    float: none;
    width: auto;
  }
  .shopsWrap .shops .shop .info .infoDescr {
    float: none;
    width: 440px;
    margin: 10px auto 0px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li {
    padding: 0 0 10px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li span {
    display: block;
    margin: 0 0 0 12px;
  }
  .shopsWrap .shops .shop .info .map {
    display: block;
    width: 458px;
    height: 229px;
  }
  .shopsWrap .shops .shop .map {
    display: none;
  }
  .infoImg {
    width: 458px;
    margin: 0 0 15px;
  }
  .infoImg .jcarousel ul li {
    width: 188px !important;
    height: 120px;
    margin: 0 8px;
  }
  .infoImg .jcarousel ul li a img {
    max-width: 190px;
    max-height: 120px;
  }
}
/*/********800-480***********/
/*********<479***********/
@media only screen and (max-width: 479px) {
  .shopsWrap .citites {
    display: none;
  }
  .shopsWrap .shops {
    float: none;
    border: none;
    padding: 0;
  }
  .shopsWrap .shops .cityShops {
    display: block;
  }
  .shopsWrap .shops .shop {
    width: 280px;
  }
  .shopsWrap .shops .shop .info {
    float: none;
    width: 280px;
  }
  .shopsWrap .shops .shop .info .infoDescr {
    float: none;
    width: 244px;
    margin: 10px auto 0px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li {
    padding: 0 0 10px;
  }
  .shopsWrap .shops .shop .info .infoDescr ul li span {
    display: block;
    margin: 0 0 0 12px;
  }
  .shopsWrap .shops .shop .info .map {
    display: block;
  }
  .shopsWrap .shops .shop .map {
    display: none;
  }
  .infoImg {
    width: 280px;
    margin: 0 0 44px;
  }
}

/* End */


/* Start:/css/grid.min.css?159316187819988*/
.container,.container-fluid{margin-left:auto;margin-right:auto;-webkit-box-sizing:border-box}.container-fluid::after,.container::after,.row::after{display:table}.container,.container-fluid{padding-left:.71428rem;padding-right:.71428rem}.clearfix::after,.container-fluid::after,.container::after,.row::after{content:"";clear:both}.container{box-sizing:border-box}.container-fluid{box-sizing:border-box}.row{margin-left:-.71428rem;margin-right:-.71428rem}.hidden-xl-down,.hidden-xs-up,.visible-print-block{display:none!important}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-2,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:.71428rem;padding-right:.71428rem;-webkit-box-sizing:border-box;box-sizing:border-box}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-13,.col-xs-14,.col-xs-15,.col-xs-16,.col-xs-17,.col-xs-18,.col-xs-19,.col-xs-2,.col-xs-20,.col-xs-21,.col-xs-22,.col-xs-23,.col-xs-24,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:4.16667%}.col-xs-2{width:8.33333%}.col-xs-3{width:12.5%}.col-xs-4{width:16.66667%}.col-xs-5{width:20.83333%}.col-xs-6{width:25%}.col-xs-7{width:29.16667%}.col-xs-8{width:33.33333%}.col-xs-9{width:37.5%}.col-xs-10{width:41.66667%}.col-xs-11{width:45.83333%}.col-xs-12{width:50%}.col-xs-13{width:54.16667%}.col-xs-14{width:58.33333%}.col-xs-15{width:62.5%}.col-xs-16{width:66.66667%}.col-xs-17{width:70.83333%}.col-xs-18{width:75%}.col-xs-19{width:79.16667%}.col-xs-20{width:83.33333%}.col-xs-21{width:87.5%}.col-xs-22{width:91.66667%}.col-xs-23{width:95.83333%}.col-xs-24{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:4.16667%}.col-xs-pull-2{right:8.33333%}.col-xs-pull-3{right:12.5%}.col-xs-pull-4{right:16.66667%}.col-xs-pull-5{right:20.83333%}.col-xs-pull-6{right:25%}.col-xs-pull-7{right:29.16667%}.col-xs-pull-8{right:33.33333%}.col-xs-pull-9{right:37.5%}.col-xs-pull-10{right:41.66667%}.col-xs-pull-11{right:45.83333%}.col-xs-pull-12{right:50%}.col-xs-pull-13{right:54.16667%}.col-xs-pull-14{right:58.33333%}.col-xs-pull-15{right:62.5%}.col-xs-pull-16{right:66.66667%}.col-xs-pull-17{right:70.83333%}.col-xs-pull-18{right:75%}.col-xs-pull-19{right:79.16667%}.col-xs-pull-20{right:83.33333%}.col-xs-pull-21{right:87.5%}.col-xs-pull-22{right:91.66667%}.col-xs-pull-23{right:95.83333%}.col-xs-pull-24{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:4.16667%}.col-xs-push-2{left:8.33333%}.col-xs-push-3{left:12.5%}.col-xs-push-4{left:16.66667%}.col-xs-push-5{left:20.83333%}.col-xs-push-6{left:25%}.col-xs-push-7{left:29.16667%}.col-xs-push-8{left:33.33333%}.col-xs-push-9{left:37.5%}.col-xs-push-10{left:41.66667%}.col-xs-push-11{left:45.83333%}.col-xs-push-12{left:50%}.col-xs-push-13{left:54.16667%}.col-xs-push-14{left:58.33333%}.col-xs-push-15{left:62.5%}.col-xs-push-16{left:66.66667%}.col-xs-push-17{left:70.83333%}.col-xs-push-18{left:75%}.col-xs-push-19{left:79.16667%}.col-xs-push-20{left:83.33333%}.col-xs-push-21{left:87.5%}.col-xs-push-22{left:91.66667%}.col-xs-push-23{left:95.83333%}.col-xs-push-24{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:4.16667%}.col-xs-offset-2{margin-left:8.33333%}.col-xs-offset-3{margin-left:12.5%}.col-xs-offset-4{margin-left:16.66667%}.col-xs-offset-5{margin-left:20.83333%}.col-xs-offset-6{margin-left:25%}.col-xs-offset-7{margin-left:29.16667%}.col-xs-offset-8{margin-left:33.33333%}.col-xs-offset-9{margin-left:37.5%}.col-xs-offset-10{margin-left:41.66667%}.col-xs-offset-11{margin-left:45.83333%}.col-xs-offset-12{margin-left:50%}.col-xs-offset-13{margin-left:54.16667%}.col-xs-offset-14{margin-left:58.33333%}.col-xs-offset-15{margin-left:62.5%}.col-xs-offset-16{margin-left:66.66667%}.col-xs-offset-17{margin-left:70.83333%}.col-xs-offset-18{margin-left:75%}.col-xs-offset-19{margin-left:79.16667%}.col-xs-offset-20{margin-left:83.33333%}.col-xs-offset-21{margin-left:87.5%}.col-xs-offset-22{margin-left:91.66667%}.col-xs-offset-23{margin-left:95.83333%}.col-xs-offset-24{margin-left:100%}@media (max-width:543px){.hidden-xs-down{display:none!important}}@media (min-width:544px){.container{max-width:576px}.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:4.16667%}.col-sm-2{width:8.33333%}.col-sm-3{width:12.5%}.col-sm-4{width:16.66667%}.col-sm-5{width:20.83333%}.col-sm-6{width:25%}.col-sm-7{width:29.16667%}.col-sm-8{width:33.33333%}.col-sm-9{width:37.5%}.col-sm-10{width:41.66667%}.col-sm-11{width:45.83333%}.col-sm-12{width:50%}.col-sm-13{width:54.16667%}.col-sm-14{width:58.33333%}.col-sm-15{width:62.5%}.col-sm-16{width:66.66667%}.col-sm-17{width:70.83333%}.col-sm-18{width:75%}.col-sm-19{width:79.16667%}.col-sm-20{width:83.33333%}.col-sm-21{width:87.5%}.col-sm-22{width:91.66667%}.col-sm-23{width:95.83333%}.col-sm-24{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:4.16667%}.col-sm-pull-2{right:8.33333%}.col-sm-pull-3{right:12.5%}.col-sm-pull-4{right:16.66667%}.col-sm-pull-5{right:20.83333%}.col-sm-pull-6{right:25%}.col-sm-pull-7{right:29.16667%}.col-sm-pull-8{right:33.33333%}.col-sm-pull-9{right:37.5%}.col-sm-pull-10{right:41.66667%}.col-sm-pull-11{right:45.83333%}.col-sm-pull-12{right:50%}.col-sm-pull-13{right:54.16667%}.col-sm-pull-14{right:58.33333%}.col-sm-pull-15{right:62.5%}.col-sm-pull-16{right:66.66667%}.col-sm-pull-17{right:70.83333%}.col-sm-pull-18{right:75%}.col-sm-pull-19{right:79.16667%}.col-sm-pull-20{right:83.33333%}.col-sm-pull-21{right:87.5%}.col-sm-pull-22{right:91.66667%}.col-sm-pull-23{right:95.83333%}.col-sm-pull-24{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:4.16667%}.col-sm-push-2{left:8.33333%}.col-sm-push-3{left:12.5%}.col-sm-push-4{left:16.66667%}.col-sm-push-5{left:20.83333%}.col-sm-push-6{left:25%}.col-sm-push-7{left:29.16667%}.col-sm-push-8{left:33.33333%}.col-sm-push-9{left:37.5%}.col-sm-push-10{left:41.66667%}.col-sm-push-11{left:45.83333%}.col-sm-push-12{left:50%}.col-sm-push-13{left:54.16667%}.col-sm-push-14{left:58.33333%}.col-sm-push-15{left:62.5%}.col-sm-push-16{left:66.66667%}.col-sm-push-17{left:70.83333%}.col-sm-push-18{left:75%}.col-sm-push-19{left:79.16667%}.col-sm-push-20{left:83.33333%}.col-sm-push-21{left:87.5%}.col-sm-push-22{left:91.66667%}.col-sm-push-23{left:95.83333%}.col-sm-push-24{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:4.16667%}.col-sm-offset-2{margin-left:8.33333%}.col-sm-offset-3{margin-left:12.5%}.col-sm-offset-4{margin-left:16.66667%}.col-sm-offset-5{margin-left:20.83333%}.col-sm-offset-6{margin-left:25%}.col-sm-offset-7{margin-left:29.16667%}.col-sm-offset-8{margin-left:33.33333%}.col-sm-offset-9{margin-left:37.5%}.col-sm-offset-10{margin-left:41.66667%}.col-sm-offset-11{margin-left:45.83333%}.col-sm-offset-12{margin-left:50%}.col-sm-offset-13{margin-left:54.16667%}.col-sm-offset-14{margin-left:58.33333%}.col-sm-offset-15{margin-left:62.5%}.col-sm-offset-16{margin-left:66.66667%}.col-sm-offset-17{margin-left:70.83333%}.col-sm-offset-18{margin-left:75%}.col-sm-offset-19{margin-left:79.16667%}.col-sm-offset-20{margin-left:83.33333%}.col-sm-offset-21{margin-left:87.5%}.col-sm-offset-22{margin-left:91.66667%}.col-sm-offset-23{margin-left:95.83333%}.col-sm-offset-24{margin-left:100%}.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.container{max-width:720px}.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:4.16667%}.col-md-2{width:8.33333%}.col-md-3{width:12.5%}.col-md-4{width:16.66667%}.col-md-5{width:20.83333%}.col-md-6{width:25%}.col-md-7{width:29.16667%}.col-md-8{width:33.33333%}.col-md-9{width:37.5%}.col-md-10{width:41.66667%}.col-md-11{width:45.83333%}.col-md-12{width:50%}.col-md-13{width:54.16667%}.col-md-14{width:58.33333%}.col-md-15{width:62.5%}.col-md-16{width:66.66667%}.col-md-17{width:70.83333%}.col-md-18{width:75%}.col-md-19{width:79.16667%}.col-md-20{width:83.33333%}.col-md-21{width:87.5%}.col-md-22{width:91.66667%}.col-md-23{width:95.83333%}.col-md-24{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:4.16667%}.col-md-pull-2{right:8.33333%}.col-md-pull-3{right:12.5%}.col-md-pull-4{right:16.66667%}.col-md-pull-5{right:20.83333%}.col-md-pull-6{right:25%}.col-md-pull-7{right:29.16667%}.col-md-pull-8{right:33.33333%}.col-md-pull-9{right:37.5%}.col-md-pull-10{right:41.66667%}.col-md-pull-11{right:45.83333%}.col-md-pull-12{right:50%}.col-md-pull-13{right:54.16667%}.col-md-pull-14{right:58.33333%}.col-md-pull-15{right:62.5%}.col-md-pull-16{right:66.66667%}.col-md-pull-17{right:70.83333%}.col-md-pull-18{right:75%}.col-md-pull-19{right:79.16667%}.col-md-pull-20{right:83.33333%}.col-md-pull-21{right:87.5%}.col-md-pull-22{right:91.66667%}.col-md-pull-23{right:95.83333%}.col-md-pull-24{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:4.16667%}.col-md-push-2{left:8.33333%}.col-md-push-3{left:12.5%}.col-md-push-4{left:16.66667%}.col-md-push-5{left:20.83333%}.col-md-push-6{left:25%}.col-md-push-7{left:29.16667%}.col-md-push-8{left:33.33333%}.col-md-push-9{left:37.5%}.col-md-push-10{left:41.66667%}.col-md-push-11{left:45.83333%}.col-md-push-12{left:50%}.col-md-push-13{left:54.16667%}.col-md-push-14{left:58.33333%}.col-md-push-15{left:62.5%}.col-md-push-16{left:66.66667%}.col-md-push-17{left:70.83333%}.col-md-push-18{left:75%}.col-md-push-19{left:79.16667%}.col-md-push-20{left:83.33333%}.col-md-push-21{left:87.5%}.col-md-push-22{left:91.66667%}.col-md-push-23{left:95.83333%}.col-md-push-24{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:4.16667%}.col-md-offset-2{margin-left:8.33333%}.col-md-offset-3{margin-left:12.5%}.col-md-offset-4{margin-left:16.66667%}.col-md-offset-5{margin-left:20.83333%}.col-md-offset-6{margin-left:25%}.col-md-offset-7{margin-left:29.16667%}.col-md-offset-8{margin-left:33.33333%}.col-md-offset-9{margin-left:37.5%}.col-md-offset-10{margin-left:41.66667%}.col-md-offset-11{margin-left:45.83333%}.col-md-offset-12{margin-left:50%}.col-md-offset-13{margin-left:54.16667%}.col-md-offset-14{margin-left:58.33333%}.col-md-offset-15{margin-left:62.5%}.col-md-offset-16{margin-left:66.66667%}.col-md-offset-17{margin-left:70.83333%}.col-md-offset-18{margin-left:75%}.col-md-offset-19{margin-left:79.16667%}.col-md-offset-20{margin-left:83.33333%}.col-md-offset-21{margin-left:87.5%}.col-md-offset-22{margin-left:91.66667%}.col-md-offset-23{margin-left:95.83333%}.col-md-offset-24{margin-left:100%}.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.container{max-width:940px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:4.16667%}.col-lg-2{width:8.33333%}.col-lg-3{width:12.5%}.col-lg-4{width:16.66667%}.col-lg-5{width:20.83333%}.col-lg-6{width:25%}.col-lg-7{width:29.16667%}.col-lg-8{width:33.33333%}.col-lg-9{width:37.5%}.col-lg-10{width:41.66667%}.col-lg-11{width:45.83333%}.col-lg-12{width:50%}.col-lg-13{width:54.16667%}.col-lg-14{width:58.33333%}.col-lg-15{width:62.5%}.col-lg-16{width:66.66667%}.col-lg-17{width:70.83333%}.col-lg-18{width:75%}.col-lg-19{width:79.16667%}.col-lg-20{width:83.33333%}.col-lg-21{width:87.5%}.col-lg-22{width:91.66667%}.col-lg-23{width:95.83333%}.col-lg-24{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:4.16667%}.col-lg-pull-2{right:8.33333%}.col-lg-pull-3{right:12.5%}.col-lg-pull-4{right:16.66667%}.col-lg-pull-5{right:20.83333%}.col-lg-pull-6{right:25%}.col-lg-pull-7{right:29.16667%}.col-lg-pull-8{right:33.33333%}.col-lg-pull-9{right:37.5%}.col-lg-pull-10{right:41.66667%}.col-lg-pull-11{right:45.83333%}.col-lg-pull-12{right:50%}.col-lg-pull-13{right:54.16667%}.col-lg-pull-14{right:58.33333%}.col-lg-pull-15{right:62.5%}.col-lg-pull-16{right:66.66667%}.col-lg-pull-17{right:70.83333%}.col-lg-pull-18{right:75%}.col-lg-pull-19{right:79.16667%}.col-lg-pull-20{right:83.33333%}.col-lg-pull-21{right:87.5%}.col-lg-pull-22{right:91.66667%}.col-lg-pull-23{right:95.83333%}.col-lg-pull-24{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:4.16667%}.col-lg-push-2{left:8.33333%}.col-lg-push-3{left:12.5%}.col-lg-push-4{left:16.66667%}.col-lg-push-5{left:20.83333%}.col-lg-push-6{left:25%}.col-lg-push-7{left:29.16667%}.col-lg-push-8{left:33.33333%}.col-lg-push-9{left:37.5%}.col-lg-push-10{left:41.66667%}.col-lg-push-11{left:45.83333%}.col-lg-push-12{left:50%}.col-lg-push-13{left:54.16667%}.col-lg-push-14{left:58.33333%}.col-lg-push-15{left:62.5%}.col-lg-push-16{left:66.66667%}.col-lg-push-17{left:70.83333%}.col-lg-push-18{left:75%}.col-lg-push-19{left:79.16667%}.col-lg-push-20{left:83.33333%}.col-lg-push-21{left:87.5%}.col-lg-push-22{left:91.66667%}.col-lg-push-23{left:95.83333%}.col-lg-push-24{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:4.16667%}.col-lg-offset-2{margin-left:8.33333%}.col-lg-offset-3{margin-left:12.5%}.col-lg-offset-4{margin-left:16.66667%}.col-lg-offset-5{margin-left:20.83333%}.col-lg-offset-6{margin-left:25%}.col-lg-offset-7{margin-left:29.16667%}.col-lg-offset-8{margin-left:33.33333%}.col-lg-offset-9{margin-left:37.5%}.col-lg-offset-10{margin-left:41.66667%}.col-lg-offset-11{margin-left:45.83333%}.col-lg-offset-12{margin-left:50%}.col-lg-offset-13{margin-left:54.16667%}.col-lg-offset-14{margin-left:58.33333%}.col-lg-offset-15{margin-left:62.5%}.col-lg-offset-16{margin-left:66.66667%}.col-lg-offset-17{margin-left:70.83333%}.col-lg-offset-18{margin-left:75%}.col-lg-offset-19{margin-left:79.16667%}.col-lg-offset-20{margin-left:83.33333%}.col-lg-offset-21{margin-left:87.5%}.col-lg-offset-22{margin-left:91.66667%}.col-lg-offset-23{margin-left:95.83333%}.col-lg-offset-24{margin-left:100%}.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.container{max-width:1140px}.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-2,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-1{width:4.16667%}.col-xl-2{width:8.33333%}.col-xl-3{width:12.5%}.col-xl-4{width:16.66667%}.col-xl-5{width:20.83333%}.col-xl-6{width:25%}.col-xl-7{width:29.16667%}.col-xl-8{width:33.33333%}.col-xl-9{width:37.5%}.col-xl-10{width:41.66667%}.col-xl-11{width:45.83333%}.col-xl-12{width:50%}.col-xl-13{width:54.16667%}.col-xl-14{width:58.33333%}.col-xl-15{width:62.5%}.col-xl-16{width:66.66667%}.col-xl-17{width:70.83333%}.col-xl-18{width:75%}.col-xl-19{width:79.16667%}.col-xl-20{width:83.33333%}.col-xl-21{width:87.5%}.col-xl-22{width:91.66667%}.col-xl-23{width:95.83333%}.col-xl-24{width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:4.16667%}.col-xl-pull-2{right:8.33333%}.col-xl-pull-3{right:12.5%}.col-xl-pull-4{right:16.66667%}.col-xl-pull-5{right:20.83333%}.col-xl-pull-6{right:25%}.col-xl-pull-7{right:29.16667%}.col-xl-pull-8{right:33.33333%}.col-xl-pull-9{right:37.5%}.col-xl-pull-10{right:41.66667%}.col-xl-pull-11{right:45.83333%}.col-xl-pull-12{right:50%}.col-xl-pull-13{right:54.16667%}.col-xl-pull-14{right:58.33333%}.col-xl-pull-15{right:62.5%}.col-xl-pull-16{right:66.66667%}.col-xl-pull-17{right:70.83333%}.col-xl-pull-18{right:75%}.col-xl-pull-19{right:79.16667%}.col-xl-pull-20{right:83.33333%}.col-xl-pull-21{right:87.5%}.col-xl-pull-22{right:91.66667%}.col-xl-pull-23{right:95.83333%}.col-xl-pull-24{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:4.16667%}.col-xl-push-2{left:8.33333%}.col-xl-push-3{left:12.5%}.col-xl-push-4{left:16.66667%}.col-xl-push-5{left:20.83333%}.col-xl-push-6{left:25%}.col-xl-push-7{left:29.16667%}.col-xl-push-8{left:33.33333%}.col-xl-push-9{left:37.5%}.col-xl-push-10{left:41.66667%}.col-xl-push-11{left:45.83333%}.col-xl-push-12{left:50%}.col-xl-push-13{left:54.16667%}.col-xl-push-14{left:58.33333%}.col-xl-push-15{left:62.5%}.col-xl-push-16{left:66.66667%}.col-xl-push-17{left:70.83333%}.col-xl-push-18{left:75%}.col-xl-push-19{left:79.16667%}.col-xl-push-20{left:83.33333%}.col-xl-push-21{left:87.5%}.col-xl-push-22{left:91.66667%}.col-xl-push-23{left:95.83333%}.col-xl-push-24{left:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:4.16667%}.col-xl-offset-2{margin-left:8.33333%}.col-xl-offset-3{margin-left:12.5%}.col-xl-offset-4{margin-left:16.66667%}.col-xl-offset-5{margin-left:20.83333%}.col-xl-offset-6{margin-left:25%}.col-xl-offset-7{margin-left:29.16667%}.col-xl-offset-8{margin-left:33.33333%}.col-xl-offset-9{margin-left:37.5%}.col-xl-offset-10{margin-left:41.66667%}.col-xl-offset-11{margin-left:45.83333%}.col-xl-offset-12{margin-left:50%}.col-xl-offset-13{margin-left:54.16667%}.col-xl-offset-14{margin-left:58.33333%}.col-xl-offset-15{margin-left:62.5%}.col-xl-offset-16{margin-left:66.66667%}.col-xl-offset-17{margin-left:70.83333%}.col-xl-offset-18{margin-left:75%}.col-xl-offset-19{margin-left:79.16667%}.col-xl-offset-20{margin-left:83.33333%}.col-xl-offset-21{margin-left:87.5%}.col-xl-offset-22{margin-left:91.66667%}.col-xl-offset-23{margin-left:95.83333%}.col-xl-offset-24{margin-left:100%}.hidden-xl-up{display:none!important}}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.hidden{display:none!important}.clearfix::after{display:table}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-xs-left{float:left!important}.pull-xs-right{float:right!important}.pull-xs-none{float:none!important}@media (min-width:544px){.pull-sm-left{float:left!important}.pull-sm-right{float:right!important}.pull-sm-none{float:none!important}}@media (min-width:768px){.pull-md-left{float:left!important}.pull-md-right{float:right!important}.pull-md-none{float:none!important}}@media (min-width:992px){.pull-lg-left{float:left!important}.pull-lg-right{float:right!important}.pull-lg-none{float:none!important}}@media (min-width:1200px){.pull-xl-left{float:left!important}.pull-xl-right{float:right!important}.pull-xl-none{float:none!important}}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form/feedback_contact/bitrix/form.result.new/.default/style.css?15931618772284*/
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#modalCallback .modal-dialog {
  width: 366px;
}
.popupWrapper .name {
  min-height: 8px;
  margin: 0 0 13px;
  position: relative;
}
.popupWrapper .name span {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url('/bitrix/templates/index/images/sprites.png') no-repeat;
  background-position: -110px -90px;
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.popupWrapper .callbackForm .successAdd {
  font: 700 12px Verdana, Arial, Helvetica, sans-serif;
}
.popupWrapper .callbackForm .errors {
  border: 1px dashed #d6d6d6;
  padding: 5px 10px;
  margin: 0 0 15px;
  color: #f45152;
  font: 700 12px Verdana, Arial, Helvetica, sans-serif;
}
.popupWrapper .callbackForm .errors p {
  font-weight: 200;
}
.popupWrapper .callbackForm .errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.popupWrapper .callbackForm .errors ul li {
  padding: 0 0 2px;
}
.popupWrapper .callbackForm .field {
  position: relative;
  margin: 0 0 10px;
}
.popupWrapper .callbackForm .field.last {
  margin: 0;
}
.popupWrapper .callbackForm .field label span {
  display: block;
  margin: 0 0 3px;
}
.popupWrapper .callbackForm .field label span sup {
  color: #d73c3c;
  font-size: 10px;
}
.popupWrapper .callbackForm .field input {
  width: 341px;
  font-weight: 200;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.075);
}
.popupWrapper .callbackForm .field input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.feedback-contact-form label {
  font-weight: normal;
}
.feedback-contact-form .field {
  margin: 15px 0;
}
.feedback-contact-form .field input {
  width: 359px;
  height: 24px;
}
/*********<479***********/
@media only screen and (max-width: 479px) {
  #modalCallback .modal-dialog {
    width: 280px;
  }
  .popupWrapper .callbackForm .field input {
    width: 234px;
  }
  .feedback-contact-form .field input {
    width: 242px;
  }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/contacts_new/style.css?15931618778032 */
/* /css/grid.min.css?159316187819988 */
/* /bitrix/templates/.default/components/bitrix/form/feedback_contact/bitrix/form.result.new/.default/style.css?15931618772284 */
