

/* Start:/n2025//css/sellers.min.css?17753768312007*/
.sellers-section{padding:50px 0}.hero-section h1,.sellers-section h2{font-family:Room,Roboto,"open sans",sans-serif}.hero-section{background-image:url(/sellers/images/sellers/hero-section/0.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff;padding:60px 0}.img-responsive.hero-section__img{max-width:512px;margin:0 auto;width:100%}.hero-section__row{max-width:700px;margin:0 auto}.exclusive-offer{background-color:#f8f8f8;border-top:3px solid #d4af37;border-bottom:3px solid #d4af37}.advantage-card{text-align:center;background:linear-gradient(to bottom right,#ddb3f1 0,#8a49ba 100%);margin-bottom:40px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);box-shadow:0 2px 5px rgba(0,0,0,.1);padding:10px;border-radius:20px;font-size:20px;font-family:Room,Roboto,"open sans",sans-serif;text-transform:uppercase;font-weight:500}.advantage-card p{color:#000;font-size:18px;margin:0}.items-block{background-color:#f5f5f5}.value-prop{background-color:#fff}.value-card{text-align:center;padding:20px;margin-bottom:30px;border:1px solid #eee;border-radius:5px}.value-card h3{font-size:18px}.urgency-block{background-color:#d4af37;color:#fff;padding:30px 0}.contact-block{color:#fff;padding:40px 0;background-image:url(/n2025//css/../images/sellers/1.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.advantage-number{font-size:36px;color:#d4af37;font-weight:700;margin-bottom:10px}.timer-countdown{background-color:rgba(0,0,0,.2);padding:10px;border-radius:5px;display:inline-block;margin-top:10px}.gold-text{color:#d4af37}.small-note{font-size:12px;color:#777;margin-top:5px}.item-price{font-style:italic;color:#666;font-size:13px}.p_shadow{font-size:48px;text-shadow:1px 1px 2px #4f2287}.btn_mrg{margin-top:25px}@media only screen and (max-width:1120px){.hero-section{padding-top:140px}}@media only screen and (max-width:768px){.advantage-card{margin-bottom:20px;border-radius:10px;font-size:20px;padding:12px}.altH1{font-size:28px}.p_shadow{line-height:1}}
/* End */


/* Start:/local/templates/main_v2/styles/section/banner-promo.css?17635031934247*/
:root {
	--violet: #ddd2ea;
	--white: #fff;
	--grey: #faf9fb;
	--darl-grey: #b2b2b2;
	--purple: #9a77c4;
	--text-text-1: #111827;
	--light-violet: #f0ecf8;
	--purple-2: #8c64be;
    --font-family: "Manrope", sans-serif;
    --second-family: "Room", sans-serif;
    --third-family: "Roboto", sans-serif;
    --font3: "Arimo Hebrew Subset", sans-serif;
}
.banner-promo {
    min-height: 845px;
    display: flex;
    align-items: center;
    font-family: 'Room', 'Roboto', "open sans", sans-serif;
    background: url('/local/templates/main_v2/images/banner/bg-n2025.png');
}
.banner-promo-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 51px;
    text-transform: uppercase;
    color: var(--text-text-1);
    text-align: center;
}
.promo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 32px 42px;
    gap: 12px;
    max-width: 438px;
    width: 100%;
    background: var(--violet);
    border-radius: 22px;
    margin: 50px auto;
    font-weight: 500;
    font-size: 37px;
    line-height: 40px;
    color: var(--text-text-1);
}
.promo span {
    font-weight: 700;
    background: linear-gradient(107deg, #CAB1E9 -13.29%, #8C64BE 48.04%, #5E487A 102.74%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-promo-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 146%;
    text-align: center;
    color: var(--text-text-1);
    max-width: 800px;
    margin: 50px auto;
}
.banner-promo-card-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.banner-promo-card-wrapper {
    display: flex;
    align-items: center;
    max-width: 850px;
    justify-content: space-between;
}
.banner-promo-card-wrapper .card {
    border-radius: 18px;
    padding: 19px 32px;
    width: 344px;
    height: 102px;
    background: linear-gradient(215deg, #D5BDF3 -29.71%, #67488D 233.64%);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 115%;
    text-align: center;
    color: var(--white);
    text-shadow: 0 4px 4px rgba(58, 97, 237, 0.10);
    line-height: 30px;
} 
.banner-promo-card-wrapper .card:nth-child(2) {
    background: linear-gradient(138deg, #CFBAE9 1.08%, #67488D 168.9%);
}

.button-wrapper {
  margin-top: 100px;
  text-align: center;
}
.banner-promo .button-wrapper .button {
    display: inline-flex;
    padding: 17px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Button-Main-Blue, #8C64BE);
    color: var(--white);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: var(--white);
    width: 264px;
    height: 56px;
}
.banner-promo .button-wrapper .button:hover {
    background: #7b58a6;
}
@media (max-width: 767px) {
    .banner-promo {
        min-height: 455px;
        background: url('/local/templates/main_v2/images/banner/banner-promo-mob.png');
        background-size: cover;
    }
    .banner-promo-title {
        font-size: 24px;
        line-height: 125%;
        max-width: 300px;
        margin: 0 auto;
    }
    .banner-promo-text {
        font-size: 12px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .promo {
        border-radius: 8px;
        padding: 11px 15px;
        font-size: 14px;
        max-width: 200px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 105%;
    }
    .banner-promo-card-wrapper {
        justify-content: space-around;
    }
    .banner-promo-card-wrapper .card {
        border-radius: 7px;
        padding: 6px 11px;
        width: 150px;
        height: 37px;
        font-size: 10px;
        line-height: 120%;
    }
    .banner-promo .button-wrapper {
        margin: 50px 0 20px;
    }
    .banner-promo .button-wrapper .button{
        padding: 10px 12px;
        width: 148px;
        height: 30px;
        font-size: 10px;
        line-height: 138%;
    }
}
/* End */


/* Start:/local/templates/main_v2/styles/section/loan.css?17632418042478*/
@font-face {
    font-family: 'Arimo';
    src: url('/local/templates/main_v2/styles/fonts/arimo-hebrew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --violet: #ddd2ea;
    --white: #fff;
    --grey: #faf9fb;
    --darl-grey: #b2b2b2;
    --purple: #9a77c4;
    --text-text-1: #111827;
    --light-violet: #f0ecf8;
    --purple-2: #8c64be;
    --font-family: "Manrope", sans-serif;
    --second-family: "Room", sans-serif;
    --third-family: "Roboto", sans-serif;
    --font3: "Arimo Hebrew Subset", sans-serif;
}

.steps-block.loan {
    background-color: #fff;
    counter-reset: section;
    margin: 160px 0;
}

.loan .section-heading {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 40px;
    line-height: 149%;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-text-1);
}

.loan .steps-block__text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: var(--text-text-1);
}

.loan .step-card {
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    counter-increment: section;
    padding-top: 50px;
    margin: 150px 0 50px;
}

.loan .step-card h3 {
    position: relative;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: var(--text-text-1);
    margin-bottom: 50px;
}

.loan .step-card p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    text-align: center;
    color: var(--text-text-1);
    list-style: none;
}

.loan .step-card:before {
    content: counter(section);
    font-family: var(--font3);
    font-weight: 700;
    font-size: 280px;
    line-height: 0%;
    text-transform: uppercase;
    text-align: center;
    color: var(--light-violet);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.button-wrapper {
    margin: 80px 0 20px;
}

.loan .button {
    border-radius: 19px;
    padding: 26px 37px;
    width: 350px;
    height: 87px;
    background: var(--purple-2);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 107%;
    color: var(--white);
}

.loan .button:hover {
    background: #7b58a6;
}
/* End */


/* Start:/local/templates/main_v2/styles/section/reception.css?17632386001179*/
.rereception {
    padding: 50px 0 80px;
}

.rereception .section-heading {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 45px;
    line-height: 126%;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-text-1);
    margin-bottom: 50px;
}

.rereception .item-card img {
    width: 224px;
    height: 224px;
}

.rereception .item-card h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--text-text-1);
}

