

/* Start:/local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?1766147637753*/
.breadcrumbs {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}
.breadcrumbs-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .breadcrumbs-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-items {
    gap: 12px;
  }
}
.breadcrumbs-item {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #0b0b0b;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}
.breadcrumbs-item.grey {
  color: #595959;
}
.breadcrumbs-dot {
  border-radius: 100%;
  background-color: #595959;
  width: 4px;
  height: 4px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/fastek/components/bitrix/menu/fastek.menu/style.css?1766147637898*/
.section-menu {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1000px) {
  .section-menu {
    display: none;
  }
}
.section-menu__wrap {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-menu__item {
  width: 100%;
  padding: 16px;
  position: relative;
  transition: all 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #595959;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-menu__item span {
  max-width: 256px;
}
.section-menu__item.active, .section-menu__item:hover {
  background: #e76631;
  color: #ffffff;
}
.section-menu__item.active svg path, .section-menu__item:hover svg path {
  fill: #FAFAFA;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/fastek/components/bitrix/menu/tablet/style.css?17661476372034*/
.title-menu {
  display: none;
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 1000px) {
  .title-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .title-menu {
    max-width: 100%;
  }
}
.title-menu__container, .title-menu__items {
  display: flex;
  flex-direction: column;
}
.title-menu__container {
  position: relative;
}
.title-menu__items {
  position: absolute;
  inset: 38px 0 0 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9999;
}
.title-menu__items a {
  height: 0;
  padding: 0;
  background-color: #ffffff;
  transition: all 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
.title-menu__items a:hover {
  background-color: #e76631;
  color: #fff;
}
.title-menu__active {
  width: 100%;
  padding: 8px 16px;
  background: #e76631;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .title-menu__active {
    padding: 8px 12px;
  }
}
.title-menu__active svg {
  transition: all 0.3s;
}
.title-menu:hover .title-menu__active svg {
  transform: rotate(180deg);
}
.title-menu:hover .title-menu__items {
  height: auto;
  visibility: visible;
}
.title-menu:hover .title-menu__items a {
  height: auto;
  padding: 8px 16px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .title-menu:hover .title-menu__items a {
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  .news_title_menu {
    display: none;
    max-width: 100%;
  }
}
.news_title_menu_mobil {
  display: none;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_title_menu_mobil {
    display: block;
  }
  .news_title_menu_mobil .title-menu {
    display: block;
    margin-top: 20px;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/tariffs.list/templates/.default/style.css?17661341824265*/
.tariffs {
  margin-top: 32px;
}
.tariffs-wrap {
  display: flex;
  gap: 32px;
}
.tariffs-content {
  width: 100%;
}
@media (max-width: 768px) {
  .tariffs-content {
    overflow: hidden;
  }
}
.tariffs-content .page-title {
  margin-top: 0;
}
.tariffs-block {
  margin-top: 32px;
  padding: 24px;
}
@media (max-width: 768px) {
  .tariffs-block {
    margin-top: 20px;
    padding: 12px;
  }
}
.tariffs-block__table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .tariffs-block__table {
    margin-top: 16px;
  }
}
.tariffs-block__table-wrap {
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-color: var(--line-orange) #E7E7E7;
  scrollbar-width: thin;
}
.tariffs-block__table-wrap::-webkit-scrollbar {
  width: 138px;
  height: 10px;
}
.tariffs-block__table-wrap::-webkit-scrollbar-track {
  background: #E7E7E7;
}
.tariffs-block__table-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
}
.tariffs-block__table .fixed {
  table-layout: fixed;
}
.tariffs-block__table th, .tariffs-block__table td {
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0b0b0b;
  text-align: justify;
  border: 1px solid #dcdcdc;
  height: 100%;
}
@media (max-width: 768px) {
  .tariffs-block__table th, .tariffs-block__table td {
    font-size: 12px;
    padding: 6px 12px;
  }
}
.tariffs-block__table th.link, .tariffs-block__table td.link {
  background-color: #dcdcdc;
  position: sticky;
  right: 0;
}
.tariffs-block__table th.link img, .tariffs-block__table td.link img {
  transition: all 0.3s;
}
.tariffs-block__table th.link img:hover, .tariffs-block__table td.link img:hover {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .tariffs-block__table th.link img, .tariffs-block__table td.link img {
    width: 16px;
    height: 16px;
  }
}
.tariffs-block__table td {
  border: 1px solid #dcdcdc;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.tariffs-block__table td a {
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #0b0b0b;
  text-align: justify;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 768px) {
  .tariffs-block__table td a {
    font-size: 12px;
    padding: 12px 6px;
  }
}
.tariffs-block__table th {
  background-color: #dcdcdc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
@media (max-width: 768px) {
  .tariffs-block__table th {
    font-size: 12px;
  }
}
.tariffs-block__table tr:hover .link a img {
  transform: rotate(45deg);
}
.tariffs-block__table tbody tr:hover td {
  background-color: #fef6f3;
}
.tariffs-filter__bottom {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.tariffs-filter__bottom .custom-dropdown,
.tariffs-filter__bottom .custom-input__with-dropdown {
  width: 100%;
}
@media (max-width: 768px) {
  .tariffs-filter__bottom {
    display: grid;
    gap: 8px;
    margin-top: 8px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .tariffs-filter__bottom .tariffs-filter_address {
    grid-area: 1/1/2/4;
  }
  .tariffs-filter__bottom .tariffs-filter_inn {
    grid-area: 2/1/3/3;
  }
  .tariffs-filter__bottom input {
    grid-area: 2/3/3/4;
  }
}
@media (max-width: 460px) {
  .tariffs-filter__bottom {
    display: flex;
    flex-direction: column;
  }
  .tariffs-filter__bottom .btn {
    width: 100%;
  }
}
.tariffs-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .tariffs-title {
    margin-top: 16px;
    font-size: 16px;
  }
}
.tariffs-calendar__keywords {
  margin-top: 32px;
}
.tariffs-calendar__keywords-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #333;
}
.tariffs-calendar__keywords-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/pagenation/templates/.default/style.css?17661341821446*/
.pagen {
  margin-top: 32px;
}
@media (max-width: 999px) {
  .pagen {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .pagen {
    margin-top: 12px;
  }
}
.pagen-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.pagen-arrows {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .pagen-arrows {
    gap: 6px;
  }
}
.pagen-nums {
  display: flex;
}
.pagen-dots {
  display: flex;
  justify-content: center;
  align-items: end;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0b0b0b;
}
.pagen-btn {
  border: 1px solid #0b0b0b;
  width: 44px;
  height: 44px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0b0b0b;
}
@media (max-width: 999px) {
  .pagen-btn {
    width: 32px;
    height: 32px;
  }
}
.pagen-btn.active {
  border: 1px solid #e76631;
  background: #e76631;
  color: #ffffff;
}
.pagen-btn.active svg path {
  fill: #ffffff;
}
.pagen-btn:hover {
  border: 1px solid #e76631;
  background: #e76631;
  color: #ffffff;
}
.pagen-btn:hover svg path {
  fill: #ffffff;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?1766147637753 */
/* /local/templates/fastek/components/bitrix/menu/fastek.menu/style.css?1766147637898 */
/* /local/templates/fastek/components/bitrix/menu/tablet/style.css?17661476372034 */
/* /local/components/fastek/tariffs.list/templates/.default/style.css?17661341824265 */
/* /local/components/fastek/pagenation/templates/.default/style.css?17661341821446 */
