

/* Start:/local/templates/bon_new/components/bitrix/news.detail/bannerTelegram/style.css?17750515372914*/
.telegram-banner {
   padding: 30px;
   background: #31383f;
   color: #ffffff;
   background-image: url("/local/templates/bon_new/components/bitrix/news.detail/bannerTelegram/./images/bg_telegram1.png");
   background-position: top left;
   background-repeat: repeat; 
   background-size: contain;
   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
   position: relative;
   height: 100%;
   min-height: 680px;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
}

.telegram-banner > svg {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 1;
   z-index: 1;
}

.telegram-banner::before {
   width: 100%;
   height: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   content: "";
   background-image: url("/local/templates/bon_new/components/bitrix/news.detail/bannerTelegram/./images/bg_telegram1.png"); 
   background-position: top left;
   background-repeat: no-repeat;
   background-size: cover;
   z-index: 2;
}

.telegram-banner:hover {
   transform: scale(1.015);
}

.telegram-banner > a,
.telegram-banner > a:hover {
   color: #ffffff;
   text-decoration: none;
   position: relative;
   z-index: 3;
   display: block;
}

.telegram-banner .banner-title {
   display: block;
   /* font-size: 38px; */
   font-weight: 700;
   line-height: 50px;
   text-transform: uppercase;
   font-size: 38px;
   text-align: center;
   color: #2787F4;
	padding-top: 15px;    /* внутренний отступ сверху */
  padding-bottom: 15px; /* внутренний отступ снизу */
}
.telegram-banner .banner-border {
   display: flex;
   justify-content: center;
   padding-bottom: 12px;
   opacity: 0.3;
}

.telegram-banner .banner-subtitle {
   font-size: 18px;
   line-height: 24px;
   color: #2787F4;
   font-weight: 300;
   margin: 0 auto;
   width: max-content;
   border-radius: 8px;
   width: 90%;
   text-align: center;
}

.telegram-banner .banner-desc {
   color: #fbe5e5;
}

.telegram-banner .banner-logo {
   width: 180px;
   height: auto;
   object-fit: contain;
   margin: 0 auto;
}

.telegram-banner .banner-image {
   width: 100%;
   height: auto;
   position: relative;
   overflow: hidden;
   text-align: center;
   margin: 32px auto;
}

.telegram-banner .ads .ads_btn .ads_block {
   color: #8d8d8d;
}

.telegram-banner .banner-image img {
   width: 35%;
   height: auto;
}

.telegram-banner .tg-button {
   background: #2787F4;
   width: 240px;
   margin: 0 auto;
   color: white;
   text-align: center;
   font-size: 16px;
   font-weight: 400;
   line-height: 18px;
   padding: 16px 24px;
   border-radius: 16px;
   margin-top: 96px;
   transition: all 0.3s ease;
}

.telegram-banner .tg-button:hover {
   background: #136e95;
}

@media screen and (max-width: 1200px) {
   .telegram-banner {
      margin-bottom: 30px;
   }
}

@media screen and (max-width: 480px) {
   .telegram-banner {
      padding: 24px;
   }

   .telegram-banner .banner-title {
      /* font-size: 32px; */
      /* line-height: 38px; */
      font-size: 18px;
      line-height: 28px;
   }
}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.list/newsFeed/style.css?16893148701799*/
.lenta {
   background: #ffffff;
   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
   padding: 30px 15px 60px 15px;
   height: 100%;
   position: relative;
}

.lenta .lenta-title {
   font-size: 24px;
   width: 100%;
   text-align: center;
   font-weight: 600;
   display: block;
   padding-bottom: 15px;
}

.lenta .lenta-list {
   list-style: none;
   padding: 0;
   padding: 15px 0;
}

.lenta .lenta-list .list-item {
   padding: 12px 15px;
   transition: all 0.3s ease;
}

.lenta .lenta-list .list-item.color {
   background: #ffe2e3;
}

.lenta .lenta-list .list-item:hover {
   background: #f1f1f1;
}

.lenta .lenta-list .list-item a {
   text-decoration: none;
   color: #333333;
   font-weight: 500;
   transition: all 0.3s ease;
}

.lenta .lenta-list .list-item a:hover {
   color: #ec6663;
}

.lenta .lenta-list .list-item .item-meta {
   font-size: 12px;
   margin-bottom: 5px;
   font-weight: 400;
   color: #444444;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-start;
}