.rereception .item-card p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: #585f6a;
    height: 50px;
    padding: 0 50px;
}

.button-wrapper {
    margin: 80px 0 20px;
}

.rereception .button {
    border-radius: 19px;
    padding: 26px 37px;
    width: 350px;
    height: 87px;
    background: var(--purple-2);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 107%;
    color: var(--white);
}

.rereception .button:hover {
    background: #7b58a6;
}
/* End */


/* Start:/local/templates/main_v2/styles/pagination.min.css?17515680422981*/
.b_pagination ._wrap_page_pagination ._wrap_link_pagination ._link_pagination:hover{color:#8c64be}.b_pagination{margin-bottom:50px;position:relative;clear:both;padding-top:50px}@media only screen and (max-width:990px){.b_pagination{margin-bottom:50px}}.b_pagination ._control_left,.b_pagination ._control_right{background:#fff;border:1px solid #ebebeb;width:55px;height:55px;cursor:pointer;padding:18px 22px}@media (max-width:990px){.b_pagination ._control_left,.b_pagination ._control_right{margin-right:1px}}@media (max-width:767px){.b_pagination ._control_left,.b_pagination ._control_right{position:absolute}}.b_pagination ._control_left,.b_pagination ._wrap_link_pagination li{float:left}@media (max-width:990px) and (min-width:768px){.b_pagination ._control_left{margin-left:-55px}}@media (max-width:767px){.b_pagination ._control_left{top:100px;right:50%;margin-right:-1px}}.b_pagination ._control_left:hover,.b_pagination ._control_right:hover{color:#8c64be;background:#f5f5f5}.b_pagination ._control_right{float:right}@media (max-width:990px) and (min-width:768px){.b_pagination ._control_right{margin-right:-54px}}@media (max-width:767px){.b_pagination ._control_right{top:100px;left:50%;margin-left:-1px}}.b_pagination ._wrap_link_pagination{list-style:none;padding-left:0}.b_pagination ._wrap_link_pagination li:not(:last-child){margin-right:30px}.b_pagination ._page_show{display:block;margin-top:55px;font-size:11px;color:#adb0b3}@media (max-width:767px){.b_pagination ._page_show{margin-top:20px}}.b_pagination ._wrap_page_pagination{text-align:center;max-width:61.7%;margin:auto}.b_pagination ._wrap_page_pagination:after,.b_pagination ._wrap_page_pagination:before{content:" ";display:table}.b_pagination ._wrap_page_pagination:after{clear:both}@media (max-width:990px){.b_pagination ._wrap_page_pagination{max-width:48.2%}}@media (max-width:767px){.b_pagination ._wrap_page_pagination{max-width:100%}}.b_pagination ._wrap_page_pagination ._wrap_link_pagination{display:inline-block;margin-top:20px}@media (max-width:767px){.b_pagination ._wrap_page_pagination ._wrap_link_pagination{margin-top:80px}}.b_pagination ._wrap_page_pagination ._wrap_link_pagination ._link_pagination{font-size:15px;color:#000;text-decoration:none}.b_pagination ._wrap_page_pagination ._wrap_link_pagination .-active{color:#8c64be}.b_pagination._pagination_catalog ._wrap_page_pagination{margin-right:0;max-width:100%}@media (max-width:990px) and (min-width:768px){.b_pagination._pagination_catalog ._wrap_page_pagination{margin-right:auto;max-width:50%}}@media (max-width:767px){.b_pagination._pagination_catalog ._wrap_page_pagination{max-width:100%}}.page_pagination_show-all a{margin:0 auto;display:block;width:140px;height:40px;line-height:40px;font-size:11px;text-transform:uppercase;text-align:center;border:solid 1px #8c64be;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.page_pagination_show-all a:hover{background-color:#8c64be;color:#fff}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/news.list/item-card-advantages/style.css?17635092191795*/
.advantages {
    margin: 160px 0;
}

.section-title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 45px;
    line-height: 126%;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-text-1);
}

