

/* Start:/local/components/terem/standard.blocks/templates/region.kredit/style.css?17822452354133*/
section.kredit {
    position: relative;
    background: var(--block-background);
    padding: 0;
    margin-bottom: 117px;
}

.kredit__container {
    position: relative;
    display: flex;
    align-items: start;
    height: 540px;
    width: 100%;
    margin: 0 auto;
}

.kredit__img {
    width: 100%;
    position: absolute;
    top: 29px;
    right: -68px;
    height: 511px;
    object-fit: cover;
}

.kredit__img--mob {
    position: absolute;
    top: 385px;
    display: none;
    object-fit: cover;
    width: 80%;
    min-width: 343px;
    height: auto;
    right: 0;
    left: 0;
    aspect-ratio: 343/104;
    margin: 0 auto;
}

.kredit__body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 50;
    max-width: 538px;
    margin: 60px 0 0;
}

.kredit__body p {
    margin-bottom: 50px;
}

.kredit__blocks {
    position: absolute;
    bottom: 63px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 28px;
}

.kredit__block {
    width: 25%;
    height: 98px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: flex-start;
    background-color: var(--background);
    border-radius: 4px;
    padding: 25px 15px 15px 30px;
    box-sizing: border-box;
}

.kredit__block span {
    font: 400 14px/150% var(--text-font);
    color: var(--grey-color);
}

.kredit__block span:first-child {
    font: 600 14px/130% var(--title-font);
    color: var(--text-color);
}

