
:root {
    --triangle-up:6px;

    --basic-red-color: #cb1c2d;
    --basic-black-color: #000;
}
html{
    scroll-behavior: smooth;
}
.general-nav {
    z-index: 1500;
}
.func-btn-phone{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-inline{
    margin-left: auto!important;
}
.main{
    position: relative;

}
.displayN{
    display: none!important;
}
.flex-column{
    max-width:300px;
    position: relative;
}
/*
h1::first-letter,h2::first-letter,h3::first-letter, .block-title::first-letter, .card-title::first-letter{
    text-transform: uppercase;
}
h1,h2,h3, .block-title {
    text-transform: lowercase;
}*/

.call-info .modal-dialog{
    z-index: 9999;
}
.bg_color_gray{
    background:#E5E5E5 ;
    padding: 40px 15px 40px 15px;

}

div#navbarSupportedContent .show{

}
.show ul.navbar-nav {
    width: 100%;
    display: flex!important;
}
.pad-block{
    margin-top: 20px;
}
.pad-block-2{
    margin-top: 40px;
}
.block-txt{
    color: var( --basic-black-color);
    font-size: 15px;
    line-height: 25px;
    margin: 0px auto;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left:var(--triangle-up)  solid transparent; /* Боковая сторона */
    border-right: var(--triangle-up)  solid transparent; /* Боковая сторона */
    border-bottom:  calc(var(--triangle-up) * 2) solid var(--basic-red-color);     /* Цвет и высота */
    transform: rotate(90deg);
}
.triangle{
    display: flex;
    align-items: center;
}
.block-title-wrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:8px;
}
.block-title-wrap h2 , .b24-form-header-title h2{
    font-size: 34px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--basic-black-color);
    margin: 0;
    max-width: max-content;
}

.block-title{
    font-size: 34px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--basic-black-color);
}
/*block-grid*/
.block-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(3, 1fr);
    gap: 5px;
}
.block-opacity{
    opacity: 0.5;
}
.btn_border{
    border-radius: 12px;
    box-shadow: none;
    text-transform: none;
    font-size:16px;
}
.btn_border_red{
    border:1px solid #CF142B;
}
.review_btn{
    padding: 16px 50px;


}
.btn_border.active{
    color:#000;
}

.cell {
    /*  background: #5b21b6;*/
    display: flex;
    align-items: center;
    /* justify-content: center;*/
    font-weight: bold;
    font-size: clamp(1rem, 3vw, 2rem);
    aspect-ratio: 1 / 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    justify-self: stretch;
    align-self: stretch;
}
.cell img{
    width: 100%;
}
.div1 {grid-column: 1/3; grid-row:1/1;   aspect-ratio: 2 / 1; }
.div5 {grid-column: 1/4; grid-row:2/2;   aspect-ratio: 4 / 1; }
.div6 { display: none;}
.div9 { grid-column: 1/5; grid-row:3/3;   aspect-ratio: 8 / 1;}
.div10 { display: none;}
.div11 { display: none;}


.cell h1{
    font-size: 40px;
    line-height: 50px;
}
.fs-title-2{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 300;

}
.m-l-txt-1{
    margin-left: 60px;
}
.p-l-txt-1{
    padding-left: 60px;
}
.p-r-txt-1{
    padding-right: 10px;
}
.cell ul{
    background: #cb1c2d;
    border-radius: 12px;
    padding: 5px 10px;
    padding-left: 40px;
}
.cell ul li{
    color:white;
    list-style-type: none; /* Убираем стандартный */
    font-size: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    line-height: 30px;
}
.cell ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: -25px;
    top: 10px;
}
/*---------------------block-grid*/


/*wrap-links-btn*/
.wrap-links-btn{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    position: relative;
    overflow: hidden;
}
.link_right_wrap{
    position: absolute;
    right: 0;
    color: white;
    display: flex;
    gap:20px;
    flex-direction: column;
}
.ribbon {
    position: relative;
    color: white;
    height: 50px;
}

