.articles-sect-index{
  margin-top: 60px;
}

.art-slider-article-wrap .subtitle{
  font-size: 37px;
  color: #003594;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.art-slider-article-wrap .news {
  padding-top: 34px;
}

.art-slider-article-wrap .slick-slide {
  margin: 10px;
  transition: all 0.3s ease;
}

.art-slider-article-wrap .slick-track {
  display: flex;  
}


.art-slider-article-wrap .slick-prev{
  left: -55px;
}

.art-slider-article-wrap .slick-next{
  right: -55px;
}

.art-slider-article-wrap .slick-prev:before, 
.art-slider-article-wrap .slick-next:before{
  color: #003594;
  border-radius: 10px;
}

.art-slider-article-wrap .slick-prev:before{
  background: #eef4f9 url(/local/templates/atopic_2023/img/arrow-left_blue.svg) no-repeat 50% 50% !important;
}

.art-slider-article-wrap .slick-next:before{
  background: #eef4f9 url(/local/templates/atopic_2023/img/arrow-right_blue.svg) no-repeat 50% 50% !important;
}



@media screen and (max-width: 816px) {
  .art-slider-article-wrap .subtitle {
    font-size: 30px;
    padding-top: 0 !important;
  }  
}

@media screen and (max-width: 768px) {
  .art-slider-article-wrap .slick-slide {
    max-width: 180px;
  }

  .art-slider-article-wrap .slick-slide {
    margin: 5px;
  }
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.hidden {
  display: none !important;
}

.news-list__item {
  margin-bottom: 30px;
}

.news-list_slider .news-list__item{
  margin-bottom: 0;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.newsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.rounded-20 {
  border-radius: 20px;
}

.newsCard-img {
  max-height: 190px;
}

.newsCard-info {
  background: #eef4f9;
  border-radius: 20px 20px 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 10px 30px 20px;
  margin-top: -32px;
}

.newsCard-title {
  margin-bottom: 10px;
  min-height: 65px;
}

.blue-text {
  color: #003594;
}

.title {
  font-family: "SF";
  font-weight: 600;
  line-height: 120%;
}

/* .full-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */

.newsCard-txt {
  font-family: "PTSans";
  margin-bottom: 10px;
  min-height: 140px;
}

.web-text {
  font-size: 16px;
  line-height: 130%;
}

.newsCard-subTxt {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.newsCart-dateModified {
  color: #003594;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
}

.newsCard-btn {
  margin-top: auto;
  padding: 10px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  border: 1px solid #fa4c06;
  color: #fa4c06;
  text-decoration: none;
  font-size: 16px;
}
.newsCard-btn:hover {
  color: #ff7f4b;
  border: 1px solid #ff7f4b;
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-radius: 10px;
  background: #fa4c06;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  width: 100%;
}

.news-more:hover {
  background: #ff7f4b;
}

@media (min-width: 992px) {
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (max-width: 1065px) {
  .newsCard-title{
    min-height: 65px;
  }

  .newsCard-txt{
    min-height: 150px;
  }
}

@media (max-width: 1010px) {
  .newsCard-title{
    min-height: 90px;
  }
  .newsCard-txt{
    min-height: 150px;
  }
}

@media (max-width: 920px) {
  .newsCard-title{
    min-height: 85px;
  }
  .newsCard-txt{
    min-height: 188px;
  }
}

@media (max-width: 870px) {
  .newsCard-title{
    min-height: 110px;
  } 
}

@media (max-width: 830px) {
  .newsCard-txt{
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .news-list__item {
    margin-bottom: 15px;
  }
  .newsCard {
    border-radius: 0;
  }
  .newsCard-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .newsCard-info {
    margin-top: 0;
    border-radius: 0;
    background: none;
    padding: 0 0 5px 0;
  }
  .newsCard-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 85px;
  }
  .full-link::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .newsCard-txt {
    display: none;
  }
  .newsCard-btn {
    padding: 6px 12px;
  }
}

@media (max-width: 500px) {
  .newsCard-btn {
    width: 100%;
    font-size: 13px;
  }
  .newsCart-dateModified {
    display: none;
  }
}

@media (max-width: 480px) {
  .newsCard-title{
    min-height: 103px;
  } 
}

@media (max-width: 370px) {
  .newsCard-title{
    min-height: 117px;
  } 
}