

/* Start:/tools/css/ipoteka.css?16122693582340*/

.p-mortage .b-bner {
    background: url(/images/ggarden/mortage/bner.jpg) no-repeat center center;
}

.p-mortage .gen-filter .field-item {
    height: 64px;
    color: #000000;
    display: flex;
    align-items: center;
}


.b-mortage-bank-item {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    transition: all .3s ease-out;
}

.b-mortage-bank-item:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}

.b-mortage-bank-item__label {
    font-size: 12px;
    color: #959BA6;
    margin-bottom: 2px;
}

.b-mortage-bank-item__txt {
    font-size: 16px;
    color: #5A5A5A;
}

.b-mortage-bank-item__title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #5A5A5A;
    line-height: 1.2;
    margin-bottom: 2px;
}

.b-mortage-bank-item__descr {
    font-weight: 600;
    font-size: 12px;
    color: #959BA6;
}

.p-mortage .b-block-grey {
    position: relative;
    max-width: 226px;
}

.p-mortage .b-block-grey:after {
    content: '';
    background: url(/images/ggarden/mortage/arrow.svg);
    width: 56px;
    height: 13px;
    background-size: cover;
    position: absolute;
    right: -57px;
    top: 50%;
}

.p-mortage .b-block-grey.no-content:after {
    content: none;
}

.b-program-all {
    font-weight: 600;
    font-size: 16px;
    color: #959BA6;
    cursor: pointer;
    position: relative;
}

.b-program-all:hover {
    color: #959BA6;
}



.b-program-all:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 23px;
    background: url(/images/ggarden/arrow-all.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    transform: rotate(180deg) translate(0%, 0);

}

.b-program-all.collapsed:after {
    transform: rotate(360deg) translate(-50%, 0);
}

.b-block-mort h4 {
    font-size: 16px;
    line-height: 1.2;
}


@media (max-width: 1199px) {
    .p-mortage .b-block-grey:after {
        content: '';
        background: url(/images/ggarden/mortage/arrow.svg);
        width: 23px;
        height: 6px;
        background-size: cover;
        position: absolute;
        right: -27px;
        top: 50%;
    }

}

@media (max-width: 767px) {
    .p-mortage .b-block-grey {
        max-width: 100%;
    }
    .p-mortage .b-block-grey:after {
        content: none;
    }
}
/* End */


/* Start:/tools/css/tradein.css?16123469432235*/
.b-bner {
    background: url(/images/ggarden/tradein/bner.jpg) no-repeat center center;
    height: 424px;
    display: flex;
    align-items: center;
}

.b-bner__title {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: bold;
    font-size: 64px;
    margin: 0 0 16px;
}

.bg-grey {
    background: url(/images/ggarden/tradein/bg-grey.jpg) no-repeat;
    background-size: cover;
}

.b-steps-wrapper {
    background: linear-gradient(90deg, #01978C 0%, #019741 100%);
    color: #fff;
}

.b-steps__num {
    color: #00C9B8;
    font-size: 28px;
}

.b-steps__name {
    font-weight: bold;
    font-size: 64px;
    white-space: nowrap;
    line-height: 64px;
}

.b-steps__pic {
    display: inline-block;
    position: relative;
    padding: 0 0 24px 24px;
}

.b-steps__pic img {
    position: relative;
    z-index: 1;
}

.b-steps__pic:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 24px;
    right: 24px;
    background: linear-gradient(90deg, #00A095 0%, #00A848 100%);
    z-index: 0;
}



.b-block-grey {
    height: 100%;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .b-steps__name {
        white-space: normal;
    }
    .b-steps__num {
        position: absolute;
        right: 16px;
        top: -6px;
    }
    .b-steps__pic {
        padding-left: 0;
        padding-bottom: 16px;
    }
    .b-steps__pic:before {
        left: -16px;
    }
}

@media (max-width: 767px) {
    .b-steps__name {
        font-size: 48px;
    }
    .b-bner {
        height: 300px;
    }
    .b-bner__title {
        font-size: 44px;
    }

}

@media (max-width: 575px) {
    .b-steps__name {
        font-size: 21px;
        line-height: 1.2;
    }
    .b-steps__num {
        font-size: 18px;
        line-height: 1.2;
        top: -1px;
    }
    .b-bner {
        background: none !important;
        height: auto !important;
    }
    .b-bner .b-bner__title {
        font-size: 18px;
        font-weight: bold;
        color: #5A5A5A;
        background: none;
        -webkit-text-fill-color: #5A5A5A;
        margin-bottom: 8px;
    }
}
/* End */


/* Start:/ipoteka/style.css?1721736188984*/
.pkbg {
  margin: 40px 0;
  padding: 20px;
  gap: 20px 0;
  border-radius: 10px;
  /* border: solid 2px #019741; */
  background-color: #F8F9FA;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
}

.pkbg h3 {
  margin-bottom: 0px;
}

.pkbg p {
  margin: 0 0 0;
}

.pkbg-inside {
  /* padding: 20px; */
  padding: 0;
  margin-bottom: 0;
  /* background-color: #F8F9FA; */
  opacity: 90%;
  border-radius: 4px;
  list-style-image: url(https://green-garden.ru/images/ggarden/icons/check2.svg);
  list-style-position: inside;
  color: #2b2b2b;
}

.pkbg-inside-gr {
  background: linear-gradient(90deg, #e0ffe3 0%, #cdffd2 99.91%);
}

.pkbg-inside-bl {
  border: 1px solid #014697;
}

.pkbg-inside-red {
  background: linear-gradient(
    90deg,
    rgba(255, 116, 116, 0.1) 0%,
    rgba(255, 132, 132, 0.1) 99.91%
  );
}

.pkbg-inside-rng {
  border: 1px solid #FFAA2B; 
}

.pkbg-inside li {
  line-height: 22px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq_iex/style.css?1608029539150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /tools/css/ipoteka.css?16122693582340 */
/* /tools/css/tradein.css?16123469432235 */
/* /ipoteka/style.css?1721736188984 */
/* /local/templates/.default/components/bitrix/news.list/faq_iex/style.css?1608029539150 */
