

/* Start:/local/templates/bon_new/components/bitrix/news.detail/bannerRetreat/style.css?17513705864037*/
.book-banner {
   padding: 30px;
   background: #31383f;
   color: #ffffff;
   background-image: url("/local/templates/bon_new/components/bitrix/news.detail/bannerRetreat/./images/bg_wrapper.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;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   margin-bottom: 0;
   padding-bottom: 0;
}

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

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

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

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

.book-banner .banner-content {
   margin-top: 64px;
   margin-bottom: 36px;
}

.book-banner .banner-title {
   display: block;
   font-weight: 700;
   line-height: 76px;
   text-transform: uppercase;
   font-size: 64px;
   text-align: center;
   text-transform: uppercase;
   padding-top: 6px;
}

.book-banner .banner-border {
   display: flex;
   justify-content: center;
   padding-bottom: 0;
   opacity: 0.3;
}

.book-banner .banner-subtitle {
   font-size: 22px;
   line-height: 28px;
   color: #fff;
   font-weight: 500;
   text-align: center;
   margin: 12px auto;
   width: 85%;
   text-transform: uppercase;
}

.book-banner .banner-time {
   display: block;
   width: 320px;
   text-align: center;
   margin: 12px auto;
   background-color: #c94449;
   padding: 4px 12px;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
   line-height: 24px;
   text-transform: uppercase;
}

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

.book-banner .banner-logo {
   width: 180px;
   height: auto;
   object-fit: contain;
   margin: 0 auto;
   padding-top: 24px;
}

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

.book-banner .banner-image img {
   width: 95%;
   height: auto;
   margin-left: 28px;
}

.book-banner .banner-btn {
   display: block;
   width: 100%;
   background-color: #c94449;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 3;
   padding: 16px;
   height: 48px;
   transition: all 0.3s ease;
   border-top: 1px solid #860000;
}

.book-banner .banner-btn:hover {
   background-color: #982f33;
   cursor: pointer;
}

.book-banner .banner-btn a {
   color: #fff;
   font-size: 18px;
   font-weight: 400;
   text-decoration: none;
   text-transform: uppercase;
}

.book-banner .banner-btn a:hover {
   cursor: pointer;
}

.banner-content .banner-toptitle {
   width: 100%;
   text-align: center;
   font-size: 22px;
   line-height: 22px;
   padding-top: 12px;
   font-weight: 500;
   letter-spacing: 0.06em;
   color: #ffdbdb;
   text-transform: uppercase;
}


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

@media screen and (max-width: 480px) {
   .book-banner {
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 600px;
      padding-bottom: 0;
   }

   .book-banner .banner-content {
      margin-top: 12px;
   }

   .book-banner .banner-title {
      font-size: 56px;
      line-height: 62px;
   }

   .book-banner .banner-time {
      font-size: 14px;
      line-height: 18px;
      width: 100%;
   }

   .book-banner .banner-subtitle {
      font-size: 18px;
      line-height: 26px;
   }

   .book-banner .banner-btn a {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-decoration: none;

   }
}
/* 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/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/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/bannerRetreat/style.css?17513705864037 */
/* /local/templates/bon_new/components/bitrix/system.pagenavigation/.default/style.css?1689164731898 */
/* /local/templates/bon_new/components/bitrix/news.list/newsFeed/style.css?16893148701799 */
/* /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 */