@media (max-width: 500px) {
    .ribbon {
        width: 100%;
    }

}
.ribbon3 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    right: -8px;
    top: 20px;
    background: #cb1c2d;
}
.ribbon3:before, .ribbon3:after {
    content: "";
    position: absolute;
}
.ribbon3:before {
    height: 0;
    width: 0;
    top: -8.5px;
    right: 0.1px;
    border-bottom: 9px solid #a61725;
    border-right: 9px solid transparent;
}
.ribbon3:after {
    height: 0;
    width: 0;
    left: -14.5px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;

    border-right: 15px solid #cb1c2d;
}



/*---------------------wrap-links-btn*/


/*block-2*/
.block-2-wrap{
    display: flex;
    flex-wrap: nowrap;
    gap:5px;

}
.block-2-item{
    width: 50%;
    display: flex;
    align-items: center;
}
.block-2-item img{
    width: 100%;
}
.block-2-item ul{
    padding-left: 25px;
}
.block-2-item ul li{

    list-style-type: disc; /* Убираем стандартный */
    font-size: 20px;
    color: #000;
    font-weight: 600;
 /*   text-transform: uppercase;*/
    margin-bottom: 10px;
}
.block-2-item .sub-wrap{
    font-weight: 300;
    color: var(--basic-black-color);
    font-size: 15px;
  /*  text-transform:lowercase;*/

}
/*---------------------block-2*/
.block-f{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap:10px;
}
.block-f-item img{
    width: 100%;
}
.galeryStyle {
    background-size: cover;
    /* border-radius: 5px;*/
    cursor: zoom-in;
    padding-bottom: 45%;
    width: 100%;
    display: block;
}
/*block-f*/

/*--------------------block-f*/


/*block-3-wrap */
.block-3-wrap{
    display: flex;
    flex-direction: column;

    gap:40px;
}
.block-3-item{
    display: flex;
    justify-content: center;
    width: 100%;
    gap:20px;

}
.block-3-item img{
    width: 50%;
}
.btn_border-dop-st{
    gap: 10px;
    display: flex;
    align-items: center;
}

.color-grid-wrap{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    max-width: 1200px;
    width: 100%;

}
.color-grid-wrap .column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.color-grid-item {
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #6b48ff, #00ddeb);
    border-radius: 12px;
    display: flex;
    align-items: end;
    justify-content: end;
    color: var( --basic-black-color);
    font-size: 0.8rem;
    font-weight: bold;
    /*box-shadow: 0 6px 20px rgba(0,0,0,0.35);*/
    transition: all 0.2s ease;
}
.color-grid-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

.color-grid-item .txt-item:first-child{
    padding:20px 0 20px 10px;
    width: 30%;
}
.color-grid-item .txt-item:last-child{
    padding:20px  10px 20px 0;
    width: 70%;
    text-align: right;
}
.image-link {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s ease;
}

.image-link:hover .card-image {
    transform: scale(1.06);
    transition: transform 0.4s ease;
}
.block-hidden {
    /* Начальное состояние скрыто */
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    transition:
            opacity    0.45s ease-out,
            transform  0.45s ease-out,
            display    0.45s allow-discrete;   /* ← ключ */
    will-change: opacity, transform, display;
}
.block-hidden.visible {
    display: grid;
    opacity: 1;
    transform: translateY(0) scale(1);
}
/* ← Это решает проблему скачка при ПОЯВЛЕНИИ */
@starting-style {
    .spoiler.visible {
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }
}

button {
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 6px;
}

/*--------------------block-3-wrap */


.pad-table{
    margin-top: 20px;
}

.flex-block {
    display: flex;
    flex-direction: column;
    min-height: 0;           /* важно! предотвращает проблемы в некоторых браузерах */
    height: 100%;            /* или не указывать вообще, если родитель уже имеет высоту */
}

/* Главное правило */
.flex-block > div {
    flex: 1 1 0%;            /* или просто flex: 1; */

}

.cell-center{
    justify-content: center;
}
.cell-bold{
    font-weight: bold;
}

.content-bold{
   /* font-weight: bold;*/
    font-size: 20px;
}
.content-center{
   display: flex;
    align-items: center;
    justify-content: center;

}

.grid-table {
    display: grid;
    grid-template-columns: 4fr 2fr 2fr 1fr;   /* 4 колонки: № узкая, остальные шире */
    width: 100%;
    margin: 20px auto 0 auto;
    border: 1px solid #ddd;
    overflow: hidden;
}

