@-webkit-keyframes slideDown{0%{top:-100px}to{top:0}}@-webkit-keyframes slideFade{0%{opacity:0}to{opacity:1}}@-webkit-keyframes slideFade2{0%{opacity:.1}to{opacity:1}}@keyframes slideDown{0%{top:-100px}to{top:0}}@keyframes slideFade{0%{opacity:0}to{opacity:1}}@keyframes slideFade2{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideInRight{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}a,abbr,acronym,address,applet,article,aside,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,div pre,dl,dt,em,figcaption,figure,font,footer,header,html,i,iframe,img,ins,kbd,nav,object,ol,p,q,s,samp,section,small,span,strike,strong,sub,sup,tt,u,var{margin:0;padding:0;border:0;outline:0}h1,h2,h3,h4,h5,h6,li,ul{padding:0;border:0;outline:0}li,ul{list-style:none}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}article,aside,footer,header,hgroup,html[xmlns] .clearfix,nav,section{display:block}* html .clearfix{height:1%}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{background:#fff;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px}body{font:14px/1.4 "Inter",sans-serif}.svg-icon,a{-webkit-transition:all .4s ease;transition:all .4s ease}a{text-decoration:none!important}h1,h2,h3,h4,h5,h6,li,ul{margin:0}ul{margin-bottom:0}img{max-width:100%;height:auto}.svg-icon{fill:#fff;max-width:24px;max-height:24px}.btn{font:600 14px "Inter",sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border-radius:4px;background:rgba(245,245,245,.7);color:#000;letter-spacing:.15px;padding:12px 30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(245,245,245,.7)}.btn span{line-height:1}.btn .svg-icon{fill:#000;max-width:16px;max-height:16px}.btn:active,.btn:focus,.btn:hover{background:var(--primary-color, var(--dark-btn-color-h, #1363F5));border-color:var(--primary-color, var(--dark-btn-color-h, #1363F5));color:#fff}.btn:active .svg-icon,.btn:focus .svg-icon,.btn:hover .svg-icon,.btn_primary:active .svg-icon,.btn_primary:focus .svg-icon,.btn_primary:hover .svg-icon{fill:#fff}.btn_cont{width:100%}.btn_dark,.btn_dark_invert{border-color:var(--dark-btn-color, #11171E)}.btn_dark{background:var(--dark-btn-color, #11171E);color:#fff}.btn_dark_invert{color:var(--dark-btn-color, #11171E)}.btn_min{font:500 12px/1 "Inter",sans-serif;padding:8px 16px}.btn_longxl{padding:12px 80px}.btn_long{padding:12px 50px}.btn_blur{background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;border-color:transparent}.btn_primary{background:var(--primary-color, var(--dark-btn-color-h, #1363F5));border-color:var(--primary-color, var(--dark-btn-color-h, #1363F5));color:#fff}.btn_primary .svg-icon{fill:#fff}.btn_primary:active,.btn_primary:focus,.btn_primary:hover{background:var(--dark-btn-color, #11171E);border-color:var(--dark-btn-color, #11171E);color:#fff}.btn_gray,.form_light .form_check_text a:hover{border-color:transparent}.btn_gray:active,.btn_gray:focus,.btn_gray:hover{color:#000}.btn_gray:active .svg-icon,.btn_gray:focus .svg-icon,.btn_gray:hover .svg-icon{fill:#000}.btn_white{background:#fff;border-color:#fff}.btn_white_invert{background:0 0;border-color:#fff;color:#fff}.section{padding:64px 0}.form_standart_item{width:100%}.form_standart_item .form-label{width:100%;margin-bottom:8px}.form_standart_item .form_standart_item_name{font:400 16px/20px "Inter",sans-serif;margin-bottom:8px;color:#000;display:inline-block}.form_standart_item .form-control{font:400 16px/20px "Inter",sans-serif;width:100%;height:40px;color:#292929;padding:10px;background:#f7f7f8}.form_standart_item .btn{width:100%;margin-bottom:8px;height:40px}.form_standart_item_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.form_check .form-check-input,.swiper .first_btn_next:after,.swiper .first_btn_prev:after{display:none}.form_check .form_check_input{background:#fff;display:inline-block;background:#f7f7f8;border:1px solid #ddd;border-radius:3px;width:14px;height:14px;position:relative;cursor:pointer}.form_check .form-check-input:checked+.form_check_input::before{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.form_check label,.form_hor .form_standart_item_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.form_check_text,.form_check_text a{font:400 12px/20px "Inter",sans-serif;color:#000}.form_check_text a{text-decoration:none;border-bottom:1px solid #000}.form_check_text a:hover{border-bottom:1px solid transparent;opacity:.8}.form_hor .form_standart_item_group{gap:32px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.form_hor .form_check{margin-top:12px}.form_light .form_check_text,.form_light .form_check_text a,.form_light .form_standart_item_name{color:#fff}.form_light .form_check_text a{border-bottom:1px solid #fff}.disclamer{padding:32px 0;border-bottom:5px solid #fff;background:#f7f7f8}.disclamer_txt{font:600 14px/155% "Inter",sans-serif;color:#747474;text-align:center}.title_h2{font:400 40px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px}.title_desc{font:400 16px/155% "Inter",sans-serif;color:#747474;margin-top:8px}.posa{position:absolute;right:0;left:0;top:0;bottom:0;margin:auto}.swiper .swiper-button-next,.swiper .swiper-button-prev{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swiper .first_btn_next,.swiper .first_btn_prev{right:0;width:calc((100% - 1320px)/3);opacity:.5;height:100%;margin:0;top:0;-webkit-transition:all .4s ease;transition:all .4s ease;background:-webkit-gradient(linear,left top,right top,color-stop(0,transparent),color-stop(44%,rgba(0,0,0,.2105217087)),to(rgba(0,0,0,.85)));background:linear-gradient(90deg,transparent 0,rgba(0,0,0,.2105217087) 44%,rgba(0,0,0,.85) 100%)}.swiper .first_btn_prev{left:0;background:-webkit-gradient(linear,right top,left top,color-stop(0,transparent),color-stop(44%,rgba(0,0,0,.2105217087)),to(rgba(0,0,0,.85)));background:linear-gradient(270deg,transparent 0,rgba(0,0,0,.2105217087) 44%,rgba(0,0,0,.85) 100%);right:auto}.swiper .first_btn_next:hover,.swiper .first_btn_prev:hover{opacity:1;-webkit-transition:all .4s ease;transition:all .4s ease}.swiper .first_btn_next .svg-icon,.swiper .first_btn_prev .svg-icon{fill:#fff;max-width:40px;max-height:40px}.swiper .first_btn_prev .svg-icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.swiper .swiper-pagination,.swiper_arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.swiper .swiper-pagination{bottom:32px;width:1320px;margin:auto;left:calc(50% - 660px);padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}.swiper .swiper-pagination-bullet{cursor:pointer;width:100%;border-radius:0;background:rgba(255,255,255,.25);opacity:1;height:4px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-transition:all .4s ease;transition:all .4s ease}.swiper .swiper-pagination-bullet-active{background:#fff}.swiper_arrows{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:35px}.swiper_btn_next,.swiper_btn_prev{border-radius:4px;border:2px solid #000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:12px;cursor:pointer}.swiper_btn_next .svg-icon,.swiper_btn_prev .svg-icon{fill:#000;max-width:18px;max-height:18px}.swiper_btn_next.swiper-button-disabled,.swiper_btn_prev.swiper-button-disabled{cursor:default;opacity:.3}.swiper_btn_prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.first_slider .swiper-button-next{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.first_slider .swiper-button-prev{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.swiper-pagination,.swiper_btn_next,.swiper_btn_prev{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.con_fluid_padd_left{padding-left:calc(50% - 660px)}.con_fluid_padd_right{padding-right:calc(50% - 660px)}.header{position:absolute;right:0;left:0;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.1)}.header_cont,.header_cont_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_cont{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:12px;padding-bottom:12px;position:relative}.header_cont_item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header_logo{-ms-flex-negative:0;flex-shrink:0}.header_logo img{max-width:130px;max-height:60px;-o-object-fit:contain;object-fit:contain;width:100%;height:auto}.header_address,.header_logo_desc{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header_logo_desc{font:500 14px/1 "Inter",sans-serif;padding-left:12px;margin-left:12px;border-left:1px solid rgba(255,255,255,.4);padding-top:3px;padding-bottom:3px}.header_address{font:500 12px/1.3 "Inter",sans-serif;margin-left:auto;padding:8px}.header_address .svg-icon{margin-right:8px;max-width:16px;max-height:16px}.header_address_mob{display:none;margin-left:0}.header_phone{margin-left:16px}.header_phone_window{height:0;padding-top:8px;overflow:hidden;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.header_phone_window_cont{position:absolute;right:calc(var(--bs-gutter-x)*.5);border-radius:10px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.header_phone_window_item{font:600 14px "Inter",sans-serif;display:block;color:#000;text-align:left}.header_phone_window_item .svg-icon{max-width:24px;max-height:24px;margin-right:8px}.header_phone_window_cont{-webkit-transition:all .4s ease;transition:all .4s ease;height:0;overflow:hidden;opacity:0;padding:0}.header_phone:hover .header_phone_window{height:auto;overflow:auto;opacity:1}.header_phone:hover .header_phone_window_cont{height:auto;overflow:auto;opacity:1;padding:16px}.header_phone:hover .btn_gray{background:#fff}.header_nav{max-width:100%;width:100%;padding-top:8px}.header_nav_ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.header_nav_item{padding:0}.header_nav_item_link{font:500 16px/1 "Inter",sans-serif;color:#fff;padding:12px 16px;display:block;border-radius:4px}.header_nav_item_link:hover{background:rgba(161,162,162,.18)}.header_nav_item:first-child{padding-left:0}.header.open{background:#000;bottom:0;position:fixed}.header.open .header_nav_item{padding:0;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.header.open .header_nav_item_link{padding:12px 0;font-size:20px}.header.open .header_nav_item_link:hover{background:0 0}.header.open .header_nav{display:block;border-top:1px solid rgba(255,255,255,.1);margin-top:12px;padding-top:12px}.header.open .header_nav .header_nav_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header_inside{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #ddd;background:#fff}.header_inside_out{height:110px}.header_inside .burger_menu .icon,.header_inside .burger_menu .icon:after,.header_inside .burger_menu .icon:before{background:#000}.header_inside.header.open{background:#fff}.header_inside.header.open .header_nav_item{border-bottom:1px solid rgba(0,0,0,.1)}.header_inside .header_phone_window_item{color:#fff}.header_inside .header_logo_desc{border-left:1px solid rgba(0,0,0,.4)}.header_inside .header_address .svg-icon,.header_inside .header_logo_desc .svg-icon,.header_inside .header_phone_line .header_phone_link .svg-icon{fill:#000}.header_inside .header_address,.header_inside .header_logo_desc,.header_inside .header_nav_item_link,.header_inside .header_phone_line .header_phone_link{color:#000}.header_sticky{position:fixed;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);top:0;width:100%;-webkit-animation:slideDown .4s forwards;animation:slideDown .4s forwards}.header_sticky.header_inside{background:rgba(255,255,255,.5)}.header_sticky.header_inside .header_phone_line_l{border-left:1px solid #ddd}.header_sticky .header_address,.header_sticky .header_logo_desc{display:none}.header_sticky .header_nav{max-width:100%;width:auto;padding-top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:16px}.header_sticky .header_phone_line{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.header_sticky .header_nav_item_link{-webkit-backdrop-filter:none;backdrop-filter:none}.header_sticky .header_cont{padding-top:0;padding-bottom:0}.header_sticky .header_cont .header_item{padding-top:12px;padding-bottom:12px}.header_sticky .header_cont .header_phone_line_l{padding-left:24px;border-left:1px solid rgba(255,255,255,.1)}.header_phone_line,.header_phone_line .btn_cont{display:-webkit-box;display:-ms-flexbox;display:flex}.header_phone_line{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:auto;gap:16px}.header_phone_line .btn_cont{-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.header_phone_line .btn_cont .svg-icon{max-width:16px;max-height:16px}.header_phone_line .header_phone_link{color:#fff;font-size:14px;font-weight:500;line-height:16px;letter-spacing:0;text-align:left;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:4px}.header.open .header_nav .header_phone_line{gap:0}.header.open .header_nav .header_phone_line .btn_cont{padding:12px 0}.header.open .header_nav .header_phone_line .header_phone_link .svg-icon{max-width:20px;max-height:20px}body.hidden{overflow:hidden}.page404,.page404_over{top:0;bottom:0;right:0;left:0;position:fixed}.header_phone_line .header_phone_link,.page404{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page404{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;z-index:9999;border-radius:33px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page404_over{background:#000;z-index:9990}.page404_cont{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:48px}.page404_cont_txt p{margin-top:8px}.modal_header{margin-bottom:44px}.modal_title{font:400 24px/125% "Manrope",sans-serif;margin-top:10px;color:#212121;letter-spacing:.15px}.modal_desc{font:600 14px/155% "Inter",sans-serif;margin-top:8px;color:#747474}.modal_close{padding:6px;position:absolute;right:24px;top:24px;border-radius:4px;border:1px solid #000;opacity:1}.modal_img{position:relative;border-radius:20px;overflow:hidden}.modal_img img,.timer--min .timer_timer_its .timer_timer_bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal_body,.modal_img{-webkit-box-flex:1;-ms-flex:1;flex:1;width:50%;padding:48px 36px}.modal-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:20px;overflow:hidden}.modal-dialog{max-width:960px}.modal .modal_header{margin-bottom:32px}.form_standart_item.form_check,.modal .form_standart_item.form_check{margin-bottom:24px}.burger_menu{width:20px;height:20px;display:none;position:relative;margin-left:12px}.burger_menu .icon,.burger_menu .icon:before{background:#fff;position:absolute;height:2px;width:20px;top:10px;left:0}.burger_menu .icon:before{content:"";top:-7px}.burger_menu,.burger_menu .icon,.burger_menu .icon:after,.burger_menu .icon:before,.burger_menu.open .icon{-webkit-transition-duration:.5s;transition-duration:.5s}.burger_menu .icon:after{background:#fff;position:absolute;width:20px;height:2px;content:"";top:7px;left:0}.burger_menu.open .icon{background:0 0}.burger_menu.open .icon:before{-webkit-transform:rotateZ(45deg) scaleX(1.25) translate(4px,4px);-ms-transform:rotate(45deg) scaleX(1.25) translate(4px,4px);transform:rotateZ(45deg) scaleX(1.25) translate(4px,4px)}.burger_menu.open .icon:after{-webkit-transform:rotateZ(-45deg) scaleX(1.25) translate(5px,-5px);-ms-transform:rotate(-45deg) scaleX(1.25) translate(5px,-5px);transform:rotateZ(-45deg) scaleX(1.25) translate(5px,-5px)}.burger_menu:hover{cursor:pointer}.data-copy-link{-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;cursor:pointer}.data-copy-link::after,.data-copy-link::before{content:"";position:absolute;right:0;left:0;bottom:0;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:0}.data-copy-link::before{background:#fff;z-index:5}.data-copy-link::after{background:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 42C33.9411 42 42 33.9411 42 24C42 14.0589 33.9411 6 24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42ZM24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.6709 16.2585C35.0805 16.629 35.1121 17.2614 34.7415 17.6709L21.3858 32.4325L13.3095 24.7234C12.91 24.342 12.8953 23.709 13.2766 23.3095C13.658 22.91 14.291 22.8953 14.6905 23.2767L21.2809 29.5675L33.2585 16.3291C33.629 15.9196 34.2614 15.8879 34.6709 16.2585Z' fill='%23333333'/%3E%3C/svg%3E") no-repeat 10px/contain;z-index:10}.data-copy-link.copyed{border-color:#fff!important}.data-copy-link.copyed::after,.data-copy-link.copyed::before,.footer_subbottom_brands_item a:hover::after,.gallery_swiper_item a:hover::before{opacity:1}.topcar_credit_sum{color:#2e62ed}.header_nav .header_item.display_md,.header_phone_line .btn_cont.display_md{display:none}.header_phone_line .btn_cont.hidden_md{display:block}.calc{border-bottom:5px solid #fff;background:#f7f7f8}.calc_title{margin-bottom:32px}.calc_sidebar_banks{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-top:8px;margin-bottom:24px}.calc_sidebar_banks_check{padding:0}.calc_sidebar_banks_input{opacity:0;display:none}.calc_sidebar_banks_img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;border:1px solid transparent;border-radius:50%}.calc .form_check_text,.calc .form_check_text a{font-size:12px}.calc_content_nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(15,15,15,.07);padding-bottom:24px;margin-bottom:24px}.calc_content_nav_item{-webkit-box-flex:1;-ms-flex:1;flex:1}.calc_content_nav_item_title{font:400 16px/20px "Inter",sans-serif;color:#000}.calc_content_nav_item_cont{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:4px;background:#fff;padding:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calc_content_nav_item_cont_numb{font:400 16px/20px "Inter",sans-serif;color:#0f0f0f}.calc_content_nav_item_cont_range{display:-webkit-box;display:-ms-flexbox;display:flex;width:35%}.calc_content_nav_item_cont_range input[type=range]{-webkit-appearance:none;margin:10px 0;width:100%}.calc_content_nav_item_cont_range input[type=range]:focus{outline:0}.calc_content_nav_item_cont_range input[type=range]::-webkit-slider-runnable-track{width:100%;height:2px;cursor:pointer;background:#ddd;border-radius:25px;border:0 solid #000101}.calc_content_nav_item_cont_range input[type=range]::-webkit-slider-thumb{border:1px solid #0f0f0f;height:13px;width:13px;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4.6px}.calc_content_nav_item_cont_range input[type=range]:focus::-webkit-slider-runnable-track{background:#ddd}.calc_content_nav_item_cont_range input[type=range]::-moz-range-track{width:100%;height:2px;cursor:pointer;animate:.2s;background:#ddd;border-radius:25px;border:0 solid #000101}.calc_content_nav_item_cont_range input[type=range]::-moz-range-thumb{border:1px solid #0f0f0f;height:13px;width:13px;border-radius:50%;background:#fff;cursor:pointer}.calc_content_nav_item_cont_range input[type=range]::-ms-track{width:100%;height:2px;cursor:pointer;animate:.2s;background:0 0;border-color:transparent;border-width:39px 0;color:transparent}.calc_content_nav_item_cont_range input[type=range]::-ms-fill-lower{background:#ddd;border:0 solid #000101;border-radius:50%}.calc_content_nav_item_cont_range input[type=range]::-ms-fill-upper{background:#ddd;border:0 solid #000101;border-radius:50%}.calc_content_nav_item_cont_range input[type=range]::-ms-thumb{border:1px solid #0f0f0f;height:13px;width:13px;border-radius:50%;background:#fff;cursor:pointer}.calc_content_nav_item_cont_range input[type=range]:focus::-ms-fill-lower{background:#ddd}.calc_content_nav_item_cont_range input[type=range]:focus::-ms-fill-upper{background:#ddd}.calc_content_nav_item_cont_range body{padding:30px}.calc_content_cont_item,.calc_content_cont_item_it{display:-webkit-box;display:-ms-flexbox;display:flex}.calc_content_cont_item{margin-top:8px;border-radius:12px;background:#fff;padding:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.calc_content_cont_item.noactive{display:none}.calc_content_cont_item_it{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc((100% - 32px)/5 - 15px)}.calc_content_cont_item_it_title{font:700 16px/20px "Inter",sans-serif;color:#0f0f0f}.calc_content_cont_item_it_wr{font:400 16px/20px "Inter",sans-serif;color:#0f0f0f}.calc_content_cont_item_logo{width:32px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.calc_content_cont_item_logo img{width:32px;height:32px;border-radius:50%}.calc_content_cont_item_btn .btn{white-space:nowrap}.cars{background:#f7f7f7}.cars_nav{margin-top:32px}.cars_nav_item{font:500 24px "Inter",sans-serif;color:#000;letter-spacing:.35px;padding:16px 24px;min-width:180px;border-bottom:2px solid transparent;display:block;text-align:center;white-space:nowrap}.cars_nav_item.active,.cars_nav_item:hover{color:var(--primary-color, var(--dark-btn-color-h, #1363F5));border-color:var(--primary-color, var(--dark-btn-color-h, #1363F5))}.cars_nav_item_li{border-bottom:1px solid #e3e3e3}.cars_listing{margin-top:32px;display:none}.cars_listing.active{display:block}.cars_listing_item{background:#fff;padding:24px;border-radius:12px;border:1px solid rgba(255,255,255,.05);-webkit-box-shadow:0 14px 8px -8px rgba(0,0,0,.15);box-shadow:0 14px 8px -8px rgba(0,0,0,.15);margin-bottom:32px}.cars_listing_item_title{font:500 22px/110% "Inter",sans-serif;color:#000;color:color(display-p3 0 0 0)}.cars_listing_item_price{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:8px}.cars_listing_item_price_reg{font:700 18px/23.5px "Inter",sans-serif;color:#000;text-align:left;white-space:nowrap}.cars_listing_item_price_desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;white-space:nowrap}.cars_listing_item_price_desc_del{font:400 14px/18px "Inter",sans-serif;color:#636363;text-decoration:line-through}.cars_listing_item_price_desc_tag{font:500 13px/125% "Inter",sans-serif;margin-top:8px;color:#fff;border-radius:4px;background:var(--primary-color, var(--dark-btn-color-h, #1363F5));padding:4px 12px;display:inline-block}.cars_listing_item_credit{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cars_listing_item_credit_sum{font:700 12px/1.1 "Inter",sans-serif;color:var(--primary-color, var(--dark-btn-color-h, #1363F5))}.cars_listing_item_credit_btn{font:500 12px/1 "Inter",sans-serif;color:#636363;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.cars_listing_item_credit_btn_txt{border-bottom:1px dotted #636363;-webkit-transition:all .4s ease;transition:all .4s ease;text-align:left;white-space:nowrap}.cars_listing_item_credit_btn .svg-icon{fill:#636363;max-width:16px;max-height:16px}.cars_listing_item_credit_btn:hover{color:#000}.cars_listing_item_credit_btn:hover .svg-icon{fill:#000}.cars_listing_item_credit_btn:hover>*{border-color:transparent}.cars_listing_item_img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:130px;position:relative;width:95%;margin:16px auto auto}.cars_listing_item_img img{-o-object-fit:contain;object-fit:contain;margin:auto}.cars_listing_item_avalible{font:500 14px/125% "Inter",sans-serif;color:#000;position:relative;padding-left:12px;white-space:nowrap}.cars_listing_item_avalible::before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#00ca00;top:calc(50% - 4px);left:0}.cars_listing_item_avalible--not::before{background:#cc220c}.cars_listing_item_avalible--way::before{background:#ff9a03}.cars_listing_item_avalible--zakaz::before{background:#4c4c4c}.cars_listing_item_txt{font:500 12px/16px "Inter",sans-serif;color:#636363}.cars_listing_item_char{margin-top:8px}.cars_listing_item_char_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;gap:8px;border-bottom:1px solid #eaeaea}.cars_listing_item_char_item_icon img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;-webkit-filter:invert(1);filter:invert(1);min-width:20px}.cars_listing_item_char_item_name{font:400 14px/145% "Inter",sans-serif;color:#000}.cars_listing_item_char_item_value{font-weight:500;margin-left:auto;min-width:25px;text-align:right}.cars_listing_item_bot,.cars_listing_item_btns{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex}.cars_listing_item_bot{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.cars_listing_item_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.cars_listing--hidden{overflow:hidden;margin-top:0}.cars_listing_slider .cars_listing_slider_nav{margin-bottom:32px}.cars_listing_slider .cars_listing_slider_arrows{margin-top:0}.cars_listing_slider_pagination,.cars_nav{display:-webkit-box;display:-ms-flexbox;display:flex}.cars_listing_slider_pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%;padding-top:35px}.cars_listing_slider_pagination .swiper-pagination-bullet{background:0 0;width:48px;border-radius:0;padding:10px 0;height:2px}.cars_listing_slider_pagination .swiper-pagination-bullet::before{background:rgba(47,54,58,.4);content:"";height:2px;width:100%;display:block}.cars_listing_slider_pagination .swiper-pagination-bullet-active::before{background:#30363a}.cars_nav{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.cars_nav::-webkit-scrollbar{display:none}.cars_listing{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.cars_listing.active{-webkit-animation-name:slideInRight;animation-name:slideInRight}.cityes{border-top:5px solid #fff;border-bottom:5px solid #fff;background:#f7f7f8;position:relative;overflow:hidden}.cityes_bg{left:auto;top:auto;right:-50px;bottom:20px}.cityes_bg .svg-icon{max-width:260px;height:260px;max-height:260px;opacity:.03}.cityes_desc,.cityes_title{text-align:center}.cityes_wrap{overflow-y:auto;height:auto;margin-top:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;row-gap:16px}.cityes_wrap_btn{font:600 16px/155% "Inter",sans-serif;display:none;overflow:hidden;color:var(--primary-color, var(--dark-btn-color-h, #1363F5));text-overflow:ellipsis;margin-top:24px;cursor:pointer;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0}.cityes_item{color:#535a60;color:color(display-p3 .3313 .3511 .375);text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:600;line-height:135%;display:block;width:calc(25% - 20px)}.cityes_item:hover{color:var(--primary-color, var(--dark-btn-color-h, #1363F5))}.footer{background:#0f0f0f;padding:96px 0}.footer_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:12px;padding-bottom:12px;position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer_top_left_logo_desc,.footer_top_left_logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer_top_left_logo img{max-width:130px;max-height:60px;-o-object-fit:contain;object-fit:contain;width:100%;height:auto;-ms-flex-negative:0;flex-shrink:0}.footer_top_left_logo_desc{font:500 12px/1 "Inter",sans-serif;color:#fff;padding-left:12px;margin-left:12px;border-left:1px solid rgba(255,255,255,.4);padding-top:3px;padding-bottom:3px}.footer_top_right{text-align:right}.footer_top_right a{font:500 16px "Inter",sans-serif;color:#fff;border-bottom:1px solid #fff}.footer_top_right a:hover{opacity:.6;border-color:transparent}.footer_top_copyright{font:400 12.8px "Inter",sans-serif;margin-top:16px;color:#d5e1ec}.footer_top_cont{margin-top:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer_top_cont .header_address{font-size:14px;padding-left:0}.footer_top_cont .header_address_city{white-space:nowrap}.footer_top_cont .header_phone_link{font:500 14px/16px "Inter",sans-serif;color:#fff;letter-spacing:0;text-align:left;padding-left:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:4px}.footer_top_cont .header_phone_link .svg-icon{max-width:14px;max-height:14px}.footer_bottom,.footer_bottom_menu,.footer_top_cont{display:-webkit-box;display:-ms-flexbox;display:flex}.footer_bottom{margin-top:40px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer_bottom_menu{gap:8px}.footer_bottom_menu_link a{font:500 16px "Inter",sans-serif;color:#fff;border-radius:4px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:8px 16px;display:block}.footer_bottom_menu_link a:hover{opacity:1;background:rgba(162,162,162,.18)}.footer_bottom_made a:hover{opacity:.6}.footer_bottom_made img{max-width:275px;height:auto}.footer_subbottom{margin-top:44px}.footer_subbottom_brands_item a,.footer_subbottom_brands_title{color:#fff;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer_subbottom_brands_title{font:400 20px/125% "Manrope",sans-serif;letter-spacing:.15px;display:-webkit-box;display:-ms-flexbox;display:flex}.footer_subbottom_brands_title::after{content:"";width:100%;display:block;margin-left:8px;border:1px solid #fff;opacity:.1}.footer_subbottom_brands_list{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;row-gap:16px}.footer_subbottom_brands_item{display:block;width:calc(16.6666666667% - 20px)}.footer_subbottom_brands_item a{font:400 16px/145% "Inter",sans-serif;letter-spacing:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:6px}.footer_subbottom_brands_item a::after,.gallery_swiper_item a::before{content:"";opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease}.footer_subbottom_brands_item a::after{background:url("data:image/svg+xml,%3Csvg width='13.000000' height='13.000000' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M8 0L8 1L11.293 1L7 5.29297L7.70703 6L12 1.70703L12 5L13 5L13 0L8 0ZM1 13C0.734863 13 0.480713 12.8945 0.293335 12.707C0.105835 12.5195 0.000366211 12.2646 0 12L0 2C0.000366211 1.73535 0.105835 1.48047 0.293335 1.29297C0.480713 1.10547 0.734863 1 1 1L6 1L6 2L1 2L1 12L11 12L11 7L12 7L12 12C11.9996 12.2646 11.8942 12.5195 11.7067 12.707C11.5193 12.8945 11.2651 13 11 13L1 13Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center;width:16px;height:16px;display:block}.footer_subbottom_disk{font:400 14px/145% "Inter",sans-serif;margin-top:32px;color:#747474;letter-spacing:0;text-align:left}.footer_disblock_md{display:none}.decide_title{font:400 32px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px}.formimg{z-index:10;padding:112px 0;position:relative}.formimg_wr{z-index:30;position:relative}.formimg_item{padding:48px;border-radius:8px;background:rgba(0,0,0,.9)}.formimg_item_title{font:400 40px/125% "Manrope",sans-serif;color:#fff;letter-spacing:.15px}.formimg_item_desc{font:400 16px/155% "Inter",sans-serif;margin-top:16px;color:#fff}.formimg_item_form{margin-top:24px}.gallery_slider{margin-top:32px}.gallery_slider_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%;padding-top:35px}.gallery_slider_pagination .swiper-pagination-bullet{background:0 0;width:16px;border-radius:0;padding:10px 0;height:2px}.gallery_slider_pagination .swiper-pagination-bullet::before{background:rgba(47,54,58,.4);content:"";height:2px;width:100%;display:block}.gallery_slider_pagination .swiper-pagination-bullet-active::before{background:#30363a}.gallery_swiper_item{height:450px;width:45%;position:relative}.gallery_swiper_item a::before{background:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='612.08px' height='612.08px' viewBox='0 0 612.08 612.08' style='enable-background:new 0 0 612.08 612.08;' xml:space='preserve' fill='%23ffffff'%3E%3Cg%3E%3Cpath d='M237.927,0C106.555,0,0.035,106.52,0.035,237.893c0,131.373,106.52,237.893,237.893,237.893 c50.518,0,97.368-15.757,135.879-42.597l0.028-0.028l176.432,176.433c3.274,3.274,8.48,3.358,11.839,0l47.551-47.551 c3.274-3.274,3.106-8.703-0.028-11.838L433.223,373.8c26.84-38.539,42.597-85.39,42.597-135.907C475.82,106.52,369.3,0,237.927,0z M237.927,419.811c-100.475,0-181.918-81.443-181.918-181.918S137.453,55.975,237.927,55.975s181.918,81.443,181.918,181.918 S338.402,419.811,237.927,419.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat center/30px rgba(0,0,0,.4);position:absolute;top:0;bottom:0;right:0;left:0}.formimg_bg img,.gallery_swiper_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.imgtxt{padding:0}.imgtxt_desc{margin-top:24px}.imgtxt_titles{margin-bottom:32px}.imgtxt--new .imgtxt_item_inside{margin-bottom:16px}.imgtxt_item{border-bottom:5px solid #fff;background:#f7f7f8;padding:64px 0;overflow:hidden}.imgtxt_item_inside{border-radius:8px;background:#fff;padding:56px}.imgtxt_item_inside:nth-child(2n) .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt_item:nth-child(2n) .imgtxt_item_img_wr,.imgtxt_item_inside:nth-child(2n) .imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt_item_img{border-radius:8px;overflow:hidden;position:relative;height:100%}.imgtxt_item_img img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.imgtxt_item_img_wr{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt_item_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:200px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.imgtxt_item_content_uptitle{font:700 14px/155% "Inter",sans-serif;color:#747474}.imgtxt_item_content_title{font:400 40px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px;margin-top:8px}.imgtxt_item_content_desc{margin-top:24px;margin-bottom:auto}.imgtxt_item_content_btn{margin-top:24px}.imgtxt_item_content_btn .btn_cont{display:-webkit-box;display:-ms-flexbox;display:flex}.imgtxt_item:nth-child(2n) .imgtxt_item_content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt_modify .imgtxt_item{background:#fff}.imgtxt_modify .imgtxt_item_inside{background:#f7f7f8;margin-top:32px}.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_title{font-size:24px}.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_desc,.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_uptitle{font-size:14px}.imgtxt_modify .imgtxt_item_content_title{font-size:32px}.imgtxt_modify .imgtxt_item_content{padding-top:32px;padding-bottom:32px}.imgtxt_modify .imgtxt_item_inside{padding:32px}.imgtxt_modify .imgtxt_item_content_uptitle{text-transform:uppercase}.imgtxt .imgtxt_item_inside_min .imgtxt_item_content{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt .imgtxt_item_inside_min .imgtxt_item_img_wr{width:100%;min-height:230px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt .imgtxt_item_inside_min .imgtxt_item_content{padding-bottom:0}.imgtxt .imgtxt_item_inside_invert .imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt .imgtxt_item_inside_invert .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.models{padding:0}.models_item_content{padding:80px 16px}.models_item_content_wr{background:#000;padding-left:calc(50% - 660px);padding-right:26px}.models_item_content_uptitle{font:700 14px/125% "Manrope",sans-serif;color:rgba(255,255,255,.8);letter-spacing:.35px}.models_item_content_title{font:400 40px/125% "Manrope",sans-serif;color:#fff;letter-spacing:.15px;margin-top:4px}.models_item_content_price{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.models_item_content_price_reg{font:800 40px/125% "Manrope",sans-serif;color:#fff;letter-spacing:.15px}.models_item_content_price_desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.models_item_content_price_desc_del{font:400 18px/125% "Manrope",sans-serif;color:#747474;letter-spacing:.15px;text-decoration:line-through;text-align:left;white-space:nowrap}.models_item_content_price_desc_tag{font:500 13px/125% "Inter",sans-serif;color:#fff;border-radius:4px;background:var(--primary-color, var(--dark-btn-color-h, #1363F5));padding:4px 12px}.models_item_content_avalible{font:500 18px/125% "Inter",sans-serif;color:#fff;margin-top:12px;position:relative;padding-left:17px}.models_item_content_avalible::before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#00ca00;top:calc(50% - 4px);left:0}.models_item_content_avalible--not::before{background:#cc220c}.models_item_content_avalible--way::before{background:#ff9a03}.models_item_content_avalible--zakaz::before{background:#4c4c4c}.models_item_content_txt{font:400 16px/155% "Inter",sans-serif;margin-top:12px;color:rgba(255,255,255,.8)}.models_item_content_char{margin-top:24px}.models_item_content_char_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 0;gap:8px;border-bottom:1px solid #1d1d1d}.models_item_content_char_item_icon{-ms-flex-negative:0;flex-shrink:0}.models_item_content_char_item_icon img{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.models_item_content_char_item_name{font:400 16px/145% "Inter",sans-serif;color:#fff}.models_item_content_char_item_value{font-weight:500;margin-left:auto;min-width:35px;text-align:right}.models_item_content_btns{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.models_item_img{position:relative}.models_item_img img{-o-object-fit:cover;object-fit:cover}.models_item_img--slider{overflow:hidden;background:#000}.models_item_img img,.models_item_img_slider{position:absolute;right:0;left:0;bottom:0;top:0;margin:auto;width:100%;height:100%}.models_item_img_slider_item img{position:relative}.models_item_img_slider_nav{position:absolute;bottom:0;left:0;right:0;width:100%;z-index:10;padding:32px;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(35%,rgba(0,0,0,.2105217087)),to(rgba(0,0,0,.85)));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.2105217087) 35%,rgba(0,0,0,.85) 100%)}.models_item_img_slider_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%;padding-top:35px}.models_item_img_slider_pagination .swiper-pagination-bullet{background:0 0;width:48px;border-radius:0;padding:10px 0;height:2px}.models_item_img_slider_pagination .swiper-pagination-bullet::before{content:"";background:#fff;opacity:.3;height:2px;width:100%;display:block}.models_item_img_slider_pagination .swiper-pagination-bullet-active::before{opacity:1}.models_item_img_slider_arrows_next,.models_item_img_slider_arrows_prev{border:2px solid #fff}.models_item_img_slider_arrows_next .svg-icon,.models_item_img_slider_arrows_prev .svg-icon,.pluses--list .pluses_swiper_item:hover .pluses_swiper_item_icon .svg-icon{fill:#fff}.models_item:nth-child(2n) .models_item_content{padding:80px 16px}.models_item:nth-child(2n) .models_item_content_wr{background:#000;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-right:calc(50% - 660px);padding-left:26px}.models_item:nth-child(2n) .models_item_img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pay{background:#f7f7f7}.pay_desc{margin-top:24px}.pay_btns{margin-top:60px;gap:24px}.pay_btns .btn{white-space:nowrap}.pay_btns,.pay_item,.pay_wr{display:-webkit-box;display:-ms-flexbox;display:flex}.pay_wr{margin-top:57px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pay_item{padding:32px 20px;border-radius:8px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:100%;-webkit-transition:all .4s ease;transition:all .4s ease;position:relative}.pay_item_wr{width:calc(33.3333333333% - 21.3333333333px)}.pay_item_wr:nth-child(2) .pay_item_icon_circle_inside::after,.pay_item_wr:nth-child(2) .pay_item_icon_circle_inside::before,.pay_item_wr:nth-child(3) .pay_item_icon_circle_inside::after,.pay_item_wr:nth-child(3) .pay_item_icon_circle_inside::before{display:block}.pay_item_wr:nth-child(3) .pay_item_icon_circle_inside::after{top:7px;-webkit-transform:rotate(140deg);-ms-transform:rotate(140deg);transform:rotate(140deg);left:9px}.pay_item_icon,.pay_item_icon_circle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pay_item_icon{border:4px solid #f7f7f8;border-radius:45px;background:#fff;position:absolute;height:50px;width:80px;top:-25px;left:calc(50% - 40px)}.pay_item_icon_circle{width:32px;height:32px;border:2px solid var(--primary-color, var(--dark-btn-color-h, #1363F5));border-radius:50%}.pay_item:hover,.pay_item_icon_circle_inside{background:var(--primary-color, var(--dark-btn-color-h, #1363F5))}.pay_item_icon_circle_inside{position:relative;width:26px;height:26px;border-radius:50%;border:2px solid #fff}.pay_item_icon_circle_inside::after,.pay_item_icon_circle_inside::before{background:#fff;content:"";width:12px;height:2px;position:absolute;top:4px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:5px;display:none}.pay_item_icon_circle_inside::after{top:12px;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);left:10px}.pay_item_title,.pay_item_txt{font:400 18px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px;text-align:left}.pay_item_txt{font:400 14px/145% "Inter",sans-serif;color:#747474;letter-spacing:0}.pay_item:hover{color:#fff}.pay_item:hover .pay_item_title,.pay_item:hover .pay_item_txt,.pluses--list .pluses_swiper_item:hover .pluses_swiper_item_title,.pluses--list .pluses_swiper_item:hover .pluses_swiper_item_txt{color:#fff}.pluses{background:#f7f7f7;overflow:hidden}.pluses_desc{margin-top:24px}.pluses_btns{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.pluses_btns .btn{white-space:nowrap}.pluses_content,.pluses_content>*{position:relative;z-index:30}.pluses_content::before{content:"";position:absolute;background:#f7f7f7;right:0;top:0;bottom:0;width:200%;z-index:1}.pluses_slider_navs,.pluses_slider_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pluses_slider_navs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:35px}.pluses_slider_pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%}.pluses_slider_pagination .swiper-pagination-bullet{background:0 0;width:16px;border-radius:0;padding:10px 0;height:2px;margin:0 2px!important}.pluses_slider_pagination .swiper-pagination-bullet::before{content:"";background:#30363a;opacity:.3;height:2px;width:100%;display:block}.pluses_slider_pagination .swiper-pagination-bullet-active::before{opacity:1}.pluses_slider_arrows{margin-top:0}.pluses_swiper{overflow:visible}.pluses_swiper_item{padding:12px 32px;border-radius:8px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:auto}.pluses_swiper_item_icon img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.pluses_swiper_item_title{font:700 18px/125% "Inter",sans-serif;color:#000}.pluses_swiper_item_txt{font:400 16px/145% "Inter",sans-serif;color:#747474}.pluses--list .pluses_btns{margin-top:24px}.pluses--list .pluses_btns .btn_cont{width:auto}.pluses--list .pluses_slider--new{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pluses--list .pluses_slider--new .pluses_swiper_item_wr{width:calc(25% - 24px)}.pluses--list .pluses_slider_mob{display:none}.pluses--list .pluses_swiper_item{height:100%;padding:23px 20px;-webkit-transition:all .4s ease;transition:all .4s ease;position:relative}.pluses--list .pluses_swiper_item:hover{background:var(--primary-color, var(--dark-btn-color-h, #1363F5));color:#fff}.content_wr p,.pluses--list .pluses_swiper_item_icon{margin-bottom:16px}.pluses--list .pluses_swiper_item_icon .svg-icon,.pluses--list .pluses_swiper_item_icon img{fill:#000;max-width:45px;max-height:30px;-o-object-fit:contain;object-fit:contain}.content--h1 .content_wr p,.pluses--list .pluses_swiper_item_title{font-weight:400}.pluses--list .pluses_swiper_item_txt{font-size:14px}.content--bg{border-bottom:5px solid #fff;background:#f7f7f8}.content_wr{-webkit-transition:all .4s ease;transition:all .4s ease}.content_wr h1{font:400 40px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px;margin-bottom:32px}.content_wr p{font:600 16px/155% "Inter",sans-serif;color:#747474}.content_wr h2,.content_wr h3,.content_wr h4,.content_wr h5,.content_wr h6{color:#000;font-family:"Manrope",sans-serif;font-weight:400;line-height:130%;margin:24px 0 16px}.content_wr h2{font-size:35px}.content_wr h3{font-size:30px}.content_wr h4{font-size:25px}.content_wr h5{font-size:20px}.content_wr h6{font-size:15px}.content_wr ol,.content_wr ul{margin:10px 0 16px 20px;color:#747474}.content_wr ul li{list-style:disc}.content_wr ol li{list-style:decimal}.content_wr li{margin-bottom:5px;line-height:145%}.content_wr ol,.content_wr table,.content_wr ul,.content_wr_btn{font:600 16px/155% "Inter",sans-serif}.content_wr table{width:100%;border-collapse:collapse;color:#747474}.content_wr td,.content_wr th{border:1px solid #ddd;padding:8px;text-align:left}.content_wr th{background:#f2f2f2;color:#333}.content_wr a{color:#007bff;text-decoration:none}.content_wr a:hover{text-decoration:underline}.content_wr button{background:#007bff;padding:10px 20px;color:#fff;border:0;border-radius:4px;cursor:pointer}.content_wr button:hover{background:#0056b3}.content_wr blockquote{border-left:4px solid #ddd;padding-left:20px;margin:10px 0;font-style:italic;color:#666}.content_wr_btn{overflow:hidden;color:var(--primary-color, var(--dark-btn-color-h, #1363F5));text-overflow:ellipsis;margin-top:24px;cursor:pointer}.content_inside{margin-top:110px;position:relative}.content_inside::before{content:"";position:absolute;height:130px;top:-110px;right:0;left:0;margin:auto;background:#000}.content--h1{border-bottom:5px solid #fff;background:#f7f7f8}.content--h1 .content_wr h1{font-size:52px;margin-bottom:24px}.content_wr_limited{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;max-height:150px}.first{padding:0;min-height:100vh;height:100vh;position:relative}.first_content{padding-top:10%}.first_item{padding-top:150px;height:100%;position:relative}.first_item::after,.first_item::before{content:"";background:-webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(44%,rgba(0,0,0,.2105217087)),to(rgba(0,0,0,.85)));background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.2105217087) 44%,rgba(0,0,0,.85) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;z-index:30}.first_item::after{display:none}.first_item_bg{background:rgba(0,0,0,.9) 51.04%;z-index:20}.first_item_bg img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.first_item .container{position:relative;z-index:40}.first_title{font:400 40px "Manrope",sans-serif;color:#fff}.first_txt{font:400 16px/155% "Inter",sans-serif;color:#fff;margin-top:16px;opacity:.8}.first_btns{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.first_btns .btn{white-space:nowrap}.first.first--new{height:675px;min-height:675px}.first.first--new .first_content{padding-top:0}.steps{overflow:hidden}.steps_desc{margin-top:24px}.steps_btns{margin-top:16px;max-width:400px}.steps_slider{margin-top:32px}.steps_slider_navs,.steps_slider_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.steps_slider_navs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:35px}.steps_slider_pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%}.steps_slider_pagination .swiper-pagination-bullet{background:0 0;width:16px;border-radius:0;padding:10px 0;height:2px;margin:0 2px!important}.steps_slider_pagination .swiper-pagination-bullet::before{content:"";background:#30363a;opacity:.3;height:2px;width:100%;display:block}.steps_slider_pagination .swiper-pagination-bullet-active::before{opacity:1}.steps_slider_mob{display:none}.steps_slider_arrows{margin-top:0}.steps_swiper{overflow:visible}.steps_swiper_item{padding:32px 48px;border-radius:16px;background:#f7f7f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;height:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all .4s ease;transition:all .4s ease;position:relative}.steps_swiper_item_wr{margin-bottom:16px}.steps_swiper_item_icon{margin-left:16px}.steps_swiper_item_icon .svg-icon,.steps_swiper_item_icon img{max-width:16px;max-height:16px;-o-object-fit:contain;object-fit:contain;fill:#737373}.steps_swiper_item_left,.steps_swiper_item_right{display:-webkit-box;display:-ms-flexbox;display:flex}.steps_swiper_item_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%}.steps_swiper_item_right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.steps_swiper_item_title{font:700 24px/145% "Inter",sans-serif;color:#000;margin-bottom:8px}.steps_swiper_item_txt{font:400 16px/145% "Inter",sans-serif;color:#747474}.steps_swiper_item_numb{font:200 82.93px/1 "Manrope",sans-serif;width:140px;color:#747474;letter-spacing:.13px;text-align:center}.steps_swiper_item:hover{background:var(--primary-color, var(--dark-btn-color-h, #1363F5));color:#fff}.steps_swiper_item:hover .steps_swiper_item_numb,.steps_swiper_item:hover .steps_swiper_item_title,.steps_swiper_item:hover .steps_swiper_item_txt{color:#fff}.steps_swiper_item:hover .steps_swiper_item_icon .svg-icon{fill:#fff}.steps .steps_swiper_item_wr:last-child .steps_swiper_item_icon .svg-icon{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.timer{position:relative;z-index:10;padding:144px 0}.timer--min{background:#f7f7f8;padding:64px 0;border-bottom:5px solid #fff}.timer--min .timer_wr{background:#fff;padding:56px;border-radius:8px}.timer--min .timer_desc,.timer--min .timer_title{color:#000}.timer--min .timer_timer{display:block}.timer--min .timer_timer_its{position:relative;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:100%;overflow:hidden;padding:32px}.timer--min .timer_timer_its .timer_timer_bg{z-index:5}.timer--min .timer_timer_its .timer_timer_bg::after{background:#081b4f;content:"";position:absolute;z-index:10;top:0;bottom:0;right:0;left:0;opacity:.2}.timer--min .timer_timer_its .timer_timer_item{z-index:15}.timer_wr{z-index:30;position:relative;padding:48px 0;background:rgba(0,0,0,.9)}.timer_bg img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.timer_title{font:400 40px/125% "Manrope",sans-serif;color:#fff;letter-spacing:.15px}.timer_desc{margin-top:24px;color:#fff;opacity:.8}.timer_timer,.timer_timer_it{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.timer_timer_it{gap:18px}.timer_timer_item{text-align:center}.timer_timer_item_numb{font:700 56px/125% "Inter",sans-serif;color:#fff}.timer_timer_item_txt{font:400 16px/125% "Inter",sans-serif;color:#fff}.timer_timer_item_delimetr{font:700 56px/125% "Inter",sans-serif;color:#fff}.timer_form{margin-top:24px}.topcar{position:relative}.topcar_title{color:#000;font-size:52px;font-weight:400}.topcar_desc{margin-top:12px;padding-right:70px}.topcar_price{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topcar_price_reg{font:800 40px/125% "Manrope",sans-serif;color:#000;letter-spacing:.15px}.topcar_price_desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.topcar_price_desc_del{font:400 18px/125% "Manrope",sans-serif;color:#747474;letter-spacing:.15px;text-decoration:line-through}.topcar_price_desc_tag{font:500 13px/125% "Inter",sans-serif;color:#fff;border-radius:4px;background:var(--dark-btn-color, #11171E);padding:4px 12px}.topcar_avalible{font:500 18px/125% "Inter",sans-serif;color:#000;margin-top:28px;position:relative;padding-left:17px}.topcar_avalible::before{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#00ca00;top:calc(50% - 4px);left:0}.topcar_avalible--not::before{background:#cc220c}.topcar_avalible--way::before{background:#ff9a03}.topcar_avalible--zakaz::before{background:#4c4c4c}.topcar_credit{margin-top:28px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.topcar_credit_sum{font:700 18px/1.1 "Inter",sans-serif;color:var(--primary-color, var(--dark-btn-color-h, #1363F5))}.topcar_credit_btn{font:500 18px/1 "Inter",sans-serif;color:#636363;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.topcar_credit_btn_txt{border-bottom:1px dotted #636363;-webkit-transition:all .4s ease;transition:all .4s ease;text-align:left;white-space:nowrap}.topcar_credit_btn .svg-icon{fill:#636363;max-width:20px;max-height:20px}.topcar_credit_btn:hover{color:#000}.topcar_credit_btn:hover .svg-icon{fill:#000}.topcar_credit_btn:hover>*{border-color:transparent}.topcar_image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px;margin-bottom:32px}.topcar_txt{font:400 14px/145% "Inter",sans-serif;color:#747474}.topcar .topcar_contz{position:relative;z-index:20}.topcar .topcar_image_slider_im{min-height:400px;pointer-events:none}.topcar_slider,.topcar_slider_elements{margin-bottom:32px}.topcar_slider .swiper_arrows,.topcar_slider_elements .swiper_arrows{margin-top:0}.topcar_slider_img--car img{width:auto;height:350px;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;left:0;margin:auto;bottom:200px}.topcar_slider_img--bg{position:relative}.topcar_slider_img--bg::after,.topcar_slider_img--bg::before{content:"";position:absolute;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,transparent),color-stop(20%,rgba(0,0,0,.2105217087)),to(rgba(0,0,0,.85)));background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.2105217087) 20%,rgba(0,0,0,.85) 100%);top:0;right:0;left:0;width:100%;height:35%;z-index:5}.topcar_slider_img--bg::before{top:auto;bottom:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);height:30%}.topcar_slider_img--bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.topcar_slider_img--car{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.topcar_slider_st{position:absolute;right:0;left:0;top:0;bottom:0;z-index:10;margin:0}.topcar_slider_pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;gap:8px;top:auto!important;bottom:auto!important;height:100%;padding-top:35px}.topcar_slider_pagination .swiper-pagination-bullet{background:0 0;width:48px;border-radius:0;padding:10px 0;height:2px}.topcar_slider_pagination .swiper-pagination-bullet::before{background:rgba(47,54,58,.4);content:"";height:2px;width:100%;display:block}.topcar_slider_pagination .swiper-pagination-bullet-active::before{background:#30363a}.topcar--bg .topcar_avalible,.topcar--bg .topcar_credit_btn_txt,.topcar--bg .topcar_credit_sum,.topcar--bg .topcar_desc,.topcar--bg .topcar_price_desc_del,.topcar--bg .topcar_price_reg,.topcar--bg .topcar_title,.topcar--bg .topcar_txt{color:#fff}.topcar--bg .swiper_btn_next .svg-icon,.topcar--bg .swiper_btn_prev .svg-icon,.topcar--bg .topcar_credit_btn .svg-icon{fill:#fff}.topcar--bg .topcar_credit_btn_txt{border-color:#fff}.topcar--bg .topcar_contz{-webkit-animation:slideFade 1.1s forwards;animation:slideFade 1.1s forwards}.topcar--bg .topcar_slider_pagination .swiper-pagination-bullet::before{background:rgba(255,255,255,.95)}.topcar--bg .topcar_slider_pagination .swiper-pagination-bullet-active::before{background:#c2c8cc}.topcar--bg .swiper_btn_next,.topcar--bg .swiper_btn_prev{border-color:#fff}@supports (-webkit-appearance:none){.data-copy-link::after{background:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 42C33.9411 42 42 33.9411 42 24C42 14.0589 33.9411 6 24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42ZM24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.6709 16.2585C35.0805 16.629 35.1121 17.2614 34.7415 17.6709L21.3858 32.4325L13.3095 24.7234C12.91 24.342 12.8953 23.709 13.2766 23.3095C13.658 22.91 14.291 22.8953 14.6905 23.2767L21.2809 29.5675L33.2585 16.3291C33.629 15.9196 34.2614 15.8879 34.6709 16.2585Z' fill='%23333333'/%3E%3C/svg%3E") no-repeat 10px/contain}.footer_subbottom_brands_item a::after{background:url("data:image/svg+xml,%3Csvg width='13.000000' height='13.000000' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M8 0L8 1L11.293 1L7 5.29297L7.70703 6L12 1.70703L12 5L13 5L13 0L8 0ZM1 13C0.734863 13 0.480713 12.8945 0.293335 12.707C0.105835 12.5195 0.000366211 12.2646 0 12L0 2C0.000366211 1.73535 0.105835 1.48047 0.293335 1.29297C0.480713 1.10547 0.734863 1 1 1L6 1L6 2L1 2L1 12L11 12L11 7L12 7L12 12C11.9996 12.2646 11.8942 12.5195 11.7067 12.707C11.5193 12.8945 11.2651 13 11 13L1 13Z' fill='%23FFFFFF' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat center}.gallery_swiper_item a::before{background:url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='612.08px' height='612.08px' viewBox='0 0 612.08 612.08' style='enable-background:new 0 0 612.08 612.08;' xml:space='preserve' fill='%23ffffff'%3E%3Cg%3E%3Cpath d='M237.927,0C106.555,0,0.035,106.52,0.035,237.893c0,131.373,106.52,237.893,237.893,237.893 c50.518,0,97.368-15.757,135.879-42.597l0.028-0.028l176.432,176.433c3.274,3.274,8.48,3.358,11.839,0l47.551-47.551 c3.274-3.274,3.106-8.703-0.028-11.838L433.223,373.8c26.84-38.539,42.597-85.39,42.597-135.907C475.82,106.52,369.3,0,237.927,0z M237.927,419.811c-100.475,0-181.918-81.443-181.918-181.918S137.453,55.975,237.927,55.975s181.918,81.443,181.918,181.918 S338.402,419.811,237.927,419.811z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat center/30px rgba(0,0,0,.4)}}@media (min-width:768px){.imgtxt_slider .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.imgtxt_slider .swiper-slide.col-md-6{width:50%}}@media (max-width:1399.98px){.swiper .first_btn_next,.swiper .first_btn_prev{width:calc((100% - 1140px)/3)}.swiper .swiper-pagination{width:1140px;left:calc(50% - 570px)}.con_fluid_padd_left{padding-left:calc(50% - 570px)}.con_fluid_padd_right{padding-right:calc(50% - 570px)}.header_nav_ul{gap:4px}.header_nav_item_link{font-size:14px;padding:12px 14px}.header_sticky .header_cont .header_phone_line_l{padding-left:20px}.models_item_content_wr{padding-left:calc(50% - 570px)}.models_item:nth-child(2n) .models_item_content_wr{padding-right:calc(50% - 570px)}}@media (max-width:1199.98px){.swiper .first_btn_next,.swiper .first_btn_prev{width:calc((100% - 960px)/2)}.swiper .swiper-pagination{width:960px;left:calc(50% - 480px)}.con_fluid_padd_left{padding-left:calc(50% - 480px)}.con_fluid_padd_right{padding-right:calc(50% - 480px)}.header_sticky.header_inside .header_phone_line_l{border-color:transparent}.header_sticky .header_cont{padding-top:12px;padding-bottom:12px}.header_sticky .header_cont .header_item{padding-top:0;padding-bottom:0}.header_sticky .header_cont .header_phone_line_l{border-color:transparent;padding-left:0}.modal-dialog{max-width:900px}.calc_content_cont_item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;row-gap:16px}.calc_content_cont_item_it{width:calc((100% - 32px)/2 - 15px)}.calc_content_cont_item_logo{width:32px}.calc_content_cont_item_btn{width:100%}.models_item_content_wr{padding-left:calc(50% - 480px)}.models_item_content_price_reg{font-size:28px}.models_item:nth-child(2n) .models_item_content_wr{padding-right:calc(50% - 480px)}.pay_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.pay_wr{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:56px}.pay_item_wr{width:calc(50% - 32px)}.steps_btns{max-width:400px}.timer--min .timer_timer{margin-bottom:32px}.topcar_price_reg{font-size:32px}}@media (max-width:991.98px){.disnone_md,.swiper .first_btn_next,.swiper .first_btn_prev{display:none}.btn_cont{width:auto}.section{padding:44px 0}.title_h2{font-size:32px}.swiper .swiper-pagination{width:720px;left:calc(50% - 360px)}.con_fluid_padd_left{padding-left:calc(50% - 360px)}.con_fluid_padd_right{padding-right:calc(50% - 360px)}.header{background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed}.header_cont .header_cont_item{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header_cont .header_phone_line{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.header_cont .burger_menu{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.header_cont .header_address_mob{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.header_cont .header_nav,.header_sticky .header_nav{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.header_item{max-width:100%}.header_logo_desc{display:none;font-size:12px}.header_address,.header_address_address2{display:none}.header_address_mob{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-top:8px}.header_nav,.header_phone_phone{display:none}.header.open .header_nav .header_nav_ul{margin-bottom:20px}.header_inside{background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed}.header_inside_out{height:85px;width:100%;display:block}.header_sticky .header_nav{margin-left:0;width:100%}.header_phone_line{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header.open .header_nav .header_phone_line .header_phone_link{font-size:20px}.modal_header{margin-bottom:20px}.modal_img{width:100%;padding:100px 0;margin-top:75px}.modal_body{width:100%;padding:20px}.modal-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal .modal_header{margin-bottom:18px}.form_standart_item.form_check,.modal .form_standart_item.form_check{margin-bottom:12px}.burger_menu{display:block}.footer_top_cont .header_address,.header_nav .header_item.display_md,.header_phone_line .btn_cont.display_md{display:-webkit-box;display:-ms-flexbox;display:flex}.header_phone_line .btn_cont.hidden_md{display:none}.cityes_item{width:calc(33% - 24px);font-size:14px}.footer_top_right{text-align:left;margin-top:32px}.footer_bottom{margin-top:32px}.footer_bottom_made{text-align:left;margin-top:32px}.footer_subbottom_brands_item{width:calc(25% - 20px)}.footer_disnone_md{display:none}.footer_disblock_md{display:block}.decide_form{margin-top:32px}.gallery_swiper_item{width:80%}.imgtxt{padding:0}.imgtxt_item_inside:nth-child(2n) .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt_item_inside:nth-child(2n) .imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt_item_img{height:300px}.imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:32px}.imgtxt_item:nth-child(2n) .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt_item:nth-child(2n) .imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt_modify .imgtxt_item_content{margin-top:0}.imgtxt_modify .imgtxt_item_content_btn .btn{padding:12px}.imgtxt .imgtxt_item_inside_min .imgtxt_item_content,.imgtxt .imgtxt_item_inside_min .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.imgtxt .imgtxt_item_inside_invert .imgtxt_item_content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.imgtxt .imgtxt_item_inside_invert .imgtxt_item_img_wr{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.models{padding:0}.models_item_content{padding:40px 16px}.models_item_content_wr{padding-left:26px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.models_item_content_btns .btn_cont{width:100%}.models_item_img{width:100%;height:500px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.models_item_img_slider{position:relative;padding:32px 16px 0;overflow:hidden}.models_item_img_slider_item img{border-radius:12px}.models_item_img_slider_nav{padding:0 36px 18px}.models_item_img_slider_arrows,.pluses--list .pluses_slider--new{display:none}.models_item:nth-child(2n) .models_item_content{padding:40px 16px}.models_item:nth-child(2n) .models_item_content_wr{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-right:26px}.models_item:nth-child(2n) .models_item_img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.pay_btns,.pluses_btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;margin-top:32px;margin-bottom:40px}.pluses--list .pluses_slider--new .pluses_swiper_item_wr{width:calc(50% - 16px);display:none}.pluses--list .pluses_slider_mob{display:block}.pluses--list .pluses_swiper{width:85%;margin-left:0}.pluses--list .pluses_swiper .swiper-slide,.steps_swiper .swiper-slide{height:auto}.content--h1 .content_wr h1{font-size:40px}.first{padding:0}.first_item{padding-bottom:130px}.steps_btns{margin-top:24px}.steps_slider_navs{margin-top:16px}.steps_slider_pc{display:none}.steps_slider_mob{display:block}.steps_swiper{width:85%;margin-left:0}.steps_swiper_item{height:100%}.steps_swiper_item_wr:last-child .steps_swiper_item_icon img{-webkit-transform:none;-ms-transform:none;transform:none}.steps_swiper_item_icon .svg-icon,.steps_swiper_item_icon img{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.steps_swiper_item_left{width:100%;margin-top:16px}.timer{padding:144px 0}.topcar_price{margin-top:32px}.topcar_avalible{margin-top:20px}.topcar_credit{margin-top:22px}.topcar_txt{margin-top:16px;padding-right:40%}.topcar .topcar_image_slider_im{min-height:300px}.topcar .topcar_btn{margin-bottom:20px}.topcar_slider_elements .swiper_arrows{display:none}.topcar_slider_elements .topcar_slider_pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:15px}.topcar_slider_img--car img{bottom:auto;top:300px;height:300px;width:100%;-o-object-position:center;object-position:center}.topcar_slider_img--bg::after{height:50%}.topcar_slider_img--bg::before{height:35%}}@media (max-width:767.98px){body{text-align:left}.form_hor .form_standart_item_group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.title_h2{font-size:28px}.swiper .swiper-pagination{width:540px;left:calc(50% - 270px)}.con_fluid_padd_left{padding-left:calc(50% - 270px)}.con_fluid_padd_right{padding-right:calc(50% - 270px)}.header_cont{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header_logo_desc{font-size:10px}.header_address{margin-left:0;margin-top:10px;padding-left:0}.header_address span{display:-webkit-box;display:-ms-flexbox;display:flex}.header_address_address2{display:block}.header_phone{margin-left:auto;margin-top:0}.header_phone_window_phone{display:block}.page404_img{text-align:center}.page404_img img,.page404_img svg{max-width:90%;margin:auto}.page404_cont_btn{width:100%}.page404_cont{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.modal_header{padding-right:35px}.modal_img{display:none}.calc_content_nav{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:32px}.calc_content_nav_item{-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:100%}.calc_content_cont_item_name{width:calc(100% - 32px - 10px)}.cars_nav{overflow-y:scroll}.cars_nav_item{min-width:80px}.cityes_wrap_btn{font-size:14px}.cityes_item{width:calc(50% - 12px)}.footer{padding:32px 0}.footer_top{padding-bottom:0}.footer_top_left_logo_desc{font-size:10px}.footer_bottom_menu,.footer_top_cont{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer_top_cont{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer_top_cont .header_phone_link{padding-left:0}.footer_bottom_menu{gap:5px}.footer_subbottom_brands_item{width:calc(50% - 20px)}.formimg{padding:32px 0;background-color:#f7f7f8}.formimg_bg{display:none}.formimg_item{padding:24px 16px}.gallery_swiper_item{height:200px}.imgtxt_slider{max-width:85%;margin-left:0}.imgtxt_item{padding:32px 0}.imgtxt_item_inside{padding:24px 16px}.imgtxt_item_img{height:200px}.content_wr h1,.imgtxt_item_content_title,.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_title{font-size:28px}.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_desc{font-size:16px}.content_wr ol,.content_wr p,.content_wr table,.content_wr ul,.imgtxt_modify .imgtxt_item_inside_min .imgtxt_item_content_uptitle{font-size:14px}.imgtxt_modify .imgtxt_item_inside{padding:16px}.imgtxt .imgtxt_item_inside_min .imgtxt_item_img_wr{min-height:200px}.imgtxt .imgtxt_item_inside_min .imgtxt_item_content{padding-top:32px;padding-bottom:32px}.models_item_content{padding:40px 0}.models_item_content_wr{padding-left:26px}.models_item_content_price{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:4px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:8px}.models_item_content_price_desc{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.models_item_content_price_desc_del{font-size:16px}.models_item_content_price_desc_tag{font-size:12px;padding:4px 8px}.models_item_content_avalible{font-size:16px}.models_item_content_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.models_item_img{height:300px}.models_item:nth-child(2n) .models_item_content{padding:40px 0}.models_item:nth-child(2n) .models_item_content_wr{padding-right:26px}.pay_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-bottom:0}.pay_wr{row-gap:42px}.pay_item_wr{width:100%}.pluses_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.pluses--list .pluses_slider--new .pluses_swiper_item_wr{width:calc(100% - 32px)}.content_wr h2{font-size:26px}.content_wr h3{font-size:24px}.content_wr h4{font-size:22px}.content_wr h5{font-size:18px}.content_wr_btn{font-size:14px}.content--h1 .content_wr h1{font-size:36px}.first_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:60px;padding-top:100px}.first_item::after{display:block;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:auto;bottom:0;height:15%}.first_title,.first_txt{font-size:28px;text-align:left}.first_txt{font-size:14px}.first_btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:16px}.first .form_standart_item .btn{margin-bottom:0}.steps_btns{max-width:100%}.steps_swiper_item{padding:24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.steps_swiper_item_right{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.steps_swiper_item_title{font-size:20px}.steps_swiper_item_txt{font-size:14px}.steps_swiper_item_numb{font-size:48px;text-align:left}.timer,.timer--min{padding:32px 0}.timer--min .timer_timer_it{margin-top:0}.timer--min .timer_wr{padding:16px}.timer_timer_it{margin-top:20px;gap:12px}.timer_timer_item_numb{font-size:32px}.timer_timer_item_txt{font-size:12px}.timer_timer_item_delimetr{font-size:32px}.topcar_desc{padding-right:0}.topcar_price{margin-top:16px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.topcar_price_reg{font-size:28px}.topcar_price_desc{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.topcar_price_desc_del{font-size:18px}.topcar_avalible,.topcar_credit{margin-top:12px}.topcar_credit_btn,.topcar_credit_sum{font-size:16px}.topcar_txt{margin-top:8px;padding-right:0}.topcar .topcar_image_slider_im{min-height:200px}}@media (max-width:575.98px){.swiper .first_btn_next,.swiper .first_btn_prev{right:0}.swiper .first_btn_prev{left:0}.swiper .swiper-pagination{width:100%;left:0}.con_fluid_padd_left{padding-left:0}.con_fluid_padd_right{padding-right:0}.header.open .header_nav .header_phone_line .btn_cont .header_phone_window_item{width:100%;text-align:center}.models_item_content_wr{padding-left:26px}.models_item:nth-child(2n) .models_item_content_wr{padding-right:26px}}