.lend {
    color: var(--black-color) !important;
}
.lend img {
    width: 100%;
}
.lend_img {
    overflow: hidden;
}
.lend_img img {
    transition: .7s all;
}
.lend_img img:hover {
    transform: scale(105%);
}
.lend_img_text img:hover {
    transform: scale(102%);
}
.lend_img-card img:hover {
    transform: scale(110%);
}
.izbr-slider__dots ul.slick-dots {
    bottom: -30px;
    width: 100px;
    justify-content: space-evenly;
}
.dots-transporent ul.slick-dots {
    bottom: -5px;
    list-style-type: none;
    padding: 0;
    width: 30px;
    justify-content: space-between;
}
.dots-transporent ul.slick-dots li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: block;
    background: transparent;
    border: 1px solid rgba(196, 196, 196, 0.5);
    transition: .3s all;
}
.dots-transporent ul.slick-dots li.slick-active::before {
    background: rgba(196, 196, 196, 0.5);
    border: none;
}
.izbr-slider__dots-bottom ul.slick-dots {
    bottom: -45px;
}
.c2_dots ul.slick-dots {
    bottom: -30px;
}
.video {
    height: 100vh;
    background: #000;
}
.great-slide {
    position: relative;
}
.great-slide_text {
    position: absolute;
    top: 10%;
    width: 100%;
}
.great .slick-slide {
    padding: 0;
}
.great .slick-arrow {
    background: url('../icons/arrow_prod.svg') no-repeat center/contain;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 2;
}
.great .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: 20%;
}
.great .slick-prev {
    left: 20%;
}
.low-slide_text {
    bottom: 28%;
    top: unset;
}
.great-slide_bg {
    background-color: #232323;
}
.h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.color_white {
    color: #fff !important;
}
.land-table__row {
    display: flex;
    align-items: center;
}
.land-table__col {
    flex: 1 0 25%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    min-height: 61px;
}
.land-table__col_grey {
    background-color: var(--bg-color);
    justify-content: flex-start;
    padding: 15px 20px;
}
.land-table-no,.land-table-yes {
    width: 30px;
    height: 30px;
    display: block;
}
.land-table-no {
    background: url('../image/products/wr1/f-m.svg');
}
.land-table-yes {
    background: url('../image/products/wr1/f-p.svg');
}
.land-table__row_content .land-table__col{
    border-color: var(--line-color);
    border-width: 1px 0 0 1px;
    border-style: solid;
}
.land-table__row_content{
    border-color: var(--line-color);
    border-width: 0 1px 0 0;
    border-style: solid;
}
.land-table__row_content:nth-last-child(1){
    border-color: var(--line-color);
    border-width: 0 1px 1px 0;
    border-style: solid;
}
.lande-table__img {
    display: flex;
    justify-content: center;
}
.lande-table__img img {
    padding: 10px;
    width: 158px;
}
@media(max-width:992px) {
    .video {
        height: 100%;
        background: #fff;
    }
    .great-slide_text {
        top: 5%;
    }
    .about-card-info .lend_img {
        margin-bottom: 16px;
    }
    .lend__box {
        margin-bottom: 16px;
    }
    .land-bl {
        display: flex;
        flex-wrap: wrap;
    }
    .land-table__col {
        flex: 1 0 20%;
    }
    .land-table__col_grey, .land-table__col_hidden , .land-table__col_center {
        flex: 1 0 40%;
    }
    .lande-table__img img {
        width: 100%;
    }
}
@media(max-width:767px) {
    .lend__box {
        margin-bottom: 16px;
    }
    .land-table__row {
        flex-wrap: wrap;
    }
    .land-table__row_content .land-table__col {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

    }
    .land-table__row_content p.fw700 {
        margin-bottom: 16px;
    }
    .land-table__col_hidden {
        display: none;
    }
    .land-table__col_center {
        padding: 0;
        min-height: auto;
    }
    .land-table__col_center p {
        font-size: 18px !important;
    }
    .lande-table__img img {
        padding: 10px;
        width: 100%;
    }
    .land-table__col_grey, .land-table__col_center {
        flex: 0 0 100%;
    }
    .land-table__col_grey p {
        margin-bottom: 0 !important;  
    }
    .land-table__row_content .land-table__col {
        min-height: 90px;
    }
    .land-table__row_content .land-table__col_grey {
        min-height: auto;
    }
    .video {
        padding: 0 15px;
        height: auto;
        background: #fff;
    }
    .low-slide_text {
        display: none;
    }
}
@media(max-width:540px ) {
    .lend .h2 {
        font-size: 13px;
        line-height: 16px;
    }
    .lend p {
        font-size: 11px;
        line-height: 13px;
    }
    .great-slide_text p.mb16 {
        margin-bottom: 5px;
    }
}