

/* Start:/local/templates/main/assets/css/pages/where-to-buy.min.css?1774861471676*/
.callback-block{margin:50px 0}.email-callback{margin:0 0 50px}.email-callback__title{font-family:'Museo Sans Cyrl 300';color:#121212;font-size:22px;margin-bottom:15px}.email-callback__text{font-family:'Museo Sans Cyrl 300';color:#626262;font-size:15px;line-height:25px;margin-bottom:25px}.email-callback__email-link{color:#1c9a30;font-size:18px}.email-callback__email-link svg{margin-right:10px}@media(min-width:768px){.callback-block{margin:120px 0}.email-callback{max-width:300px;margin:100px auto 0}.email-callback__title{font-size:28px;margin-bottom:20px}.email-callback__text{font-size:14px;line-height:28px;margin-bottom:12px}.email-callback__email-link{font-size:28px}}
/* End */


/* Start:/local/components/itin/map/templates/.default/style.css?17748614711954*/
.search {
  margin-bottom: 55px;
}

.search .clear {
  display: none;
}

.search.textfield input:not([value=""]) ~ .clear {
  display: block;
}

.search.textfield input:not([value=""]) ~ .search__icon {
  display: none;
}

.search .clear,
.search__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search__icon {
  width: 35px;
  height: 35px;
  pointer-events: none;
}

.search__icon {}

.search.textfield label {
  left: 30px;
  top: 50%;
  font-size: 28px;
}

.search.textfield input:not([value=""]) ~ label,
.search.textfield input:focus ~ label {
  font-size: 16px;
  top: 10px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.search.textfield input {
  font-size: 28px;
  height: 76px;
  padding: 30px 60px 5px 30px;
}

.search #city-list:empty {
  display: none;
}

.search #city-list {
  width: 100%;
  position: absolute;
  top: 100%;
  list-style: none;
  margin: 10px 0 0;
  padding: 16px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  z-index: 10;
}

.search #city-list {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

.search #city-list li {
  padding: 14px 28px;
  color: #E4E4E4;
  font-size: 28px;
  height: 62px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}


.search #city-list .autoComplete_highlighted {
  color: #121212;
}

.search #city-list li:hover,
.search #city-list .autoComplete_selected {
  color: #E4E4E4;
  background: #F1F1F1;
  cursor: pointer;
}

#map {
  width: 100%;
  height: 80vh;
}

#map [style*="/local/templates/main/assets/img/map/cluster.svg"] {
  color: #fff;
  font-family: 'Museo Sans Cyrl 500';
  font-weight: 400;
  font-size: 18px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/callback/style.css?1774861472379*/
.callback-form {
  margin: 0 0 50px;
}

.callback-form__title {
  color: #121212;
  font-size: 22px;
  margin-bottom: 25px;
}

.textfield, .checkbox {
  margin-bottom: 15px;
}


@media (min-width: 768px) {
  .callback-form {
    margin: 0;
  }

  .callback-form__title {
    font-size: 44px;
    margin-bottom: 40px;
  }


  .textfield, .checkbox {
    margin-bottom: 20px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partners/style.css?17748614722195*/
.partner-gallery {
  background: #fff;
  padding: 0 0 150px;
}

.partner-gallery__title {
  font-size: 44px;
  color: #121212;
}

.partner-gallery__slider {
  margin: 20px 0 0;
}

.partner-gallery__slider .slick-dots{
  bottom: -40px;
}

.partner-gallery__slider .slick-dots li  {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #C4C4C4;
  display: inline-block;
}

.partner-gallery__slider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
}

.partner-gallery__slider .slick-dots li.slick-active {
  background: #1C9A30;
}

.partner-gallery .partner-gallery__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  padding: 0;
  color: #D8D8D8;
  border-radius: 50%;
  border: 2px solid currentColor;
  width: 63px;
  height: 63px;
  margin-left: 25px;
}

.partner-gallery .partner-gallery__button:hover {
  color: #1C9A30;
}

.partner-gallery .partner-gallery__button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  color: #121212;
  border: 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.partner-gallery .partner-gallery__button.prev:before {
  -webkit-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
}

.partner-gallery .partner-gallery__button.next:before {
  -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.partner-gallery-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E6E6E6;
  height: 110px;
}

.partner-gallery-item__img {
  max-width: 150px;
  max-height: 100px;
}

.slick-list {
  padding-right: 1px;
}

@media (min-width: 768px) {
  .partner-gallery__slider {
    margin-top: 30px;
  }
  .partner-gallery-item {
    height: 130px;
  }
}
/* End */
/* /local/templates/main/assets/css/pages/where-to-buy.min.css?1774861471676 */
/* /local/components/itin/map/templates/.default/style.css?17748614711954 */
/* /local/templates/main/components/bitrix/form.result.new/callback/style.css?1774861472379 */
/* /local/templates/main/components/bitrix/news.list/partners/style.css?17748614722195 */
