

/* Start:/local/templates/onlogsystem/components/bitrix/system.pagenavigation/.default/style.css?17436622662986*/
.paginations {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    width: 100%;
}
.paginations.paginations--default {

}
.paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 20px;
}
.paginations--default .paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
@media (max-width: 1023px) {
    .paginations__list {
        justify-content: center;
        margin: 20px 0;
    }
}
.paginations .paginations__page,
.paginations .paginations__page:visited,
.paginations .paginations__dots,
.paginations .paginations__btn {
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0 -1px 0 0;
    border: 1px solid #dbe0ec;
    background-color: #eff3fb;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.paginations .paginations__page--first {
    border-radius: 8px 0px 0px 8px;
}
.paginations .paginations__page--last {
    border-radius: 0 8px 8px 0;
}
.paginations .paginations__page:hover,
.paginations .paginations__dots:hover {
    background-color: #dbe0ec;
    color: #000;
}
.paginations .paginations__page:active,
.paginations .paginations__dots:active {
    background-color: #0d2a68;
    border-color: #0d2a68;
    color: #fff;
}
.paginations .paginations__page--current,
.paginations .paginations__page--current:hover {
    background-color: #3460b4;
    border-color: #3460b4;
    color: #fff;
}
.paginations .paginations__btn {
    position: relative;
    margin: 0;
    border-radius: 8px;
}
.paginations .paginations__btn:hover {
    background-color: #dbe0ec;
    color: #000;
}
.paginations .paginations__btn:active {
    background-color: #0d2a68;
    border-color: #0d2a68;
    color: #fff;
}
.paginations .paginations__btn--prev {
    margin: 0 10px 0 0;
}
.paginations .paginations__btn--next {
    margin: 0 0 0 10px;
}
.paginations .paginations__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3460b4;
    border-right: 2px solid #3460b4;
    transition: border-color 0.2s ease-out;
}
.paginations .paginations__btn:active::before {
    border-color: #fff;
}
.paginations .paginations__btn--prev::before {
    transform: translate(calc(-50% + 1px), -50%) rotate(-135deg);
}
.paginations .paginations__btn--next::before {
    transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
}

@media (max-width: 1023px) {
    .paginations {
        flex-direction: column;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .paginations .paginations__page,
    .paginations .paginations__page:visited,
    .paginations .paginations__dots,
    .paginations .paginations__btn {
        min-width: 40px;
        height: 40px;
    }
}
/* End */


/* Start:/local/templates/onlogsystem/components/bitrix/news.list/favorite/style.css?17501792293094*/
.favorits {
  margin-bottom: 60px;
  /* height: 400px; */
}
.favorits .favorit-item {
  width: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 20px 0 rgba(0, 5, 115, 0.07);
  display: flex;
  flex-direction: column;
  padding-block: 30px;
  padding-inline:min(30px, 10%);
  font-family: "Manrope";
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 275px;
  
   
}

.swiper {
  margin-inline: 2% !important;
  position: relative;
  box-sizing: border-box;
  /* height: 320px; */
}
.swiper-slide {
  box-sizing: border-box;
  width: fit-content !important;
  /* max-width:min(25%, 28%) !important;
  min-width: 230px; */

}

.swiper-wrapper {
  margin-inline: 20px;
  padding-block: 20px;
  height: auto !important;
}


.favorits .favorit-item.highlight {
  background-color: #f0f6ff;
}

.favorit-item__name {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  /* identical to box height, or 24px */
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 20px;
  white-space: nowrap;
  
}
.favorit-item__transport-row {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
}
.favorit-item__price-block {
  margin-bottom: 10px;
  min-height: 58px;
}
.favorit-item__time-block {
  margin-top: 30px;
}

.favorit-item__transport-price {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  text-align: right;
  letter-spacing: 0.02em;
  color: #000000;
}
.favorit-item__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #707070;
}
.favorit-item__value {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;

  color: #707070;
}

.favorits .favorit-item__more-link {
  width: 109px;
  height: 29px;
  display: block;
  background: #3460b4;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  margin-top: 14px;

  color: #ffffff;
}
.favorits .favorit-item__more-link:hover{
color: #fff;
}



.favorits .highlight .favorit-item__more-link {
  background-color: transparent;
  border: 1px solid #707070;
  color: #707070;
}
.favorits .highlight .favorit-item__more-link:hover{
  color: #707070;
  
}


.favorits .highlight svg path {
  fill: #707070;
}

.slide_wrap {
  position: relative;
}

.swiper-navigation {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
}
.swiper-navigation .swiper-prev {
  width: 12px;
  height: 28px;
  background-image: url(/local/templates/onlogsystem/components/bitrix/news.list/favorite/img/right.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.swiper-navigation .swiper-next {
  width: 12px;
  height: 28px;
  background-image: url(/local/templates/onlogsystem/components/bitrix/news.list/favorite/img/left.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 576px) {
  .favorits {
    height: 350px;
  }
}

/* End */
/* /local/templates/onlogsystem/components/bitrix/system.pagenavigation/.default/style.css?17436622662986 */
/* /local/templates/onlogsystem/components/bitrix/news.list/favorite/style.css?17501792293094 */
