@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI.ttf") format("opentype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/SegoeUI-SemiBold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/Segoe UI Bold Italic.ttf") format("opentype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../font/seguibl.ttf") format("opentype");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../font/FuturaPT-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FuturaPT-Light";
  src: url("../font/FuturaPT-Light.ttf") format("opentype");
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "FuturaPT-Medium";
  src: url("../font/FuturaPT-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.adwrapper {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F4F4F4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1020px) {
  section {
    padding: 0 20px;
  }
}

main {
  padding-top: 94px;
}
@media (max-width: 1020px) {
  main {
    padding-top: 62px;
  }
}

.hidden_popup footer {
  display: none;
}

.breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.breadcrumbs .wrapper .link span {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-right: 8px;
  color: #A6A6A6;
}
.breadcrumbs .wrapper .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper .active img {
  display: none;
}

.news .wrapper .news_top {
  margin-bottom: 30px;
}
.news .wrapper .news_top .title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #262626;
}
@media (max-width: 1000px) {
  .news .wrapper .news_top .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 770px) {
  .news .wrapper .news_top .title {
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 500px) {
  .news .wrapper .news_top .title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1025px) {
  .news .wrapper .news_top {
    margin-bottom: 20px;
  }
}
.news .wrapper .news_items {
  max-width: 1540px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .wrapper .news_items .news_item {
  width: 23.1%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.news .wrapper .news_items .news_item .di {
  max-width: 355px;
  width: 100%;
  display: inline-block;
  max-height: 260px;
  overflow: hidden;
}
.news .wrapper .news_items .news_item .news_item_img {
  border-radius: 8px;
  max-width: 355px;
  width: 100%;
  display: block;
  height: 260px;
  object-fit: cover;
  margin-bottom: 20px;
  /*@include transition_all;
  &:hover {
      transform: scale(1.2);
  }*/
}
.news .wrapper .news_items .news_item iframe {
  position: initial !important;
  width: 100% !important;
  border-radius: 8px;
  height: 260px !important;
}
.news .wrapper .news_items .news_item .news_item_title {
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -0.02em;
  display: block;
  color: #262626;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .wrapper .news_items .news_item .news_item_title:hover {
  color: #DF2040;
}
.news .wrapper .news_items .news_item .news_item_company {
  text-decoration: none;
  margin-top: auto;
  font-family: "Segoe UI", sans-serif;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #262626;
}
@media (max-width: 1025px) {
  .news .wrapper .news_items .news_item .news_item_title {
    font-size: 16px;
    letter-spacing: -0.32px;
    height: 67px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 765px) {
  .news .wrapper .news_items .news_item {
    margin-bottom: 30px;
    width: 31%;
    margin-right: 20px;
  }
}
@media (max-width: 610px) {
  .news .wrapper .news_items .news_item {
    margin-right: 15px;
  }
}
@media (max-width: 510px) {
  .news .wrapper .news_items .news_item {
    margin-bottom: 20px;
    width: 48%;
  }
  .news .wrapper .news_items .news_item .news_item_img {
    margin-bottom: 10px;
    object-fit: cover;
    height: 110px;
  }
  .news .wrapper .news_items .news_item .news_item_title {
    font-size: 14px;
    letter-spacing: -0.28px;
    height:50px;
  }
  .news .wrapper .news_items .news_item .news_item_company {
    font-size: 14px;
  }
}
@media (max-width: 765px) {
  .news .wrapper .news_items {
    -webkit-justify-content: unset;
    justify-content: unset;
  }
  .news .wrapper .news_items .news_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 510px) {
  .news .wrapper .news_items {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news .wrapper .news_items .news_item {
    margin-right: 0;
  }
  .news .wrapper .news_items .news_item:nth-child(3n) {
    margin-right: 0;
  }
}

.paginations {
  margin-bottom: 80px;
}
.paginations .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.paginations .wrapper .pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.paginations .wrapper .pagination li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  margin-right: 8px;
}
.paginations .wrapper .pagination li a {
  text-decoration: none;
  color: #262626;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  line-height: 16px;
  display: block;
}
.paginations .wrapper .pagination li a svg {
  display: block;
  width: 16px;
  height: 16px;
}
.paginations .wrapper .pagination li a svg path {
  fill: #A4A4A4;
}
.paginations .wrapper .pagination li:hover a {
  color: #DF2040;
}
.paginations .wrapper .pagination .pointer {
  background-color: initial;
}
.paginations .wrapper .pagination .pointer span {
  display: block;
  width: 11px;
  margin-left: auto;
  margin-right: auto;
}
.paginations .wrapper .pagination .active {
  background-color: #DF2040;
}
.paginations .wrapper .pagination .active a {
  color: white;
}
.paginations .wrapper .pagination .active:hover a {
  color: white;
}
.paginations .wrapper .pagination .full a svg path {
  fill: #262626;
}
.paginations .wrapper .pagination li:last-child {
  margin-right: 0;
}
.paginations .wrapper .pages {
  width: fit-content;
  width: -moz-fit-content;
  color: #8D8D8D;
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  letter-spacing: -0.3px;
}
@media (max-width: 600px) {
  .paginations .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paginations .wrapper .pages {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  .paginations {
    margin-bottom: 70px;
  }
}
@media (max-width: 765px) {
  .paginations {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .paginations {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=news.css.map */
