

/* Start:/local/templates/public/components/bitrix/news.list/yam/style.css?1675161413150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/public/components/bitrix/news.list/notification/style.css?17698583291147*/
.sticky-toast {
  width: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;

  transition: all .5s ease;
}
.sticky-toast.--active {
  top: 50%;
}
.sticky-toast.--active ~ .main {
  filter: blur(4px);
}
.sticky-toast__image {
  position: relative;
  z-index: 2;
}
.sticky-toast__info {
  margin-top: -29px;
  padding: 50px;

  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  background: #fff;
  border-radius: 30px;
}
.sticky-toast__info-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sticky-toast__info-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.sticky-toast__info-description {
  font-size: 16px;
  font-weight: 400;
  color: #828d9d;
  text-align: center;
}
.sticky-toast__info-button {
  width: auto;
  min-width: 160px;
  padding: 14px 18px;
  background: #0052f1;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-family: Golos;
  font-size: 1rem;
  transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/header/style.css?17721001106801*/
* {
  font-family: Golos;
}

.page-header {
  width: 100%;
}
.page-header__top, .page-header__bottom {
  padding: 0 48px;
}
.page-header__top {
  width: 100%;
  background: #ebf6ff;
}
.page-header__top-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.page-header__top-preview, .page-header__top-preview img, .page-header__top-cities, .page-header__top-city {
  height: 100%;
}
.page-header__top-preview {
  display: flex;
  align-items: center;
  gap: 24px;
}
.page-header__top-cities {
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  background: #f5faff;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.page-header__top-cities-drop-box {
  min-width: 334px;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.page-header__top-cities-drop-box-inner {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: linear-gradient(180deg, #ffffff 20%, #b4dbff 100%);
  border-radius: 15px;
}
.page-header__top-cities-drop-box-arrow {
  position: absolute;
  top: 7px;
  left: 60px;
}
.page-header__top-cities.--active .page-header__top-cities-drop-box {
  padding-top: 23px;
  max-height: 500px;
}
.page-header__top-cities:not(.--active):hover .page-header__top-cities-drop-box {
  padding-top: 23px;
  max-height: 500px;
}
.page-header__top-city {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: #23232b;
  transition: all 0.3s ease;
}
.page-header__top-city:not(.--current) {
  padding: 7px;
}
.page-header__top-city:not(.--current):hover {
  color: #0084ff;
}
.page-header__top-address {
  max-width: 300px;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  display: flex;
  align-items: center;
  color: #23232b;
}
.page-header__contacts {
  max-width: 350px;
  min-width: 350px;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.page-header__contacts-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.page-header__contacts-phone {
  font-weight: 500;
  font-size: 18px;
  line-height: 133.5%;
  color: #000;
}
.page-header__contacts-work-time {
  font-weight: 500;
  font-size: 10px;
  line-height: 133.5%;
  color: #828d9d;
}
.page-header__contacts-callback {
  width: 168px;
  height: 43px;
  padding: 16px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0052f1;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 133%;
  text-align: center;
  color: #fff;
}
.page-header__contacts-callback:hover {
  background: #3075fd;
  box-shadow: 0px 0px 20px rgba(0, 132, 255, 0.25);
}
.page-header__contacts-callback img {
  display: none;
}
.page-header__bottom {
  width: 100%;
  background: #000;
}
.page-header__bottom-inner {
  width: 100%;
  height: 60px;
  max-height: 60px;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header__bottom-socials {
  display: flex;
  align-items: center;
  gap: 7.5px;
}
.page-header__bottom-social {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
}
.page-header__bottom-nav-burger {
  display: none;
}
.page-header__nav {
  height: 100%;
}
.page-header__nav-items {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.page-header__nav-item {
  position: relative;
  cursor: pointer;
}
.page-header__nav-item-drop-box {
  max-height: 0;
  padding-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}
.page-header__nav-item-drop-box-arrow {
  position: absolute;
  top: 10px;
  left: 13%;
  z-index: 0;
}
.page-header__nav-item-drop-box-items {
  min-width: 240px;
  padding: 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 15px;
  background: linear-gradient(270deg, #4ba8ff 0%, #0064c2 100%);
  list-style: none;
}
.page-header__nav-item-drop-box-item {
  padding: 10px 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.page-header__nav-item-drop-box-item:hover {
  font-weight: 600;
}
.page-header__nav-item.--active .page-header__nav-link {
  color: #35a9ff;
}
.page-header__nav-item.--active .page-header__nav-item-drop-box {
  max-height: 200px;
  padding-top: 10px;
}
.page-header__nav-item:not(.--active):hover .page-header__nav-link {
  color: #35a9ff;
}
.page-header__nav-item:not(.--active):hover .page-header__nav-item-drop-box {
  max-height: 200px;
  padding-top: 10px;
}
.page-header__nav-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .page-header__top, .page-header__bottom {
    padding: 0 28px;
  }
}
@media (max-width: 880px) {
  .page-header__top-preview {
    gap: 12px;
  }
  .page-header__top-address {
    font-size: 12px;
  }
  .page-header__contacts {
    max-width: 335px;
    min-width: 335px;
    width: 335px;
    gap: 12px;
  }
}
@media (max-width: 750px) {
  .page-header__top-preview {
    flex-wrap: wrap;
  }
  .page-header__contacts {
    max-width: none;
    min-width: auto;
    width: auto;
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .page-header__top-inner {
    align-items: center;
    gap: 12px;
  }
  .page-header__top-preview {
    flex-wrap: nowrap;
  }
  .page-header__top-address {
    display: none;
  }
  .page-header__top-cities {
    display: none;
  }
  .page-header__contacts {
    max-width: 214px;
    min-width: 214px;
    width: 214px;
    flex-direction: row;
  }
  .page-header__contacts-callback {
    width: 43px;
    height: 43px;
  }
  .page-header__contacts-callback span {
    display: none;
  }
  .page-header__contacts-callback img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: block;
  }
  .page-header__bottom-inner {
    flex-direction: row-reverse;
  }
  .page-header__bottom-nav-burger {
    display: block;
    margin: 0 10px;
  }
  .page-header__nav-burger {
    display: block;
    margin: 0 10px;
  }
  .page-header__nav-items {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/components/bitrix/news.detail/footer/style.css?17720463712346*/
.page-footer {
  width: 100%;
  padding: 44px 48px;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-footer__content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.page-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
}
.page-footer__socials {
  display: flex;
  gap: 7.5px;
}
.page-footer__social {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
}
.page-footer__right {
  display: flex;
  gap: 24px;
}
.page-footer__list-wrapper {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-footer__list-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 133%;
  color: #f2f7fb;
}
.page-footer__list-heading-arrow {
  display: none;
}
.page-footer__list-item-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 133.5%;
  color: #fff;
}
.page-footer__copyright {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .page-footer {
    padding: 44px 48px;
  }
}
@media (max-width: 640px) {
  .page-footer {
    padding: 0;
  }
  .page-footer__content {
    flex-direction: column-reverse;
    gap: 0;
  }
  .page-footer__right {
    gap: 0;
    flex-direction: column;
  }
  .page-footer__list {
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .page-footer__list-wrapper {
    width: 100%;
    min-width: 100%;
    padding: 28px;
    gap: 0;
  }
  .page-footer__list-wrapper.--active .page-footer__list {
    padding-top: 24px;
    max-height: 500px;
  }
  .page-footer__list-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
  .page-footer__list-heading-arrow {
    display: block;
  }
  .page-footer__left {
    padding: 28px;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .page-footer__logo {
    height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/public/styles.css?167117041173*/
pre {
    color: white;
    background-color: black;
    z-index: 1000;
}
/* End */
/* /local/templates/public/components/bitrix/news.list/yam/style.css?1675161413150 */
/* /local/templates/public/components/bitrix/news.list/notification/style.css?17698583291147 */
/* /local/templates/public/components/bitrix/news.detail/header/style.css?17721001106801 */
/* /local/templates/public/components/bitrix/news.detail/footer/style.css?17720463712346 */
/* /local/templates/public/styles.css?167117041173 */
