@charset "UTF-8";

.main_page_h1 {
    text-transform: none
}

.hero-slider,
.ipoteka-main {
    margin-bottom: 30px
}

.hero-slider {
    padding: 25px 74px;
    background-image: url(../image/banner_dsk.jpg);
    background-repeat: no-repeat;
    /* background-position: center; */
    /* background-size: cover; */
    border-radius: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-slider-form {
    width: 315px;
    padding: 22px;
    margin-left: auto;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 25px 70px rgba(0, 0, 0, .25);
    box-sizing: border-box
}

.hero-slider-form__title {
    font-size: 20px;
    line-height: 25px;
    color: #034da2;
    text-align: center
}

.hero-slider-form__errors-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 30px
}

.hero-slider-form__errors {
    display: none
}

.hero-slider-form__errors>div {
    font-size: 13px;
    line-height: 20px;
    color: #f81818
}

.hero-slider-form__errors>div.success {
    font-size: 13px;
    line-height: 20px;
    color: #90af38
}

.hero-slider-form__privacy {
    color: #2a343f;
    font-size: 10px;
    line-height: 12px
}

.hero-slider-form__privacy a {
    color: #0d6ece;
    font-size: 10px;
    text-decoration: underline
}

.btn-secondary {
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 20px;
    background: #8dad37;
    border: none;
    outline: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.btn-secondary:hover {
    background: #7d991d
}

.btn-secondary.disabled {
    pointer-events: none
}

.btn {
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 20px;
    border: none;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.3s ease-in-out;
    color: #798491;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0
}

.btn,
.btn:hover {
    background-color: unset;
    background: unset
}

.btn.disabled {
    pointer-events: none
}

.btn-primary {
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 20px;
    background: #034da2;
    border: none;
    outline: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.btn-primary:hover {
    background: #4b85c7
}

.btn-primary.disabled {
    opacity: 0.2;
    pointer-events: none
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.ipoteka__inputs {
    margin-bottom: 20px
}

.ipoteka__inputs:last-child {
    margin-bottom: 0
}

.ipoteka__input,
.ipoteka__input:focus {
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 14px;
    color: #525e6c;
    outline: 0;
    border: none;
    box-sizing: border-box
}

.ipoteka__input::-webkit-input-placeholder {
    color: #a2a9b1;
    font-size: 16px;
    line-height: 22px
}

.ipoteka__input::-moz-placeholder {
    color: #a2a9b1;
    font-size: 16px;
    line-height: 22px
}

.ipoteka__input:-ms-input-placeholder,
.ipoteka__input::-ms-input-placeholder {
    color: #a2a9b1;
    font-size: 16px;
    line-height: 22px
}

.ipoteka__input::placeholder,
.ipoteka__input:not(:empty) {
    color: #a2a9b1;
    font-size: 16px;
    line-height: 22px
}

.ipoteka__input::-moz-placeholder {
    line-height: 46px
}

.ipoteka__input-wrap {
    border: 1px solid #75b6f3;
    padding: 1px;
    transition: border 0.2s, padding 0.2s;
    margin-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    will-change: border, padding
}

.ipoteka__input-wrap:last-child {
    margin-bottom: 20px
}

.ipoteka__input-wrap.has-error {
    border: 2px solid #f81818;
    padding: 0
}

@media (max-width:1199px) {
    .ipoteka-main .main_page_h1 {
        font-size: 24px;
        line-height: 30px
    }

    .hero-slider {
        padding: 33px 30px;
        background-position: -155px;
        background-size: 161%
    }

    .hero-slider-form__title {
        font-size: 20px;
        line-height: 25px;
        color: #034da2
    }

    .hero-slider-form {
        padding: 22px 30px
    }

    .hero-slider-form .ipoteka__input {
        width: 100%;
        height: 42px
    }
}

@media (max-width:767px) {
    .houses-select {
        margin-top: 20px
    }

    .hero-slider-form {
        margin: 0 auto;
        padding: 22px;
        width: calc(100% - 36px)
    }

    .hero-slider {
        padding: 186px 0 0;
        width: calc(100% + 32px);
        height: auto;
        margin-left: -16px;
        background-position: -54px -12px;
        background-size: 197%;
        border-radius: 0
    }
}

@media (max-width:560px) {
    .hero-slider {
        width: calc(100% + 28px);
        margin-left: -14px
    }
}

.ipoteka-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 10px
}

.ipoteka-numbers__item {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px
}

.ipoteka-numbers__item,
.ipoteka-numbers__item .item__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px
}

.ipoteka-numbers__item .item__icon {
    width: 190px;
    height: 190px;
    font-size: 46px;
    font-weight: 300;
    border-radius: 300px;
    background: rgba(228, 241, 253, .5);
    color: #034da2;
    position: relative
}

.ipoteka-numbers__item .item__icon span {
    font-size: 20px;
    margin-top: 18px;
    margin: 20px 5px 0
}

.ipoteka-numbers__item .item__icon sup {
    font-size: 20px;
    margin-top: -20px;
    position: relative
}

@media (max-width:1199px) {
    .ipoteka-numbers__item .item__icon sup {
        font-size: 30px;
        margin-top: -26px;
        padding: 0px;
        border: 0.5px solid #75b6f3;
        border-radius: 40px;
        width: 15px;
        height: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 0.1;
        background: rgba(75, 133, 199, .1)
    }
}

.ipoteka-numbers__item .item__icon sup:hover .item__icon-tooltip {
    opacity: 1;
    z-index: 1
}

.ipoteka-numbers__item .item__icon r {
    margin-left: 5px;
    font-size: 22px
}

.ipoteka-numbers__item .item__icon-tooltip {
    opacity: 0;
    position: absolute;
    bottom: -10px;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, .16);
    border-radius: 6px;
    padding: 5px 15px 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    bottom: -30px;
    left: -21px;
    z-index: -30;
    transition: opacity 0.15s ease-in-out;
    color: #525e6c
}

@media (max-width:1199px) {
    .ipoteka-numbers__item .item__icon-tooltip {
        bottom: -41px;
        left: -17px
    }
}

.ipoteka-numbers__item .item__icon-tooltip:hover {
    z-index: 1;
    opacity: 1
}

.ipoteka-numbers__item .item__icon-tooltip:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12268 9.5L9 0.747423L16.8773 9.5H1.12268Z' fill='white' stroke='%23DEDEDE'/%3E%3Cpath d='M0.902344 9H17.1016L18 10H0L0.902344 9Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 10px;
    z-index: 6;
    position: absolute;
    top: -9px;
    display: block
}

.ipoteka-numbers__item .item__text {
    font-size: 18px;
    line-height: 1.7
}

.ipoteka-h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.houses-select p {
    font-size: 18px;
    line-height: 1.7
}

