.m049 .main_container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.m049 .swiper-container {
  overflow: visible !important; }

.m049 .thematics-slider {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 100px 20px;
  z-index: 10;
  display: flex;
  align-items: stretch;
  flex-direction: row; }

.m049 .thematics-slider__description {
  padding-right: 30px;
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .m049 .thematics-slider__description h2 {
    color: black;
    width: 100%;
    max-width: 850px;
    margin-bottom: 40px; }
  .m049 .thematics-slider__description p {
    color: #1a1a1a;
    width: 100%;
    max-width: 850px;
    margin-bottom: 40px; }
  .m049 .thematics-slider__description .buttons a {
    padding: 15px;
    background-color: #6732ba;
    display: inline-block;
    color: black;
    border-radius: 3px;
    cursor: pointer;
    line-height: 16px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    margin-right: 20px; }
    .m049 .thematics-slider__description .buttons a i {
      width: 18px;
      height: 18px;
      color:white;
      font-size: 16px;
      line-height: 16px;
      text-align: center; }

.m049 .thematics-slider__list {
  height: auto;
  display: flex;
  width: 70%;
  justify-content: space-evenly;
  position: relative;
  clip-path: inset(0 -100vw -100vw 0%);
  transition: all .25s ease-in-out; }

.m049 .thematics-slider__list-items {
  height: auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out; }

.m049 .thematics-slider__list-items .item {
  width: 400px;
  height: auto;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f1f4f8;
  overflow: hidden;
  padding: 0px 0 60px 0;
  position: relative; }
  .m049 .thematics-slider__list-items .item .img {
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    background: url("https://via.placeholder.com/500x400");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: solid 8px #6732ba; }
  .m049 .thematics-slider__list-items .item .content {
    padding: 30px;
    box-sizing: border-box; }
    .m049 .thematics-slider__list-items .item .content h3 {
      margin-bottom: 20px; font-size:20px;}
    .m049 .thematics-slider__list-items .item .content p {
      color: #696969;
      margin-bottom: 50px; }
    .m049 .thematics-slider__list-items .item .content ul {
      list-style:none;clear:both;}
    .m049 .thematics-slider__list-items .item .content a,.m049 .thematics-slider__list-items .item .content a:visited {
      position: absolute;
      left: 30px;
      bottom: 30px;
      z-index: 15;
      display: flex;
      align-items: center;*/
      color: #6732ba;font-size:16px;
      transition: all .25s ease-in-out;font-weight:bold;}
      .m049 .thematics-slider__list-items .item .content a:hover {
        color: var(--orange); }
      .m049 .thematics-slider__list-items .item .content a i {
        margin-right: 5px;}

@media (max-width: 950px) {
  .m049 .thematics-slider {
    padding: 100px 20px;
    z-index: 10;
    display: flex;
    align-items: stretch;
    flex-direction: column; }
    .m049 .thematics-slider .thematics-slider__description {
      padding-right: 0px;
      width: 100%;
      display: flex;
      margin-bottom: 50px; }
    .m049 .thematics-slider .thematics-slider__list-items .item {
      width: calc(100vw - 40px); }
      .m049 .thematics-slider .thematics-slider__list-items .item .img {
        height: 180px; } }

@media (max-width:1300px) {
  .m049 .thematics-slider__list {
    width: 100% !important;
  }
