

/* Start:/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/style.css?178409711328946*/
@font-face {
    font-family: 'Inter';
    src: url('/css/FONTS/Inter/Inter-Regular.woff2') format('woff2'), url('/css/4ONTS/Inter/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/css/FONTS/Inter/Inter-Bold.woff2') format('woff2'), url('/css/FONTS/Inter/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: var(--color-gray2) !important;
}

body .wrap {
    max-width: 1280px;
}

.green_bg_block {
    background-color: var(--color-green-100);
    /* background-color: #E6EFEB; */
}
.white_block {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}
@media (min-width:1280px) {
.white_block {
    padding: 30px;
}
}
.box {
    background-color: #fff;
    border-radius: 12px;
}
.sect_title {
    text-align: center;
}

/* Первый блок: картинка с машинами */
.sect_top {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sect_top .img_top1 {
    position: absolute;
}

@media (max-width:719px) {
    .sect_top .img_top_grad {
        display: none;
    }
    .sect_top .img_top1 {
        display: none;
    }
}

@media (min-width:720px) {
    .sect_top .img_top_grad {
        position: absolute;
        top: 0px;
        left: calc(50% - 30px);
        width: 449px;
        height: 449px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(59, 195, 116, 0.5) 0%, rgba(59, 195, 116, 0) 100%);
        backdrop-filter: blur(100px);
    }
    .sect_top .img_top1 {
        bottom: 7px;
        left: calc(50% - 200px);
        width: 361px;
        height: 293px;
    }
}
@media (min-width:1024px) {
    .sect_top .img_top_grad {
        top: 0;
        left: 50%;
        width: 598px;
        height: 598px;
    }
    .sect_top .img_top1 {
        bottom: 0;
        left: calc(50% - 240px);
        width: 497px;
        height: 403px;
    }
}
@media (min-width:1280px) {
    .sect_top .img_top_grad {
        top: 0;
        left: calc(50% - 70px);
    }
    .sect_top .img_top1 {
        bottom: -20;
        left: calc(50% - 260px);
        width: 743px;
        height: 595px;
    }
}

.sect_top ._cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px 0;
}
.sect_top ._cont ._right_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

@media (min-width:720px) {
    .sect_top ._cont {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 50px 0;
    }
    .sect_top ._cont ._right_block {
        width: 328px;
    }
}
@media (min-width:1024px) {
    .sect_top ._cont {
        padding: 60px 0;
    }
}
@media (min-width:1280px) {
    .sect_top ._cont {
        padding: 60px 0 100px;
    }
    .sect_top ._cont ._right_block {
        width: 390px;
    }
}

.sect_top .txt_cont {
    position: relative;
    width: 100%;
    max-width: 790px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media (min-width:720px) {
.sect_top .txt_cont {
    row-gap: 40px;
    width: calc(100% - 348px);
}
}
.sect_top .erid_block {
    max-width: 328px;
    margin-bottom: 0;
}
.sect_top .txt_cont .rekl_txt {
    top: 0;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 10px;
    color: var(--color-green);
}
.sect_top .txt_cont .rekl_txt:before {
    content: "РЕКЛАМА АО МФК \"САММИТ\" LjN8Jwjgq";
}
.sect_top .erid_block ._text {
    color: #aaa;
    flex-direction: column;
}
.sect_top .erid_block ._text>a {
    color: inherit;
    text-decoration: underline;
}
@media (min-width:720px) {
.sect_top .erid_block {
    order: 1;
}
}
@media (max-width:719px) {
.sect_top ._sm {
    order: 2;
}
}

.sect_top ._cont .txt_cont h1 {
    display: block;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
}
@media (min-width:430px) {
    .sect_top ._cont .txt_cont h1 {
        font-size: 50px;
    }
}
@media (min-width:1024px) {
    .sect_top ._cont .txt_cont h1 {
        max-width: 538px;
        font-size: 60px;
    }
}
@media (min-width:1280px) {
    .sect_top ._cont .txt_cont h1 {
        max-width: 662px;
        font-size: 90px;
    }
}

@media screen and (max-width: 719px) {
.sect_top .calculator-block {
    padding-top: 0;
    padding-bottom: 20px;
}
}

.sect_top .txt_cont ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
}
@media (min-width:1024px) {
.sect_top .txt_cont ul {
    width: 390px;
}
}
@media (min-width:1280px) {
.sect_top .txt_cont ul {
    width: 478px;
}
}
.sect_top ._cont .txt_cont ._t0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(50% - 6px);
    padding: 14px;
    padding-left: 54px;
    border-radius: 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    background-color: #FFF;
    background-position: 14px 50%;
    background-repeat: no-repeat;
    background-size: 24px;
}
.sect_top ._cont .txt_cont ._t0:nth-child(1) {
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/car.svg');
}
.sect_top ._cont .txt_cont ._t0:nth-child(2) {
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/convertshape.svg');
}
.sect_top ._cont .txt_cont ._t0:nth-child(3) {
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/card-tick.svg');
}
.sect_top ._cont .txt_cont ._t0:nth-child(4) {
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/shield-tick.svg');
}
@media (min-width:1280px) {
.sect_top ._cont .txt_cont ._t0 {
    padding: 16px;
    padding-left: 62px;
    font-size: 16px;
    background-size: 30px;
}
}