.houses-select__block {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) {
    .houses-select__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.houses-select__block-item {
    height: 322px;
    width: 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .houses-select__block-item {
        width: 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

@media (max-width:767px) {
    .houses-select__block-item {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.houses-select__block-item-image {
    max-width: 232px;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    position: absolute;
    transform: translateZ(0);
    overflow: hidden
}

.houses-select__block-item-image:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    background: linear-gradient(195.84deg, rgba(14, 52, 148, .2) 19.53%, #0047ff 86.85%, #008fe0 119.16%);
    opacity: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out
}

.houses-select__block-item-image img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 2
}

.houses-select__block-item-image img,
.houses-select__block-item-text {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.houses-select__block-item-text {
    z-index: 5;
    position: relative;
    margin: auto auto 23px;
    height: 92px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #525e6c;
    padding: 10px 15px 13px;
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, .16);
    border-radius: 6px;
    max-width: 272px
}

.houses-select__block-item:hover .houses-select__block-item-image:before {
    opacity: 0.8
}

.houses-select__block-item:hover .houses-select__block-item-image img {
    transform: scale(1.5)
}

.houses-select__block-item:hover .houses-select__block-item-text {
    transform: translateY(-10px)
}

.main-white {
    background: #fff;
    position: relative
}

@media (max-width:1199px) {
    .main-white {
        overflow-x: hidden
    }
}

.swiper {
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 -40px;
    width: calc(100% + 80px)
}

@media (max-width:1300px) {
    .swiper {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 -15px;
        width: calc(100% + 30px)
    }
}

.swiper-button-next {
    right: 0px
}

.swiper-button-prev {
    left: 0px
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 13px 26px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 30px;
    height: 100%;
    top: 0;
    margin-top: 0
}

@media (max-width:1300px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    display: none
}

html {
    --swiper-navigation-color: #034da2;
    --swiper-theme-color: #034da2
}

.bank-slider .ipoteka-h2 {
    margin-bottom: 24px
}

.bank-slider__swiper-wrapper {
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 0
}

.bank-slider__swiper-slide {
    background: #fff;
    border-radius: 6px;
    height: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .16)
}

@media (max-width:1199px) {
    .bank-slider__swiper-slide {
        max-width: 200px
    }
}

.bank-slider__offer {
    max-width: 933px;
    width: 100%;
    margin: 30px auto 40px;
    padding: 30px 60px;
    background: #fff;
    box-shadow: 0px 17px 44px -10px rgba(0, 0, 0, .16);
    border-radius: 20px
}

.bank-slider__offer-text {
    font-size: 20px;
    color: #2a343f;
    text-align: center;
    margin-bottom: 20px
}

.bank-slider__offer .btn-secondary {
    width: auto;
    padding: 12px 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto
}

.ipoteka-choose {
    margin-bottom: 20px
}

.ipoteka-choose__block {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

@media (max-width:1199px) {
    .ipoteka-choose__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ipoteka-choose__item {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    margin-bottom: 10px
}

@media (max-width:1199px) {
    .ipoteka-choose__item {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:767px) {
    .ipoteka-choose__item {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.ipoteka-choose .item__icon {
    width: 80px;
    height: 80px;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #034da2;
    border-radius: 200px;
    margin-bottom: 10px
}

.ipoteka-choose .item__icon img {
    max-width: 100%;
    max-height: 100%
}

.ipoteka-choose .item__text {
    font-size: 16px
}

.ipoteka-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .ipoteka-cta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ipoteka-cta__half {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    max-width: 515px
}

@media (max-width:767px) {
    .ipoteka-cta__half {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.ipoteka-cta__half p {
    font-size: 18px;
    line-height: 1.7
}

.ipoteka-cta__form {
    margin: 0 95px 0 0;
    background: #fff;
    border: 1px solid #d4e9fc;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
    .ipoteka-cta__form {
        margin: 30px auto 0;
        padding: 30px
    }
}

.ipoteka-cta__form-heading {
    font-size: 24px;
    color: #2a343f;
    margin-bottom: 20px
}

.ipoteka-cta__form-text {
    font-size: 18px;
    line-height: 1.7
}

.ipoteka-cta__form .btn-secondary {
    margin-top: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .ipoteka-cta__form .btn-secondary {
        max-width: unset
    }
}

.ipoteka-cta__form:hover {
    transform: translateY(-2px);
    border: 1px solid #034da2;
    box-shadow: 0px 17px 44px -10px rgba(0, 0, 0, .16)
}

.ipoteka-work {
    margin-bottom: 10px
}

.ipoteka-work h2 {
    margin-bottom: 20px
}

.ipoteka-work__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

@media (max-width:1199px) {
    .ipoteka-work__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ipoteka-work__item {
    width: 16.6666%;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    padding: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1199px) {
    .ipoteka-work__item {
        width: 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%
    }
}

@media (max-width:767px) {
    .ipoteka-work__item {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.ipoteka-work__item .item__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative
}

.ipoteka-work__item .item__icon .img-fluid {
    position: relative;
    z-index: 4
}

@media (max-width:767px) {
    .ipoteka-work__item .item__icon .img-fluid {
        max-width: 150px
    }
}

.ipoteka-work__item .item__icon .white-svg {
    transition: fill 0.15s ease-in-out;
    fill: #fff
}

.ipoteka-work__item .item__icon .shadow-svg {
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, .16)
}

.ipoteka-work__item .item__icon .stroke-primary {
    transition: stroke 0.15s ease-in-out;
    stroke: #034da2
}

.ipoteka-work__item .item__icon .primary-svg {
    transition: fill 0.15s ease-in-out;
    fill: #034da2
}

.ipoteka-work__item .item__icon:after,
.ipoteka-work__item .item__icon:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    display: block;
    opacity: 0;
    z-index: -1;
    border-radius: 400px;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

.ipoteka-work__item .item__icon:after {
    background: #034da2;
    transform: translateY(150px)
}

.ipoteka-work__item .item__icon:before {
    background: #d4e9fc;
    transform: translateY(-150px)
}

.ipoteka-work__item .item__text {
    font-size: 16px;
    line-height: 1.6;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

.ipoteka-work__item:hover .item__icon:before {
    opacity: 0.5;
    z-index: 3;
    transform: translateY(15px)
}

.ipoteka-work__item:hover .item__icon:after {
    opacity: 1;
    z-index: 2;
    transform: translateY(-15px)
}

.ipoteka-work__item:hover .item__icon .white-svg {
    fill: #034da2
}

.ipoteka-work__item:hover .item__icon .primary-svg {
    fill: #fff
}

.ipoteka-work__item:hover .item__icon .stroke-primary {
    stroke: #fff
}

.ipoteka-work__item:hover .item__text {
    transform: translateY(-10px)
}

.ipoteka-interes {
    margin-bottom: 10px;
    position: relative;
    margin: 0 -15px;
    padding: 0 15px
}

.ipoteka-interes .ipoteka-h2 {
    margin-bottom: 10px
}

.ipoteka-interes__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.ipoteka-interes__block {
    margin-bottom: 70px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .ipoteka-interes__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ipoteka-interes__block:last-child {
    margin-bottom: 0
}

.ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-text {
    max-width: 682px
}

.ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image {
    width: 238px
}

.ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image img {
    left: -173px
}

.ipoteka-interes__block:nth-child(3) .ipoteka-interes__block-image img {
    left: -81px;
    top: 20px
}

.ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-text {
    max-width: 682px
}

.ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image {
    width: 238px
}

.ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image img {
    left: -121px;
    top: 20px
}

.ipoteka-interes__block:nth-child(5) .ipoteka-interes__block-image img {
    left: -91px;
    top: 10px
}

.ipoteka-interes__block .ipoteka-interes__block-text h3 {
    max-width: 390px
}

.ipoteka-interes__block-image {
    width: 305px;
    margin-right: 30px;
    height: 360px;
    position: relative
}

@media (max-width:1199px) {
    .ipoteka-interes__block-image {
        width: 200px;
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .ipoteka-interes__block-image {
        width: 100%;
        height: 165px
    }
}

.ipoteka-interes__block-image img {
    position: absolute;
    left: -131px;
    top: 0;
    max-width: 600px
}

@media (max-width:1199px) {
    .ipoteka-interes__block-image img {
        width: 440px
    }
}

@media (max-width:991px) {
    .ipoteka-interes__block-image img {
        width: 360px
    }
}

@media (max-width:767px) {
    .ipoteka-interes__block-image img {
        right: -30px;
        left: unset
    }
}

.ipoteka-interes__block-image img.desktop {
    display: block
}

.ipoteka-interes__block-image img.mobile,
.ipoteka-interes__block-image img.pad {
    display: none
}

@media (max-width:1199px) {
    .ipoteka-interes__block-image img.desktop {
        display: none
    }

    .ipoteka-interes__block-image img.pad {
        display: block
    }

    .ipoteka-interes__block-image img.mobile {
        display: none
    }
}

@media (max-width:767px) {

    .ipoteka-interes__block-image img.desktop,
    .ipoteka-interes__block-image img.pad {
        display: none
    }

    .ipoteka-interes__block-image img.mobile {
        display: block
    }
}

.ipoteka-interes__block-text {
    padding: 20px 0 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 615px;
    width: 100%;
    position: relative;
    z-index: 5
}

@media (max-width:1199px) {
    .ipoteka-interes__block-text {
        padding-left: 0px
    }
}

@media (max-width:767px) {
    .ipoteka-interes__block-text {
        max-width: unset;
        padding: 0
    }
}

.ipoteka-interes__block-text h3 {
    font-size: 24px;
    color: #034da2;
    margin-bottom: 24px;
    line-height: 1.3
}

@media (max-width:767px) {
    .ipoteka-interes__block-text h3 {
        max-width: 210px
    }
}

.ipoteka-interes__block-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px
}

.ipoteka-interes__block-text ul {
    margin-bottom: 24px
}

.ipoteka-interes__block-text ul li {
    padding-left: 30px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.6;
    position: relative
}

.ipoteka-interes__block-text ul li:before {
    content: "•";
    position: absolute;
    left: 10px
}

.ipoteka-interes__block--left {
    margin-right: auto
}

.ipoteka-interes__block--right {
    margin-left: auto
}

@media (max-width:1199px) {
    .ipoteka-interes__block--right {
        margin-left: unset;
        margin-right: auto
    }
}

.ipoteka-interes__button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .ipoteka-interes__button {
        width: 100%;
        max-width: unset
    }
}

.faq-block {
    margin-bottom: 12px
}

.faq-block .btn-collapse {
    margin-bottom: 0;
    background: #e4f1fd;
    padding: 12px 50px 12px 20px;
    font-weight: 400;
    border-radius: 6px;
    font-size: 20px;
    text-align: left;
    color: #034da2;
    height: auto;
    text-transform: unset;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9L9 2L2 9' stroke='%23034DA2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 30px) center
}

@media (max-width:767px) {
    .faq-block .btn-collapse {
        padding: 12px 50px 12px 12px;
        background-position: calc(100% - 20px) center
    }
}

.faq-block .btn-collapse.collapsed {
    color: #2a343f;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9 9L16 2' stroke='%23034DA2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.faq-block__collapse {
    padding: 10px 20px;
    font-size: 18px;
    color: #525e6c
}

@media (max-width:767px) {
    .faq-block__collapse {
        padding: 10px 0px
    }
}

.faq-section {
    margin-bottom: 30px
}

.faq-section .btn-secondary {
    padding-left: 30px;
    padding-right: 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 40px auto
}

@media (max-width:767px) {
    .faq-section .btn-secondary {
        max-width: unset
    }
}

.ipoteka-calculator {
    margin-bottom: 30px
}

.ipoteka-calc {
    display: -ms-flexbox;
    display: flex;
    padding: 50px 80px;
    background: #e4f1fd;
    border-radius: 10px;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch
}

.ipoteka-calc__result {
    max-width: 450px;
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.ipoteka-calc__form {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 1;
    flex: 1;
    max-width: 410px
}

.rangeslider {
    background: unset;
    box-shadow: unset
}

.rangeslider__fill {
    background: #034da2
}

.rangeslider--horizontal {
    height: 2px
}

.rangeslider--horizontal .rangeslider__handle {
    top: -4px
}

.rangeslider__handle {
    background: #034da2;
    box-shadow: unset;
    width: 9px;
    height: 9px
}

.rangeslider__handle:after {
    display: none
}

.btn-ipoteka {
    color: rgba(82, 94, 108, .5);
    border-bottom: 1px solid #525e6c;
    padding: 20px 30px 30px;
    font-size: 16px;
    text-transform: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: 400;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 50px auto 0;
    background: transparent
}

.btn-ipoteka:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10 1L20 11H0L10 1Z' fill='%23E4F1FD'/%3E%3Cpath d='M0 11L10 1L20 11' stroke='%23525E6C' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 11px;
    bottom: -1px;
    position: absolute
}

.btn-ipoteka:hover {
    color: #034da2;
    border-bottom: 1px solid #034da2;
    padding: 20px 60px 30px;
    background: radial-gradient(50% 100% at 49.88% 100%, #fff 0%, hsla(0, 0%, 100%, 0) 100%)
}

.btn-ipoteka.collapsed {
    background: #034da2;
    border: 1px solid #034da2;
    border-radius: 6px;
    padding: 20px 60px;
    color: #fff;
    max-width: 100%;
    width: 100%
}

.btn-ipoteka.collapsed:after {
    opacity: 0;
    bottom: -11px;
    transition: opacity 0.3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10L20 0L0 0L10 10Z' fill='%234B85C7'/%3E%3C/svg%3E%0A")
}

.btn-ipoteka.collapsed:hover {
    background: #4b85c7;
    border: 1px solid #4b85c7
}

.btn-ipoteka.collapsed:hover:after {
    opacity: 1
}

.calc-form {
    width: 100%;
    position: relative
}

.calc-form__checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch
}

.calc-form__checkboxes .calc-form__checkbox-control {
    display: none
}

.calc-form__checkboxes .calc-form__checkbox-body {
    transition: all 0.15s ease-in-out
}

.calc-form__checkboxes--check .calc-form__checkbox-body {
    width: 200px;
    height: 100%;
    position: relative;
    border: unset;
    padding: 12px
}

.calc-form__checkboxes--check .calc-form__checkbox-body:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #75b6f3;
    margin-bottom: 12px
}

.calc-form__checkboxes--check .calc-form__checkbox-body:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #d4e9fc;
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 0
}

.calc-form__checkboxes--check .calc-form__checkbox {
    margin-bottom: 12px
}

.calc-form__checkboxes--check .calc-form__checkbox:hover .calc-form__checkbox-body {
    background: linear-gradient(0deg, rgba(228, 241, 253, .4), rgba(228, 241, 253, .4)), #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, .12)
}

.calc-form__checkboxes--check .calc-form__checkbox:hover .calc-form__checkbox-body:after {
    opacity: 1
}

.calc-form__checkboxes--check .calc-form__checkbox-control:checked+.calc-form__checkbox-body {
    background: #034da2
}

.calc-form__checkboxes--check .calc-form__checkbox-control:checked+.calc-form__checkbox-body:after {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C0 1.34315 1.34315 0 3 0H17C18.6569 0 20 1.34315 20 3V17C20 18.6569 18.6569 20 17 20H3C1.34315 20 0 18.6569 0 17V3Z' fill='%2390AF38'/%3E%3Cpath d='M4 8.5L9 14.5L16.5 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 14px;
    left: 14px
}

.calc-form__checkboxes--check .calc-form__checkbox-control:checked+.calc-form__checkbox-body:before {
    border-radius: 3px
}

.calc-form__checkboxes--check .calc-form__checkbox-control:checked+.calc-form__checkbox-body:hover {
    box-shadow: unset;
    background: #4b85c7
}

.calc-form__checkboxes--check .calc-form__checkbox-control:checked+.calc-form__checkbox-body .calc-form__checkbox-text {
    color: #fff
}

.calc-form__checkboxes--horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.calc-form__checkboxes--horizontal .calc-form__checkbox {
    max-width: unset
}

.calc-form__checkboxes--horizontal .calc-form__checkbox:nth-child(2) {
    max-width: 92px
}

.calc-form__checkboxes--horizontal .calc-form__checkbox-body {
    width: auto
}

.calc-form__checkboxes--horizontal .calc-form__checkbox-image {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.calc-form__checkboxes--horizontal .calc-form__checkbox {
    margin-bottom: 0
}

.calc-form__checkboxes--horizontal .calc-form__checkbox+.calc-form__checkbox {
    margin-left: 8px
}

.calc-form__checkboxes--nobox .calc-form__checkbox-control:checked+.calc-form__checkbox-body {
    border-color: #034da2
}

.calc-form__checkboxes--nobox .calc-form__checkbox-body {
    color: #034da2
}

.calc-form__checkboxes--nobox .calc-form__checkbox-body:after,
.calc-form__checkboxes--nobox .calc-form__checkbox-body:before {
    display: none
}

.calc-form__checkboxes--nobox .calc-form__checkbox-body:hover {
    opacity: 0.8
}

.calc-form__checkboxes--nobox .calc-form__checkbox-body:hover .calc-form__checkbox-text {
    color: #525e6c
}

.calc-form__checkboxes--bank {
    margin: 0 -5px;
    width: calc(100% + 10px);
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.calc-form__checkboxes--bank .calc-form__checkbox {
    width: 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    height: 52px;
    margin: 0 5px 10px;
    position: relative;
    max-width: unset
}

.calc-form__checkboxes--bank .calc-form__checkbox label {
    height: 100%;
    width: 100%
}

.calc-form__checkboxes--bank .calc-form__checkbox-image {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%
}

.calc-form__checkboxes--bank .calc-form__checkbox-body {
    padding: 2px 5px 4px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.calc-form__checkboxes--bank .calc-form__checkbox-text--small {
    font-size: 12px;
    color: #90af38;
    position: absolute;
    bottom: -2px;
    right: 0px
}

.calc-form__checkbox {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.calc-form__checkbox-body {
    background: #fff;
    border-radius: 6px;
    border: 3px solid #fff;
    color: #034da2;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.calc-form__checkbox-body:hover {
    cursor: pointer
}

.calc-form__checkbox-text {
    font-size: 16px;
    color: #034da2
}

.calc-form__heading {
    font-size: 20px;
    color: #2a343f;
    margin-bottom: 10px
}

.calc-form__heading small {
    margin-top: -1px;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(42, 52, 63, .5)
}

.calc-form__control {
    font-size: 18px;
    padding: 10px 18px;
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 6px
}

.calc-form__control::-webkit-input-placeholder {
    color: #a9afb6
}

.calc-form__control::-moz-placeholder {
    color: #a9afb6;
    opacity: 1
}

.calc-form__control:-ms-input-placeholder,
.calc-form__control::-ms-input-placeholder {
    color: #a9afb6
}

.calc-form__control::placeholder {
    color: #a9afb6
}

.calc-form__input {
    margin-bottom: 20px;
    position: relative
}

.calc-form__input .total-percent {
    position: absolute;
    right: 14px;
    bottom: 13px;
    font-size: 18px;
    color: #525e6c
}

.calc-form__input--horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.calc-form__input--horizontal .calc-form__heading {
    margin-bottom: 0
}

.calc-form__input--horizontal .calc-form__control {
    max-width: 200px
}

.calc-form__collapse {
    padding-top: 50px
}

.calc-form__collapse .calc-form__input {
    margin-bottom: 50px
}

.calc-form__collapse .calc-form__input:last-child {
    margin-bottom: 0
}

.calc-result {
    padding: 26px;
    width: 100%;
    background: #fff;
    border: 1px solid #d4e9fc;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, .16);
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: sticky;
    top: 20px
}

.calc-result .btn-secondary {
    margin-left: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 37px;
    padding-right: 37px;
    margin-top: 30px
}

.calc-result__heading {
    font-size: 24px;
    margin-bottom: 20px;
    max-width: 250px
}

.calc-result__numbers-item {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.calc-result__numbers-item:last-child {
    margin-bottom: 0
}

.calc-result__numbers-item .name {
    font-size: 20px
}

.calc-result__numbers-item .value {
    font-weight: 700;
    font-size: 30px;
    color: #2a343f
}

.ipoteka-interes__block:nth-child(1) {
    margin-bottom: 58px
}

.ipoteka-interes__block:nth-child(2) {
    margin-bottom: 45px
}

.ipoteka-interes__block:nth-child(3),
.ipoteka-interes__block:nth-child(4) {
    margin-bottom: 39px
}

.ipoteka-select {
    position: relative
}

.ipoteka-select__option-list {
    background: #fff;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, .16);
    border-radius: 6px;
    padding: 25px;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1
}

.ipoteka-select__option-list .ipoteka-select__option {
    margin-bottom: 8px;
    padding: 5px 0;
    line-height: 1;
    height: auto;
    text-transform: unset;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 18px;
    color: #525e6c
}

.ipoteka-select__option-list .ipoteka-select__option:hover {
    color: #4b85c7
}

.ipoteka-select__option-list .ipoteka-select__option:last-child {
    margin-bottom: 0
}

.ipoteka-select__button {
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9 9L16 2' stroke='%232A343F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    text-transform: none;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #2a343f;
    padding-left: 15px;
    padding-right: 15px
}

.ipoteka-select__button,
.ipoteka-select__button:hover {
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center
}

.ipoteka-select__button:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L9 9L16 2' stroke='%23034DA2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: #034da2;
    background-color: #f3f9ff
}

.ipoteka-select__button.active {
    color: rgba(42, 52, 63, .2);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 9L9 2L2 9' stroke='%23D4D6D9' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.ipoteka-select__button.active:hover {
    background-color: #fff
}

.ipoteka-select__button.active+.ipoteka-select__option-list {
    opacity: 1;
    z-index: 5
}

@media (max-width:1199px) {
    .ipoteka-calc {
        padding: 0;
        background: unset;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ipoteka-calc .calc-form {
        width: 100%;
        background: #e4f1fd;
        padding: 40px;
        max-width: unset;
        border-radius: 10px
    }

    .ipoteka-calc .ipoteka-calc__result {
        max-width: unset;
        padding: 20px 40px
    }

    .calc-result__heading {
        max-width: 70%;
        line-height: 1.2
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox {
        max-width: unset
    }

    .calc-form__checkboxes--check {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 -6px;
        width: calc(100% + 12px)
    }

    .calc-form__checkboxes--check .calc-form__checkbox {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(33.333% - 12px);
        max-width: unset
    }

    .calc-form__checkboxes--check .calc-form__checkbox .calc-form__checkbox-body {
        width: auto
    }

    .calc-form__checkboxes--bank .calc-form__checkbox {
        width: calc(25% - 10px);
        -ms-flex: 0 0 calc(25% - 10px);
        flex: 0 0 calc(25% - 10px)
    }
}

.ipoteka-select__option-list .ipoteka-select__option {
    text-align: left
}

@media (max-width:1199px) {
    .ipoteka-main .main_page_h1 {
        font-size: 24px;
        line-height: 30px
    }

    .calc-result__numbers-item {
        margin-bottom: 4px
    }

    .calc-result .btn-secondary {
        margin: 20px auto 0;
        max-width: 396px
    }

    .ipoteka-numbers__item .item__icon {
        width: 140px;
        height: 140px;
        font-weight: 300;
        font-size: 40px
    }

    .ipoteka-numbers__item .item__icon span {
        font-size: 16px
    }

    .ipoteka-numbers__item .item__icon r {
        margin-top: -9px;
        display: inline-block
    }

    .ipoteka-numbers__item .item__text {
        font-size: 14px;
        line-height: 22px
    }

    .ipoteka-numbers__item {
        padding-left: 10px;
        padding-right: 10px
    }

    .ipoteka-h2 {
        font-size: 20px;
        line-height: 25px
    }

    .houses-select p {
        font-size: 16px;
        line-height: 26px
    }

    .ipoteka-choose__item {
        padding-left: 75px;
        padding-right: 75px
    }

    .ipoteka-cta__half p {
        font-size: 16px;
        line-height: 26px
    }

    .ipoteka-cta__form {
        margin: 0 0 0 20px
    }

    .ipoteka-cta {
        margin-bottom: 0
    }

    .ipoteka-work h2 {
        padding-top: 0
    }

    .ipoteka-work__item .item__icon {
        margin: 0 auto 20px;
        max-width: 150px
    }

    .ipoteka-interes__block-text h3 {
        font-size: 20px
    }

    .ipoteka-interes__block-text p {
        font-size: 16px;
        line-height: 26px
    }

    .ipoteka-interes__block {
        margin-bottom: 0
    }

    .btn-ipoteka.collapsed {
        max-width: 410px
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox:nth-child(2) {
        max-width: unset
    }

    .calc-form__collapse .calc-form__input {
        margin-bottom: 30px
    }

    .calc-form__checkboxes--check {
        margin-bottom: -12px
    }

    .ipoteka-interes__block-image {
        height: unset;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .ipoteka-interes__block-image img {
        left: -85px;
        top: 7px;
        max-width: 390px
    }

    .ipoteka-interes__block:nth-child(1) {
        margin-bottom: 20px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-text h3 {
        max-width: 310px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image {
        width: 200px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image img {
        left: -92px;
        top: 20px;
        max-width: 375px
    }

    .ipoteka-interes__block:nth-child(3),
    .ipoteka-interes__block:nth-child(4) {
        margin-bottom: 0
    }

    .ipoteka-interes__block:nth-child(3) .ipoteka-interes__block-image img {
        left: -80px;
        top: 42px;
        max-width: 380px
    }

    .ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image {
        width: 200px
    }

    .ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image img {
        left: -84px;
        top: 36px;
        max-width: 380px
    }

    .ipoteka-interes__block:nth-child(5) .ipoteka-interes__block-image img {
        left: -77px;
        top: 50px;
        max-width: 380px
    }

    .ipoteka-interes__block-text p {
        padding-top: 0
    }

    .ipoteka-interes__block:nth-child(2) {
        margin-bottom: 0px
    }

    .ipoteka-interes__block-text ul {
        margin-top: -20px
    }

    .ipoteka-interes__block-text ul li {
        font-size: 16px
    }

    .ipoteka-interes {
        overflow-x: unset
    }

    .ipoteka-interes__block .ipoteka-interes__block-text h3 {
        max-width: 100%
    }

    .ipoteka-numbers {
        margin-bottom: 0
    }

    .ipoteka-numbers__item {
        width: 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .houses-select .ipoteka-h2 {
        padding-top: 20px
    }

    .ipoteka-calculator .ipoteka-h2 {
        margin-bottom: 24px
    }

    .faq-section .ipoteka-h2 {
        margin-bottom: 24px;
        padding-top: 40px
    }

    .calc-form__checkboxes--nobox .calc-form__checkbox-body:hover {
        opacity: 1
    }

    .calc-form__checkboxes--nobox .calc-form__checkbox-body:hover .calc-form__checkbox-text {
        color: #034da2
    }

    .bank-slider__swiper-slide {
        height: 120px
    }

    .ipoteka-work__item:hover .item__icon:after,
    .ipoteka-work__item:hover .item__icon:before {
        display: none
    }

    .ipoteka-work__item:hover .item__icon .primary-svg {
        fill: #034da2
    }

    .ipoteka-work__item:hover .item__icon .white-svg {
        fill: #fff
    }

    .ipoteka-work__item:hover .item__icon .stroke-primary {
        stroke: #034da2
    }

    .ipoteka-work__item:hover .item__text {
        transform: translateY(0)
    }

    .calc-form__checkboxes--check .calc-form__checkbox .calc-form__checkbox-body {
        max-height: 96px
    }

    .calc-result {
        padding: 24px 26px
    }
}

@media (max-width:767px) {
    .ipoteka-interes__block-image {
        height: 160px;
        width: 100%;
        margin: 0 0 10px
    }

    .ipoteka-calculator .ipoteka-h2 {
        padding-top: 10px;
        margin-bottom: 24px;
        max-width: 95%
    }

    .btn-ipoteka.collapsed {
        padding: 20px
    }

    .calc-result {
        padding: 18px
    }

    .calc-result__heading {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 18px
    }

    .calc-result__numbers-item .name {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px
    }

    .calc-result__numbers-item .value {
        font-weight: 700;
        font-size: 26px;
        line-height: 25px
    }

    .ipoteka-calculator {
        margin-bottom: 20px
    }

    .bank-slider .ipoteka-h2 {
        padding-top: 0;
        margin-bottom: 4px
    }

    .calc-result__numbers-item {
        margin-bottom: 13px
    }

    .calc-form__checkboxes--check .calc-form__checkbox .calc-form__checkbox-body br {
        display: none
    }

    .ipoteka-calc .calc-form {
        margin: 0 -14px;
        width: calc(100% + 28px);
        padding: 18px
    }

    .calc-form__input--horizontal .calc-form__control {
        width: 135px
    }

    .calc-form__checkboxes--horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox {
        width: 100%;
        margin: 0 auto 10px
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox+.calc-form__checkbox {
        margin-left: auto
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox-body {
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
    }

    .calc-form__checkboxes--horizontal .calc-form__checkbox-body .calc-form__checkbox-image {
        margin-bottom: 0;
        margin-right: 16px
    }

    .calc-form__checkboxes--check .calc-form__checkbox {
        width: 100%
    }

    .calc-form__checkboxes--bank .calc-form__checkbox {
        width: calc(50% - 10px);
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px)
    }

    .ipoteka-calc .ipoteka-calc__result {
        padding-left: 0;
        padding-right: 0
    }

    .calc-result__heading {
        max-width: 100%
    }

    .calc-result__numbers-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calc-result__numbers-item .value {
        margin-left: auto
    }

    .calc-result .btn-secondary {
        margin: 30px auto 0;
        max-width: unset;
        width: 100%
    }

    .ipoteka-numbers__item {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .houses-select .ipoteka-h2 {
        padding-top: 0
    }

    .bank-slider__offer {
        padding: 20px 18px;
        width: calc(100% - 8px)
    }

    .bank-slider__offer-text {
        max-width: 185px;
        margin: 0 auto 20px
    }

    .bank-slider__offer .btn-secondary {
        max-width: unset
    }

    .ipoteka-choose .ipoteka-h2 {
        padding-top: 10px
    }

    .ipoteka-choose__item {
        padding-left: 40px;
        padding-right: 40px
    }

    .ipoteka-cta__form {
        margin: 0
    }

    .ipoteka-cta__form-heading {
        font-size: 20px
    }

    .ipoteka-cta__form-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .ipoteka-cta__form .btn-secondary,
    .ipoteka-work h2 {
        margin-bottom: 0
    }

    .ipoteka-interes__block .ipoteka-interes__block-image {
        -ms-flex: auto;
        flex: auto
    }

    .ipoteka-interes__button {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .ipoteka-interes .ipoteka-h2 {
        padding-top: 5px
    }

    .ipoteka-interes__block:nth-child(1) {
        margin-bottom: 0px
    }

    .ipoteka-interes__block:nth-child(1) .ipoteka-interes__block-text h3 {
        max-width: 150px
    }

    .ipoteka-interes__block:nth-child(1) .ipoteka-interes__block-image {
        margin-top: 30px;
        width: 100%
    }

    .ipoteka-interes__block:nth-child(1) .ipoteka-interes__block-image img {
        left: unset;
        right: -14px;
        top: -10px;
        max-width: 306px
    }

    .ipoteka-interes__block:nth-child(2) {
        margin-bottom: 20px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-text h3 {
        max-width: 265px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image {
        width: 100%;
        margin-top: 30px
    }

    .ipoteka-interes__block:nth-child(2) .ipoteka-interes__block-image img {
        left: unset;
        top: 0;
        max-width: 306px;
        right: -14px
    }

    .ipoteka-interes__block:nth-child(3) {
        margin-bottom: 19px
    }

    .ipoteka-interes__block:nth-child(3) .ipoteka-interes__block-text h3 {
        max-width: 110px
    }

    .ipoteka-interes__block:nth-child(3) .ipoteka-interes__block-image {
        width: 100%;
        margin-top: 39px
    }

    .ipoteka-interes__block:nth-child(3) .ipoteka-interes__block-image img {
        left: unset;
        top: -20px;
        max-width: 306px;
        right: -14px
    }

    .ipoteka-interes__block:nth-child(4) {
        margin-bottom: 19px
    }

    .ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-text h3 {
        max-width: 150px
    }

    .ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image {
        width: 100%;
        margin-top: 41px
    }

    .ipoteka-interes__block:nth-child(4) .ipoteka-interes__block-image img {
        left: unset;
        top: -20px;
        max-width: 306px;
        right: -14px
    }

    .ipoteka-interes__block:nth-child(5) .ipoteka-interes__block-text h3 {
        max-width: 175px
    }

    .ipoteka-interes__block:nth-child(5) .ipoteka-interes__block-image {
        width: 100%;
        margin-top: 30px
    }

    .ipoteka-interes__block:nth-child(5) .ipoteka-interes__block-image img {
        left: unset;
        top: -10px;
        max-width: 306px;
        right: -14px
    }

    .rangeslider__handle:after {
        content: "";
        top: -1px;
        left: -7px;
        height: 20px;
        width: 20px;
        position: absolute;
        display: block;
        box-shadow: unset;
        background: transparent
    }

    .houses-select__block-item-text {
        font-size: 16px;
        padding: 23px 25px
    }
}

@media screen and (min-width:0\0) {
    .ipoteka-numbers {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .ipoteka-numbers__item .item__text {
        max-width: 210px
    }

    .houses-select__block-item-image {
        margin-top: 0;
        top: 0;
        left: 20px
    }

    .ipoteka-select__option-list .ipoteka-select__option {
        background: transparent;
        text-transform: none
    }

    .calc-result {
        position: relative
    }

    .ipoteka-calc__form {
        width: 410px
    }

    .ipoteka-calc__form,
    .ipoteka-choose__item {
        -ms-flex: auto;
        flex: auto
    }

    .ipoteka-choose .item__text {
        max-width: 215px
    }

    .ipoteka-calc__result {
        -ms-flex: auto;
        flex: auto
    }

    .ipoteka-interes__block-text {
        width: 615px
    }

    .ipoteka-interes__block-text p {
        max-width: 615px
    }

    .ipoteka-work__item {
        -ms-flex: auto;
        flex: auto
    }

    .ipoteka-work__item .item__icon:after {
        left: 7px;
        top: 0
    }

    .ipoteka-work__item .item__icon:before {
        top: 0
    }

    .btn-ipoteka:after {
        left: 200px;
        border-bottom: 1px solid #e4f1fd;
        display: none
    }

    .calc-form__checkbox {
        width: 33%;
        -ms-flex: none;
        flex: none
    }

    .calc-form__checkboxes--horizontal {
        width: 455px
    }

    .calc-form__checkboxes--check .calc-form__checkbox {
        width: auto
    }

    .calc-form__checkboxes--bank .calc-form__checkbox-image {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .bank-slider__swiper-slide {
        height: 84px
    }

    .bank-slider__offer .btn-secondary {
        max-width: 255px
    }

    .calc-result .btn-secondary {
        max-width: 200px
    }

    .faq-section .btn-secondary {
        max-width: 310px
    }

    .ipoteka-cta__form .btn-secondary {
        max-width: 180px
    }

    .faq-block .btn-collapse {
        text-transform: none
    }

    .ipoteka-interes__block--right {
        margin-left: 20%
    }

    .ipoteka-interes__button {
        max-width: 240px
    }

    .faq-section {
        margin-top: 30px
    }

    :root body :not(ymaps),
    _:-ms-fullscreen,
    body :not(ymaps) {
        line-height: inherit
    }

    :root body :not(ymaps) .houses-select p,
    :root body :not(ymaps) .ipoteka-cta__form-text,
    :root body :not(ymaps) .ipoteka-cta__half p,
    _:-ms-fullscreen .houses-select p,
    _:-ms-fullscreen .ipoteka-cta__form-text,
    _:-ms-fullscreen .ipoteka-cta__half p,
    body :not(ymaps) .houses-select p,
    body :not(ymaps) .ipoteka-cta__form-text,
    body :not(ymaps) .ipoteka-cta__half p {
        line-height: 1.7
    }

    :root body :not(ymaps) .ipoteka-interes__block-text p,
    _:-ms-fullscreen .ipoteka-interes__block-text p,
    body :not(ymaps) .ipoteka-interes__block-text p {
        line-height: 1.6
    }

    :root body :not(ymaps) .calc-result__heading,
    :root body :not(ymaps) .faq-block .btn-collapse,
    :root body :not(ymaps) .houses-select__block-item-text,
    :root body :not(ymaps) .ipoteka-choose .item__text,
    :root body :not(ymaps) .ipoteka-interes__block-text h3,
    :root body :not(ymaps) .ipoteka-interes__block-text ul li,
    _:-ms-fullscreen .calc-result__heading,
    _:-ms-fullscreen .faq-block .btn-collapse,
    _:-ms-fullscreen .houses-select__block-item-text,
    _:-ms-fullscreen .ipoteka-choose .item__text,
    _:-ms-fullscreen .ipoteka-interes__block-text h3,
    _:-ms-fullscreen .ipoteka-interes__block-text ul li,
    body :not(ymaps) .calc-result__heading,
    body :not(ymaps) .faq-block .btn-collapse,
    body :not(ymaps) .houses-select__block-item-text,
    body :not(ymaps) .ipoteka-choose .item__text,
    body :not(ymaps) .ipoteka-interes__block-text h3,
    body :not(ymaps) .ipoteka-interes__block-text ul li {
        line-height: 1.3
    }

    :root body :not(ymaps) .block_main h1,
    _:-ms-fullscreen .block_main h1,
    body :not(ymaps) .block_main h1 {
        line-height: 49px
    }

    :root body :not(ymaps) .hero-slider-form__title,
    _:-ms-fullscreen .hero-slider-form__title,
    body :not(ymaps) .hero-slider-form__title {
        line-height: 25px
    }

    :root body :not(ymaps) .hero-slider-form__privacy,
    _:-ms-fullscreen .hero-slider-form__privacy,
    body :not(ymaps) .hero-slider-form__privacy {
        line-height: 12px
    }

    :root body :not(ymaps) .ipoteka-h2,
    _:-ms-fullscreen .ipoteka-h2,
    body :not(ymaps) .ipoteka-h2 {
        line-height: 30px
    }
}

.help .ipoteka-h2 {
    padding-top: 10px;
}
.help h3 {
    font-size: 20px;
    color: #2A343F;
    padding: 0;
}
.help {
    margin-bottom: 30px;
}
.help-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    margin-top: 24px;
}
.help-grid-element {
    padding-left: 40px;
    display: flex;
    position: relative;
}
.help-grid-element::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 12px;
    max-width: 81px;
    max-height: 81px;
    width: 100%;
    height: 100%;
    background: url(/mortgage_assistance/image/help_icon.png) no-repeat center / contain;
}
.help-grid-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 18px 4px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 18px 4px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 18px 4px rgba(34, 60, 80, 0.2);
    padding: 20px 20px 20px 56px;
}
.help-grid-content div{
    font-size: 18px;
    color: #525E6C;
    line-height: 1.7;
}
.bank-slider__swiper {
    max-width: 100%;
    margin: 0 auto;
}

.bank-slider .swiper-slide {
    height: 120px;
    overflow: hidden;
}
.bank-slider .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/mortgage_assistance/image/b-prev.png);
}
.bank-slider .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/mortgage_assistance/image/b-next.png);
}
.bank-slider .swiper-button-next, .bank-slider .swiper-button-prev {
    background-size: auto;
}
.jil-complex-partner-feedback-header {
    padding: 0;
}
.jil-complex-partner-feedback-header__title,
.jil-complex-partner-feedback-header__title * {
    font-size: 24px;
}
.jil-complex-partner-feedback-form input {
    padding: 12px 21px;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 6px -1px rgba(34, 60, 80, 0.2);
}
.jil-complex-partner-feedback__input-wrap {
    margin-right: 10px;
}
.jil-complex-partner-feedback-form input::placeholder {
    color: #525E6C;
    font-size: 16px;
    opacity: .5;
}
.jil-complex-partner-feedback-form__policy a {
    font-size: 10px;
}
.jil-complex-partner-feedback {
    background-image: url("/mortgage_assistance/image/bunner_form.png");
}
.help-moscow {
    margin: 40px 0;
}
.help-moscow h2 {
    padding: 0;
}
.help-moscow div {
    font-size: 18px;
    line-height: 1.7;
}
.dinamic-element {
    display: flex;
}
.dinamic-content {
    height: 184px;
    border-radius: 20px;
    box-shadow: 0px 17px 44px -10px rgba(0, 0, 0, .16);
    background: #fff;
}
.dinamic-img {
    height: 100%;
    margin: auto 0 !important;
    box-shadow: 0px 17px 44px -10px rgba(0, 0, 0, .16);
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.dinamic-content {
    padding: 20px;
}
.dinamic-text {
    margin-top: 16px;
}
.dinamic-head {
    font-size: 20px;
    font-weight: 400;
    color: #2A343F;
}
.dinamic-text {
    line-height: 1.7;
    font-size: 16px;
    color: #525E6C;
}
.dinamic-element:nth-child(even) {
    flex-direction: row-reverse;
}
.dinamic-element:nth-child(even) .dinamic-img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.dinamic-element {
    position: relative;
}
.dinamic-content {
    position: relative;
    z-index: 2;
    transition: margin 0.5s ease, padding 0.5s ease;
}
.dinamic-element:nth-child(odd):hover .dinamic-content {
    margin-right: -10px;
    padding-left: 30px;
    border-bottom: 3px solid #034DA2;
}
.dinamic-element:nth-child(even):hover .dinamic-content {
    margin-left: -10px;
    padding-right: 30px;
    border-bottom: 3px solid #034DA2;
}
.dinamic-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faq-section .ipoteka-h2 {
    padding: 40px 0 0;
}
.redesign-button__green span {
    padding: 0;
}
.redesign-button__green {
    border: none;
    border-top: none;
    border-bottom: none;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
    background: #90AF38;
}
picture {
    height: 100%;
    margin: auto;
}

@media screen and (min-width: 1000px) and (max-width: 1600px) { 
    .dinamic-content { 
        max-width: 60%; 
        margin-right: auto; 
        transition: max-width 0.5s ease;
    } 
    .dinamic-img { 
        position: absolute; 
        right: 0; height: 
        max-content; 
        top: 50%; 
        transform: translateY(-50%); 
    } 
    .dinamic-element:nth-child(even) .dinamic-content { 
        max-width: 60%; 
        margin-left: auto; 
        margin-right: 0; 
        transition: max-width 0.5s ease;
    } 
    .dinamic-element:nth-child(even) .dinamic-img { 
        position: absolute; 
        left: 0; 
        height: max-content; 
        top: 50%; 
        transform: translateY(-50%); 
    } 
    .dinamic-content {
        height: auto;
    }
    .dinamic-element:hover .dinamic-content {
        margin-right: 0 !important;
        padding-left: 20px;
        max-width: 61%;
    }
    .dinamic-element:nth-child(even):hover .dinamic-content {
        margin-left: 0 !important;
        padding-right: 20px;
        max-width: 61%;
    }
}

@media only screen and (max-width: 1300px) {
    .bank-slider .swiper-button-next, .bank-slider .swiper-button-prev {
        display: block;
    }
    .bank-slider .swiper{
        margin: 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1180px) {
    .reviews-container {
        position: relative;
    }
    .b-prev {
        left: 0;
    }
    .b-next {
        right: 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1050px) {
    .main-menu__wrap.container > li:not(#main-menu-logo-item) {
        padding-right: 2px;
    }
}

@media only screen and (max-width: 999px) {
    .breadcrumbs {
        display: none;
    }
    .header.container {
        padding: 15px 18px 16px !important;
        height: 72px;
        background-color: #fbfbfb;
    }
    .container {
        width: auto;
    }
    .ipoteka-main .main_page_h1 {
        font-size: 24px;
        line-height: 29.76px;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .help-grid {
        grid-template-columns: 1fr;
    }
    .help-grid-content {
        width: 100%;
    }
    .bank-slider .swiper {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: calc(100% + 30px);
        overflow: unset;
    }
    .bank-slider .swiper-button-next, .bank-slider .swiper-button-prev {
        display: none;
    }
    .reviews-content div {
        font-size: 18px;
    }
    .dinamic-element {
        align-items: center;
    }
    .dinamic-content {
        height: 100%;
    }
    picture {
        border-radius: 40px !important;
    }
    .fon {
        position: absolute;
        width: calc(100% + 36px);
        top: -20px;
        left: -18px;
        height: 45px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .dinamic-content {
        min-height: 260px;
    }
    .hero-slider {
        background-image: url(../image/bunner_pad.jpg);
        background-position: 0px 0px;
        background-size: auto;
    }
}

@media only screen and (max-width: 767px) {
    .help-grid {
        grid-template-columns: 1fr;
    }
    .help-moscow div {
        font-size: 16px;
    }
    .jil-complex-partner-feedback-header__title,
    .jil-complex-partner-feedback-header__title * {
        font-size: 20px;
    }
    .hero-slider-form {
        max-width: 315px;
        width: 100%;
        padding: 22px 22px;
    }
    .hero-slider {
        padding: 218px 0 0;
        background-image: url(../image/bunner_mb.jpg);
        border-radius: 6px;
        background-position: 0px 0px;
        background-size: 100%;
    }
    .b-prev {
        left: -40px;
    }
    .b-next {
        right: -40px;
    }
    .dinamic-img {
        border-radius: 20px !important;
    }
    .dinamic-content {
        bottom: 30px;
        min-height: 100%;
    }
    .dinamic-text {
        line-height: 1.6;
    }
    .help-grid-element::before {
        left: 3px;
        top: 16px;
        max-width: 75px;
        max-height: 75px;
    }
    .help h3 {
        font-size: 18px;
    }
    .help-grid-content div {
        font-size: 16px;
    }
    .bank-slider__offer-text {
        max-width: 170px;
    }
    picture {
        width: 100%;
    }
    picture .dinamic-img {
        width: 90%;
        margin: auto !important;
        display: block;
    }
    .dinamic-element,
    .dinamic-element:nth-child(even) {
        flex-direction: column-reverse;
    }
    .dinamic-element:nth-child(even) .dinamic-img {
        border-radius: 40px !important;
    }
    .bank-slider .swiper {
        margin: 0;
        padding-left: 16px;
        width: 100vw;
        overflow: hidden;
        left: -14px;
    }
    .bank-slider__swiper {
        max-width: none;
    }
    body,
    html {
        overflow-x: hidden;
    }
}

@media (max-width: 559px) {
    .mfp-content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 540px) {
    .hero-slider {
        padding: 186px 0 0;
    }
}

@media only screen and (min-width: 20px) {
    html, body {
        height: unset !important;
    }
}

/*# sourceMappingURL=style.min.css.map */