.grid-header,
.grid-row {
    display: contents;   /* позволяет ячейкам вести себя как grid items */
}

.grid-cell {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
   /* background: white;*/
    font-size: 20px;
}

.grid-header .grid-cell {
    color: #212529;

 /*   font-weight: bold;*/
    /* text-transform: uppercase;*/
    font-size: 0.9em;

    display: flex;
    align-items: center;
}

.grid-cell:last-child {
    border-right: none;
}

.grid-row:nth-child(even) .grid-cell {
    background: #f9fbff;
}

.grid-row:hover .grid-cell {
    background: #eef4ff;
}

pad-table{
    margin-top: 20px;
}

.flex-block {
    display: flex;
    flex-direction: column;

    height: 100%;            /* или не указывать вообще, если родитель уже имеет высоту */
}

/* Главное правило */
.flex-block > div {
    flex: 1 1 0%;            /* или просто flex: 1; */

}

.cell-center{
    justify-content: center;
}

.content-bold{
    font-weight: bold;
    font-size: 20px;
}
.content-center{
    text-align: center;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;

}

.grid-table-foot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 4 колонки: № узкая, остальные шире */
    width: 100%;
    background: #d6d8d9;
    border: 1px solid #ddd;
    overflow: hidden;

}
.cell-flex{
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    gap:5px;
}
.flex-item-center{
    display: flex;
    align-items: center;

}













.grid-table-price {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
    overflow: hidden;
}
.section-control{
    margin-bottom: 20px;
}
.section-head {
    justify-content: end;
}








.news-slider .slick-list,
.news-slider .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.news-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

/* Карточка */
.card {
    width: 100%;
    max-width: 380px;
    min-width: 260px;

    background: #fff;
    border-radius: 12px;
    overflow: hidden;

    display: flex !important;
    flex-direction: column !important;
   /* height: 100% !important;           */    /* ← заставляет карточку растягиваться */

    transition: all 0.25s ease;
}

/* Ссылка внутри карточки */
.card-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;                    /* ← ключевое: растягивает на всю высоту карточки */
    height: 100% !important;
    text-decoration: none;
    color: inherit;
}

/* Обёртка картинки */
.card-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;                        /* картинка не сжимается */
}

/* Сам блок с текстом */
.card-content {
    padding: 16px 20px;
    flex-grow: 1 !important;               /* ← забирает всё оставшееся пространство */
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
}

/* Опционально: прижимаем описание к низу карточки */
.card-text {
    margin-top: auto;                      /* текст "прилипает" вниз при разной длине заголовка */
}

/* Ваши остальные стили остаются без изменений */
.card-title {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    scale: 1.2;
    transition: transform 0.4s ease;
}



.card-link:hover .card-image {
    transform: scale(1.2);                 /* можно скорректировать scale при наведении */
}


/*block-review*/
.block-review{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 15px;
}
.block-review-item{
    padding:26px 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    gap:10px;
}

.block-review-item .double_mark{
    color: #CF142B;
}
.block-review-item .double_mark svg{
    width: 26px;
    height: 26px;
}
.review_avtor{
    display: flex;
    gap:20px;
}
.review_avtor img{
    width: 50px;
    border-radius: 50px;
    height: 50px;
    object-fit: cover;
}
.avtor_title{
    font-weight: 900;
}
.reviews_txt{
    font-size: 14px;
}
.avtot_position{
    font-size: 14px;
    color: #808180;
}
.review_btn_more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.review_btn{
    margin: 0 auto;
}

.news-pagination{
    display: flex;
    margin-top: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    gap:4px;
}

/*____________________________block-review*/

.fixedBtnColor{
    position: fixed;
    top:125px;
    right: 0;
    z-index: 9999;
}


/*wrap-step*/
.wrap-step{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:40px;
}
.step_title{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.step_desc{
    font-size: 14px;
}
.step-item-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:1rem;
    flex-wrap: wrap;
}


.item-number{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #CF142B;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;


}
.item-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.item-desc {
    font-size: 0.95rem;
    color: #6b7280;
}