.sect_top ._cont ._right_block .public-auto-calc-column {
    width: 100%;
}
.sect_top ._cont ._right_block #calc_ms {
    width: 100%;
    height:500px;
    background-color: #FFF;
    border-radius: 16px;
}
.sect_top ._cont ._right_block .calculator-block {
    padding: 0;
}
.calc_ms {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
.sect_top ._cont ._right_block #calc_ms {
    height:485px;
}
}

/* pts_callback_block */

.pts_callback_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    width: 100%;
}
.pts_callback_block ._img {
    width: 60px;
    height: 60px;
}
.pts_callback_block .txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
}
.pts_callback_block .txt span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-green);
}
.pts_callback_block .btn_block {
    margin-left: auto;
}
.pts_callback_block ._btn {
    height: 36px;
    padding: 0 11px;
    font-size: 14px;
    color: var(--color-green);
    background-color: rgba(0, 92, 50, 0.1);
}
.pts_callback_block ._btn:active {
    background-color: rgba(0, 92, 50, 0.2);
}
@media (min-width: 430px) {
.pts_callback_block .txt {
    font-size: 14px;
}
    .pts_callback_block ._btn {
    padding: 0 16px;
}
}
@media (max-width: 719px) {
.pts_callback_block {
    order: 1;
}
}
@media (min-width: 1200px) {
.pts_callback_block {
    column-gap: 16px;
}    
.pts_callback_block .txt {
    font-size: 16px;
}
.pts_callback_block .txt span {
    font-size: 20px;
}
}

@media only screen and (min-width: 480px) {
#popup_pts_callback .modal-dialog {
    width: 100%;
    max-width: 460px;
}
}
@media only screen and (min-width: 768px) {
#popup_pts_callback .modal-dialog {
    max-width: 758px;
}
}
@media (min-width: 1024px) {
#popup_pts_callback .modal-dialog {
    width: 831px;
    max-width: unset;
}
}
#popup_pts_callback .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 30px;
}
@media (min-width: 768px) {
#popup_pts_callback .modal-content {
    flex-direction: row;
    justify-content: space-between;
}
}    

@media (min-width: 768px) {
#popup_pts_callback .modal-content button.close {
    left: 20px;
    top: 20px;
    background: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/ar_back.svg') 50% 50% no-repeat transparent;
}
}

#popup_pts_callback ._img {
    background: radial-gradient(50% 50% at 50% 50%, #1FE170 0%, rgba(31, 225, 112, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
#popup_pts_callback ._img {
    order: 1;
}
#popup_pts_callback ._img img {
    width: 188px;
    height: 170px;
}
}
#popup_pts_callback .txt_block {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
    max-width: 330px;
}
@media (min-width: 768px) {
#popup_pts_callback ._img {
    width: calc(50% - 10px);
}
#popup_pts_callback .txt_block {
    width: calc(50% - 10px);
    height: 100%;
}
}
@media (min-width: 1200px) {
#popup_pts_callback ._img {
    width: 378px;
}
#popup_pts_callback .txt_block {
    width: 330px;
}
}

