:root {
    --swiper-theme-color: #ffffff;
    --swiper-navigation-size: 16px;
}

.swiper-wrapper {
    cursor: pointer;
}

.swiper-slide img {
    width: 100%;
}

.section-1 .swiper-slide img {
    height: 900px;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

.section-8 .swiper-slide img {
    height: 650px;
}

.center-bl {
    position: relative;
}


.inside {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    width: 87.5%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.text-box {
    text-align: center;
    /* max-width: 581px; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: rgb(255, 255, 255);
    height: auto !important;
}

.text-box p {
    margin-top: 49px;
    margin-bottom: 52px;
    font-size: 22px;
    line-height: 30px;
}

/* .text-box ul li span::before {
    
} */
/* .icon-check::before {
    margin-right: 5px;
    font-size: 15px;
    color: #E55026;
    line-height: 30px;
} */
/* .text-box ul li {
    position: relative;
} */

/* .text-box ul li p {
    margin: inherit;
    margin-left: 30px;
    font-size: 18px;
    line-height: 30px;
} */
.inside .btn {
    display: inline-block;
}

.inside .btn:first-child {
    margin-right: 28px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    color: #bfc0c2;
    font-size: 14px;
    z-index: 2;
    cursor: pointer;
    /* background-color: rgba(255, 255, 255, 0.5); */
    border: 1.5px solid #bfc0c2;
    border-radius: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.section-1 .swiper-button-prev {
    left: 15%;
}

.section-1 .swiper-button-next {
    right: 15%;
}

.section-1 .swiper-button-next,
.section-1 .swiper-button-prev {
    color: #ffffff;
    border: 1.5px solid #ffffff;
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color #bfc0c2);
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-inactive-color, #a5a6a7);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -35px;
}

.tabs-block,
.section-block {
    max-width: 100%;
}

.big-table {
    overflow: auto;
    position: relative;
}

.big-table table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    /*white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
}

.scroll-right:after {
    content: '';
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
    background-position: 100% 0%;
}

.scroll-left:before {
    content: '';
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 15px 100%;
}

.section-1 {
    margin-bottom: 100px;
}

.section-1-slider .swiper-button-next, .section-1-slider .swiper-button-prev {
    top: 85%;
}

.section-1-card {
    position: relative;
}

.section-1-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* Сетка из 12 колонок */
    grid-template-rows: auto auto; /* Две строки по высоте содержимого */
    gap: 10px; /* Промежутки между элементами */
}

.section-1-card__one {
    grid-column: span 3; /* Занимает 3 из 12 колонок */
    grid-row: 1; /* Первая строка */
}

.section-1-card__two {
    grid-column: span 3; /* Занимает 3 из 12 колонок */
    grid-row: 1; /* Первая строка */
}

.section-1-card__three {
    grid-column: span 6; /* Занимает 6 из 12 колонок */
    grid-row: 2; /* Вторая строка */
}

.section-1-card__four {
    grid-column: span 6; /* Занимает 6 из 12 колонок */
    grid-row: 1 / span 2; /* Занимает первую и вторую строки */
}


.section-1-card__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.section-1-card__heading {
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.35);
    text-align: center;
}

.section-1-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.section-1-card:hover {
    transition: 1s;
    transform: scale(1.02);
}

@media (max-width: 1024px) {

    .section-1-grid {
        grid-template-rows: none;
    }

    .section-1-card__one, .section-1-card__two, .section-1-card__three, .section-1-card__four {
        grid-column: span 12;
        grid-row: auto;
    }

    .section-1-card__heading {
        font-size: 30px;
    }

    .section-1 .swiper-slide img {
        height: 600px;
    }

    .section-1-slider .swiper-button-next, .section-1-slider .swiper-button-prev {
        top: 50%;
    }

    .section-1-slider .swiper-button-next {
        right: 20px;
    }

    .section-1-slider .swiper-button-prev {
        left: 20px;
    }


    .inside {
        width: 90%;
        padding: 65px 35px 35px 35px;
    }

    .text-box ul {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .section-1 .swiper-button-prev {
        left: 10px;
    }

    .section-1 .swiper-button-next {
        right: 10px;
    }

    .section-1-grid {
        display: flex;
        gap: 10px;
        justify-items: start;
        flex-direction: column-reverse;
    }

}

@media (max-width: 480px) {
   

    .inside {
        padding: 35px 15px 35px 15px;
    }

    .main-btn {
        display: flex;
        flex-direction: column;
    }

    .inside .btn:first-child {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .section-1-card__heading {
        font-size: 22px;
    }
}