.kredit .button {
    max-width: fit-content;
}
@media (min-width: 1201px) {
    section.kredit {
        margin-bottom: 120px;
    }

    .kredit .kredit__container {
        height: 570px;
    }

    .kredit .kredit__img {
        top: 94px;
        right: -15px;
        aspect-ratio: 713/218;
        height: auto;
        max-width: 713px;
    }

    .kredit .kredit__blocks {
        bottom: 60px;
    }

    .kredit .kredit__block {
        max-width: 307px;
        height: 119px;
        margin-right: 2px;
        padding-bottom: 14px;
    }

    .kredit .kredit__block span {
        max-width: 242px;
    }
    .kredit__body p {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 1200px) {
    section.kredit {
        padding-bottom: 30px;
        margin-bottom: 60px;
    }

    .kredit__container {
        flex-direction: column;
        height: 966px;
    }

    .kredit__body {
        max-width: 100%;
        margin-top: 60px;
    }

    .kredit__img {
        top: 372px;
        right: 0;
        left: 0;
        height: auto;
        overflow: visible;
        aspect-ratio: 708/216;
        max-height: 216px;
        margin: 0 auto;
    }

    .kredit__blocks {
        flex-wrap: wrap;
        bottom: 60px;
        gap: 30px 28px;
    }

    .kredit__block {
        height: 119px;
        width: calc(50% - 15px);
        padding-top: 25px;
        gap: 10px;
    }
        .kredit__body p {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 767px) {
    
.kredit__container {
    height: auto;
    min-height: 550px;
}


    .kredit__body {
        margin-top: 30px;
    }

    .kredit__body .h3 {
        margin-bottom: 19px;
    }

    .kredit__img {
        right: 0;
        left: 0;
        top: 330px;
    }

    .kredit .kredit__blocks {
        bottom: unset;
        position: relative;
    }

    .kredit .kredit__block {
        width: 100%;
        padding: 25px 30px 15px;
        gap: 10px;
    }
    .kredit__body p {
    margin-bottom: 50px;
}
section.kredit{
    padding-bottom: 0;
}
}

@media screen and (max-width: 599px) {
    section.kredit {
        margin-bottom: 40px;
    }

    .kredit__blocks {
        flex-direction: column;
        gap: 10px;
    }

    .kredit__block {
        width: 100%;
        padding-top: 15px;
        gap: 10px;
    }

    .kredit__img {
        display: none;
    }

    .kredit__img--mob {
        display: block;
    }
}

@media screen and (max-width: 374px) {
    .kredit__img--mob {
        left: 0;
        right: 0;
        top: 430px;
        margin: 0 auto;
        min-width: auto;
        width: 100%;
    }
}
/* End */


/* Start:/local/components/terem/news.list/templates/bank.offers/style.css?17320223753416*/
/* section mortgage-hot-offer*/
section.mortgage-hot-offer {
  margin-bottom: 120px;
}

.mortgage-hot-offer {
  overflow: hidden;
}

.mortgage-hot-offer__title {
  font: normal 600 30px/130% var(--title-font);
  color: var(--title-color);
  margin-bottom: 40px;
}

.mortgage-hot-offer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.mortgage-hot-offer__item img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
  aspect-ratio: 341 / 232;
  -o-object-fit: cover;
     object-fit: cover;
}

.mortgage-hot-offer__img-container {
  line-height: 0;
}

.mortgage-hot-offer__img-container button {
  line-height: 0;
}

.mortgage-hot-offer__text-container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid var(--border-color);
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 21px 28px 29px 29px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 185px;
  transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.mortgage-hot-offer__item-title {
  font: normal 600 18px/23px var(--title-font);
  color: var(--text-color);
}

.mortgage-hot-offer__item-title button {
  text-align: left;
  color: var(--text-color);
}

.mortgage-hot-offer .mortgage-hot-offer__item-text {
  font: normal 400 12px/18px var(--text-font);
  color: var(--dark-grey-color);
  padding-top: 11px;
  padding-bottom: 7px;
}

.mortgage-hot-offer .mortgage-hot-offer__item-text {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.mortgage-hot-offer .mortgage-hot-offer__item-text_bold {
  color: var(--text-color);
  padding-top: 4px;
  padding-bottom: 0;
}

.mortgage-hot-offer__item-link {
  text-decoration: none;
  border: 1px solid var(--border-color);
  font: normal 500 12px/17px var(--text-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--title-color);
  border-radius: 4px;
  padding: 9px 29px 8px 29px;
  position: static;
  width: fit-content;
  margin-top: 29px;
  transition: all 0.3s ease;
}

.mortgage-hot-offer__container_desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
}

.mortgage-hot-offer .item:hover .mortgage-hot-offer__item-link {
  color: var(--main-color);
  border-color: var(--main-color);
}

.mortgage-hot-offer .item:hover  .mortgage-hot-offer__text-container {
  border-color: var(--main-color);
}

.mortgage-hot-offer__item {
  width: calc(33.3% - 20px);
  min-height: 125px;
}

@media screen and (min-width: 1320px) {
  .mortgage-hot-offer__item img {
    min-height: 287px;
  }
}

@media screen and (max-width: 999px) {
  section.mortgage-hot-offer {
    margin-bottom: 79px;
  }

  .mortgage-hot-offer__title {
    margin-bottom: 30px;
  }

  .mortgage-hot-offer__item {
    width: calc(50% - 15px);
  }
}


@media screen and (max-width: 599px) {
  section.mortgage-hot-offer {
    margin-bottom: 60px;
  }

  .mortgage-hot-offer__title {
    font-size: 21px;
  }

  .mortgage-hot-offer__item {
    width: 100%;
  }

  .mortgage-hot-offer__container_desk {
    gap: 40px;
  }

  .mortgage-hot-offer__text-container {
    min-height: auto;
  }
}

/* end section mortgage-hot-offer*/

/* End */


/* Start:/local/components/terem/standard.blocks/templates/consultation.kredit.region/style.css?17320245222594*/
.block-consult__container {
  position: relative;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 360px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.block-consult__img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.block-consult__img--mob {
  display: none;
  object-fit: cover;
}

.block-consult__body {
  position: relative;
  height: 179px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  z-index: 50;
  max-width: 590px;
  margin: 0 auto 22px;
}

.block-consult__body--title {
  font-family: var(--title-font);
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: var(--background);
}

.block-consult__body--text {
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: var(--background);
  margin-bottom: 14px;
}

.block-consult__body--btn {
  background: var(--background);
  border: 1px solid var(--background);
  border-radius: 4px;
  font-weight: 500;
  font-family: var(--text-font);
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  color: var(--title-color);
  padding: 11px 29px 9px;
  margin: 0 auto;
}

.block-consult__body--btn:hover{
  background: transparent;
  border: 1px solid var(--background);
  color: var(--background);
}

@media screen and (max-width: 999px) {

  section.block-consult {
    height: 360px;
    margin-bottom: 81px;
  }

  .block-consult__body {
    margin-bottom: 21px;
  }

  .block-consult__body--title {
    font-size: 30px;
  }

  .block-consult__img {
    right: -30%;
  }
}

@media screen and (max-width: 599px) {
  section.block-consult {
    margin-bottom: 61px;
  }

  .block-consult__body {
    max-width: 303px;
    margin: 0 auto 102px;
    padding: 0 10px;
  }

  .block-consult__img {
    display: none;
  }

  .block-consult__img--mob {
    position: absolute;
    display: block;
    width: 100%;
  }

  .block-consult__body--title {
    font-size: 21px;
    max-width: 260px;
    margin: 0 auto;
  }

  .block-consult__body--text {
    margin-bottom: 34px;
  }

  .block-consult__body--btn {
    margin: 0;
  }
}

/* End */


/* Start:/local/components/terem/catalog.list/templates/best.offer/style.css?17320206708375*/
.benefit-projects {
  padding: 0;
  margin: 60px auto;
}

.benefit-projects .carousel {
  position: relative;
}

.benefit-projects .carousel-container .owl-stage-outer {
  padding-bottom: 0;
}

.benefit-projects .carousel .owl-item.active {
  opacity: 1;
}

.benefit-projects .carousel .item {
  width: 100%;
  margin-right: 0;
}

.benefit-projects__img {
  position: relative;
  margin-bottom: 10px;
}

.benefit-projects .carousel-container .owl-item img {
  width: 100%;
  display: block;
}

.benefit-projects ._news-item {
  position: absolute;
  top: 0;
  right: 3.8%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 16px/34px var(--title-font);
  letter-spacing: 0px;
  text-align: center;
  opacity: 0.79;
  color: var(--background);
  background-color: var(--main-color);
  padding: 7px 22px 5px;
}

.benefit-projects__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  border: 0;
}

.benefit-projects__info-title {
  text-align: left;
  font: 600 24px/34px var(--title-font);
  letter-spacing: 0px;
  color: var(--text-color);
  margin-right: 20px;
  margin-bottom: 10px;
}

.benefit-projects__price-group {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.benefit-projects__button {
  float: right;
  font: 600 12px/18px var(--text-font);
  background-color: var(--background);
  padding: 10px 20px;
}

.benefit-projects__info-price {
  font: normal 500 14px/22px var(--text-font);
  color: var(--main-color);
  text-align: right;
}

.benefit-projects .carousel-container-wrapper {
  display: inherit;
}

.benefit-projects .carousel-container-wrapper .owl-stage-outer {
  overflow: visible;
}

.benefit-projects .roub {
  margin-left: 5px;
}

.benefit-projects ._old-price {
  position: relative;
  color: var(--title-color);
  display: block;
}

.benefit-projects ._old-price::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--title-color);
  left: 0;
  top: 55%;
}

