.kr-agregators-overflow-hidden {
  overflow: hidden;
}



.kr-flex-1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kr-agregators-wrap {
  margin: 0 auto;
  width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  position: relative;
}

.kr-agregators-background {
  position: relative;
  padding-bottom: 100px;
  background-size: auto 220px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/agregators/header_background_x2.jpg);
}

.kr-agregators-h1 {
  font-size: 34px;
  color: #252525;
  font-weight: 300;
  max-width: 400px;
  line-height: 1.2;
}

.kr-agregators-background-text {
  font-size: 24px;
  color: #252525;
  font-weight: 300;
}

.kr-agregators-background-img {
    display: none;
    /*margin: 0 auto;*/
    margin-top: 20px;
    width: 100%;
  }

  .kr-agregators-background-img img {
    width: 100%;
    display: block;
  }

.kr-agregators-h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #252525;
  font-weight: 700;
}

.kr-agregators-icon-new:after {
  position: absolute;
  content: "";
  top: 0;
  right: -50px;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/agregators/new.svg);
}

.kr-agregators-icon-soon:after {
  position: absolute;
  content: "";
  top: -5px;
  right: -40px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/agregators/comig_soon_icon.svg);
}

.kr-agregators-available-servicer {
  margin-bottom: 50px;
}

.kr-agregators-link-container {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kr-agregators-link {
  text-decoration: none;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 50px;
}

.kr-agregators-link-img {
  width: 80px;
  height: 80px;
}

.kr-agregators-link-img img {
  width: 100%;
}

.kr-agregators-link-img-mobile {
  display: none;
  width: 70px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.kr-agregators-link-img-mobile img {
  width: 100%;
  height: 100%;
}

.kr-agregators-text-outer {
  margin-left: 15px;
}

.kr-agregators-link-title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.kr-agregators-link-text {
  font-size: 12px;
  color: #000;
  font-weight: 300;
}

.kr-agregators-future-servicer img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}

.kr-agregators-future-servicer .kr-agregators-link-title,
.kr-agregators-future-servicer .kr-agregators-link-text {
  color: #7f7f7f;
}

.kr-agregators-banner-ball {
  position: absolute;
  display: block;
  width: 40px;
  bottom: -60px;
  left: -70px;
}

.kr-agregators-banner-sticks {
  position: absolute;
  display: block;
  width: 80px;
  bottom: -150px;
  right: -100px;
}

.kr-agregators-banner-ball img,
.kr-agregators-banner-sticks img {
  width: 100%;
}

.kr-agregators-widget-bg {
  /*z-index: 99;
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 50%;*/
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out z-index 0 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.kr-agregators-widget-bg.kr-opened {
  opacity: 1;
  z-index: 14;
  /*transition: opacity 0.3s ease-in-out;*/
}

.kr-agregators-widget {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 615px;
  background: #fff;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.kr-agregators-widget.kr-opened {
  transform: translateX(0);
}

.kr-agregators-widget-label {
  width: 47px;
  left: -47px;
  top: 200px;
  position: absolute;
  cursor: pointer;
}

.kr-agregators-widget-label img {
  width: 100%;
}

.kr-agregators-widget-close {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.kr-agregators-widget-close img {
  width: 100%;
}

.kr-agregators-widget-content {
  height: 100%;
}

.kr-agregators-widget-promo {
  background: linear-gradient(to top, #cdeaf5, #fff);
}

/*.kr-agregators-widget-promo-half {
  width: 50%;
}*/

.kr-agregators-widget-promo-text {
  padding-left: 40px;
  padding-top: 20px;
}

.kr-agregators-widget-promo-title {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
}

.kr-agregators-widget-promo-subtitle {
  font-size: 18px;
  color: #2a2a2a;
  font-weight: 300;
  line-height: 1.2;
}

.kr-agregators-widget-promo-img {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  overflow: hidden;
  height: 150px;
  margin-top: 10px;
  width: 320px;
}

.kr-agregators-widget-promo-img img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

.kr-agregators-widget-item-block {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  height: calc(100% - 160px - 85px);
  overflow-y: scroll;
}

.kr-agregators-widget-promo-mobile {
  display: none;
}

.kr-agregators-widget-item-block::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  position: absolute; 
}

.kr-agregators-widget-item-block::-webkit-scrollbar-thumb {
  background: #5584b0;
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  position: absolute; 
}

.kr-agregators-widget-item-block::-webkit-scrollbar-track {
  -webkit-border-radius: 1.5px;
  border-radius: 1.5px;
  position: absolute; 
}

.kr-agregators-widget-item-block .kr-agregators-available-servicer {
  margin-bottom: 0;
}

.kr-agregators-widget-item-block .kr-agregators-link {
  width: 50%;
}

.kr-agregators-widget-button-block {
  padding: 20px;
  text-align: center;
}

.kr-agregators-widget-btn {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  width: 265px;
  border-radius: 5px;
  background-color: #4281b2;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.kr-agregators-widget-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #477198;
}

.kr-agregators-widget-fancybox-close {
  display: none;
}

@media (max-width: 1199px) {
  .kr-agregators-link {
    width: 33%;
  }
}

@media (max-width: 991px) {
  .kr-agregators-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kr-agregators-link {
    width: 50%;
    /*display: block;*/
  }

  .kr-agregators-link-img-mobile {
    width: 66px;
    height: 90px;
  }

  .kr-agregators-widget-content {
    width: 310px;
    border-radius: 7px;
    overflow: hidden;
    padding: 5px;
  }

  .kr-agregators-widget-content .kr-agregators-widget-item-block {
    padding: 0;
    height: calc(100% - 90px);
  }

  .kr-agregators-widget-content .kr-agregators-widget-promo {
    display: none;
  }

  .kr-agregators-widget-content .kr-agregators-widget-promo-mobile {
    display: block;
    padding: 15px 32px;
    text-align: center;
  }

  .kr-agregators-widget-content .kr-agregators-widget-promo-title {
    font-size: 19px;
    color: #252525;
    margin-bottom: 10px;
  }

  .kr-agregators-widget-content .kr-agregators-widget-promo-subtitle {
    font-size: 14px;
    color: #252525;
  }

  .kr-agregators-widget-content .kr-agregators-available-servicer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kr-agregators-widget-content .kr-agregators-h2 {
    font-size: 16px;
  }

  .kr-agregators-widget-content .kr-agregators-icon-new:after {
    width: 30px;
    height: 15px;
    right: -35px;
    top: 2px;
  }

  .kr-agregators-widget-content .kr-agregators-icon-soon:after {
    width: 15px;
    height: 15px;
    top: 2px;
    right: -20px;
  }

  .kr-agregators-widget-content .kr-agregators-link {
    display: block;
    margin-bottom: 50px;
  }

  .kr-agregators-widget-content .kr-agregators-text-outer {
    margin-left: 0;
  }

  .kr-agregators-widget-content .kr-agregators-link-img {
    display: none;
  }

  .kr-agregators-widget-content .kr-agregators-link-img-mobile {
    display: block;
  }

  .kr-agregators-widget-content .kr-agregators-link-title {
    font-size: 14px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .kr-agregators-widget-content .kr-agregators-link-text {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
  }

  .kr-agregators-widget-button-block {
    padding: 10px 0 5px;
  }

  .kr-agregators-widget-btn {
    height: 40px;
    line-height: 40px;
    width: 270px;
  }

  .kr-agregators-widget-fancybox-close {
    display: inline-block;
    padding-left: 22px;
    text-decoration: underline;
    line-height: 14px;
    font-size: 14px;
    margin: 10px auto 0;
    position: relative;
  }

  .kr-agregators-widget-fancybox-close:before {
    width: 12px;
    height: 12px;
    background: url(../img/agregators/close.svg) center/contain no-repeat;
    left: 0;
    top: 1px;
    content: "";
    display: block;
    position: absolute;
  }


}

@media (max-width: 640px) {

  .kr-agregators-h1 {
    text-align: center;
    max-width: unset;
    font-size: 19px;
  }

  .kr-agregators-background-text {
    text-align: center;
    font-size: 14px;
  }

  .kr-agregators-background {
    padding-bottom: 0;
    background: linear-gradient(to top, #62b1d1, #fff 50%);
  }

  .kr-agregators-background-img {
    display: block;
  }

  .kr-agregators-background-img img {
    max-height: 200px;
    width: unset;
    max-width: 100%;
    margin: 0 auto;
  }

  .kr-agregators-h2 {
    font-size: 16px;
  }

  .kr-agregators-icon-new:after {
    top: 0;
    right: -40px;
    width: 30px;
    height: 20px;
  }

  .kr-agregators-icon-soon:after {
    top: 2px;
    right: -20px;
    width: 15px;
    height: 15px;
  }

  .kr-agregators-link {
    display: block;
    margin-bottom: 50px;
  }

  .kr-agregators-text-outer {
    margin-left: 0;
  }

  .kr-agregators-link-img {
    display: none;
  }

  .kr-agregators-link-img-mobile {
    display: block;
  }

  .kr-agregators-link-title {
    font-size: 14px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
  }

  .kr-agregators-link-text {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
  }

  
}