

/* Start:/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/style.css?175394679616828*/

form .form-group-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group-btns-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

#smart-credit-form .current-bg-1 {
    background-color: #514ea1;
}

#smart-credit-form .current-bg-2 {
    background-color: #5CBE86;
}

#smart-credit-form .swiper-button-next.swiper-button-disabled,
#smart-credit-form .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
  }

.form-title__wrapper {
    position: relative;
}

.form-title__icon {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-title__icon._mobile,
.smart-credit-advantages-title__icon._mobile {
    display: none;
}

.calc-options__container {
    margin: 50px 0;
}

.calc-options__container .calc-credit--result-title {
    display: block !important;
}

.calc-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    row-gap: 15px;
    column-gap: 20px;
}

.calc-option__item {
    position: relative;
}

.calc-option__item input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.calc-option__item label {
    position: relative;
    color: #FFF;
    font-family: 'Bright Park Display';
    font-size: 20px;
    padding-left: 63px;
    cursor: pointer;
}

.calc-option__item label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 16px;
    width: 50px;
    height: 24px;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calc-option__item label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calc-option__item input[type="radio"]:checked + label::before {
    background: #5CBE86;
    border-color: #5CBE86;
}

.calc-option__item input[type="radio"]:checked + label::after {
    left: 30px;
}