#popup_pts_callback ._title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
}
#popup_pts_callback .btn {
    width: 100%;
    max-width: 330px;
    margin: 0;
}

#popup_pts_callback .chbx_div_cont .descr {
    font-weight: 500;
    font-size: 12px;
}
#popup_pts_callback .data_block {
    margin-bottom: 0;
    float: none;
}

#popup_pts_callback .slider_bg {
    position: relative;
    width: 100%;
    height: 4px;
    margin-bottom: 10px;
	cursor: pointer;
}
#popup_pts_callback .min,
#popup_pts_callback .max {
    font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color:#8B8B8B;
}
#popup_pts_callback .min {
	float: left;
}
#popup_pts_callback .max {
	float: right;
}

#popup_pts_callback .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -9px;
	border:2px solid var(--color-green);
	border-radius:50%;
    box-shadow: none;
	cursor: pointer;
}
#popup_pts_callback .noUi-handle:after, #popup_pts_callback .noUi-handle:before {
    background: none;
}	
#popup_pts_callback .noUi-base, #popup_pts_callback .noUi-connects {
    position: absolute;
}
#popup_pts_callback .noUi-connect {
    background: var(--color-green);
    border-radius: 5px;
}
#popup_pts_callback .noUi-target {
    background: #C4C4C4;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}
/*END pts_callback_block */

@media (max-width: 480px) {
    #notice1_popup .modal-title {
        padding-right: 20px;
    }
}

/* sect_loans */
@media (min-width: 720px) {
.sect_loans {
    border-radius: 0 0 50px 50px;
}
}
@media (min-width: 1280px) {
.sect_loans {
    border-radius: 0 0 115px 115px;
}
}
.sect_loans ._list {
    margin-bottom: 50px;
}
.sect_loans ._list .item {
    display: flex;
    flex-direction: column;
    width: 180px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #111;
    text-align: center;
}
@media (min-width: 1280px) {
.sect_loans ._list {
    justify-content: center;
    margin-bottom: 80px;
}
}
.sect_loans ._btn {
    max-width: 273px;
}

.sect_loans .swiper-button-next,
.sect_loans .swiper-button-prev {
    top:calc(50% + 25px);
}
.sect_loans .swiper-button-prev {
    left: 0;
}
.sect_loans .swiper-button-next {
    right: 0;
}
@media (min-width: 1200px) {
.sect_loans .swiper-button-next,
.sect_loans .swiper-button-prev {
    display: none;
}
}
/* END sect_loans */

/* sect_treb */
.sect_treb .cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.sect_treb .cont .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
@media (min-width: 720px) {
.sect_treb .cont {
    flex-direction: row;
}
.sect_treb .cont .col {
    width: calc(50% - 10px);
}
}
.sect_treb .cont .col .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
}
.sect_treb .cont .col .item ._top {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}
.sect_treb .cont .col .item ._descr {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.sect_treb .cont .col .item ._img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 92, 50, 0.12);
    border-radius: 50%;
}
.sect_treb .cont .col .item ._img img {
    width: 30px;
    height: 30px;
}
.sect_treb .cont .col .item .title {
    padding-top: 12px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: #111;
}
.sect_treb .cont .col .item hr {
    width: 100%;
    color: rgba(0, 92, 50, 0.3)
}
.sect_treb .cont .col .item .title1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #111;
}
.sect_treb .cont .col .item .title1._age {
    padding-left: 38px;
    background: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/calendar.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}
.sect_treb .cont .col .item ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.sect_treb .cont .col .item ul li {
    padding-left: 38px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #111;
    background: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/tick-circle.svg') 0 0 no-repeat transparent;
    background-size: 24px;
}
@media (min-width: 1280px) {
.sect_treb .cont .col .item ._descr {
    padding-left: 80px;
}
}
/* END sect_treb */

