

/* Start:/local/templates/.default/components/bitrix/news.detail/static.page/style.css?168979911470*/
.content__body a.ui-btn{
    color: var(--ui-btn-color)!important;
}
/* End */


/* Start:/local/templates/main/assets/css/pages/contacts.css?17053894251579*/
.contacts__title {
  margin-bottom: 24px;
}

.contacts__text p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}

.contacts__text p:last-child {
  margin: 0;
}

.contacts__text p b {
  font-weight: 500;
}

.contacts__text p a {
  color: #CF643F;
}

.contacts__map iframe {
  height: 436px !important;
  width: 100% !important;
  border-radius: 12px;
}

@media (min-width: 1023.98px) {
  .contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__content {
    padding-right: 48px;
  }

  .contacts__map {
    padding-top: 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 62%;
    flex: 0 1 62%;
  }
}

@media (min-width: 1279.98px) {
  .contacts__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
  }
}

@media (max-width: 1280.98px) {
  .contacts__map iframe {
    height: 390px !important;
  }

  .contacts__map iframe {
    height: 360px !important;
  }
}

@media (max-width: 1024.98px) {
  .contacts__content {
    margin-bottom: 48px;
  }

  .contacts__title {
    margin-bottom: 16px;
  }
}

@media (max-width: 575.98px) {
  .contacts__content {
    margin-bottom: 32px;
  }

  .contacts__map iframe {
    height: 290px !important;
  }
}

@media (min-width: 1023.98px) and (max-width: 1279.98px) {
  .contacts__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .contacts__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }
}

@media (any-hover: hover) {
  .contacts__text p a:hover {
    text-decoration: underline;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/pages/content.css?17053893934424*/
.content__body h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 12px;
}

.content__body h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 128.5714285714%;
  margin-bottom: 8px;
}

.content__body h3 {
  margin-top: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 133.3333333333%;
  margin-bottom: 8px;
}

.content__body p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.content__body p:last-child {
  margin: 0;
}

.content__body a {
  color: #CF643F;
  white-space: nowrap;
}

.content__body ul {
  margin-bottom: 4px;
}

.content__body ul li {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.content__body ul li:last-child {
  margin: 0;
}

.content__body ul li::before {
  content: "";
  left: 12px;
  top: 7px;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #292D42;
  border-radius: 50%;
}

.content__body ol {
  margin-bottom: 20px;
  list-style: none;
  counter-reset: counter;
}

.content__body ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.content__body ol li:last-child {
  margin: 0;
}

.content__body ol li::before {
  counter-increment: counter;
  content: counter(counter) ".";
  display: inline-block;
  padding: 0 10px 0 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.content__notice {
  font-size: 16px;
  line-height: 150%;
  padding: 16px;
  background: #F2F5FA;
  border-radius: 8px;
  margin-bottom: 32px !important;
}

.content__image {
  margin-top: 16px;
  margin-bottom: 12px;
}

.content__image img {
  height: 364px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.content__image_big img {
  height: 432px;
}

.content__caption {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #8C8E91;
  margin-bottom: 24px !important;
}

.content__table {
  margin-top: 24px;
  margin-bottom: 12px;
}

.content__spoilers {
  margin-top: 24px;
}

.spoilers-content {
  background: #F2F5FA;
  border-radius: 8px;
}

.spoilers-content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.spoilers-content__title span {
  position: relative;
  width: 12px;
  height: 12px;
}

.spoilers-content__title span::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #292D42;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.spoilers-content__title span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  width: 1.5px;
  height: 100%;
  background: #292D42;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.spoilers-content__title.active span::after {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.spoilers-content__text {
  padding: 10px 16px 24px;
}

.content-container {
  padding: 0 24px;
  margin: 0 auto;
}

@media (min-width: 767.98px) {
  .content-container {
    max-width: 696px;
  }
}

@media (max-width: 1023.98px) {
  .content__body h1 {
    font-size: 28px;
  }

  .content__body h2 {
    font-size: 24px;
  }
}

@media (max-width: 768.98px) {
  .content__body h1 br {
    display: none;
  }

  .content__body h2 br {
    display: none;
  }

  .content__body h3 {
    font-size: 20px;
    font-weight: 700;
  }

  .content__body h3 br {
    display: none;
  }

  .content__image img {
    height: auto;
  }

  .content__image_big img {
    height: auto;
  }

  .content-container {
    padding: 0 16px;
  }
}

@media (max-width: 575.98px) {
  .content__body h1 {
    margin-bottom: 8px;
  }

  .content__body h3 {
    margin-top: 16px;
  }

  .content__notice {
    margin-bottom: 20px !important;
  }

  .content__caption {
    margin-bottom: 16px !important;
  }
}

@media (any-hover: hover) {
  .content__body a:hover {
    text-decoration: underline;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/static.page/style.css?168979911470 */
/* /local/templates/main/assets/css/pages/contacts.css?17053894251579 */
/* /local/templates/main/assets/css/pages/content.css?17053893934424 */
