@font-face {
    font-family: 'TT Neoris Trial';
    src: url('/local/templates/novacia/fonts/TTNeorisTrial-Rg.woff2') format('woff2'),
        url('/local/templates/novacia/fonts/TTNeorisTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Neoris Trial';
    src: url('/local/templates/novacia/fonts/TTNeorisTrial-DmBd.woff2') format('woff2'),
        url('/local/templates/novacia/fonts/TTNeorisTrial-DmBd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Roslindale Cyr Dck Nar';
  src: url('/local/templates/novacia/fonts/Roslindale/RoslindaleCyrDckNar-SmBd.woff2') format('woff2'),
    url('/local/templates/novacia/fonts/Roslindale/RoslindaleCyrDckNar-SmBd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/novacia/fonts/icomoon.eot?i71qr6');
  src:  url('/local/templates/novacia/fonts/icomoon.eot?i71qr6#iefix') format('embedded-opentype'),
  url('/local/templates/novacia/fonts/icomoon.ttf?i71qr6') format('truetype'),
  url('/local/templates/novacia/fonts/icomoon.woff?i71qr6') format('woff'),
  url('/local/templates/novacia/fonts/icomoon.svg?i71qr6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


:root {
  --main_blue: #1764C8;
  --main_blue_hover: #074392;
  --disable: #B8C4D3;
  --white: #FFFFFF;
  --bg_dark: #F4F5F8;
  --line: #E7F0FC;
  --black: #2F2F35;
  --gray_text: #B0BAC8;
  --yellow: #FFCC02;
  --red: #E33939;
  --rb32: 32px;
  --rb24: 24px;
  --rb16: 16px;
  --rb12: 12px;
  --primitive-32: 32px;
  --primitive-8: 8px;
}

html {
    scroll-behavior: smooth;
}

/* news updates */

.left_block{
    display: none !important;
}
.right_block{
    width: 100% !important;
}

.right_block > .middle > .top_inner_block_wrapper {
    padding-bottom: 0px;
}

.page-top.maxwidth-theme{
    display: none;
} 

.news_novacia, .news_novacia h1{
  font-family: TT Neoris Trial, sans-serif;
}

.news_novacia.detail .title{
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    padding-top: 19px;
    padding-bottom: 4px;
}

.news_novacia.detail .title .context{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.news_novacia.detail .title .share a{
  font-size: 15px;
  font-weight: 600;
  line-height: 19.5px;
  letter-spacing: 0px;
  color: var(--main_blue);
}

.news_novacia.detail .title h1{
    font-family: TT Neoris Trial, sans-serif;
    font-weight: 600;
    font-size: 44px;
    line-height: 48.4px;
    letter-spacing: 0px;
    width: 70%;
    padding-bottom: 14px;
}

.news_novacia.detail .title .breadcrumbs{
  margin-bottom: 0;
}

.news_novacia.detail .title .breadcrumbs ul{
    
}

.news_novacia.detail .title .breadcrumbs ul li{
  padding-left: 10px;
  margin: 0;
}

.news_novacia.detail .title .breadcrumbs ul li:first-child{
    padding-left: 0;
}

.news_novacia.detail .title .breadcrumbs ul li{
    float: left;
    
}

.news_novacia.detail .title .breadcrumbs ul li a{
    color: var(--main_blue);
}

.news_novacia.detail a:hover{
    color: var(--main_blue_hover) !important;
}

.news_novacia.detail .title .breadcrumbs ul li:first-child:before{
    display: none;
}

.news_novacia.detail .title .breadcrumbs ul li:before{
    content: "·";
    width: 10px;
    text-align: center;
    color: var(--black) !important;
}

.news_novacia.detail .news_content{
    margin-top: 32px
}

.news_novacia.detail .news_content p, .news_novacia.detail .news_content ul, .news_novacia.detail .news_content ol, .news_novacia.detail .news_content h1, .news_novacia.detail .news_content h2, .news_novacia.detail .news_content h3, .news_novacia.detail .news_content h4{
    width: 60%;
    float: right;
} 

.news_novacia.detail .news_content p{
  margin: 8px 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26.1px;
  letter-spacing: 0px;
}

.news_novacia.detail .news_content h2{
  font-family: 'TT Neoris Trial';
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
}

.news_novacia.detail .news_content h3{
 font-family: 'TT Neoris Trial';
 font-weight: 600;
 font-size: 26px;
 line-height: 28.6px;
 letter-spacing: 0px;
}

.news_novacia.detail .news_content h4{
  font-family: 'TT Neoris Trial';
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
}

.news_novacia.detail .news_content p.news_hight{
  font-weight: 400;
  font-size: 28px;
  line-height: 40.6px;
  letter-spacing: 0px;
  margin: 16px 0px;
}

.news_novacia.detail .news_content p.caption{
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  letter-spacing: 0px;
}

.news_novacia.detail .news_content p.news_info span{
  font-weight: 600;
  font-size: 75px;
  line-height: 105%;
  letter-spacing: 0px;
}

.news_novacia.detail .news_content img{
  border-radius: 24px;
  width: 60%;
  float: right;
}

.news_novacia.detail .news_content table{
  width: 60%;
  float: right;
}

.news_novacia.detail .news_content ol li, .news_novacia.detail .news_content ul li{
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 18px;
}

.news_novacia.detail .news_content ol, .news_novacia.detail .news_content ul{
  margin-bottom: 8px; 
}  

.news_novacia.detail .news_content ul li:before {
  content: "·";
  color: var(--black) !important;
  text-align: center;
  font-weight: 600;
  width: 5px; 
}  

.news_novacia.detail .news_content ul li{
  padding-left: 12px;
}

.news_novacia.detail .news_content ol li:before {
    content: counter(li) "" !important;
    counter-increment: li;
    padding-right: 0 !important;
    color: var(--black);
    font-weight: 600 !important;
}

.news_novacia.detail .news_content .news_quote{
    background: var(--bg_dark);
    display: inline-block;
    border-radius: 24px;
    padding: 8px;
    margin: 24px 0px;
}

.news_novacia.detail .news_content .news_quote p{
  padding-right: 40px;
}

.news_novacia.detail .news_content .news_quote .author{
    position: absolute;
    border-radius: 16px;
    background-color: var(--white);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: max-content;
}

.news_novacia.detail .news_content .news_quote .author .info-text{
    display: flex;
    flex-direction: column;
    margin: auto 0;
    margin-left: 24px;
    line-height: 19px;
}

.news_novacia.detail .news_content .news_quote .author .review-image{
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--white);
  background: #5977BE;
}

.news_novacia.detail .news_content .news_quote .author .review-image h4{
    line-height: 54px;
    margin: 0;
    text-align: center;
    width: 100%;
    color: var(--white);
}

.news_novacia.detail .news_content .news_lead{
    border-top: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    margin: 24px 0px;
    width: 100%;
    display: inline-block;
    position: relative;
    
}

.news_novacia.detail .news_content .news_lead:before{
    content: "";
    position: absolute;
    background-image: url(/local/templates/aspro_next/components/bitrix/news/news_novacia/news_lead.svg);
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    right: 0;
    top: 16px;
    background-size: contain;
    left: 0;
}

.news_novacia.detail .news_content .news_lead p{
    font-weight: 400;
    font-size: 28px;
    line-height: 40.6px;
    letter-spacing: 0px;
    padding: 16px 0px;
}

.news_novacia.detail .news_content table{
    font-size: 18px;
}

.news_novacia.detail .news_content table thead th{
    font-weight: 400 !important;
}

.news_novacia.detail .news_content table tr{
}

.news_novacia.detail .news_content table td{
    padding: 16px 0px 2px 0px;
}

.news_novacia.detail .news_content table td:nth-child(3), .news_novacia.detail .news_content table td:nth-child(2),
.news_novacia.detail .news_content table th:nth-child(3), .news_novacia.detail .news_content table th:nth-child(2){
  text-align: right; 
}

.news_novacia.detail .news_content table td:nth-child(2),
.news_novacia.detail .news_content table th:nth-child(2){
  padding-right: 16px;
  white-space: nowrap;
}
  
.news_novacia.detail .news_content table th{
    padding: 16px 0px;    
}

.news_novacia.detail .news_content table thead{
  border-bottom: 2px solid var(--black);
}

.news_novacia.list{
  
}

.news_novacia.list h1{
  margin-bottom: 10px;
}

.news_novacia.list .items{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 16px;
}

.news_novacia.list .items .item{
  border-top: 2px solid var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_novacia.list .items .item.wide {
  grid-column: span 4;
  flex-direction: row;
  gap: 16px;
}

.news_novacia.list .items .item .info{
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--black);
  margin: 8px 0px;
}

.news_novacia.list .items .item .title{
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: tabular-nums;
  color: var(--black);
  margin: 4px 0px 16px;
}

.news_novacia.list .items .item.factoid{
  border: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  background-image: url(/local/templates/aspro_next/components/bitrix/news/news_novacia/factoid.png);
  background-repeat: no-repeat;
  padding: 50px;
  text-align: center;
  background-size: contain;
  background-position: center;
}

.news_novacia.list .items .item.factoid .ttl{
  font-family: Roslindale Cyr Dck Nar;
  font-weight: 600;
  font-size: 40px;
  line-height: 105%;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 8px;
}

.news_novacia.list .items .item.factoid .extra{
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
}

.news_novacia.list .items .item.wide .title{
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0px;
}

.news_novacia.list .items .item .prev{
  height: 208px;
  width: 100%;
  border-radius: 24px;
  background-size: cover;
}

.news_novacia.list .items .item:hover .title, .news_novacia.list .items .item:hover .info{
  color: var(--main_blue_hover); 
}

.news_novacia.list .items .item.wide .prev{
  height: 424px;
  width: 100%;
  border-radius: 24px;
  margin-top: 16px;
}

.news_novacia.list .items .item.wide .text, .news_novacia.list .items .item.wide .prev{
  width: 50%;
}

.news_novacia.list .pager_next_page{
  display: block !important;
  width: 100%;
  height: 50;
  border-radius: 16px;
  border-width: 2px;
  border: 2px solid var(--main_blue);
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.news_novacia.list .module-pagination .point_sep{
  vertical-align: baseline;
}

.news_novacia.list .module-pagination .flex-direction-nav .flex-nav-next, .module-pagination .flex-direction-nav .flex-nav-prev{
  top: 0px;
}

.news_novacia.list .pager_next_page:hover, .news_novacia.list .pager_next_page a:hover{
  color: var(--main_blue_hover);
  border-color: var(--main_blue_hover);
}

.news_novacia.list .pager_next_page a{
  width: 100%;
  height: 100%;
  display: block;
  height: 50px;
  line-height: 50px;
}

.news_novacia.list .bottom_nav{
  margin-top: 64px;
}

.clear{
  clear: both;
}

.mp .wrapper .slick-prev, 
.mp .wrapper .slick-next{
  background: var(--bg_dark);
  z-index: 999;	
  width: 52px;
  height: 50px;
  padding: 13px 14px 13px 13px;
  border-radius: 16px;
  opacity: 0px;
}

.slick-next:before{
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--main_blue);
    /* transition: 0.3s; */
  font-size: 24px;
}

.slick-prev:before{
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--main_blue);
    /* transition: 0.3s; */
  font-size: 24px;
}

.mp .slick-prev:hover:before
.mp .slick-next:hover:before{
  color: var(--main_blue_hover);
}	

.slick-prev{
  
}

.mp .new .wrapper .slick-prev{
  left: 4px;
  margin-top: -40px;
}

.mp .new .wrapper .slick-next,
.mp .stories .wrapper .slick-next{
  right: 0px;
  margin-top: -25px;
}

.mp .new .wrapper .slick-prev,
.mp .stories .wrapper .slick-prev{
  left: 0px;
  margin-top: -25px;
}

.mp .new .slick-list:before,
.mp .stories .slick-list:before,
.mp .partners .slick-list:before{
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  right: 0;
}

.mp .new .slick-list:after,
.mp .stories .slick-list:after,
.mp .partners .slick-list:after{
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  left: 0;
  transform: rotate(180deg);
  top: 0;
}

.mp .stories .wrapper .slick-prev{
  display: none;
}

.mp .new .slick-dots{
  display: none !important;
}

.slick-list:after, .slick-prev{
  display: none !important;
}

.slick-list.show_arrow:after, .slick-prev.show_arrow{
  display: block !important;
}


.mp .new .box{
  width: 344px;
  margin-right: 16px;
  display: inline-block;
}

.mp .new .box .block{
  width: 344px;
  height: 348px;
  border-radius: var(--rb24);
  row-gap: 16px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  border: 1px solid #E7F0FC;
  border-radius: var(--rb24);
}

.mp .new .wrapper{
  display: flex;
  flex-wrap: wrap;
}

.mp .wrapper .slick-prev, 
.mp .wrapper .slick-next{
  background: var(--bg_dark);
  z-index: 999;	
  width: 52px;
  height: 50px;
  padding: 13px 14px 13px 13px;
  border-radius: 16px;
  opacity: 0px;
}

.slick-next:before{
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--main_blue);
    /* transition: 0.3s; */
  font-size: 24px;
}

.slick-prev:before{
  content: "\e902";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: var(--main_blue);
    /* transition: 0.3s; */
  font-size: 24px;
}

.mp .slick-prev:hover:before
.mp .slick-next:hover:before{
  color: var(--main_blue_hover);
}	

.slick-prev{
  
}

.mp .new .wrapper .slick-prev{
  left: 4px;
  margin-top: -40px;
}

.mp .new .wrapper .slick-next,
.mp .stories .wrapper .slick-next{
  right: 0px;
  margin-top: -25px;
}

.mp .new .wrapper .slick-prev,
.mp .stories .wrapper .slick-prev{
  left: 0px;
  margin-top: -25px;
}

.mp .new .slick-list:before,
.mp .stories .slick-list:before,
.mp .partners .slick-list:before{
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  right: 0;
}

.mp .new .slick-list:after,
.mp .stories .slick-list:after,
.mp .partners .slick-list:after{
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  left: 0;
  transform: rotate(180deg);
  top: 0;
}

.mp .stories .wrapper .slick-prev{
  display: none;
}

.mp .new .slick-dots{
  display: none !important;
}

.slick-list:after, .slick-prev{
  display: none !important;
}

.slick-list.show_arrow:after, .slick-prev.show_arrow{
  display: block !important;
}


.mp .new .title{
  margin: 8px 0px;
  height: 38px;
  overflow: hidden;
  margin-bottom: 4px;
  color: var(--black);
}

.mp .new .price a{
  color: var(--black);
}

.mp .new .price a span{
  color: var(--main_blue);	
  font-size: 22px;
    /* transition: 0.3s; */
}

.mp .new .price a:hover span{
  margin-left: 7px;
}

.mp .new .price .price_value a {
  display: flex;
  align-items: center;
}

.mp .new .togo path{
  fill: var(--main_blue) !important;
}

.mp .new .box h4{
  margin: 0;
}

.mp .new .price_value span{
  line-height: 18px;
  margin-top: 2px;
  margin-left: 4px;
  position: absolute;
  font-size: 23px;
  color: var(--main_blue);
}

.mp .new.small{
  margin-top: 0px;
}

.mp .new.small .box {
  width: 220px;
}

.mp .new.small .box .block {
  width: 220px;
  height: 220px;
}



@media screen and (max-width: 1290px) {
  .news_novacia.list .items .item .prev{
    height: 147px;
  }
  .news_novacia.list .items .item.wide .prev{
    height: 304px;
  }
  .news_novacia.detail .title h1{
    width: 100%;
  }
  .news_novacia{
    padding: 0;
  }
}

@media screen and (max-width: 752px) {
  .news_novacia.list .items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 16px;
  }
  .news_novacia.list .items .item.wide {
    grid-column: span 2;
  }
  .news_novacia.list .items .item .prev{
    height: 231px;
  }
  .news_novacia.list .items .item.wide .prev{
    height: 474px;
  }
  .news_novacia.list .items .item.wide .text, .news_novacia.list .items .item.wide .prev {
      width: 100%;
  }
  .news_novacia.list .items .item.wide{
    flex-direction: column;
  }
  .news_novacia.list .items .item.wide .title {
    font-size: 30px;
  }
  .news_novacia.list .items .item.wide .prev{
    margin-top: 0;
  }
  .news_novacia.detail .news_content img{
    width: 100%;
  }
  .news_novacia.detail .news_content p, .news_novacia.detail .news_content ul, .news_novacia.detail .news_content ol, .news_novacia.detail .news_content h1, .news_novacia.detail .news_content h2, .news_novacia.detail .news_content h3, .news_novacia.detail .news_content h4{
    width: 100%;
  }
  .news_novacia.detail .news_content .news_quote, .news_novacia.detail .news_content .news_lead{
    display: inline-flex;
    flex-direction: column-reverse;
  }
  .news_novacia.detail .news_content .news_quote .author{
    position: relative;
    margin-top: 16px;
  }
  .news_novacia.detail .news_content .news_quote p{
    padding: 8px 24px;
  }
  .news_novacia.detail .news_content .news_lead:before{
    bottom: 16px;
    margin-top: 16px;
    top: auto;
    position: relative;
  }
  .news_novacia.detail .news_content table {
    width: 100%;
  }
  .news_novacia{
    
  }  
  .news_novacia{
    padding: 0 5px;
  }
}

@media screen and (max-width: 500px) {
  .news_novacia.list h1{
    text-align: left;
  }
  .news_novacia.detail h1, .news_novacia.detail h2, .news_novacia.detail h3, .news_novacia.detail h4{
    text-align: left;
  }
  .news_novacia.list .items{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 64px 16px;
  }
  .news_novacia.list .items .item.wide {
    grid-column: span 1;
  }
  .news_novacia.list .items .item.wide .title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0px;
  }
  .news_novacia.list .items .item.wide .prev{
    height: 231px;
  }
  .news_novacia.list .items .item.factoid{
    padding: 100px;
  }

}

@media screen and (max-width: 368px) {
  .news_novacia.list .items{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 64px 16px;
  }
  .news_novacia.list .items .item.wide {
    grid-column: span 1;
  }
  .news_novacia.list .items .item.wide .title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0px;
  }
  .news_novacia.list .items .item.wide .prev{
    height: 231px;
  }
  .news_novacia.list .items .item.factoid{
    padding: 100px;
  }
  
}