.credit-avto-picture {
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/credit_form_bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.credic-list--bg {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDc3IiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDQ3NyAxNzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTAuNzk4ODIzIDE0MC40MjlMMTUuOTEzMyAxOS41NzY5QzE2LjUyNzcgMTQuNjY0OSAyMC42NDMzIDEwLjk0MTYgMjUuNTkyIDEwLjgyMDhMNDIwLjc5MiAxLjE3NTg2QzQyNS4wOTUgMS4wNzA4NCA0MjguOTgzIDMuNzMxMzkgNDMwLjQ0MyA3Ljc4MDcxTDQ3NS43MTggMTMzLjMzNUM0NzcuNTQ4IDEzOC40MSA0NzUuMDIzIDE0NC4wMjEgNDcwLjAxMiAxNDYuMDE3TDM5Ny42OTIgMTc0LjgzQzM5NC45MzIgMTc1LjkyOSAzOTEuOTYyIDE3Ni40IDM4OC45OTcgMTc2LjIwOEwxMC4wNzQ4IDE1MS42NDlDNC4zMjkzNiAxNTEuMjc3IDAuMDg0MzI5NSAxNDYuMTQyIDAuNzk4ODIzIDE0MC40MjlaIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 37px 65px;
    width: 500px;
    margin-left: 50px;
}

.credic-list--bg ul.arrow-list li:before {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.credit-form--wrapper {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.input-range {
    display: none;
}

.irs-single {
    visibility: hidden;
}

.irs.irs--round {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    top: 0!important;
}

.irs--round .irs-line {
    background-color: transparent!important;
    height: 2px!important;
    border-radius: 2px!important;
}

.irs--round .irs-bar {
    height: 2px!important;
    background-color: #FFFFFF!important;
}
.irs--round .irs-bar--single {
    border-radius: 2px 0 0 2px!important;
}

.irs--round .irs-handle {
    top: -15px!important;
    width: 30px!important;
    height: 30px!important;
    border: 10px solid #FFFFFF!important;
    background-color: #514EA1!important;
    border-radius: 50%!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    cursor: pointer;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #514EA1!important;
}

.initial-payment--percent {
    position: absolute;
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: .5;
    right: 20px;
    bottom: 7px;
}

.calc-credit--result {
    position: relative;
}

.calc-credit--item {
    background: #FFFFFF;
    border-radius: 10px;
}

.calc-credit--item-header {
    padding: 20px;
    background: rgb(81 78 161 / 10%);
    border-radius: 10px 10px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc-credit--item .item-header--period {
    position: relative;
    font-size: 0;
}

.item-header--period input[type="radio"] {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.item-header--period input[type="radio"] + label {
    position: relative;
    line-height: 18px;
    padding-left: 27px;
    padding-top: 2px;
}

.item-header--period input[type="radio"] + label::before {
    content: ' ';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1px solid rgb(81 78 161 / 35%);
    background: transparent;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.item-header--period input[type="radio"] + label::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/check.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.item-header--period input[type="radio"]:checked + label::before {
    background: #514EA1;
    border-color: #514EA1;
}
.item-header--period input[type="radio"]:checked + label::after {
    opacity: 1;
}

.chosen-container-single .chosen-single span sup {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-left: 14px;
    opacity: 0.85;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    position: relative;
}

.calc-credit--result-title {
    margin: 10px 0 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: none;
}
.calc-credit--result .swiper-initialized .calc-credit--result-title {
    display: block;
}

.calc-credit--item .item-header--period label,
.calc-credit--item .item-header--percent {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.calc-credit--item .item-header--period label {
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
}

.calc-credit--item .item-header--percent {
    color: rgb(81 78 161 / 45%);
}

.calc-credit--item-body {
    padding: 20px 25px;
}

.calc-credit--item-body .item-body--item {
    padding: 5px 0;
}

.calc-credit--item-body .item-body--item label:not(.button-radio-group--label) {
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 35%);
}
.calc-credit--item-body .item-body--item:first-child div {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #514EA1;
    margin-top: 7px;
}
.calc-credit--item-body .item-body--item:nth-child(2) div {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #514EA1;
}

.calc-credit--item-body .item-body--item .btn {
    width: 100%;
}

.calc-credit--item-body .item-body--item .button-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-body--item .button-radio-group .button-radio-group--item {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgb(255 255 255 / 35%);
    border-radius: 50%;
    margin-right: 7px;
}
.item-body--item .button-radio-group .button-radio-group--item.active {

}

.item-body--item .button-radio-group .button-radio-group--item::before {
    content: ' ';
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/check.svg);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.item-body--item .button-radio-group .button-radio-group--item.active::before {
    opacity: 1;
}

.item-body--item .button-radio-group .button-radio-group--label {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-top: 2px;
}

.calc-credit--result .swiper-button-next, .calc-credit--result .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7471B4;
    top: calc(50% + 32px);
    display: none;
}
.calc-credit--result .swiper-initialized ~ .swiper-button-next,
.calc-credit--result .swiper-initialized ~ .swiper-button-prev {
    display: block;
}

.calc-credit--result .swiper-button-next {
    right: -20px;
}
.calc-credit--result .swiper-button-prev {
    left: -20px;
}

.calc-credit--result .swiper-button-next:after,
.calc-credit--result .swiper-button-prev:after {
    font-size: 0;
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/arrow.svg);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.calc-credit--result .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.disclaimer {
    font-size: 14px;
    line-height: 20px;
    opacity: .75;
}

.smart-credit-calc-back {
    position: relative;
    background-image: url('/local/templates/brightpark/assets/img/service_form_back_1.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.smart-credit-calc-back::before,
.smart-credit-calc-back::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.smart-credit-calc-back::before {
    background-image: url("data:image/svg+xml,%3Csvg width='95' height='171' viewBox='0 0 95 171' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.6407 -18.8005L54.5 -81H-36V170.5L44.2351 144.346C50.6414 142.258 55.5657 137.084 57.335 130.582L93.7673 -3.29534C95.194 -8.53804 94.4263 -14.1356 91.6407 -18.8005Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    width: 95px;
    height: 171px;
    top: 0;
    left: 0;
}

.smart-credit-calc-back::after {
    background-image: url("data:image/svg+xml,%3Csvg width='89' height='165' viewBox='0 0 89 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35931 189.301L40.5 251.5H131V0L50.7649 26.154C44.3586 28.2422 39.4343 33.416 37.665 39.9176L1.23274 173.795C-0.193954 179.038 0.573746 184.636 3.35931 189.301Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    width: 89px;
    height: 165px;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px){
    .credit-avto-picture img {
        height: 100%;
        position: absolute;
        z-index: 100;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -80px;
    }
}

@media (max-width: 1199px) {

    .smart-credit-calc-back {
        background-position: right -30px top -130px;
    }

    .smart-credit-calc-back::before {
        width: 70px;
        height: 116px;
    }

    .smart-credit-calc-back::after {
        width: 94px;
        height: 110px;
        background-image: url("data:image/svg+xml,%3Csvg width='94' height='110' viewBox='0 0 94 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35931 189.301L40.5 251.5H131V0L50.7649 26.154C44.3586 28.2422 39.4343 33.416 37.665 39.9176L1.23274 173.795C-0.193954 179.038 0.573746 184.636 3.35931 189.301Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    }

    .calc-options {
        row-gap: 20px;
    }
    .calc-option__item {
        width: 50%;
    }
    .credic-list--bg {
        max-width: 100%;
        padding: 37px 35px;
        margin-left: 30px;
    }
}

@media (max-width: 991px) {

    .smart-credit-calc-back {
        background-image: none;
    }

    .calc-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .calc-option__item {
        width: 100%;
    }
    .credit-avto-picture {
        background-image: none;
        height: auto;
    }

    .credit-form--wrapper {
        padding: 30px 0;
    }

    .credit-avto-picture {
        margin-top: 30px;
    }
    .credit-avto-picture img {
        max-width: 100%;
    }

    .credic-list--bg {
        background-image: none;
        padding: 0;
        width: auto;
        display: inline-block;
        /*height: 1px;
        width: calc(100vw - 16px);
        margin: 9px 0;
        top: -30px;
        background-color: rgb(255 255 255 / 35%);
        transform: translateX(-18.4%) rotate(-3deg);*/
    }

    .credic-list {
        position: relative;
    }

    .credic-list::before {
        content: ' ';
        height: 1px;
        width: 100vw;
        position: absolute;
        display: block;
        background-color: rgb(255 255 255 / 35%);
        top: 0;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .credit-form--wrapper form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-group--slider {
        margin-bottom: 20px!important;
    }

    .calc-credit--result {
        margin-left: 10px;
        margin-right: 10px;
    }
    .calc-credit--result .swiper-button-next {
        right: -15px;
    }
    .calc-credit--result .swiper-button-prev {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .form-group-btns-text {
        flex-direction: column;
        text-align: center;
    }

    form .form-group-btns {
        margin-top: 25px !important;
    }

    form .form-group.button-group.text {
        margin: 0 !important;
    }

    .smart-credit-calc-back::before {
        content: none;
    }

    .smart-credit-calc-back::after {
        content: none;
    }
    .calc-credit--result .swiper-button-next,
    .calc-credit--result .swiper-button-prev {
        top: calc(50% + 50px);
    }
}

@media (max-width: 574px) {
    form .form-group-btns {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622*/

.service__item {
    box-shadow: 0 10px 30px 0 #00000012;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    height: calc(100% - 30px);
    background: #fff;
}

.service__item img {
    margin-bottom: 45px;
}

.service__item-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
}

@media only screen and (max-width: 767px) {
    .service__item {
        padding: 15px;
        margin-bottom: 15px;
        height: calc(100% - 15px);
        box-shadow: 0 10px 20px 0 #00000012;
    }
    .service__item img {
        max-width: 35px;
        margin-bottom: 25px;
    }
    .service__item-text {
        font-size: 14px;
    }
}

.section-career-list {
    padding-bottom: 0 !important;
}

.career-list {
    display: grid;
    grid-template-rows: repeat(3, 240px);
    grid-template-columns: repeat(3, 32.5%);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.career-list > .career-item:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}

.career-list > .career-item:nth-child(2) {
    grid-area: 1 / 2 / 1 / 2;
}

.career-list > .career-item:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
}

.career-list > .career-item:nth-child(4) {
    grid-area: 2 / 1 / 2 / 1;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(5) {
    grid-area: 2 / 2 / 2 / 2;
}


.career-list > .career-item:nth-child(6) {
    grid-area: 2 / 3 / 2 / 3;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(7) {
    grid-area: 3 / 2 / 3 / 2;
}

.career-list > .career-item:nth-child(1),
.career-list > .career-item:nth-child(3),
.career-list > .career-item:nth-child(4),
.career-list > .career-item:nth-child(6) {
    height: 330px;
}


.career-list > .career-item:nth-child(2) .teaser-block.type-career,
.career-list > .career-item:nth-child(5) .teaser-block.type-career,
.career-list > .career-item:nth-child(7) .teaser-block.type-career {
    padding: 0 35px 35px;
}

.teaser-title {
    font-family: 'Bright Park Display';
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

.teaser-sub-title {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.type-icons-with-title-img {
    position: absolute;
    top: 51px;
    transform: translateY(-50%);
    width: calc(100% - 8px);
}

.type-icons-with-title-container {
    margin-top: 95px;
}

.teaser-item.type-icons-with-title {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 30px 30px 34px 30px;
    height: calc(100% - 16px);
    margin-bottom: 16px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 20px;
    height: 122px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
    display: none;
}

.teaser-item.type-icons-with-title .teaser-item__icon {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.teaser-item.type-icons-with-title .teaser-item__icon img {
    transition: all .3s ease-in-out;
    max-height: 104px;
    transform-origin: 50% 100%;
}

.teaser-item.type-icons-with-title .teaser-item__title {
    font-family: 'Bright Park Display';
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.teaser-item.type-icons-with-title .teaser-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.teaser-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.teaser-block.type-career {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: #F1F1F8;
    height: 100%;
    padding: 0 55px 55px;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.teaser-block.type-career .teaser-block__hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Bright Park Display';
    transition: all .3s ease-in-out;
    padding: 50px;
}

.career-list > .career-item:nth-child(2) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(5) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(7) .teaser-block.type-career .teaser-block__hover {
    padding: 35px;
}

.teaser-block.type-career .teaser-block__hover-title {
    font-size: 20px;
    line-height: 1.1;
}

.teaser-block.type-career .teaser-block__hover-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.teaser-block.type-career .teaser-block__icon {
    display: flex;
}

.teaser-block.type-career .teaser-block__icon img {
    max-height: 170px;
    transition: all .3s ease-in-out;
}

.teaser-block.type-career .teaser-block__text {
    font-family: 'Bright Park Display';
    color: #2B2B2B;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

.teaser-block.type-1 {
    margin: 15px;
}

.teaser-block.type-1 .teaser-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}

.teaser-block__text {
    text-align: left;
}

.teaser-block.type-1 .teaser-block__icon img {
    max-height: 55px;
}

.teaser-block.type-1 .teaser-block__text {
    margin: 0px 0px 0 20px;
    font-size: 16px;
}

@media all and (max-width: 575px) {

    .teaser-block.type-1 {
        margin: 10px 15px;
    }

    .teaser-block.type-1 .teaser-block__icon {
        width: 70px;
        max-width: 70px;
        margin-right: 10px;
        height: auto;
    }

    .teaser-block.type-1 .teaser-block__icon img {
        max-width: 100%;
        max-height: 55px;
    }
}


.type-banks a {
    display: block;
    line-height: 1;
    border-bottom: unset;
    font-size: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.type-banks {
    margin: 7px 0px;
}


@media all and (min-width: 1200px) {
    .teaser-item.type-icons-with-title:hover .teaser-item__icon img {
        transform: scale(1.5);
    }

    .type-banks a:hover {
        -webkit-box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        z-index: 100;
    }

    .type-career:hover .teaser-block__hover {
        opacity: 1;
        visibility: visible;
    }
}


.teaser-block.type-2 {
    margin: 15px;
}

.teaser-block.type-2 .teaser-block__text {
    margin-left: 15px;
    font-weight: 600;
}


.teaser-block.type-3 {
    height: calc(100% - 15px);
    min-height: 300px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-3 .h4 {
    color: #2b2b2b;
}

@media all and (max-width: 575px) {
    .teaser-block.type-3 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-3:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-3:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-3 {
        min-height: 250px;
    }

    .type-3 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-3 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-4 {
    height: calc(100% - 15px);
    min-height: 195px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-4 .h4 {
    color: #2b2b2b;
    font-size: 18px;
}

@media all and (max-width: 575px) {
    .teaser-block.type-4 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-4:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-4:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-4 {
        min-height: 250px;
    }

    .type-4 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-4 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-5 {
    height: calc(100% - 15px);
    min-height: 240px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
    -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;
}

.teaser-block.type-5 .h4 {
    color: #2b2b2b;
}

.teaser-block.type-5 p {
    width: 50%;
    font-size: 15px;
    line-height: 1.5;
    color: #4D4D4D;
}

@media all and (max-width: 575px) {
    .teaser-block.type-5 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-5:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-5:hover .h4 {
        color: #ff8351;
    }
}

@media all and (max-width: 991px) {
    .teaser-block.type-5 p {
        width: 100%;
        margin-top: 0;
    }

    .teaser-block.type-5 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-size: 60%;
        min-height: 350px;
    }
}

@media all and (max-width: 767px) {
    .teaser-block.type-5 {
        min-height: 310px;
    }
}

@media all and (min-width: 767px) and (max-width: 990px) {
    .type-5 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-5 .h4 {
        max-width: 80%;
    }
}


.icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.icons-list img {
    width: calc(100% / 1.5);
}

.teasers-icons-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 210%;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1303" height="276" viewBox="0 0 1303 276" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M54.1144 20.0109L1240.07 0.923323C1254.87 0.685086 1267.56 11.4546 1269.73 26.0992L1301.42 240.157C1304.06 257.961 1290.27 273.956 1272.27 273.977L30.8838 275.46C13.1739 275.481 -0.563103 260.002 1.56162 242.42L25.3022 45.9678C27.0709 31.3315 39.3735 20.2481 54.1144 20.0109Z" stroke="%23D9DADA"/> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: -80px;
}


@media all and (max-width: 1365px) {
    .teasers-icons-bg {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    }
}

@media all and (max-width: 575px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    }

}


.permanent-partners-slider .type-partners-icon {
    width: 100%;
    position: relative;
}

.js-slider-partners-arrows-container {
    position: relative;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98%;
    margin: 15px auto 0;
}

.js-slider-partners-prev,
.js-slider-partners-next {
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(81, 78, 161, 1);;
    border-radius: 4px;
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.js-slider-partners-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-slider-partners-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}


.partners-pagination {
    width: 50% !important;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

.partners-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    background: none;
    border: 2px solid rgba(81, 78, 161, 1);
}


.partners-pagination .swiper-pagination-bullet-active {
    background: rgba(81, 78, 161, 1) !important;
}

@media all and (max-width: 400px) {
    .partners-pagination .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}


.type-partners-icon-container {
    margin-bottom: 5%;
    border-radius: 10px;
}

.type-partners-icon {
    border-radius: 10px;
}

.type-easy-buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.type-easy-buy-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5px;
    font-size: 24px;
    line-height: 0.7;
}

.type-easy-buy-button-text {
    border-bottom: 1px dashed rgba(81, 78, 161, 0.35);
}

.type-easy-buy-button-lizing {
    aspect-ratio: 150/68;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet {
    aspect-ratio: 301/68;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-lizing-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    width: 100%;
}

.type-easy-buy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border: 1px solid #EAEAEA;
    margin: 0 -1px;
}

.type-easy-buy-item-img-container {
    position: relative;
    width: 90px;
    height: 90px;
}

.type-easy-buy-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.type-easy-buy-item-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.type-easy-buy-partners-text {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
}

@media all and (max-width: 768px) {
    .type-easy-buy-button {
        height: 57px;
        font-size: 18px;
    }

    .type-easy-buy-item {
        padding: 3.91vw;
    }

    .type-easy-buy-item-img-container {
        width: 70px;
        height: 70px;
    }

    .type-easy-buy-item-text {
        font-size: 14px;
        line-height: 20px;
    }
}


@media all and (max-width: 576px) {
    .type-easy-buy-items {
        height: auto !important;
    }

    .type-easy-buy-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .type-easy-buy-button {
        height: 47px;
        font-size: 16px;
    }
}


@media all and (max-width: 370px) {
    .type-easy-buy-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .type-easy-buy-buttons {
        gap: 5px;
    }

    .type-easy-buy-button {
        height: 40px;
        font-size: 14px;
    }
}

@media all and (max-width: 1199px) {

    .type-icons-with-title-img {
        top: 29px;
    }

    .teaser-title {
        font-size: 36px;
    }

    .teaser-sub-title {
        margin-top: 5px;
        font-size: 18px;
    }

    .teaser-item.type-icons-with-title {
        overflow: hidden;
        padding: 44px 20px 43px 20px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title {
        font-size: 20px;
    }

    .type-icons-with-title-container {
        margin-top: 70px;
    }
}

@media all and (max-width: 992px) {

    .teaser-block.type-career .teaser-block__text {
        font-size: 16px;
    }

    .teaser-block.type-career .teaser-block__icon img {
        max-height: 120px;
    }

    .career-list {
        grid-template-rows: repeat(3, 200px);
    }

    .teaser-block.type-career {
        padding: 30px;
    }

    .career-list > .career-item:nth-child(2) .teaser-block.type-career,
    .career-list > .career-item:nth-child(5) .teaser-block.type-career,
    .career-list > .career-item:nth-child(7) .teaser-block.type-career {
        padding: 15px;
    }

    .career-list > .career-item:nth-child(1),
    .career-list > .career-item:nth-child(3),
    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        height: 290px;
    }

    .site-section-smart-teasers {
        padding: 50px 0 !important;
    }

    .type-icons-with-title-img {
        top: 25px;
    }

    .teaser-title {
        font-size: 32px;
    }

    .teaser-sub-title {
        font-size: 16px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title br {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        max-height: 130px;
    }

    .type-icons-with-title-container {
        margin-top: 60px;
    }
}

@media all and (max-width: 767px) {
    .career-list {
        display: flex;
        flex-wrap: wrap;
        margin-right: var(--gutter-compensation, -8px);
        margin-left: var(--gutter-compensation, -8px);
        grid-column-gap: 0;
    }

    .career-item {
        flex-basis: 50%;
        max-width: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: 100%;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px);
        height: 230px !important;
    }

    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        margin-top: 0;
    }

    .teaser-block.type-career {
        padding: 0 30px 30px !important;
    }
    .teaser-block.type-career .teaser-block__icon img {
        max-height: 150px;
    }
}

@media all and (max-width: 575px) {

    .career-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .site-section-smart-teasers {
        padding-top: 0 !important;
        padding-bottom: 50px;
    }

    .type-icons-with-title-img-mobile {
        width: calc(100% + 8px);
    }

    .type-icons-with-title-img-mobile img {
        width: 100%;
        margin-bottom: 30px;
    }

    .teaser-title,
    .teaser-sub-title {
        text-align: center;
    }

    .type-icons-with-title-container {
        margin-top: 30px;
    }

    .teaser-item.type-icons-with-title {
        padding: 25px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
        display: block;
        max-height: 100%;
        height: 100%;
        width: auto;
    }

    .teaser-item.type-icons-with-title .teaser-item__icon {
        width: 70px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .teaser-item.type-icons-with-title .teaser-item__text br {
        display: none;
    }
}
/* End */
/* /local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/style.css?175394679616828 */
/* /local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622 */