.position-3 .item-line {
    height: 1px;
    background: none;
    border-top: 1px dashed #000;
    flex-grow: 1;
    min-width: 280px;
}
.position-4 .item-line {
    height: 1px;
    background: none;
    border-top: 1px dashed #000;
    flex-grow: 1;
    min-width: 185px;
}
.position-3 .item-step-txt{

    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 30%;
}
.position-4 .item-step-txt{

    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 22%;
}
.position-4 .step-item-wrap{
    gap:10px;

}
.step-txt-title{
    font-size: 24px;
    font-weight: 700;
}
.step-txt-desc{
    color:#6b7280;
    font-size: 14px;
}
.al-it-baseline{
    align-items: baseline;
}
.hiddenMore900{
    display: none;
}

/*__________________________________wrap-step*/

/*btn-top-wrap*/
.btn-top-wrap{
    display: flex;
    gap:15px;
}
/*__________________________________btn-top-wrap*/

/*banner-2-wrap*/
.btn-top-wrap{
    display: flex;

    flex-wrap: wrap;
}
.banner-2-item{
    display: flex;
    gap:20px;
    width: 50%
}
.banner-2-item:first-child{
    width: 70%;
}
.banner-2-item:last-child{
    width: 30%;
}
.item-2-1{
    display: flex;
    flex-wrap: wrap;
    gap:2px;
}
.item-2-0{
    display: flex;
    flex-direction: column;
    gap:40px;

}
.banner-2-title{
    font-size: 40px!important;
    line-height: 50px;
    font-weight: 700;
  }
.banner-2-title div{
    font-size: 50px!important;
    line-height: 50px;
    font-weight: 700;
}
.banner-2-name{
    font-size: 40px;
 /*   text-transform: uppercase;*/
    line-height: 42px;
    font-weight: 300;
}
.banner-2-list{
    width: max-content;
}
.banner-2-list ul {
    background: #cb1c2d;
    border-radius: 12px;
    padding: 5px 10px;
    padding-left: 40px;
    font-weight: bold;
}
.banner-2-list ul li {
    color: white;
    list-style-type: none;
    font-size: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    line-height: 30px;
}
.banner-2-list ul li::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: -25px;
    top: 10px;
}
.item-2-1 .item-img{
    display: flex;
    width: 32%;
}
.item-2-1 .item-img img{
    width: 100%;
}
.banner-2-wrap{
    display: flex;
    margin: 40px auto;
}
.item-2-1 .item-img:nth-child(4){
   opacity: 0;
}
.item-2-1 .item-img:nth-child(7){
    opacity: 0;
}
.item-2-1 .item-img:nth-child(8){
    opacity: 0;
}


.banner-2b-item{
    width: 33%;
}
.item-2b-1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2px;
    justify-content: end;
}
.item-2b-1 .item-img{
    display: flex;
    width: calc(40% - 2px);
}
.item-2b-1 .item-img img{
    width: 100%;
}


.banner-2c-item{
    width: 43%;
}
.item-2c-1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2px;
    justify-content: end;
}
.item-2c-1 .item-img{
    display: flex;
    width: calc(33% - 2px);
}
.item-2c-1 .item-img img{
    width: 100%;
}

/*__________________________________banner-2-wrap*/


/*wrap-pages*/
.wrap-pages{
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    width: 100%;
   /* margin-top: 1.56rem;*/
    justify-content: center;
}
.wrap-pages .card{
     border-radius: 0;
    text-align:center;

}
.wrap-pages .card h3{
   font-size:30px;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--basic-black-color);
}
.wrap-pages .card a:hover{
    text-decoration: none;
}
/*__________________________________wrap-pages*/

.index-tittle-wrap{
    display: flex;
    justify-content: center;
    align-items: center;

}

.index-tittle-wrap h1{
    font-size: 40px ;
    line-height: 50px;
    font-weight: 700;

}

.landing-h2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.landing-h2 h2{
    font-size: 34px ;
    line-height: 40px;
    font-weight: 700;
}









.block-v1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);   /* 4 в ряд по умолчанию (широкий экран) */
    gap: 20px;
    padding: 20px;
    max-width: 1200px;                       /* или под твой дизайн */
    margin: 0 auto;
}
.v1-item img{
    width: 100%;
}
.v1-item  .text{
    text-align: center;
    font-weight: 300;
    color: var(--basic-black-color);
    font-size: 20px;

}






