

/* Start:/local/templates/vysotsky-index/components/bitrix/system.pagenavigation/.default/style.css?16876416723098*/
.pager {  }
.pager-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }




.pager .p-arrow { width:50px; height:50px; border: 1px solid #F0EEF4; border-radius:50%;  background-position:center; background-repeat:no-repeat; margin:0 2px;}
.pager .p-arrow-left { background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 7.5H1M1 7.5L7.5 1M1 7.5L7.5 14' stroke='%23B2AFBA' stroke-linecap='round'/%3E %3C/svg%3E "); margin-left:0; }
.pager .p-arrow-left.p-arrow-active { background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 7.5H1M1 7.5L7.5 1M1 7.5L7.5 14' stroke='%231A1A1A' stroke-linecap='round'/%3E %3C/svg%3E "); }
.pager .p-arrow-left.p-arrow-active:hover { /*background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M18 7.5H1M1 7.5L7.5 1M1 7.5L7.5 14' stroke='%23E06437' stroke-linecap='round'/%3E %3C/svg%3E "); */ border-color: #FF7644; }

.pager .p-arrow-right { background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 7.5L18 7.5M18 7.5L11.5 14M18 7.5L11.5 0.999999' stroke='%23B2AFBA' stroke-linecap='round'/%3E %3C/svg%3E "); margin-right:0;}
.pager .p-arrow-right.p-arrow-active { background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 7.5L18 7.5M18 7.5L11.5 14M18 7.5L11.5 0.999999' stroke='%231A1A1A' stroke-linecap='round'/%3E %3C/svg%3E ");}
.pager .p-arrow-right.p-arrow-active:hover { /*background-image: url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M1 7.5L18 7.5M18 7.5L11.5 14M18 7.5L11.5 0.999999' stroke='%23E06437' stroke-linecap='round'/%3E %3C/svg%3E ");*/ border-color: #FF7644;}


.pager .p-el { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:32px; height:42px; font-size: 16px; line-height: 22px; color: #1A1A1A; margin:0 2px;}
.pager .p-el.p-active { color: #E06437 !important; }
.pager a.p-el:hover { color: #FF7644; }


@media screen and (min-width: 1920px) {
	.pager {  margin-top: 68px; }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
	.pager {  margin-top: 68px; }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.pager {  margin-top: 68px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.pager {  margin-top: 60px; }		
}
@media screen and (max-width: 767px) {
	.pager {  margin-top: 32px; }
}
/* End */


/* Start:/local/templates/vysotsky-index/js/flickity/flickity.css?16859194692634*/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
/* End */


/* Start:/local/templates/vysotsky-index/js/suggestions/suggestions_custom.css?17460357043746*/
.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 6px 6px;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #E06437;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {

}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 7px 12px;
  overflow: hidden;
  color: #1A1A1A;
  font-size:16px; line-height:22px;
}
.suggestions-suggestion:hover {
  background-color: #f7f7f7;
  cursor:pointer;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 7px 12px;
  white-space: nowrap;
  overflow: hidden;
  color: #797686;
  line-height: 22px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #797686;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none !important;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
  display: none !important;
}
.suggestions-promo a:hover {
  filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
  display: none !important;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    display: none !important;
  }
}


@media screen and (max-width: 767px) {
  .suggestions-hint { padding: 4px 8px; font-size:12px; line-height:18px;}
  .suggestions-suggestion { padding: 4px 8px;	font-size:14px; line-height:18px; }
}
/* End */
/* /local/templates/vysotsky-index/components/bitrix/system.pagenavigation/.default/style.css?16876416723098 */
/* /local/templates/vysotsky-index/js/flickity/flickity.css?16859194692634 */
/* /local/templates/vysotsky-index/js/suggestions/suggestions_custom.css?17460357043746 */