.lenta .lenta-list .list-item .item-meta > div {
   margin-right: 8px;
}

.lenta .lenta-list .list-item .item-meta i {
   margin-right: 2px;
}

.lenta .lenta-all {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 48px;
   padding: 16px;
   border-top: 1px solid #e4e4e4;
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   margin: 0 auto;
   text-decoration: none;
   background-color: #fefefe;
   transition: all 0.3s ease;
}

.lenta .lenta-all span {
   margin-left: 3px;
}

.lenta .lenta-all:hover {
   background-color: #C94449;
   color: #fff;
}

.lenta .lenta-list .list-item .item-title {
   line-height: 20px;
   font-size: 15px;
   line-height: 20px;
}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/system.pagenavigation/.default/style.css?1689164731898*/
.navigation {
   display: flex;
   flex-direction: row;
   justify-content: center;
   padding: 60px 0 24px 0;
   width: 100%;
}

.navigation .navigation-pages span,
.navigation .navigation-pages a {
   background: #fff;
   padding: 10px 16px;
   box-shadow: 0 3px 25px 8px rgb(54, 54, 54, 0.1);
   border-radius: 8px;
   text-decoration: none;
   transition: all 0.3s all;
   font-weight: 400;
   border: 1px solid #e8e8e8;
   font-size: 1rem;
   color: #31383F;
}

.navigation .navigation-pages span {
   cursor: not-allowed;
   background-color: #f6f6f6;
   color: #999;
}

.navigation .navigation-pages a:hover,
.navigation .navigation-pages a:hover {
   background-color: #fbfbfb;
   transform: scale(1.015);
   color: #a53539;
}

@media screen and (max-width: 580px) {
   .navigation {
      padding-top: 48px;
   }

   .navigation .navigation-pages .not-mobile {
      display: none;
   }
}

/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.list/lastUpdatesArticles/style.css?16893148902315*/
.updates {
   background: #ffffff;
   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
   padding: 30px 12px 68px 12px !important;
   position: relative;
}

.updates .updates-title {
   font-size: 24px;
   width: 100%;
   text-align: center;
   font-weight: 600;
   padding-bottom: 15px;
   display: block;
}

.updates .updates-list {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   align-items: flex-start;
   gap: 6px !important;
   width: 100%;
   justify-content: center !important;
   margin: 0;
}

.updates .updates-list .list-item {
   width: 47%;
   padding: 12px;
   background-color: #fff;
   transition: all 0.3s ease;
}

.updates .updates-list .list-item a {
   text-decoration: none;
   color: #333;
}

.updates .updates-list .list-item .img {
   width: 100%;
   height: 90px;
   overflow: hidden;
   display: block;
   position: relative;
}

.updates .updates-list .list-item .img .status {
   background: #df564d;
   position: absolute;
   padding: 5px 10px;
   font-size: 12px;
   color: white;
   bottom: 0;
   left: 0;
   font-weight: 500;
}

.updates .updates-list .list-item .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.updates .updates-list .list-item .meta {
   font-size: 12px;
   margin: 5px 0;
   font-weight: 400;
   color: #444444;
}

.updates .updates-list .list-item .meta i {
   margin-right: 3px;
}

.updates .updates-list .list-item .title {
   font-weight: 500;
}

.updates .updates-list .list-item:hover {
   background: #f1f1f1;
}

.updates .updates-all {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 48px;
   padding: 16px;
   border-top: 1px solid #e4e4e4;
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   margin: 0 auto;
   text-decoration: none;
   background-color: #fefefe;
   transition: all 0.3s ease;
}

.updates .updates-all span {
   margin-left: 3px;
}

.updates .updates-all:hover {
   background-color: #C94449;
   color: #fff;
}

.updates .updates-all .list-item .item-title {
   line-height: 20px;
}

@media screen and (max-width: 767px) {
   .updates .updates-list .list-item {
      width: 24%;
   }
}

@media screen and (max-width: 580px) {
   .updates .updates-list .list-item {
      width: 47%;
   }
}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.list/randomQuote/style.css?1673950937541*/
.quotes {
   padding: 30px;
   background: #ffe2e3;
   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
   background-image: url("/local/templates/bon_new/components/bitrix/news.list/randomQuote/../../images/bg_wrapper.png");
   background-position: top left;
   background-repeat: repeat;
   background-size: contain;
}

