*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
ol,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: inherit;
}

img{
    width: 100%;
}
.fixed-page {
    position: fixed;
}
.fixed-content{
    overflow: hidden;
}
html,
body{
    height: 100%;
    width: 100%;
}

input:active, input:hover, input:focus {
    outline: 0;
    outline-offset: 0;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.wrap{
    height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.main{
    flex: 1 1 auto;
}
.page_wrap{
    flex: 1 1 auto;
}
.container{
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 50px;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1,
.h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    color: #000000;
    margin-bottom: 30px;
}
h2,
.h2{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
h3,
.h3{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
    text-align: start;
}
h4,
.h4{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin-bottom: 5px;
    text-align: start;
}
.txt{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
.news-tit{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
.data_row{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
    white-space: nowrap;
}
.lizing-inf li{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    text-align: start;
}
.header_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    margin: 30px auto;
    padding: 0 20px;
    max-width: 1870px;
}
.block_mobile{
    display: none;
}
.logo_row{
    flex: 0 0 187px;
    max-width: 187px;
}
.header__menu{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: end;
}
.title-sub a{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    padding: 5px 10px;
    white-space: nowrap;
    display: block;
}
.icon_row{
    display: flex;
    align-items: center;
}
.icon_row a{
    margin-left: 5px;
    width: 20px;
}
.header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
}
.hero_wrap {
    position: relative;
}
.hero{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.hero-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 3;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    margin: 130px 0 50px 0;
    width: 100%;
    justify-content: center;
    max-width: 1640px;
}

.hero-content .title {
    font-family: "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    color: #ffffff;
}
.hero-content div {
    max-width: 880px;
}
.subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #ffffff;
}
.buttons {
    display: flex;
    flex-direction: column;
    align-self: end;
    gap: 30px;
    margin-left: 20px;
    width: 100%;
    max-width: 320px !important;
}

.btn {
    display: inline-block;
    padding: 20px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    white-space: nowrap;
    text-align: center;
    min-width: 320px;
}

.btn.primary {
    background-color: #ff8200;
    color: #fff;
}

.btn.secondary {
    background-color: #e6e6e6;
    color: #000;
}
.checkbox-group {
    display: flex;
    margin-bottom: 15px;
}
.checkbox-group input[type="checkbox"] {
    position: relative;
    width: 0;
    height: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}
.checkbox-group input[type="checkbox"]:checked::after {
    content: '';
    background: #ffffff;
    width: 10px;
    height: 8px;
    position: absolute;
    border-radius: 2px;
    top: 2px;
    left: 4px;
}
.checkbox-group input[type="checkbox"]:before {
    position: absolute;
    width: 16px;
    height: 10px;
    background: #1B1B1B;
    border: 1px solid #fff;
    border-radius: 2px;
    content: '';
    top: 0;
    left: 0;
}
.checkbox-group label {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 30px;
    cursor: pointer;
}
.checkbox-group label a{
    text-decoration-line: underline;
}
/* === CATEGORIES === */
.categories_wrap {
    margin: 50px auto;
}
.categories{
    position: relative;
}
.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #FFFAFA;
    padding: 10px 10px;
    position: absolute;
    top: -15px;
    right: 0;
}

.tab {
    padding: 18px 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s;
    white-space: nowrap;
    border: none;
    background: #FFFAFA;
    border-radius: 5px;
    min-width: 200px;
}
.tab.active {
    background: #ff8c00;
    color: #000;
    border-radius: 6px;
    z-index: 1;
}
.slick-track{
    display: flex !important;
}
.slick-slide {
    height: auto!important;
}
.slick-track .slick-slide >div {
    height: 100%;
}
.category-row{
    margin: 0 -30px;
}
.category-row.slick-slider .slick-slide{
    margin: 0 20px;
    padding: 10px;
}
.category-card {
    flex: 1;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
    transition: all 0.3s ease;
    display: flex!important;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.category-img{
    max-width: 80%;
    align-self: end;
    margin: -100px -20px 20px 0;
}

.lizing-inf{
    z-index: 3;
    position: relative;
    margin-bottom: 50px;
}

.header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;      /* как они у тебя сейчас разнесены */
    text-decoration: none;
}

.header-icon:first-child {
    margin-left: 0;
}

.header-icon .icon {
    width: 18px;           /* подгони под макет */
    height: 18px;
    fill: none;
    stroke: #f5f5f5;       /* светлый контур */
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ховер – чуть ярче/контрастнее */
.header-icon:hover .icon {
    stroke: #ffffff;
}
.btn-small{
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    border: 1px solid #1B1B1B;
    white-space: nowrap;
    text-align: center;
    z-index: 3;
    position: relative;
    height: 60px;
    min-width: 215px;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.category-btn{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: -20px;
}
.btn-calce{
    background: #C0BFBE;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 73px;
}
.header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    display: none;
    z-index: 1000;
}

.header__submenu li a {
    display: block;
    padding: 6px 16px;
    white-space: nowrap;
    color: #000
}

/* показываем подменю при наведении */
.header__menu > li:hover > .header__submenu {
    display: block;
}
.header__menu > li {
    position: relative;
}
/* класс has-sub просто как маркер, можно добавить стрелочку */
.header__menu > li.has-sub > a::after {
    content: "▾";
    font-size: 10px;
    margin-left: 4px;
}
/* === STEPS === */
.steps {
    background: #ffffff;
    padding: 0 0 60px 0;
}
.step_row {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1550px;
    margin: 0 auto;
}
.step_item {
    position: relative;
}
.step_namb {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    background: rgba(177, 174, 174, 1);
    color: rgba(80, 78, 78, 1);
    width: 86px;
    height: 86px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
    ease-in;
    margin-bottom: 30px;
}
.step_item:first-child .step_namb {
    transition: all .3s ease-in;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(270deg, #FF7A1A 0%, #FF954B 52%, #FF7A1A 100%);
}
.step_item::after {
    content: '';
    position: absolute;
    top: 50px;
    right: 45px;
    height: 1px;
    width: 155px;
    background: rgba(177, 174, 174, 1);
}
.step_item:last-child::after {
    content: none;
}
/* === FORM & ADVANTAGES === */
.tit-form{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 35px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: start;
}
.tit-form span{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #ffffff;
    text-transform: initial;
    margin-bottom: 10px;
    text-align: start;
    display: block;
    margin-top: 5px;
}

.leasing-form {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 60px 0;
}

.form-box {
    background: #111;
    color: #fff;
    padding: 16px 30px 80px 30px;
    border-radius: 20px;
    max-width: 700px;
    flex: 0 0 700px;
}
.form-box .form-reg{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
}
.form-box .txt{
    color: #fff;
}
.form-reg .btn.primary{
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    margin-top: 30px;
    cursor: pointer;
    min-width: 205px;
    text-align: center;
}

.form-box input {
    width: 100%;
    margin-bottom: 35px;
    padding: 10px;
    border-radius: 6px;
    background: #1B1B1B;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #ffffff;
    text-align: center;
    height: 60px;
}
.advantages{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto!important;
    max-width: 745px;
    flex: 1 1 auto;
}
.advantage {
    background: #FF8704;
    border-radius: 16px;
    padding: 15px 20px 30px 20px;
    margin-bottom: 15px;
}
.advantage img{
    width: 24px;
    margin-right: 10px;
}
.advantage h2,
.advantage .h2{
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
}
.advantage .txt{
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
/* === PARTNERS === */
.partners_wrap {
    margin-bottom: 60px;
}


.partner-logos {
    display: flex;
    gap: 20px;
}

.partner-logo {
    width: 150px;
    height: 130px;
    background: #ddd;
    border-radius: 8px;
}

/* === NEWS === */
.news_wrap {
    margin-bottom: 100px;
}

.news_row{
    margin: 0 -20px;
}
.news_row.slick-slider .slick-slide {
    margin: 0 20px;
}
.news_item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #F6F7F8;
    height: 100%;
}
.news_image {
    width: 100%;
}
.news_image img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    border-radius: 20px;
    background: #F6F7F8;

}
.news_text {
    padding: 20px 20px 20px 20px;
    flex: 1 1 auto;
}
.data_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.news_text .sub {
    margin: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* === FAQ === */
.faq {
    margin-bottom: 80px;
}

.faq-list {
    position: relative;
    max-width: 1860px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 auto 50px auto;
}
.faq-item {
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;
}
.accordion {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 25px 0px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    letter-spacing: -0.24px;
    color: #000000;
    text-align: start;
    cursor: pointer;
    border: none;
    border-radius: 16px;
    outline-color:  #ffffff;
    outline-offset: 3px;
    background-color: #ffffff;
    transition: 0.4s;
}

.accordion:hover,
.accordion:active,
.accordeon:focus-visible {
    background-color: #ffffff;
}

.cross {
    position: relative;
    width: 15px;
    height: 15px;
    transition: 0.4s;
}
.cross::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background-image: url(../image/SVG/accordion-icon.svg);
    transition: .3s;
}


.cross.cross-close::after {
    transform: rotate(-180deg);
    transition: 0.3s ease;
}
.panel {
    padding: 0px 0 45px 0;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0 0 16px;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
    height: 100%;
}

.panel-close {
    padding: 0px 0;
    max-height: 0px !important;
}


/* === FOOTER === */
.footer {
    background: #E8E8E8;
    padding: 25px 0;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}
.tit-menu{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin-bottom: 5px;
    text-align: start;
}
.footer-row  .footer-col:first-child{
    max-width: 370px;
}
.footer-col ul {
    list-style: none;
}
.footer-col li {
    margin-bottom: 5px;
}
.social-icons svg{
    width: 24px;
}
.footer-col li{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    margin-bottom: 5px;
    text-align: start;
}
.cooper_row{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    color: #000000;
}

/*------------------page------------------*/

.banner_wrap {
    position: relative;
    margin-bottom: 40px;
}
.banner_row{
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-content {
    position: relative;
    z-index: 3;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    margin: 130px 0 50px 0;
    width: 100%;
    justify-content: space-around;
    max-width: 1640px;
}

.banner-title {
    font-family: "Open Sans", sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
    color: #ffffff;
}
.banner-content div {
    max-width: 880px;
}

.banner-content .buttons {
    display: flex;
    flex-direction: row!important;
    justify-content: end;
    gap: 30px;
    width: 100%;
    max-width: inherit !important;
}

.banner-content .btn {
    max-width: 320px;
    width: 100%;
}
.sub_up{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #84827F;
    margin-bottom: 40px;
}
.app_item{
    border-radius: 15px;
    border: 1px solid #000000;
    padding: 10px 30px;
    height: 100%;
    display: flex!important;
    flex-direction: column;
}
.app_item .lizing-inf{
    flex: 1 1 auto;
}
.app_item .btn{
    margin: 0 auto;
    max-width: fit-content;
    display: block;
}
.block_wrap{
    padding: 20px 0;
}
.app_row{
    margin-bottom: 10px;
}
.inf-row li{
    position: relative;
    padding-left: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
.inf-row li::after{
    content: '';
    position: absolute;
    background-image: url('../image/SVG/galochka.svg');
    top: 0px;
    bottom: 0;
    margin: auto 0;
    left: 0px;
    height: 20px;
    width: 38px;
}

.calce_row{
    background: #E9E9E9;
    padding: 40px 30px;
    border: 1px solid #000000;
    border-radius: 15px;
}
.calce_row{
    display: flex;
    gap: 50px;
}
.block-txt{
    max-width: 508px;
}
.block-txt h1,
.block-txt .h1{
    font-size: 40px;
}

.form_calce{
    flex: 1 1 auto;
}
.tab-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ffffff;
    padding: 7px 10px;
    border: 1px solid #000000;
    width: 100%;
    height: fit-content;
}

.tab-item {
    padding: 8px 20px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    transition: all 0.3s;
    white-space: nowrap;
    border: none;
    background: #ffffff;
    border-radius: 5px;
    height: fit-content;
}
.tab-item.active {
    background: #ff8c00;
    color: #000;
    border-radius: 6px;
    z-index: 1;
}
.label-item{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.select-row{
    margin-bottom: 20px;
}
.chosen-container {
    width: 100% !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 25px !important;
    margin-top: 10px !important;
}
.chosen-container-single .chosen-single{
    color: #000000!important;
}
.chosen-container-single .chosen-single {
    padding: 14px 60px 15px 15px!important;
    height: 61px!important;
    border: 1px solid #000000!important;
}
.chosen-container .chosen-results li {
    padding: 10px 6px!important;
}
.chosen-container .chosen-drop {
    border: 1px solid #000!important;
}
.chosen-container-single .chosen-single div b::after {
    content: "";
    background-image: url(../image/SVG/arrow_d.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    width: 15px;
    height: 27px;
}
.custom_select{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px 10px;
    border: 1px solid #000000;
}
.groop-row{
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto;
    align-items: end;
}
.groop-row input{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #ffffff;
    padding: 15px 10px;
    border: 1px solid #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    margin-top: 10px;
    height: 61px;
}
.groop-row input::placeholder{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
}
.input-row{
    position: relative;
}
#precent{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    color: #000000;
    position: absolute;
    right: 10px;
    bottom: 35px;
}
.price_row span{
    display: block;
}
.price_item{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: normal;
    color: #000000;
}
.form_btn{
    display: flex;
    justify-content: end;
}

.column_row{
    background: rgba(86, 85, 85, 0.5);
    padding: 40px 30px 40px 30px;
    border-radius: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.column_txt{
    max-width: 907px;
}
.acc-row{
    margin-bottom: 20px;
}
.acc-txt li,
.acc-txt p{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
.acc-txt ul li{
    list-style-type: disc;
    margin-left: 30px;
}
.acc-txt ol li{
    list-style-type: auto;
    margin-left: 30px;
}
.acc-tit{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
.acc-txt{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.acc-row.open .acc-txt{
    display: block;
    cursor: inherit;
}
.acc-row.open .btn-more{
    display: none;
}
.btn-more{
    font-family: "Open Sans", sans-serif;
    background: #FFFFFF;
    color: #FF8704;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    text-decoration-line: underline;
}
.app_item h3,
.app_item .h3{
    font-weight: 600;
    margin-bottom: 20px;
}
.app_item .lizing-inf li{
    margin-bottom: 20px;
}
@media (max-width: 1600px) {
    .category-row{
        margin: 0 -10px;
    }
    .category-row.slick-slider .slick-slide{
        margin: 0 0;
        padding: 10px;
    }
    .step_item::after {
        width: 130px;
    }
}
@media (max-width: 1400px) {
    .news_row.slick-slider .slick-slide {
        margin: 0 10px;
    }
    .news_row {
        margin: 0 -10px;
    }
    .calce_row {
        gap: 0px;
        flex-direction: column;
    }
    .column_row {
        padding: 40px 20px 40px 20px;
    }
}
@media (max-width: 1280px) {
    .hero-content {
        padding: 25px 0;
    }
    .buttons {
        margin-left: 0;
    }
    .container {
        padding: 0 25px;
    }
    .lizing-inf li {
        font-size: 18px;
    }
    .btn-small {
        height: 46px;
        min-width: 190px;
    }
    .btn-calce {
        width: 46px;
        height: 63px;
    }
    h3, .h3 {
        font-weight: 600;
        font-size: 24px;
    }
    .category-img {
        margin: -80px -20px 0 0;
    }
    .category-btn {
        margin-top: -5px;
    }
    .step_item::after {
        width: 100px;
    }
    .form-box {
        max-width: 550px;
        flex: 0 0 550px;
    }
}
@media (max-width: 1200px) {
    .step_item::after {
        content: none;
    }
    .step_row {
        grid-template-columns: 1fr 1fr;
    }
    .news_row .slick-next.slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -14px;
        left: -30px;
        cursor: pointer;
    }
    .news_row .slick-prev.slick-arrow{
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: -30px;
        cursor: pointer;
    }
    .news_row {
        margin: 0 20px;
    }
}
@media (max-width: 992px) {
    .logo_row {
        flex: 0 0 167px;
        max-width: 167px;
    }

    .icon_row {
        justify-content: end;
        flex: 1 1 auto;
    }

    .header__menu {
        display: none;
    }

    .block_mobile {
        display: block;
    }

    .close-button svg {
        width: 26px;
    }

    .close-button {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .menu__row_mobile {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 400px;
        height: fit-content;
        background: rgba(34, 34, 34, 0.9);
        border-radius: 5px;
        transition: all 0.4s ease;
        z-index: 55;
    }

    .menu__row_mobile.open-menu {
        display: block;
        overflow-x: auto;
        padding: 40px 25px 60px 20px;
        margin: 0;
    }

    .menu-burger__header_row {
        position: relative;
        top: 0;
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: 20px;
    }

    .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before {
        height: 4px;
        width: 30px;
        right: 10px;
        position: absolute;
        background: #FF7A1A;
        border-radius: 2px;
    }

    .menu-burger__header span {
        top: 13px;
    }

    .menu-burger__header:after, .menu-burger__header:before {
        content: '';
    }

    .menu-burger__header:after {
        bottom: 2px;
        width: 30px;
    }

    .menu-burger__header:before {
        top: 2px;
        width: 30px;
    }

    .title-sub a {
        margin-bottom: 5px;
    }
    .hero-content{
        justify-content: space-between;
    }
    .hero-content .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 22px;
    }
    .tabs {
        margin: 0 0 20px auto;
        padding: 10px 10px;
        position: inherit;
        max-width: fit-content;
    }
    .news_wrap {
        margin-bottom: 60px;
    }
    .news_image img {
        height: 250px;
    }
    .data_row {
        font-size: 12px;
    }
    .leasing-form {
        flex-wrap: wrap;
        gap: 60px;
    }
    .form-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .advantages{
        max-width: 100%;
    }
    .footer-row{
        flex-wrap: wrap;
    }
    .footer-row .footer-col:first-child{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-content .buttons {
        flex-direction: column !important;
        align-items: end;
    }
    .column_row{
        flex-direction: column;
    }
    .groop-row {
        grid-template-columns: auto;
        gap: 5px;
    }
    .price_row{
        margin-bottom: 20px;
    }
    .form_btn {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    h1, .h1 {
        font-weight: 600;
        font-size: 26px;
    }
    h2, .h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .txt {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .btn {
        padding: 12px 15px;
    }
    .tab {
        padding: 10px 10px;
        font-size: 18px;
        min-width: 160px;
    }
    .container {
        padding: 0 15px;
    }
    .step_row {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    .step_item {
        display: flex;
        align-items: start;
    }
    .step_namb {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        margin: 0 20px 0 0;
    }
    .step_namb {
        font-size: 28px;
    }
    .news-tit {
        font-size: 22px;
    }
    .sub {
        font-size: 14px;
    }
    .tit-form {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .tit-form span {
        font-size: 14px;
    }
    .form-box input {
        margin-bottom: 26px;
        font-size: 16px;
        height: 50px;
    }
    .form-box {
        padding: 16px 30px 50px 30px;
    }
    .advantage h2, .advantage .h2 {
        font-size: 22px;
    }
    .accordion {
        padding: 20px 0px;
        font-size: 22px;
    }
    .hero-content .title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .subtitle {
        font-size: 18px;
    }
    .leasing-form {
        margin: 20px 0 40px 0;
    }
    .faq {
        margin-bottom: 50px;
    }
    .footer-row .footer-col{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 5px 0;
        position: relative;
    }
    .footer-row{
        gap: 10px;
        margin-bottom: 30px;
    }
    .footer-row .footer-col::after{
        content: '';
        position: absolute;
        width: 100%;
        max-width: 360px;
        height: 1px;
        background: #000000;
        bottom: 0;
        left: 0;
    }
    .footer-row .footer-col:first-child::after,
    .footer-row .footer-col.open::after{
        content: none;
    }
    .footer-col:first-child ul{
        display: block!important;
    }
    .footer-col ul{
        display: none;
    }
    .footer-row .footer-col.open ul{
        display: block;
    }
    .calce_row {
        padding: 40px 15px;
    }
    .tab-item {
        font-size: 18px;
        padding: 8px 10px;
    }
    .banner-title {
        font-size: 35px;
    }
    .banner-content {
        padding: 25px 15px;
    }
    .hero-content div.buttons{margin: 0 auto}
    .partner-logo{height: auto}
    .partner-logo img{height: 100%}
    .header__menu_mobile {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header__menu_mobile > li {
        position: relative;
    }

    /* Для подменю: скрываем его по умолчанию */
    .submenu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;

    }

    /* Отображаем подменю при клике */
    .header__menu_mobile li.has-sub.open .submenu {
        display: block;
    }

    .submenu li {
        padding: 3px 15px;
    }

    .submenu li:last-child {
        border-bottom: none;
    }

    .submenu li a {
        color: #fff;
        text-decoration: none;
    }

    /* Добавим стрелочку для родителя, который имеет подменю */
    .header__menu_mobile .has-sub > a::after {
        content: ' ▾';  /* Стрелка вниз */
        font-size: 12px;
        margin-left: 4px;
    }
}

.news_wrap .slick-slider .slick-track, .news_wrap .slick-slider .slick-list{width: 100% !important}