

/* Start:/local/templates/.default/components/bitrix/news.list/shops-v1/style.css?17561292956643*/
.shops h1 {
  font-size: 32px;
  font-weight: 700; }

.shops__wrap {
  display: flex;
  margin-left: -15px;
  width: calc(100% + 15px); }
  .shops__wrap .shops__list {
    height: 750px;
    margin-bottom: 40px; }
    .shops__wrap .shops__list--full {
      height: auto; }

.shops__search {
  position: relative;
  width: 100%;
  height: 41px;
  margin-bottom: 28px; }
  .shops__search input.st-form__input {
    height: 100%; }
    .shops__search input.st-form__input + .placeholder {
      top: 7px; }
    .shops__search input.st-form__input:focus + .placeholder, .shops__search input.st-form__input.is-valid + .placeholder {
      top: 13px; }
  .shops__search .st-form__input {
    font-size: 15px; }
  .shops__search .search__icon {
    position: absolute;
    right: 10px;
    top: 5px;
    text-align: center; }
    .shops__search .search__icon:before {
      font-size: 24px; }
  .shops__search .search__btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px; }

.shops__search-error {
  color: red;
  margin-top: -25px;
  margin-left: 5px;
  display: none; }

.shops__list {
  flex: 0 0 480px;
  padding: 6px 14px;
  height: 880px;
  overflow-y: auto; }
  .shops__list--full {
    flex: 0 0 100%;
    height: auto; }

