

/* Start:/local/templates/landing/components/bitrix/news/news/bitrix/news.list/.default/style.css?17694246231408*/
section.content__container {
	display: flex;
	flex-direction: column;
	gap: 3vmin;
	padding: 3vmin;
	box-sizing: border-box;
	height: 100%;
}
.news_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4.5vmin;
	overflow: auto;
	box-sizing: border-box;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.news_element {
  background-color: #ffffff;
  border-radius: 3vmin;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: black;
}
.news_element:hover {
  text-decoration: none !important;
  color: black;
}
.news_element .img {
  width: 20vmin;
  height: 20vmin;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4.5vmin;
}
.news_element div.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 3vmin;
}
.news_element div.footer {
  margin: auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news_element p,
.news_element span {
  margin: 0;
  font-size: .8rem;
  color: #989899
}
.news_element p.name {
  color: unset;
  font-weight: 600;
  margin: 0 0 1vmin
}
.news_element p.anounce {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.hash_tag {
  color: #989899;
  border: 1px #989899 solid;
  border-radius: 100vmin;
  padding: 1vmin;
  height: fit-content;
}
/* 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.list/.default/style.css?17694246231408 */
/* /local/components/partner/app.stub/templates/.default/style.css?17694243331359 */
/* /local/templates/landing/components/bitrix/news.detail/store_buttons/style.css?1760946571585 */