/* sect_4_steps */
.sect_4_steps ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
.sect_4_steps ._list .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sect_4_steps ._list .item ._step {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: var(--color-green);
    background-color: rgba(0, 92, 50, 0.12);
    border-radius: 20px;
}
.sect_4_steps ._list .item img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.sect_4_steps ._list .item ._text {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #111;
}
.sect_4_steps ._list .item ._time {
    padding-left: 28px;
    background: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/sect_4_steps/subtract.svg') 0 50% no-repeat transparent;
    background-size: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-green);
}

@media (min-width: 720px) {
.sect_4_steps ._list .item {
    width: calc(50% - 10px);
}
.sect_4_steps ._list .item ._text {
    height: 53px;
}
}
@media (min-width: 1280px) {
.sect_4_steps ._list {
    margin-bottom: 80px;
}
.sect_4_steps ._list .item {
    width: calc(25% - 15px);
}
.sect_4_steps ._list .item img {
    width: 225px;
    height: 225px;
}
.sect_4_steps ._list .item ._text {
    height: 70px;
}
}
.sect_4_steps ._btn {
    max-width: 273px;
}
/* END sect_4_steps */

/* sect_loans_popular */
.sect_loans_popular .cont {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
}
.sect_loans_popular .cont .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #111;
}
.sect_loans_popular .cont ._img {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    width: 100%;
    padding-left: 18px;
    border-left: 1px solid rgba(0, 92, 50, 0.3);
}
.sect_loans_popular .cont ._img img {
    width: 30%;
}
@media (min-width: 1280px) {
.sect_loans_popular .cont {
    flex-direction: row;
    align-items: center;
    column-gap: 18px;
}
.sect_loans_popular .cont .title {
    font-size: 30px;
}
}