.shops__item {
  position: relative;
  width: 100%;
  min-height: 137px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px 40px;
  margin-bottom: 14px; }
  .shops__item.is-open {
    box-shadow: inset 0 0 20px rgba(36, 85, 130, 0.1); }
    .shops__item.is-open .shops__hide {
      display: block; }
    .shops__item.is-open .shops__down {
      transform: scale(1, -1); }
      .shops__item.is-open .shops__down:before {
        color: #6BB431; }

.shops__lamp {
  position: absolute;
  top: 18px;
  left: 20px; }
  .shops__lamp.icon-2l_lamp:before {
    font-size: 18px;
    color: #6BB431; }

.shops__down {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer; }
  .shops__down.icon-4i_down:before {
    font-size: 34px;
    color: #B1B9C2; }

.shops__title {
  color: #001A34;
  font-size: 20px;
  font-weight: 700; }

.shops__address {
  margin: 10px 0;
  font-size: 14px; }

.shops__send {
  width: max-content;
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer; }
  .shops__send.is-link {
    padding-bottom: 0; }

.shops__btn.btn {
  width: 185px;
  height: 37px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-top: 10px;
  margin-top: 20px; }
  .shops__btn.btn:hover {
    color: #FFFFFF; }

.shops__metro {
  display: flex; }
  .shops__metro .icon-5o_metro:before {
    color: #F73D34; }
  .shops__metro > span {
    color: #001A34;
    font-size: 15px;
    padding: 0 6px; }
  .shops__metro > sub {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    padding-left: 6px; }

.shops__phone, .shops__work-time {
  font-size: 14px;
  margin: 2px 0; }

.shops__hide {
  display: none;
  padding: 15px 0 5px; }

.shops__map {
  margin-left: 30px;
  flex: 0 0 calc(100% - 510px);
  height: 750px; }

.shops__img {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden; }
  .shops__img img {
    border-radius: 8px; }

.shops .is-tab-list .shops__item {
  display: flex;
  margin: 23px 0;
  padding: 15px 23px;
  min-height: 106px;
  align-items: center; }
  .shops .is-tab-list .shops__item:first-child {
    margin-top: 0; }

.shops .is-tab-list .shops__lamp {
  flex: 0 0 38px;
  position: relative;
  top: 5px;
  left: 0; }

.shops .is-tab-list .shops__title {
  flex: 0 0 330px;
  padding-left: 30px; }

.shops .is-tab-list .shops__address {
  flex: 0 0 400px;
  padding-left: 80px; }

.shops .is-tab-list .shops__work-time {
  padding-left: 60px;
  flex: 1 1 auto; }

.shops .is-tab-list .shops__phone {
  flex: 0 0 150px; }
  .shops .is-tab-list .shops__phone a {
    line-height: 20px; }

.tabs-shops__item {
  display: none; }
  .tabs-shops__item.is-open {
    display: block; }

.tabs-shops__head {
  display: flex;
  justify-content: space-between; }

.tabs-shops__search {
  flex: 0 0 450px;
  max-width: 100%; }

.tabs-shops__tabs {
  flex: 0 0 270px;
  width: 270px;
  height: 41px;
  display: flex; }

.tabs-shops__tab {
  flex: 0 0 50%;
  padding: 12px 10px 12px 36px;
  background-color: #6BB431;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: 2px solid #6BB431; }
  .tabs-shops__tab .icon-4g_geo {
    position: absolute;
    left: 10px;
    top: 7px; }
    .tabs-shops__tab .icon-4g_geo:before {
      font-size: 21px;
      padding-right: 4px;
      color: #FFFFFF; }
  .tabs-shops__tab .icon-5g_list {
    position: absolute;
    left: 10px;
    top: 10px; }
    .tabs-shops__tab .icon-5g_list:before {
      font-size: 15px;
      padding-right: 4px;
      color: #FFFFFF; }
  .tabs-shops__tab:first-child {
    border-radius: 8px 0 0 8px; }
  .tabs-shops__tab:last-child {
    border-radius: 0 8px 8px 0; }
  .tabs-shops__tab.is-active {
    background-color: #FFFFFF;
    color: #6BB431; }
    .tabs-shops__tab.is-active i:before {
      color: #6BB431; }
  .tabs-shops__tab:not(.is-active) {
    cursor: pointer; }

@media screen and (max-width: 540px) {
  .shops h1 {
    font-size: 16px;
    margin-bottom: 7px; }
  .shops__wrap {
    width: 100%;
    flex-direction: column;
    padding-top: 0;
    margin: 0;
    position: relative; }
    .shops__wrap .shops__list {
      height: auto; }
  .shops__map {
    flex: 0 0 250px;
    height: 250px;
    margin: 0 5px 10px;
    border-radius: 8px;
    overflow: hidden; }
  .shops__search.input-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    font-size: 12px; }
    .shops__search.input-block input.st-form__input + .placeholder {
      top: 4px;
      font-size: 12px;
      line-height: 12px;
      display: none; }
  .shops__address {
    max-width: 220px; }
  .shops__btn.btn {
    width: 100%; }
  .shops__list {
    flex: 0 0 auto;
    padding-top: 20px;
    overflow-y: auto; }
  .shops__search.input-block {
    position: relative; }
    .shops__search.input-block .icon {
      top: 1px; }
  .tabs-shops__head {
    flex-direction: column; }
  .tabs-shops__search {
    flex: 0 0 auto;
    max-width: 100%; }
  .tabs-shops__tabs {
    flex: 0 0 auto;
    display: none; } }

/* End */


/* Start:/local/static/build/css/pages/shops.css?17562089404551*/
.page__side-r{width:calc(100% - 330px)}.page__side-r .js-ajax-promo-block{min-height:20px}.page__side-l{width:280px;margin-right:50px;position:relative}.page__cnt-info{font-size:14px;line-height:18px;color:#a2a9ad}.page__control-b:before{font-size:20px}.page__control-b.is-right{transform:rotate(90deg)}.page__control-b-wrapp{display:flex;align-items:center}.page__control-b-name{font-weight:500;margin-left:4px}.page__control-b-num{background:#f73d34;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:3px;position:absolute;color:#fff;display:inline-block;padding:2px 5px;right:-4px;top:-4px}.page__control{display:flex;justify-content:space-between;align-items:center;margin-top:11px;margin-bottom:50px}.page__control .__select{font-size:14px}.page__control .__select__title{background:#f2f3f5;border:0}.page__control .__select__title:after{color:#a2a9ad;background:#a2a9ad}.page__control-wrap{height:40px}.page__empty{width:24px}@keyframes showSlide{0%{opacity:0}to{opacity:1}}.shops-page{margin-bottom:50px}.shops-page__link-i{padding-right:34px;position:relative;flex-grow:1;text-align:right;display:flex;align-items:center;justify-content:flex-end;color:#001a34}.shops-page__link-i .icon{position:absolute;right:0;color:#b1b9c2}.shops-page__link-i .icon:before{font-size:24px}.shops-page__link-i:hover{color:#c736ac}.shops-page__link-i:hover .icon{color:#c736ac}.shops-page .page-title{margin:0}.shops-page .tabs{margin-top:-124px}.shops-page .tabs__head{width:1125px;height:130px;margin:auto;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.07);border-radius:8px;margin-top:40px}.shops-page .tabs__head-el{height:130px;font-weight:400;text-transform:none;display:flex;justify-content:center;align-items:center;transition:.3s;border-radius:0;background:#fff}.shops-page .tabs__head-el:first-child{border-radius:8px 0 0 8px}.shops-page .tabs__head-el:last-child{border-radius:0 8px 8px 0}.shops-page .tabs__head-el:last-child:after{background:0 0}.shops-page .tabs__head-el:after{left:auto;height:44px;width:1px;right:0;top:50%;margin-top:-22px;opacity:1;background:#dbe0e5}.shops-page .tabs__head-el.is-active{border-radius:8px;box-shadow:0 4px 30px rgba(0,0,0,.1);height:160px;margin-top:-15px;margin-left:-1px;z-index:1}.shops-page .tabs__head-el.is-active:after{opacity:0}.shops-page .tabs__head-el.is-active>span{line-height:20px}.shops-page .tabs__head-el.is-active>span:before{color:#6bb431}.shops-page .tabs__head-el:hover>span:before{color:#6bb431}.shops-page .tabs__head-el>span{text-align:left;position:relative}.shops-page .tabs__head-el>span:before{font-size:44px;color:#b1b9c2;left:0;text-align:center;display:inline-block;padding-right:10px}.shops-page .tabs__head-el>span.icon-2v_photo:before{font-size:34px}.shops-page .tabs__head-el>span.icon-2x_video:before{font-size:34px}.shops-page .tabs__head-el>span.icon-2y_girl:before{font-size:42px}.shops-page .tabs__head-el>span i{color:#3389ea;font-size:10px;position:absolute;font-style:normal;font-weight:600;top:-100%;left:50px}.shops-page .tabs__content{box-shadow:none;margin-top:40px;padding:40px 0 0;height:auto}.shops-page .tabs__content-el{position:absolute}.shops-page .tabs__content-el.is-active{position:static}.shops-page .tabs .page-title-block{margin-top:0}.shops-page .tabs .page-title{margin-top:0}.shops-page .page__control{margin-top:60px}.shops-page .prod__list{margin-right:-2.3%}.shops-page .prod__el{margin-right:2.3%;margin-bottom:22px}.shops-page .prod__btn.is-blue{width:100%}.shops-page .catg .page-title-block{margin-top:0}.shops-page form{max-width:368px}.shops-page__back{margin-top:15px;font-size:17px;width:max-content}.shops-page__back>a{padding-bottom:1px}.shops-page iframe{border:0}.shop-slaider{margin:25px 0 0 0;display:block;width:1444px;max-width:100%;position:relative;min-height:300px}.shop-slaider__banner--left{width:534px;position:absolute;z-index:1;left:0}.shop-slaider__banner--right{width:1052px;float:right;max-width:100%;position:relative;z-index:2;-webkit-clip-path:polygon(100% 0,-7px 0,100% 705%);clip-path:polygon(100% 0,-7px 0,100% 705%)}.shop-slaider__banner--right a{border-radius:8px;overflow:hidden;max-height:220px}.shop-slaider .swiper-button-prev{left:102px;box-shadow:0 0 10px rgba(255,255,255,.3)}.shop-slaider .swiper-button-next{right:2px;box-shadow:0 0 10px rgba(255,255,255,.3)}.shop-slaider .swiper-container-horizontal>.swiper-pagination-bullets{bottom:15px;position:absolute}div.swiper__bullet{margin:-12px auto}.shops-page .tabs__head{z-index:3;position:relative}
/* End */


/* Start:/local/static/build/css/pages/turnkey_lighting.css?17562089402825*/
.page{background:0 0}.key-light{position:relative;z-index:2}.key-light__wrap{margin-top:17px}.key-light__wrap--flex{display:flex}.key-light__h1{color:#000;font-size:48px;font-weight:700}.key-light__left{margin-top:35px;flex:1 1 auto}.key-light__right{flex:0 0 800px}.key-light__line{margin:22px 0;width:127px;height:3px;background:#6bb431}.key-light__text{width:370px;color:#000;font-size:24px;font-weight:400;margin-bottom:35px}.key-light__btn.btn{width:280px;height:50px;font-size:16px;font-weight:700;text-transform:uppercase;padding:15px}.key-light__img{position:absolute;width:1920px;height:1273px;top:0;left:50%;transform:translate(-50%,0);z-index:1}.key-light__two{position:relative;z-index:3;margin-top:115px}.key-light__two .key-light__h1{text-align:center;font-size:48px;position:relative;z-index:3}.key-light__two .btn{margin:0 auto 20px;position:relative;z-index:3}.key-light__three{display:flex;position:relative;z-index:3;margin:146px auto 0;width:1220px}.key-light__three .btn{padding:15px}.key-light__list{margin-top:90px;display:flex;justify-content:space-between;position:relative;z-index:3}.key-light__list:last-child{margin-top:50px}.key-light__list--top img{height:230px}.key-light__list--bottom img{height:205px}.key-light__item{width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:30px}.key-light__item img:first-child{margin-left:-20px}.key-light__item p{margin-top:23px;color:#000;text-align:center;font-size:20px;font-weight:400}.key-light__without p{color:#000;text-align:right;font-size:32px;font-weight:700;text-transform:uppercase}.key-light__without span{color:#000;text-align:right;display:inline-block;font-size:24px;font-weight:500}.key-light__enter{flex:0 0 311px;margin:0 50px}.key-light__address{flex-direction:column}.key-light__address.place{flex:0 0 340px;margin-top:0;margin-bottom:109px}.key-light__address .place__item{flex-direction:row;flex-wrap:nowrap;width:100%;margin:0}.key-light__address .place__item:first-child{margin-bottom:27px}.is-form-white.popup-box{width:638px;height:572px;display:flex;align-items:center;justify-content:center;flex-direction:column}.is-form-white.popup-box .st-form{width:350px}.is-form-white.popup-box .st-form__field{max-width:100%;margin:0 0 20px}.is-form-white.popup-box .st-form__input{margin-bottom:0}.is-form-white.popup-box .st-form.is-circle div.input-block span.placeholder{top:calc(100% - 37px)}.is-form-white.popup-box .st-form.is-circle .st-form__btn{margin-top:-6px}.is-form-white .popup-box__text{text-align:center}.is-form-white .popup-box__text._type-2{text-align:center;font-size:24px;font-weight:500}.is-form-white .popup-box__content{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.mobile--hide{display:block}.mobile--show{display:none}
/* End */
/* /local/templates/.default/components/bitrix/news.list/shops-v1/style.css?17561292956643 */
/* /local/static/build/css/pages/shops.css?17562089404551 */
/* /local/static/build/css/pages/turnkey_lighting.css?17562089402825 */
