

/* Start:/local/templates/landing/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17738357991868*/
.inner-page__container {
  display: flex;
  flex-direction: column;
  padding: 0 3vmin 3vmin;
  gap: 1.5vmin;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

div.slider {
  padding: 1.5vmin 0;
}
div.slider .img {
  width: 100%;
  height: 45vmin;
  max-width: unset;
  overflow: hidden;
  object-fit: cover;
  border-radius: 1.5vmin;
}

p.description {
  font-size: .9rem;
}

div.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.footer > *::first-letter {
  text-transform: uppercase;
}
.source {
  font-size: .9rem;
}
a.source {
  color: #00B1D6
}
div.object_link {
  text-decoration: none;
  color: #00B1D6;
  display: flex;
  align-items: center;
  font-size: .9rem;
}
div.object_link span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.object_link svg {
  fill: #00B1D6;
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

span.hash_tag {
  color: #989899;
  border: 1px #989899 solid;
  border-radius: 100vmin;
  padding: 1vmin;
  height: fit-content;
}
.description img {
  max-width: 100%;
  height: unset;
  border-radius: 3vmin;
  overflow: hidden;
}
.description :deep(*) {
  width: unset !important;
}
.description :deep(p) {
  margin: 0;
}

.content {
  display: flex;
  flex-direction: column;
  gap: 3vmin;
}
.section {
  background-color: #ffffff;
  color: #000000;
  padding: 3vmin;
  font-size: .8rem;
  border-radius: 5vmin;
  box-shadow: 0px 0px 6px 3px #f5f5f6;
}

blockquote:before,
blockquote.bx-quote:before {
  content: "”";
  color: #00b1d6;
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 8px;
  line-height: normal;
}
blockquote,
blockquote.bx-quote {
  position: relative;
  border: 1px solid #00b1d6 !important;
  background: #e3f2f5;
  padding: 4px 4px 4px 24px;
  color: #373737 !important;
  border-radius: 0 6px 6px 6px;
}
/* End */


/* Start:/local/components/partner/app.stub/templates/.default/style.css?17694243331359*/
div.app_schema_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 100;
    display: none;
}

div.app_schema_wrapper.show {
    display: block;
}
div.app_schema_wrapper.show div.bg {
    height: 95px;
    background: #ffffff36;
    backdrop-filter: blur(3px);
}

div.app_schema_wrapper div.cont {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    filter: unset;
    width: 95%;
}
div.app_schema_wrapper div.cont a.app {
    width: min-content;
    padding: 10px 15px;
    background-color: #007bff;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
div.app_schema_wrapper div.cont a.app img {
    width: 50px;
}
div.app_schema_wrapper div.cont p {
    margin: 0;
    filter: drop-shadow(2px 2px 6px #fff) drop-shadow(-2px -2px 6px #fff);
}

div.app_schema_wrapper div.cont div.links {
    flex-direction: row;
}

.blurred {
    transition-duration: .3s;
    /*filter: blur(3px);*/
}

@media (max-width: 550px) {
    div.app_schema_wrapper div.cont a.app {
        font-size: .8rem;
    }
    div.app_schema_wrapper div.cont a.app img {   
        width: 35px;
    }
}
/* End */


/* Start:/local/templates/landing/components/bitrix/news.detail/store_buttons/style.css?1760946571585*/
.links {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.links .link {
    flex-shrink: 1;
}
.links .link img {
    width: 100%;
}
.links .link img.desktop {
    display: block;
}
.links .link img.mobile {
    display: none;
}

@media (max-width: 550px) {
    .links {
        flex-direction: column;
    }
}

@media screen and (max-width: 830px) {
    .links .link img.mobile {
        display: block;
    }
    .links .link img.desktop {
        display: none;
    }
}
/* End */
/* /local/templates/landing/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17738357991868 */
/* /local/components/partner/app.stub/templates/.default/style.css?17694243331359 */
/* /local/templates/landing/components/bitrix/news.detail/store_buttons/style.css?1760946571585 */
