
/* ------------------------------------------ */
/* Layout Style for hmNewAnnoucement */
/* ------------------------------------------ */
.hmNewAnnoucement {
  position: relative;
  padding: 57px 0 ;
}

/* ------------------------------------------ */
/* END Layout Style hmNewAnnoucement  */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* Layout Style for hmNewCards */
/* ------------------------------------------ */
.hmNewCards__card {
  position: relative;
  text-align: center;
  width: 25%;
  height: auto;
  padding: 0 10px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
}

  body:not(.mobile) .hmNewCards__card:hover, body:not(.mobile) .hmNewCards__card:focus {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
    body:not(.mobile) .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile) .hmNewCards__card:focus .hmNewCards__cardInner {
      -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2); }
  .hmNewCards__card:hover .hmNewCards__cardInner, .hmNewCards__card:focus .hmNewCards__cardInner {
    color: #cc4c02; }
    body:not(.mobile).pageBusiness .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile).pageBusiness .hmNewCards__card:focus .hmNewCards__cardInner {
      color: #454095; }
    body:not(.mobile).pageNonResidents .hmNewCards__card:hover .hmNewCards__cardInner, body:not(.mobile).pageNonResidents .hmNewCards__card:focus .hmNewCards__cardInner {
      color: #0a828f; }
  .hmNewCards__slider.swiper-container-initialized .hmNewCards__card {
    padding: 0; }

.hmNewCards__slider {
  position: relative; }
  .hmNewCards__slider .swiper-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    width: auto;
    -webkit-transform: .4s;
            transform: .4s;
    margin-left: -10px;
    margin-right: -10px; }

  .hmNewCards__slider.swiper-container-initialized .swiper-wrapper {
    margin-left: 0;
    margin-right: 0; }

.hmNewCards__cardInner {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  background: #FFF;
  color: #000;
  width: 300px;
  height: 100%;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.08); }


.hmNewCards__cardThumb {
  height: 176px;
  overflow: hidden;
  position: relative; }
  .hmNewCards__cardThumb img {
    display: block;
    width: 100%; }

.hmNewCards__cardTxt {
  padding: 30px;
  text-align: left;
  height: 214px;}

  .hmNewCheckItOut .hmNewCards__cardTxt {
    padding: 20px; }

.hmNewCards__cardTitle {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
}
  .hmNewCards__cardTitle:last-child {
    margin-bottom: 0; }
  .hmNewCheckItOut .hmNewCards__cardTitle {
    font-weight: normal; }

.hmNewCards__pagesHolder {
  margin-top: 35px;
  text-align: center; }

  .hmNewCheckItOut .hmNewCards__pagesHolder {
    margin-top: 20px; }


.hmNewCards__pages {
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0; }
  .hmNewCheckItOut .hmNewCards__pages {
    background: transparent; }
  .hmNewCards__pages .swiper-pagination-bullet {
    border-radius: 5px;
    width: 30px;
    height: 4px;
    margin: 4px;
    background: #FFF;
    opacity: 0.25; }
    .hmNewCards__pages .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }

.hmNewCards__control {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  margin-top: -60px;
  pointer-events: none; }

  .mobile .hmNewCards__control {
    display: none !important; }

.hmNewCards__btn-prev, .hmNewCards__btn-next {
  position: absolute;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  border: 0;
  background: url(../images/icon-arrow-white.svg) no-repeat 55% center;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 45%;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 15px 5px rgba(0, 0, 0, 0.2);
  pointer-events: all;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0; }
  .bwVer .hmNewCards__btn-prev,
  .bwVer .hmNewCards__btn-next {
    background-image: url(../images/icon-arrow-bw.svg); }


  .hmNewCards__btn-prev:hover, .hmNewCards__btn-prev:focus, .hmNewCards__btn-next:hover, .hmNewCards__btn-next:focus {
    background-color: rgba(233, 84, 5, 0.85); }
    body:not(.mobile).pageBusiness .hmNewCards__btn-prev:hover, body:not(.mobile).pageBusiness .hmNewCards__btn-prev:focus, body:not(.mobile).pageBusiness .hmNewCards__btn-next:hover, body:not(.mobile).pageBusiness .hmNewCards__btn-next:focus {
      background-color: rgba(69, 64, 149, 0.85); }
    body:not(.mobile).pageNonResidents .hmNewCards__btn-prev:hover, body:not(.mobile).pageNonResidents .hmNewCards__btn-prev:focus, body:not(.mobile).pageNonResidents .hmNewCards__btn-next:hover, body:not(.mobile).pageNonResidents .hmNewCards__btn-next:focus {
      background-color: rgba(10, 130, 143, 0.85); }
  .hmNewCards__btn-prev:focus, .hmNewCards:hover .hmNewCards__btn-prev, .hmNewCards__btn-next:focus, .hmNewCards:hover .hmNewCards__btn-next {
    opacity: 1; }
  .hmNewCards__btn-prev.swiper-button-disabled, .hmNewCards__btn-next.swiper-button-disabled {
    opacity: 0 !important; }

.hmNewCards__btn-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }


.hmNewCards__btn-next {
  right: 5%; }


/* ------------------------------------------ */
/* END Layout Style hmNewCards  */
/* ------------------------------------------ */