/* блок: примеры */
@media (max-width:1199px) {
    .examples {
        overflow: hidden;
    }
    .examples .model_swiper {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.examples .model_swiper {
    height: 39px;
    margin-bottom: 20px;
}

.examples .model_swiper .item {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 16px;
    font-weight: 600;
    font-size: 16px;
    color: #565759;
    line-height: 1;
    text-align: center;
    border-bottom: 3px solid rgba(139, 139, 139, 0.2);
    cursor: pointer;
}

.examples .model_swiper .item.act {
    color: var(--color-green);
    border-bottom-color: var(--color-green);
    cursor: default;
}

.examples .examples_section .item {
    display: none;
}

.examples .examples_section .item.act {
    display: flex;
    align-items: flex-start;
}

.examples .examples_section .item .descr,
.examples .examples_section .item .descr .line {
    display: flex;
}

.examples .examples_section .item .descr .line .cap {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.examples .examples_section .item .descr .line .val {
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .examples .examples_section .item.act {
        flex-direction: column;
    }
    .examples .examples_section .item.act>img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 16px;
    }
    .examples .examples_section .item .descr {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .examples .examples_section .item .descr .line {
        flex-direction: column;
        margin-right: 30px;
        margin-bottom: 22px;
    }
    .examples .examples_section .item .descr .line:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .examples .examples_section .item .descr .line .cap {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .examples .examples_section .item .descr .line .val {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .examples .examples_section .item.act>img {
        width: 300px;
        margin-right: 20px;
        border-radius: 16px;
    }
    .examples .examples_section .item .descr {
        flex-direction: column;
        width: calc(100% - 320px);
    }
    .examples .examples_section .item .descr .line {
        flex-direction: row;
        width: 100%;
    }
    .examples .examples_section .item .descr .line+.line {
        margin-top: 16px;
    }
    .examples .examples_section .item .descr .line .cap {
        width: 40%;
    }
    .examples .examples_section .item .descr .line .val {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .examples .model_swiper {
        height: 46px;
        margin-bottom: 60px;
    }
    .examples .model_swiper .item {
        align-items: flex-start;
        padding: 0 52px;
        font-size: 20px;
    }
    .examples .examples_section .item.act>img {
        width: 500px;
        margin-right: 60px;
        border-radius: 20px;
    }
    .examples .examples_section .item .descr {
        width: 640px;
    }
    .examples .examples_section .item .descr .line .cap {
        font-size: 18px;
        width: 40%;
    }
    .examples .examples_section .item .descr .line .val {
        font-size: 18px;
        width: 60%;
    }
}
/* END блок: примеры */

/* блок: Почему выбирают ДоброЗайм?*/
._preim_block .cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
._preim_block .cont .item {
    display: flex;
    flex-direction: row;
    column-gap: 14px;
    align-items: center;
    width: 100%;
    padding: 20px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #111;
    background-color: #fff;
    border-radius: 16px;
}
._preim_block .cont .item>img {
    width: 24px;
    height: 24px;
}
@media only screen and (min-width: 1024px) {
._preim_block .cont {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
._preim_block .cont .item {
    width: auto;
    font-size: 20px;
}
}
/* END блок: Почему выбирают ДоброЗайм?*/

/* arrange_block */
.arrange_block .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 720px) {
.arrange_block .cont {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}

.arrange_block .cont ._l {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media only screen and (min-width: 720px) {
.arrange_block .cont ._l {
    width: 50%;
}
}
.arrange_block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: #111;
    position: relative;
}
.arrange_block .title>nobr {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1; 
    color: var(--color-green);
}
.arrange_block .title:after {
    content: 'за 15 минут';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 64px;
    padding: 0 30px;
    background: #D9E4DF;
    border-radius: 35px;
    transform: rotate(-3deg);    
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: var(--color-green);
}
@media only screen and (max-width: 719px) {
.arrange_block .title {
    padding-bottom: 70px;
}
.arrange_block .title:after {
    bottom: 0;
    left: 20px;
}
}
.arrange_block ._btn {
    max-width: 330px;
}
@media only screen and (max-width: 719px) {
.arrange_block ._r {
    position: absolute;
}
}
@media only screen and (max-width: 429px) {
.arrange_block ._r {
    width: 155px;
    height: 124px;
    bottom: 30px;
    right: -54px;
}
}
@media only screen and (min-width: 430px) and (max-width: 719px){
.arrange_block ._r {
    width: 228px;
    height: 188px;
    bottom: 25px;
    right: -86px;
}
}
@media only screen and (min-width: 720px) {
.arrange_block ._r {
    position: relative;
}
}
.arrange_block ._r .img_grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 262px;
    height: 262px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(59, 195, 116, 0.5) 0%, rgba(59, 195, 116, 0) 100%);
}
.arrange_block ._r img {
    width: 100%;
}
@media only screen and (min-width: 720px) {
.arrange_block ._r .img_grad {
    top: 0;
    left: 0;
    width: 345px;
    height: 345px;
}
.arrange_block .title:after {
    bottom: 75px;
    right: -90px;
}
}
@media only screen and (min-width: 1280px) {
.arrange_block .title {
    width: 550px;
    font-size: 66px;
}
.arrange_block .title:after {
    bottom: 90px;
    right: 0;
    height: 70px;
    padding: 0 40px;
    font-size: 30px;
}
.arrange_block ._r .img_grad {
    width: 461px;
    height: 461px;
}
.arrange_block .title>nobr {
    font-size: 66px;
}
.arrange_block ._r {
    position: relative;
}
.arrange_block ._btn {
    margin: 0;
}
}
/* END arrange_block */

/* app_block */

.app_block .cont {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 30px;
    background-color: var(--color-green-100);
    border-radius: 20px;
}
@media only screen and (min-width: 720px) {
.app_block .cont {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
}
.app_block .cont ._r {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
.app_block .cont {
    margin-bottom: 60px;
}
.app_block .cont ._r {
    flex-direction: row;
}
}
@media only screen and (min-width: 1280px) {
.app_block .cont {
    padding: 40px;
}
}

.app_block .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
}
.app_block .title>span {
    color: var(--color-green);
}
.app_block .phone_img,
.app_block .qr_img {
    display: none;
}
@media only screen and (min-width: 430px) {
.app_block .title {
    font-size: 24px;
}
}
@media only screen and (min-width: 720px) {
.app_block .qr_img {
    display: block;
}
.app_block .title {
    font-size: 34px;
}
}
@media only screen and (min-width: 1024px) {
.app_block .phone_img {
    display: block;
}
.app_block .phone_img {
    position: absolute;
    left: calc(50% - 70px);
    top: -50px;
}
.app_block .title {
    font-size: 30px;
}
}
@media only screen and (min-width: 1280px) {
.app_block .title {
    font-size: 40px;
}
.app_block .phone_img {
    left: calc(50% - 30px);
}
}

.store-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
@media (min-width: 720px) {
.store-buttons {
    justify-content: flex-start;
    max-width: 160px;
}
}
.store-buttons .store_item {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}
.store-buttons .store_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
@media (min-width: 720px) {
.store-buttons .store_item {
    width: 40px;
    height: 40px;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
}
}
/* END app_block */

/* sect_partn */
.sect_partn ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.sect_partn ._list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background-color: var(--color-green-100);
    border-radius: 20px;
}
.sect_partn ._cap {
    display: flex;
    align-items: center;
    column-gap: 7px;
    width: fit-content;
    height: 40px;
    margin-right: auto;
    padding: 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: var(--color-green);
    background-color: rgba(0, 92, 50, 0.12);
    border-radius: 20px;
}
.sect_partn ._cap img {
    width: 24px;
    height: 24px;
}
.sect_partn img {
    width: 197px;
    height: 171px;
    margin: 0 auto;
}
.sect_partn ._text {
    margin-right: auto;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.sect_partn ._text>span {
    color: var(--color-green);
}
.sect_partn ._btn {
    position: relative;
}
.sect_partn ._btn:after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background:url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/sect_partn/arrow-right.svg') no-repeat center center transparent;
}
@media (min-width: 720px) {
.sect_partn ._list .item {
    width: calc(50% - 10px);
}
}
@media (min-width: 1280px) {
.sect_partn ._list {
    column-gap: 50px;
}
.sect_partn ._list .item {
    width: 500px;
    padding: 40px;
}
.sect_partn img {
    width: 284px;
    height: 284px;
}
.sect_partn ._text {
    margin-bottom: 40px;
    font-size: 40px;
}
}
/* END sect_partn */

/* блок: О нас*/
._about_block ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}
._about_block ._list .item {
    display: flex;
    flex-direction: column;
    width: 293px;
    padding: 38px 30px;
    background-color: #fff;
    border-radius: 12px;
    position: relative;
}
._about_block ._list .item .num {
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    color: var(--color-green);
}
._about_block ._list .item .descr {
    font-size: 18px;
    line-height: 1.4;
    z-index: 1;
}
._about_block ._list .item img {
    position: absolute;
    bottom: 0;
    right: 0;
}

._about_block ._btn {
    max-width: 285px;
    margin-top: 30px;
}
@media only screen and (min-width: 1280px) {
._about_block ._list {
    width: calc(100% - 300px);
}
._about_block ._btn {
    margin-top: 50px;
}
}
/* END блок: О нас*/

/* блок: часто задаваемые вопросы */
.faq-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}
.faq .item {
    width: 100%;
    padding: 20px;
}
.faq .item.h {
    display: none;
}
.faq .item ._faq_name {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 32px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #111;
    position: relative;
    cursor: pointer;
}
.faq .item ._faq_name::before {
    content: url('/img_top_style/img_246631/shape32.svg');
    position: absolute;
    top: 50%;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    transition: rotate 350ms ease;
    transform-origin: center;
}
.faq .item ._faq_name.open::before {
    transform: rotate(180deg);
}
.faq .item .answer {
    display: none;
    margin: 0;
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--color-txt1);
    transition: 3s;
}
.faq .item ._faq_name.open+.answer {
    display: block;
}
/* END блок: часто задаваемые вопросы */

.footer.gray {
    background-color: #fff;
}
/* End */


/* Start:/js/nouislider/nouislider.min.css?16751511994220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/action_style.css?17840107334646*/
.sect_top ._cont {
    gap: 0 20px;
}

.banner__slide-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid var(--color-green);
    border-radius: 8px;
    text-decoration: none;
    position: relative;
}
.banner__slide-link:before {
    content: "Участвуй с 7 по 20 июля 2026 г.";
    bottom: -22px;
    position: absolute;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-txt1);
    width: 100%;
    text-align: center;
}
@media (max-width: 719px) {
.banner__slide-link {
    width: 271px;
    margin-top: 120px;
}    
}
@media (min-width: 720px) {
.banner__slide-link {
    width: 197px;
}    
}
@media (min-width: 1200px) {
.banner__slide-link {
    width: 271px;
}    
}