.item-card-advantages {
    border: 1px solid var(--darl-grey);
    padding: 53px 25px 50px;
    text-align: center;
}

.item-card-advantages img {
    width: 84px;
    height: 84px;
    object-fit: contain;
}

.item-card-advantages p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: #585f6a;
}

.item-card-advantages h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--text-text-1);
    margin-bottom: 20px;
}

.button-wrapper {
    margin: 80px 0 20px;
}

.advantages .button {
    border-radius: 19px;
    padding: 26px 37px;
    width: 350px;
    height: 87px;
    background: var(--purple-2);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 107%;
    color: var(--white);
}

.advantages .button:hover {
    background: #7b58a6;
}
@media (max-width: 991px) {
    .advantages {
        margin: 80px 0;
    }
    .advantages .section-title,
    .advantages .section-title span.purple {
        font-size: 28px;
    }
    .advantages .items-wrapper {
        display: -webkit-box;
        overflow: auto;
        padding-bottom: 50px;
    }
    .advantages .items-wrapper > div {
        width: 80%;
    }
    .advantages .items-wrapper .item-card-advantages {
        height: 100%;
        padding: 45px 26px 43px;
    }
}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/news.list/faq/style.min.css?17753768941805*/
.faq{margin:160px 0}.body{display:none}.faq-container{counter-reset:faq-counter;position:relative}.faq-items-wrapper .faq-items:first-child{border-top:1px solid var(--darl-grey)}.faq-items{counter-increment:faq-counter;padding:15px 0;border-bottom:1px solid var(--darl-grey)}.faq-items p.title{margin:0;font-family:var(--second-family);font-weight:500;font-size:24px;line-height:100%;color:var(--text-text-1);position:relative;padding-left:50px}.faq-items p.title::after,.faq-items p.title::before{position:absolute;top:0;bottom:0;display:flex;align-items:center}.faq-items p.title::before{content:counter(faq-counter,decimal-leading-zero);counter-reset:none;left:0;font-weight:400;font-size:18px;line-height:156%;color:#494d4f}.faq-items p.title::after{right:0;content:"";margin:auto;background:url(/local/templates/main_v2/images/fi_plus.svg);width:32px;height:32px}.faq-items p.title.minus::after{background:url(/local/templates/main_v2/images/fi_minus.svg)}.faq-info,.faq-items .body,.faq-items .body .well h3{font-family:var(--font-family);font-weight:400}.faq-items .body{font-size:18px;line-height:111%;color:var(--text-text-1);padding-left:50px;margin-top:20px}.faq-items p.title:hover{color:var(--purple-2);cursor:pointer}.faq-items .body p{margin:15px 0}.faq-items .body ul li{line-height:156%}.faq-items .body .well{box-shadow:0 4px 16px 0 rgba(0,51,153,.06),0 2px 2px 0 rgba(0,51,153,.06),0-4px 5px 0 rgba(0,51,153,.05);background:var(--white)}.faq-items .body .well h3{font-weight:700;font-size:29px;line-height:156%;color:var(--purple-2);margin:0}.faq-info{margin-top:50px;font-size:14px;line-height:286%;color:#000}@media (max-width:996px){.faq{margin:80px 0}.faq .section-title,.faq .section-title span{font-size:28px;line-height:114%}.faq-items p.title{font-size:20px;padding-right:50px}}
/* End */


/* Start:/local/templates/main_v2/styles/section/form_feedback-new.css?17635088925471*/
:root {
    --violet: #ddd2ea;
    --white: #fff;
    --grey: #faf9fb;
    --darl-grey: #b2b2b2;
    --purple: #9a77c4;
    --text-text-1: #111827;
    --light-violet: #f0ecf8;
    --purple-2: #8c64be;
    --font-family: "Manrope", sans-serif;
    --second-family: "Room", sans-serif;
    --third-family: "Roboto", sans-serif;
    --font3: "Arimo Hebrew Subset", sans-serif;
}

@media (min-width: 1024px) {
    .section-form {
        display: none;
    }
}

.section-form {
    background-image: url('/local/templates/main_v2/images/form-bg-feedback.png');
    background-position: center center;
    background-size: cover;
}

.section-form h2,
.section-form h3 {
    font-family: Room;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: left;
    text-transform: uppercase;
}

.form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

.form-wrap__text {
    max-width: 468px;
}


.form-wrap__sub {
    font-family: Manrope-Medium;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.form-wrap__contacts {
    display: flex;
    justify-content: left;
    margin-top: 30px;
}

@media all and (max-width: 1120px) {

    .section-form h2,
    .section-form h3 {
        font-size: 40px;
    }

    .form-wrap__sub {
        font-size: 23px;
    }

    .form-wrap {
        padding: 0;
    }

    .form-wrap__text {
        margin-right: 40px;
    }
}

@media all and (max-width: 767px) {
    .section-form {
        background-image: url('/local/templates/main_v2/images/form-bg-feedback.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 30px;
    }

    .section-form h2,
    .section-form h3 {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 28px;
        line-height: 114%;
        text-transform: uppercase;
        color: var(--text-text-1);
    }

    .form-wrap {
        display: block;
    }

    .form-wrap__sub {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 15px;
        line-height: 147%;
        color: #585f6a;
    }

    .online-form__row .online-form__input {
        border-radius: 8px;
        padding: 14px 20px 14px 16px;
    }

    .online-form__row .online-form__input::placeholder {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 137%;
        color: #868d99;
    }

    .online-form__row textarea.online-form__input {
        height: 100px;
    }

    #pledge-form .btn.btn-tiny {
        display: block;
        width: 100%;
    }

    .contacts-info .contacts-block__contact {
        align-items: start;
    }

    .contacts-info .contacts-block__contact .footer-content__contact-phone {
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 28px;
        line-height: 114%;
        text-transform: uppercase;
        color: #1e1c1f;
    }

    .contacts-info .contacts-block__contact a {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 15px;
        line-height: 147%;
        color: var(--purple-2);
        margin-top: 10px;
    }
    .form-wrap ._confidentiality-agreement-form {
        text-align: left;
    }

    ._confidentiality-agreement-form ._form_checkbox {
        width: 35px !important;
        border-radius: 34px !important;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    ._confidentiality-agreement-form ._form_checkbox.focused {
        border: none;
    }

    ._confidentiality-agreement-form .jq-checkbox__div {
        border-radius: 50% !important;
    }
    ._confidentiality-agreement-form .jq-checkbox .jq-checkbox__div {
        transform: translateX(0) !important;
    }
    ._confidentiality-agreement-form .jq-checkbox.checked .jq-checkbox__div {
        transform: translateX(20px) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        background: white !important;
        /* border: 1px solid #585f6a !important; */
        height: 15px !important;
    }

    /* Для современного дизайна с плавной анимацией */
    ._confidentiality-agreement-form .jq-checkbox.checked {
        background-color: #7b58a6;
        border-color: #7b58a6;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Состояние при наведении на активный переключатель */
    ._confidentiality-agreement-form .jq-checkbox.checked:hover {
        background-color: #7b58a6;
        border-color: #7b58a6;
    }

    /* #pledge-form .btn.btn-tiny:not(.submit-disabled):hover {
        background: #7b58a6;
        cursor: pointer;
    } */
    /*.form-wrap__text{
        max-width: none;
        text-align: center;
        margin-right: 0;
    }

    .form-wrap__text h3{
        text-align: center;
    }

    .form-wrap__contacts{
        justify-content: center;
    }*/
}
/* End */


/* Start:/local/components/rover/send.form/templates/main-pledge_v2-new/style.min.css?1763503514123*/
.online-form__button{margin-top:30px;text-align:center;font-family:Room}.online-form__btn{font-size:16px;padding:12px 20px}
/* End */
/* /n2025//css/sellers.min.css?17753768312007 */
/* /local/templates/main_v2/styles/section/banner-promo.css?17635031934247 */
/* /local/templates/main_v2/styles/section/loan.css?17632418042478 */
/* /local/templates/main_v2/styles/section/reception.css?17632386001179 */
/* /local/templates/main_v2/styles/pagination.min.css?17515680422981 */
/* /local/templates/main_v2/components/bitrix/news.list/item-card-advantages/style.css?17635092191795 */
/* /local/templates/main_v2/components/bitrix/news.list/faq/style.min.css?17753768941805 */
/* /local/templates/main_v2/styles/section/form_feedback-new.css?17635088925471 */
/* /local/components/rover/send.form/templates/main-pledge_v2-new/style.min.css?1763503514123 */