/* bootom2 */
.foot-nav{

}
.nav-item-small{
    padding-bottom:5px;
}

.nav-item-small a{
    color: #212529;
}
.nav-item-small a:hover{
    text-decoration:none;
    color:#CF142B;
}
/* ────────────────────────────────────── */


.wrap-foot{
    display: flex;
    margin-top:10px;
    gap:10px;
}
.foot-item{
    width: 50%;
}
.wrap-bottom-menu2{
    display: flex;
}

.bottom-menu2-item{
    width: 50%;
}
/* ────────────────────────────────────── */
/* < 1200px */
@media (max-width: 1200px) {


    .cell h1{
        font-size: 30px;
        line-height: 30px;
    }
    .fs-title-2{
        font-size: 30px;
        line-height: 32px;
    }
    .m-l-txt-1{
        margin-left: 40px;
    }
    .p-l-txt-1{
        padding-left: 40px;
    }
    .cell ul li{
        font-size: 18px;
    }
    /*block-3-wrap */
    .color-grid-wrap{
        grid-template-columns: repeat(3, 1fr);


    }
    .color-grid-item .txt-item{
        font-size: 0.9rem;
    }

    .color-grid-item .txt-item:first-child{
        padding:20px 0 20px 15px;
    }
    .color-grid-item .txt-item:last-child{
        padding:20px  15px 20px 0;
    }
    /*--------------------block-3-wrap */


    /*block-review*/
    .block-review{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    /*--------------------block-review */

    /*wrap-step*/
    .item-line {
        min-width: 210px;
    }

    .position-4 .item-line {

        min-width: 135px;
    }
    .position-4 .step-txt-title {
        font-size: 22px;
    }
    /*__________________________________wrap-step*/



    /*banner-2-wrap*/
    .btn-top-wrap{
        display: flex;
    }
    .banner-2-item{
        display: flex;
        gap:0px;
    }
    .item-2-0{

        gap:30px;

    }
    .banner-2-title{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-2-name{
        font-size: 30px;
        line-height: 32px;

    }

    .item-2b-1 .item-img{
        display: flex;
        width: calc(45% - 2px);
    }

    .banner-2c-item {
        width: 46%;
    }

    .item-2c-1 .item-img{
        display: flex;
        width: calc(33% - 2px);
    }


    /*__________________________________banner-2-wrap*/
}

/* < 1000px */
@media (max-width: 1000px) {
    .cell h1{
        font-size: 25px;
        line-height: 25px;
    }
    .fs-title-2{
        font-size: 22px;
        line-height: 22px;
    }
    .m-l-txt-1{
        margin-left: 40px;
    }
    .p-l-txt-1{
        padding-left: 40px;
    }

    .cell ul {
        padding-left: 30px;
    }
    .cell ul li{

        font-size: 16px;
        line-height: 20px;
    }
    .cell ul li::before {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 6px;
    }


    /*block-3-wrap */
    .color-grid-item .txt-item{
        font-size: 0.8rem;
    }

    .color-grid-wrap{
        grid-template-columns: repeat(3, 1fr);
    }

    /*--------------------block-3-wrap */

    /*block-2*/
    .block-2-item ul li{

        font-size: 16px;
        margin-bottom: 10px;
    }
    .block-2-item .sub-wrap{
        font-size: 14px;

    }



    .grid-cell {
        padding: 5px;
        font-size: 0.8em;
    }
    .content-bold {

        font-size: 16px;
    }
    .grid-header .grid-cell {

        font-size: 0.7em;

    }

    /*---------------------block-2*/

    /*wrap-step*/
    .item-line {
        min-width: 150px;
    }
    .hiddenMore900{
        display: flex;
    }
    .showBlockMore900{
        display: none;
    }
    .step-item-wrap{
        flex-direction: column;
    }
    .item-step-txt {
        width: 100%
    }
    .position-3 .item-step-txt {
        display: flex;
        width: 100%;
    }
    .position-4 .item-step-txt {
        display: flex;
        width: 100%;
    }
    /*__________________________________wrap-step*/


    /*banner-2-wrap*/

    .banner-2-item:first-child {
        width: 65%;
    }
    .banner-2-item:last-child {
        width: 35%;
    }
    .banner-2b-item{
        width: 45%;
    }
    .item-2b-1 .item-img{
        display: flex;
        width: calc(50% - 2px);
    }

    .banner-2c-item {
        width: 55%;
    }

    .item-2c-1 .item-img{
        display: flex;
        width: calc(33% - 2px);
    }
    /*__________________________________banner-2-wrap*/


    .index-tittle-wrap h1{
        font-size: 45px ;
        line-height: 45px;
    }


    .wrap-foot{
        flex-wrap: wrap;
        gap:20px;
    }
    .foot-item{
        width: 100%;
    }

}

/* < 900px */
@media (max-width: 900px) {

    .block-title{
        font-size: 28px;
    }
    .block-title-wrap h2, .b24-form-header-title h2{
        font-size: 28px;
    }
    .triangle img{
        width: 10px;
    }
    .pad-block-2{
        margin-top: 20px;
    }

    /*block-grid*/
    .div1 {grid-column: 1/4; grid-row:1/1;    aspect-ratio: 4/ 1; }
    .div9 { grid-column: 1/4; grid-row:3/3;    aspect-ratio: 8 / 1;}
    .div2 { display: none;}
    .div11 { display: flex;}
    /* .div5{ display: none;}*/

    /*---------------------block-grid*/

    /*wrap-links-btn*/
    .btn_border{
        font-size: 12px;
        line-height: 16px;
        padding: 14px 16px;

    }
    /*---------------------wrap-links-btn*/


    /*block-3-wrap */
    .color-grid-wrap {
        gap: 10px;
    }
    .color-grid-wrap .column {
        gap: 10px;
    }
    /*--------------------block-3-wrap */

    /*banner-2-wrap*/
    .btn-top-wrap{
        display: flex;
    }
    .banner-2-item{
        display: flex;
        gap:0px;
    }
    .item-2-0{

        gap:30px;

    }
    .banner-2-title{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-2-name{
        font-size: 30px;
        line-height: 32px;

    }
    .banner-2-item:first-child {
        width: 45%;
    }
    .banner-2-item:last-child {
        width: 55%;
    }

    .banner-2-title {
        font-size: 22px;
        line-height: 20px;
    }
    .banner-2-name {
        font-size: 16px;
        line-height: 20px;
    }
    .banner-2-list ul li  {
        font-size: 14px;
        line-height: 20px;
    }

    .banner-2-list ul li::before {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 6px;
    }
    .banner-2-list ul {
        background: #cb1c2d;
        padding-left: 30px;
    }
    .item-2b-1 .item-img{
        display: flex;
        width: calc(40% - 2px);
    }

    .index-tittle-wrap h1{
        font-size: 35px ;
        line-height: 35px;
    }

    .landing-h2 h2 {
        font-size: 28px;
        line-height: 35px;
    }

}


/* < 1000px */
@media (max-width: 768px) {
    .cell h1{
        font-size: 22px;
        line-height: 20px;
    }
    .fs-title-2{
        font-size: 16px;
        line-height: 20px;
    }
    .m-l-txt-1{
        margin-left: 40px;
    }
    .p-l-txt-1{
        padding-left: 40px;
    }

    .cell ul {
        padding-left: 30px;
    }
    .cell ul li{

        font-size: 14px;
        line-height: 20px;
    }
    .cell ul li::before {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 6px;
    }

    .pad-block{
        margin-top: 10px;
    }
    .landing-h2 h2{
        margin: 0!important;
    }
    /*block-2*/
    .block-2-item ul li{

        font-size: 14px;
        margin-bottom: 5px;
    }
    .block-2-item .sub-wrap{
        font-size: 14px;

    }

    .block-2-wrap {
        display: flex    ;
        flex-direction: column;
        gap: 5px;
    }
    .block-2-item ul{
        padding-left: 0px;
    }
    .block-2-item{
        width: 100%;
        padding-left: 20px;
    }
    /*---------------------block-2*/

    /*block-3-wrap */

    .color-grid-wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    /*--------------------block-3-wrap */


    .grid-table {
        display: grid;
        grid-template-columns: 3fr 1fr 1fr 1fr;   /* 4 колонки: № узкая, остальные шире */
        width: 100%;
        margin: 0 auto;
        border: 1px solid #ddd;
        overflow: hidden;
        overflow: auto;
    }


    /*block-review*/
    .block-review{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    /*--------------------block-review */

    /*banner-2-wrap*/
    .banner-2-wrap {
        display: flex;
        flex-direction: column;
        margin: 40px auto;
        gap:20px;
    }

    .banner-2-item:first-child {
        width: 100%;
    }
    .banner-2-item:last-child {
        width: 100%;
    }

    .item-2-1 .item-img:nth-child(4){
        opacity: 1;
    }
    .item-2-1 .item-img:nth-child(7){
        opacity: 0.5;
    }
    .item-2-1 .item-img:nth-child(8){
        opacity: 1;
    }
    .banner-2b-item {
        width: 100%;
    }
    .item-2b-1 .item-img{
        display: flex;
        width: calc(50% - 2px);
    }


    .banner-2c-item {
        width: 100%;
    }

    .item-2c-1 .item-img{
        display: flex;
        width: calc(33% - 2px);
    }


    .block-v1{
        grid-template-columns: repeat(2, 1fr);
    }

    .wrap-bottom-menu2{
        flex-wrap: wrap;
    }

    .bottom-menu2-item{
        width: 100%;
    }
}
@media (max-width: 700px) {
    .grid-table {
        grid-template-columns: 2fr 1fr 1fr 1fr;  /* можно подстроить */
    }
}

@media (max-width: 600px) {

  /*  .block-title{
        font-size: 14px;
    }*/

    /*block-grid*/
    .block-grid {

        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(3, 1fr);
        gap: 2px;
    }

    .div1 {grid-column: 1/4; grid-row:1/1;    aspect-ratio: 4/ 1; }

    .div2 { display: flex;}
    .div6 { display: flex;}
    .div10 { display: flex;}


    .cell h1{
        font-size: 26px;
        line-height: 20px;
    }
    .fs-title-2{
        font-size: 20px;
        line-height: 22px;
    }
    .m-l-txt-1{
        margin-left: 40px;
    }
    .p-l-txt-1{
        padding-left: 40px;
    }

    .cell ul {
        padding-left: 30px;
    }
    .cell ul li{

        font-size: 14px;
        line-height: 20px;
    }
    .cell ul li::before {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 6px;
    }


    /*---------------------block-grid*/


    /*wrap-links-btn*/
    .btn_border{
        font-size: 12px;
        line-height: 14px;
        padding: 10px 12px;

    }
    /*---------------------wrap-links-btn*/

    /*block-3-wrap */

    .block-3-item img{
        width: 70%;
    }
    .color-grid-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .color-grid-item .txt-item:first-child {
        padding: 10px 10px;
        width: 30%;
    }
    .color-grid-item .txt-item:last-child {
        padding: 10px 10px;
        width: 70%;
    }
    .color-grid-item .txt-item {
        font-size: 0.7rem;
    }

    /*--------------------block-3-wrap */

    .grid-table-foot{
        flex-direction: column;
        display: flex;
    }
}



@media (max-width: 400px) {
    /*block-grid*/

    .block-grid {

        grid-template-rows: repeat(4, 1fr);

    }
    .cell h1{
        font-size: 24px;
    }
    .fs-title-2{
        font-size: 16px;
        line-height: 20px;
    }
    .m-l-txt-1{
        margin-left: 30px;
    }
    .p-l-txt-1{
        padding-left: 30px;
    }

    .cell ul {
        padding-left: 30px;
    }
    .cell ul li{

        font-size: 14px;
        line-height: 20px;
    }
    .cell ul li::before {
        width: 10px;
        height: 10px;
        left: -20px;
        top: 6px;
    }


    /*---------------------block-grid*/

    /*block-3-wrap */

    .block-3-item img{
        width: 90%;
    }

    /*--------------------block-3-wrap */
}

.displayN{
    display: none;
}

.www{
    border: 1px solid red;
}