@font-face {
  font-family: "proxima";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "proxima";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "CircularStd";
  font-weight: 450;
  font-style: normal;
  src: url("../fonts/CircularStd-Book/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book/CircularStd-Book.ttf") format("truetype"); }

@font-face {
  font-family: "Arial";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Arial/Arial-BoldMT.eot");
  src: url("../fonts/Arial/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial/Arial-BoldMT.ttf") format("truetype"); }

.article-home {
  padding: 25px 0 0; }

.list-dots {
  list-style: disc;
  padding: 0 0 0 20px; }

.list-decimal {
  list-style: decimal;
  padding: 0 0 0 20px; }

.article-card {
  width: 100%; }
  .article-card__title {
    font-size: 35px;
    font-weight: bold; }
  .article-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    margin: 10px 0 16px; }
  .article-card .date-news {
    color: #A7A7A7; }
  .article-card ul, .article-card ol {
    line-height: 25px;
    color: #4B4B4B;
    font-size: 15px; }
  .article-card ol {
    margin: 0 0 34px; }
  .article-card .list-check {
    width: 100%;
    font-weight: normal; }
    .article-card .list-check li {
      position: relative;
      margin: 0 0 26px;
      padding: 0 0 0 24px; }
      .article-card .list-check li:last-child {
        margin: 0; }
      .article-card .list-check li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 13px;
        height: 13px; }

.article-card__img {
  width: 100%;
  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;
  background: #C4C4C4;
  height: 276px;
  margin: 0 0 27px; }
  .article-card__img img {
    width: 100%;
    max-height: 100%; }

.article-img {
  margin: 25px 0 20px;
  width: 100%;
  max-width: 479px;
  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;
  background: #C4C4C4;
  height: 276px; }
  .article-img img {
    width: 100%;
    max-height: 100%; }

.box-subtitle h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal; }

.box-subtitle h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 13px; }

.box-subtitle .box-text {
  margin: 0 0 18px; }
  .box-subtitle .box-text:last-child {
    margin: 0; }

.quote-box {
  margin: 36px auto 35px;
  background: #2293D7;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 42px 63px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  position: relative; }
  .quote-box:before, .quote-box:after {
    content: '';
    position: absolute;
    background: url("../img/quote.svg") no-repeat center;
      background-size: 100%;
    width: 33px;
    height: 26px; }
  .quote-box:before {
    top: 34px;
    left: 26px; }
  .quote-box:after {
    right: 34px;
    bottom: 33px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.video-box {
  position: relative;
  height: 326px;
  max-width: 582px;
  width: 100%;
  background: #C4C4C4;
  margin: 0 0 35px; }
  .video-box iframe {
    width: 100%;
    height: 100%; }

.btn-play {
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px; }

.article-image {
  width: 100%;
  height: 220px;
  background: #C4C4C4;
  margin: 30px 0 0; }

.all-articles {
  padding: 60px 0 45px; }
  .all-articles h2 {
    margin: 0 0 35px; }

.all-articles-card {
  width: 100%;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
          box-shadow: 2px 2px 25px rgba(86, 129, 181, 0.14);
  height: 100%; }
  .all-articles-card__img {
    width: 100%;
    height: 148px;
    overflow: hidden;
    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; }
    .all-articles-card__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .all-articles-card__body {
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 25px 20px 14px 33px;
    height: calc(100% - 148px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .all-articles-card__title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 18px; }
    .all-articles-card__title:hover {
      color: #2293D7; }
  .all-articles-card .links-details {
    margin: 17px 0 0;
    font-size: 12px; }
  .all-articles-card .box-text {
    margin: 0 0 auto;
    height: 100%;
    overflow: hidden; }

.all-articles-card-100 .all-articles-card__body {
  height: 100%;
  padding: 34px 20px 14px 33px; }

.all-articles-card-100 .all-articles-card__title {
  margin: 0 0 11px; }