.quotes img {
   display: block;
   margin-bottom: 15px;
}

.quotes p {
   font-weight: 500;
   font-size: 16px;
   font-style: italic;
   line-height: 20px;
   margin-bottom: 15px;
}

.quotes .author {
    font-size: 13px;
    display: block;
    color: #DF564D;
    font-weight: 500;
}

/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.detail/cardVertical/style.css?1676363205731*/
.card {
    position: relative;
    transition: all 0.3s ease;
}

.card a,
.card a:hover {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

.card .card-body-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-decoration: none;
    background-color: #fefefe;
    transition: all 0.3s ease;
    color: #C94449;
}

.card .card-body-link:hover {
    background-color: #C94449;
    color: #fff;
}

.card .card-body-link span {
    margin-right: 6px;
}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.detail/cardVideo/style.css?1675866690697*/
.card {
    position: relative;
    transition: all 0.3s ease;
}

.card .card-body-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    padding: 16px;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-decoration: none;
    background-color: #fefefe;
    transition: all 0.3s ease;
    color: #C94449;
}

.card .card-body p {
    margin-bottom: 30px !important;
}

.card .card-body-link:hover {
    background-color: #C94449;
    color: #fff;
}

.card .card-body-link span {
    margin-right: 6px;
}
/* End */


/* Start:/local/templates/bon_new/components/bitrix/news.list/lastUpdatesVideo/style.css?16893149042149*/
.updates {
   background: #ffffff;
   box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
   padding: 30px 24px 68px 24px;
   position: relative;
}

.updates .updates-title {
   font-size: 24px;
   width: 100%;
   text-align: center;
   font-weight: 600;
   padding-bottom: 15px;
   display: block;
}



.updates .updates-list {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   align-items: flex-start;
   gap: 15px;
   width: 100%;
   justify-content: space-between;
   margin:  0;
}

.updates .updates-list .list-item {
   width: 47%;
}

.updates .updates-list .list-item a {
   text-decoration: none;
   color: #333;
}

.updates .updates-list .list-item .img {
   width: 100%;
   height: 90px;
   overflow: hidden;
   display: block;
   position: relative;
}

.updates .updates-list .list-item .img .status {
   background: #df564d;
   position: absolute;
   padding: 5px 10px;
   font-size: 12px;
   color: white;
   bottom: 0;
   left: 0;
   font-weight: 500;
}

.updates .updates-list .list-item .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.updates .updates-list .list-item .meta {
   font-size: 12px;
   margin: 5px 0;
   font-weight: 400;
   color: #444444;
}

.updates .updates-list .list-item .meta i {
   margin-right: 3px;
}

.updates .updates-list .list-item .title {
   font-weight: 500;
}

.updates .updates-all {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 48px;
   padding: 16px;
   border-top: 1px solid #e4e4e4;
   text-align: center;
   font-size: 16px;
   font-weight: 500;
   margin: 0 auto;
   text-decoration: none;
   background-color: #fefefe;
   transition: all 0.3s ease;
}

.updates .updates-all span {
   margin-left: 3px;
}

.updates .updates-all:hover {
   background-color: #C94449;
   color: #fff;
}

.updates .updates-all .list-item .item-title {
   line-height: 20px;
}

@media screen and (max-width: 767px) {
   .updates .updates-list .list-item {
      width: 24%;
   }
}

@media screen and (max-width: 580px) {
   .updates .updates-list .list-item {
      width: 47%;
   }
}
/* End */
/* /local/templates/bon_new/components/bitrix/news.detail/bannerTelegram/style.css?17750515372914 */
/* /local/templates/bon_new/components/bitrix/news.list/newsFeed/style.css?16893148701799 */
/* /local/templates/bon_new/components/bitrix/system.pagenavigation/.default/style.css?1689164731898 */
/* /local/templates/bon_new/components/bitrix/news.list/lastUpdatesArticles/style.css?16893148902315 */
/* /local/templates/bon_new/components/bitrix/news.list/randomQuote/style.css?1673950937541 */
/* /local/templates/bon_new/components/bitrix/news.detail/cardVertical/style.css?1676363205731 */
/* /local/templates/bon_new/components/bitrix/news.detail/cardVideo/style.css?1675866690697 */
/* /local/templates/bon_new/components/bitrix/news.list/lastUpdatesVideo/style.css?16893149042149 */