.benefit-projects .wrapper.j-trigger {
  overflow: hidden;
}

.benefit-projects .carousel-container .owl-stage {
  padding-top: 0;
}

.benefit-projects__title {
  font: normal 600 30px/37px var(--title-font);
  color: var(--text-color);
  margin: 0;
}

.benefit-projects .j-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefit-projects__title span {
  color: var(--main-color);
}

.benefit-projects__btn {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font: normal 500 12px/16px var(--text-font);
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--title-color);
  padding: 10px 28px 8px 30px;
  transition: all 0.3s ease;
}

.benefit-projects__btn:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.benefit-projects__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefit-projects__info--name {
  font: normal 600 18px/23px var(--title-font);
  color: var(--title-color);
  margin: 0 0 2px;
}

.benefit-projects__info--size {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: normal 400 14px/21px var(--text-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--dark-grey-color);
  color: var(--dark-grey-color);
  display: block;
  line-height: 1;
  margin: 5px 0 0;
}

.benefit-projects__info--size:hover {
  color: var(--main-color);
  border-bottom: 1px solid transparent;
}

.benefit-projects__info--price {
  font: normal 600 18px/23px var(--title-font);
  text-align: right;
  color: var(--title-color);
}

.benefit-projects__btn--mobile {
  display: none;
}