.sect_top {
    padding-bottom: 20px;
}
.sect_top .img_top_action {
    position: absolute;
    width: 196px;
    height: 196px;
}
@media (max-width: 719px) {
.sect_top .img_top_action {
    left: 35px;
    bottom: 65px;
}
}
@media (min-width: 720px) {
.sect_top .img_top_action {
    width: 176px;
    height: 176px;
    left: 210px;
    bottom: 155px;
}
}
@media (min-width: 1024px) {
.sect_top .img_top_action {
    left: calc(50% - 250px);
    bottom: 70px;
    width: 419px;
    height: 420px;
}
.sect_top .txt_cont {
    width: calc(100% - 415px);
}
.sect_top ._cont ._right_block {
    width: 375px;
}
}
@media (min-width: 1200px) {
.sect_top .img_top_action {
    bottom: 150px;
}
}

@media (max-width: 719px) {
.sect_top ._cont .txt_cont {
    order:1;
}
.pts_callback_block {
    padding-bottom: 10px;
}
}
.sect_top ._cont .txt_cont ul {
    margin-bottom: 20px;
    gap:0;
}
.sect_top ._cont .txt_cont ._t00 {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.sect_top ._cont .txt_cont ._t00+._t00 {
    margin-top: 10px;
}
.sect_top ._cont .txt_cont ._t00::before {
    content: "";
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/453740/tick-circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.pts_callback_block .txt {
    font-size: 13px;
}
@media (min-width: 1024px) {
.pts_callback_block .txt {
    font-size: 15px;
}
}

.ext_action_block .cont {
    display: flex;
    flex-direction: column;
    gap: 0 20px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(90deg, #046D3A 0%, #109E50 100%);
    border-radius: 20px;
    position: relative;
}
.ext_action_block .cont ._l {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ext_action_block .cont ._img {
    margin: 0 auto;
}
.ext_action_block .cont ._r {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
@media (min-width: 720px) {
.ext_action_block .cont {
    flex-direction: row;
    justify-content: space-between;
}
.ext_action_block .cont ._l {
    width: 44%;
}
.ext_action_block .cont ._img {
    position: absolute;
    left: 40%;
    top: 10px;
    width: 219px;
    height: 220px;
    margin: 0;
}
.ext_action_block .cont ._r {
    width: 160px;
}
}
@media (min-width: 1024px) {
.ext_action_block .cont {
    margin-top: 50px;
}
.ext_action_block .cont _right_block {
    width: 50%;
}
.ext_action_block .cont ._img {
    left: 47%;
    top: -100px;
    width: 319px;
    height: 320px;
}
}
@media (min-width: 1200px) {
.ext_action_block .cont {
    margin-top: 0;
}
.ext_action_block .cont {
    padding: 40px 50px;
}
.ext_action_block .cont ._img {
    left: 43%;
    top: -130px;
    width: 419px;
    height: 420px;
}
}
.ext_action_block .cont .title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
}
@media (min-width: 1200px) {
.ext_action_block .cont .title {
    font-size: 36px;
}
}
.ext_action_block .cont ._t00 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    padding-left: 44px;
    position: relative;
}
.ext_action_block .cont ._t00+._t00 {
    margin-top: 20px;
}
.ext_action_block .cont ._t00::before {
    content: "";
    background-image: url('/local/templates/.default/components/bitrix/news.detail/dobrocar_453740/images/check1.svg');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1024px) {
.ext_action_block .cont ._t00 {
    font-size: 18px;
}
}
/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/dobrocar_453740/style.css?178409711328946 */
/* /js/nouislider/nouislider.min.css?16751511994220 */
/* /local/templates/.default/components/bitrix/news.detail/dobrocar_453740/action_style.css?17840107334646 */
/* /js/cookie-modal/style.css?17587015243378 */