.benefit-projects .carousel-container.carousel-container-wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {

  .benefit-projects {
    margin: 121px auto 1px;
  }

  .benefit-projects .wrapper.j-trigger {
    margin-bottom: 41px;
  }

  .benefit-projects__info-price {
    font: normal 500 20px/34px var(--text-font);
    color: var(--main-color);
  }

  .benefit-projects .benefit-projects__info-title {
    font: normal 600 24px/34px var(--title-font);
    color: var(--text-color);
  }

  .benefit-projects .carousel-container .owl-item img {
    max-height: 310px;
  }
}

@media (max-width: 1280px) {
  .benefit-projects {
    margin: 80px auto 0; 
  }

  .benefit-projects .wrapper.j-trigger {
    margin-bottom: 31px;
  }

  .benefit-projects__img {
    margin-bottom: 8px;
  }

  .benefit-projects__info-title {
    font: 600 14px/22px var(--title-font);
    margin-bottom: 7px;
  }

  .benefit-projects__info-price {
    text-align: right;
  }

  .benefit-projects ._news-item {
    font: 600 12px/20px var(--title-font);
    padding: 7px 10px 5px;
  }

  .benefit-projects__title {
    font: 600 21px/25px var(--title-font);
    margin-bottom: 0;
    color: var(--title-color);
  }

  .benefit-projects__info--name {
    font: normal 600 18px/130% var(--title-font);
    color: var(--title-color);
    margin: 0 0 2px;
  }

  .benefit-projects__info--price {
    font: normal 600 18px/28px var(--title-font);
    text-align: right;
    color: var(--title-color);
  }

  .benefit-projects__info--size {
    font: normal 400 14px/21px var(--text-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--dark-grey-color);
    display: block;
    line-height: 1;
    margin: 5px 0 0;
  }

  .benefit-projects__btn {
    padding: 9px 24px 10px 23px;
  }

  .benefit-projects__btn--desktop {
    display: none;
  }

  .benefit-projects__btn.benefit-projects__btn--mobile {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 153px;
    margin: 62px auto 0;
    padding: 10px 20px 8px;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .benefit-projects .carousel-container .owl-item img {
    max-height: 250px;
  }
}

@media (max-width: 599px) {

  .benefit-projects {
    margin: 60px auto 14px;
  }

  .benefit-projects .carousel {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
  }

  .benefit-projects .wrapper.j-trigger {
    margin-bottom: 27px;
  }

  .benefit-projects__title {
    margin-bottom: 4px;
  }

  .benefit-projects .carousel-container .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }

  .benefit-projects .carousel-container .owl-item img { 
    width: 100vw;
  }

  .benefit-projects__container--mobile .carousel .item {
    display: inline-block;
    white-space: normal;
    margin-right: 0;
    vertical-align: top;
    font-size: 16px;
  }

  .benefit-projects__info--price {
    margin-right: 1px;
  }

  .benefit-projects__button {
    font: 600 8px/10px var(--text-font);
    padding: 8px 8px 7px 9px;
    letter-spacing: 1px;
  }

  .benefit-projects .carousel-container .owl-stage {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .benefit-projects .carousel-container.carousel-container-wrapper {
    margin: 0;
    width: 100vw;
  }

  .benefit-projects .carousel-container-wrapper .owl-stage-outer {
    width: 100vw;
  }

  .benefit-projects .carousel .owl-item {
    opacity: 1;
    width: 100vw !important;
    margin-right: 0 !important;
  }

  .benefit-projects__info {
    width: calc(100% - 32px);
    margin: 0 auto;
  }

  .benefit-projects__btn.benefit-projects__btn--mobile {
    margin-top: 90px;
  }
}

@media (max-width: 375px) {
  .benefit-projects .carousel-container .owl-item img { 
    max-height: 276px;
  }
}
/* End */
/* /local/components/terem/standard.blocks/templates/region.kredit/style.css?17822452354133 */
/* /local/components/terem/news.list/templates/bank.offers/style.css?17320223753416 */
/* /local/components/terem/standard.blocks/templates/consultation.kredit.region/style.css?17320245222594 */
/* /local/components/terem/catalog.list/templates/best.offer/style.css?17320206708375 */
