
/* КАТЕГОРИИ BOSC */
.bosc-categories {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
}
.bosc-section{
    padding-left: 300px;
}
.bosc-category {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease;
}
.bosc-category:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
.bosc-category__img-wrap {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.bosc-category__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bosc-category__body {
    padding: 14px 18px 16px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.bosc-category__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom:12px;
    color: #101010;
}
.bosc-category__text {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 6px;
}
.bosc-category__more {
    font-size: 13px;
    text-transform: lowercase;
    letter-spacing: .06em;
    font-weight: 600;
    margin-top: auto;
}

@media (min-width: 640px) {
    .bosc-hero__inner {
        padding: 56px 40px;
    }
    .bosc-section {
        padding: 32px;
        padding-left: 300px;
        min-height: 550px;
    }
    .bosc-approaches {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .bosc-solutions {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .bosc-categories {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (min-width: 992px) {
    .bosc-categories {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .bosc-hero__title { font-size: 38px; }
    .bosc-hero__subtitle { font-size: 20px; }
}
.bosc-hero-slider {
    width: 100%;
    margin-bottom: 60px;
}

.bosc-hero-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 20px;
}

.bosc-hero-slide__content {
    max-width: 50%;
}

.bosc-hero-slide__content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.bosc-hero-slide__text {
    font-size: 20px;
    margin-bottom: 30px;
}

.bosc-hero-slide__image img {
    width: 100%;
    max-width: 560px;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .bosc-hero-slide {
        flex-direction: column;
        text-align: center;
    }

    .bosc-hero-slide__content {
        max-width: 100%;
    }

    .bosc-hero-slide__image img {
        max-width: 100%;
    }
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #D7D7D7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #FF8F00;
}

.swiper-button-prev,
.swiper-button-next {
    color: #FF8F00 !important;
}
.bosc-hero-slider {
    width: 100%;
    margin-bottom: 80px;
}
.bosc-hero-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 80px 24px;
}
.bosc-hero-slide__content {
    flex: 1 1 400px;
    max-width: 50%;
}
.bosc-hero-slide__content h1 {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 24px;
}
.bosc-hero-slide__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 32px;
}
.bosc-hero__cta {
    display: inline-block;
    padding: 14px 26px;
    background: #012c56;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-radius: 8px;
}
.bosc-hero-slide__image img {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
}
@media (max-width: 992px) {
    .bosc-hero-slide {
        flex-direction: column-reverse;
        text-align: center;
    }
    .bosc-hero-slide__content {
        max-width: 100%;
    }
    .bosc-hero-slide__image img {
        max-width: 100%;
    }
}


.bosc-page {
    --bosc-blue: #012c56;
    --bosc-blue-dark: #012c56;
    --bosc-text: #111111;
    --bosc-gray: #d9d9d9;
    --bosc-light: #f5f5f5;

    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: var(--bosc-text);
    font-family: Arial, Helvetica, sans-serif;
}

.bosc-page * {
    box-sizing: border-box;
}

.bosc-page a {
    color: inherit;
    text-decoration: none;
}

.bosc-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 44px;
    padding-right: 44px;
}

.bosc-page h2 {
    margin: 0 0 24px;
    font-size: 27px;
    line-height: 1.12;
    font-weight: 600;
    color: var(--bosc-blue-dark);
    text-transform: uppercase;
    letter-spacing: .01em;
}

.bosc-page p {
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.42;
}

/* HERO */
.bosc-logo-text{
    padding-left: 15px;
    font-size: 21px!important;
    color: white;

}
.bosc-logo-wrap{
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.bosc-logo-img{
    max-width: 400px;
    max-height: 105px;
}
.bosc-hero {
    position: relative;
    background: var(--bosc-blue);
    color: #ffffff;

    padding: 46px 0 20px;
}

.bosc-hero__grid {
    position: relative;
    min-height: 360px;
    display: flex;
    padding-left: 300px;
}

.bosc-hero__left {
    position: absolute;
    left: 0px;
    top: 0px;
}

.bosc-hero__logo {
    margin-top: -45px;
    margin-left: -43%;
    display: block;
    top: 0;
    width: 900px;
    max-width: 100%;
    height: auto;
}

.bosc-hero__side-product {
    position: absolute;
    left: -44px;
    bottom: -42px;
    width: 260px;
    max-width: none;
    height: auto;
}

.bosc-hero__right {
    position: relative;
    padding-top: 0;
}

.bosc-hero__top-product {
    display: block;
    width: 310px;
    max-width: 44%;
    height: auto;
    margin-left: auto;
    margin-bottom: 28px;
}

.bosc-hero__text {

    margin-left: auto;
    font-size: 15px;
    line-height: 1.45;
}

.bosc-hero__text p {
    color: #ffffff;
    margin-bottom: 13px;
}

/* PRODUCTS */

.bosc-products {
    position: relative;
    background: #ffffff;
    padding: 50px 0 58px;
}

.bosc-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.bosc-section-head h2 {
    margin-bottom: 0;
}

.bosc-small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 235px;
    min-height: 26px;
    padding: 6px 16px;
    background: var(--bosc-blue-dark);
    color: #ffffff !important;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.bosc-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 58px;
}

.bosc-product {
    display: block;
    text-align: center;
}

.bosc-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 14px;
}

.bosc-product__image img {
    display: block;
    max-width: 100%;
    max-height: 125px;
    width: auto;
    height: auto;
}

.bosc-product__title {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    color: #111111;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

/* BENEFITS */

.bosc-benefits {
    background: var(--bosc-gray);
    padding: 44px 0 40px;
}

.bosc-benefits h2 {
    margin-bottom: 22px;
}

.bosc-benefits__item {
    margin-bottom: 14px;
}

.bosc-benefits__item h3 {
    position: relative;
    padding-left: 10px;
    margin: 0 0 3px;
    color: var(--bosc-blue-dark);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}
.bosc-benefits__item h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: currentColor;
}
.bosc-benefits__item p {
    color: black;
    margin: 0;
    max-width: 1040px;
    font-size: 14px;
    line-height: 1.35;
}

/* COOPERATION */

.bosc-cooperation {
    background: #ffffff;
    padding: 74px 0 52px;
}

.bosc-cooperation__grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: start;
    padding-left: 0px;
    padding-right: 0px;
}

.bosc-cooperation h2 {
    margin-bottom: 28px;
}
.bosc-cooperation__content{
    width: 80%;
}
.bosc-cooperation__content > p {
    padding-right: 10px;
}

.bosc-cooperation__blue {
    margin-top: 24px;
    background: var(--bosc-blue-dark);
    color: #ffffff;
    padding: 26px 30px 24px;

}

.bosc-cooperation__blue ul {
    margin: 0;
    padding-left: 18px;
}

.bosc-cooperation__blue li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.35;
}

.bosc-cooperation__blue li:last-child {
    margin-bottom: 0;
}

.bosc-cooperation__scheme img {
    display: block;
    width: 70%;
    height: auto;
}

/* STEPS */

.bosc-steps {
    background: #ffffff;
    padding: 30px 0 58px;
}

.bosc-steps h2 {
    margin-bottom: 58px;
}

.bosc-steps__grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 36px;
}

.bosc-step {
    position: relative;
    min-height: 130px;
    text-align: center;
}

.bosc-step__num {
    position: absolute;
    left: 35px;
    top: -30px;
    z-index: 10;
    opacity: 0.7;
    color: #eeeeee;
    font-size: 74px;
    line-height: 1;
    font-weight: 600;
}

.bosc-step__icon {
    position: relative;
    z-index: 1;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.bosc-step__icon img {
    display: block;
    max-width: 70px;
    max-height: 55px;
    width: auto;
    height: auto;
}

.bosc-step h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
}

.bosc-step p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.25;
}

/* CONFIG */
.bosc-config__grid{
    display: flex;
    align-items: center;

}
.bosc-config {
    background: var(--bosc-gray);
    padding: 26px 0 16px;
}
.bosc-config__laptop{
    max-width: 340px;
}
.bosc-config h2 {
    margin-bottom: 20px;
}

.bosc-config p {
    max-width: 1030px;
    font-size: 14px;
    line-height: 1.38;
    color: black;
}

.bosc-config__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border: 1px solid #b9b9b9;
}

/* SERVICES */

.bosc-services {
    background: #ffffff;
    padding: 54px 0 50px;
}

.bosc-services h2 {
    margin-bottom: 34px;
}

.bosc-services__grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 40px;
    align-items: stretch;
}

.bosc-services__photo {
    height: 100%;
}

.bosc-services__photo {
    margin-left: -44px;
    height: 100%;
    overflow: hidden;
}

.bosc-services__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transform: scale(1.22);
}
.bosc-services__text p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 13px;
}
@media (max-width: 991px) {
    .bosc-services__photo {
        height: auto;
    }

    .bosc-services__photo img {
        height: auto;
    }
    .bosc-cfg-btn {
        min-width: 260px;
    }
}
/* FORM */

.bosc-form {
    background: #ffffff;
    padding: 20px 0 70px;
}

.bosc-form h3 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.bosc-form input[type="text"],
.bosc-form input[type="email"],
.bosc-form input[type="tel"],
.bosc-form textarea,
.bosc-form select {
    width: 100%;
    height: 33px;
    border: 0;
    background: #f5f5f5;
    padding: 7px 10px;
    margin-bottom: 10px;
    color: #111111;
    font-size: 13px;
    outline: none;
    box-shadow: none;
}

.bosc-form textarea {
    height: 82px;
    resize: vertical;
}

.bosc-form input[type="submit"],
.bosc-form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 105px;
    height: 28px;
    border: 0;
    background: #f47b20;
    color: #ffffff;
    padding: 0 18px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

/* hide old theme title if necessary */
.bosc-page h1 {
    display: none;
}

/* ADAPTIVE */

@media (max-width: 1199px) {
    .bosc-wrap {
        padding-left: 28px;
        padding-right: 28px;
    }
    .bosc-hero__logo {
        width: 235px;
        margin-left: -48%;
    }
    .bosc-hero__side-product {
        left: -28px;
    }
}

@media (max-width: 991px) {
    .bosc-hero {
        padding: 34px 0;
    }

    .bosc-hero__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bosc-hero__left {
        min-height: 210px;
    }

    .bosc-hero__right {
        padding-left: 0;
    }

    .bosc-hero__top-product {
        position: absolute;
        right: 0;
        top: -205px;
        width: 230px;
        max-width: 45%;
    }

    .bosc-hero__side-product {
        width: 185px;
        bottom: 0;
    }

    .bosc-hero__text {
        margin-left: 0;
        max-width: none;
    }

    .bosc-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bosc-cooperation__grid,
    .bosc-services__grid {
        grid-template-columns: 1fr;
    }

    .bosc-cooperation__scheme {
        max-width: 360px;
    }

    .bosc-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .bosc-logo-img{
        width: 250px;
    }
    .bosc-logo-text{
        font-size: 15px!important;
    }
    .bosc-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bosc-page h2 {
        font-size: 22px;
    }

    .bosc-hero__logo {
        width: 235px;
    }

    .bosc-hero__left {
        min-height: 185px;
    }

    .bosc-hero__side-product {
        width: 145px;
    }

    .bosc-hero__top-product {
        width: 180px;
        top: -170px;
    }

    .bosc-section-head {
        display: block;
    }

    .bosc-small-btn {
        margin-top: 16px;
    }

    .bosc-products__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bosc-steps__grid {
        grid-template-columns: 1fr;
    }

    .bosc-cooperation__blue {
        padding: 22px;
    }
}
.bosc-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}
.bosc-title-wrap h2{
    margin-bottom: 0px;
}
.bosc-all-link{
    background-color: var(--bosc-blue-dark);
    color: white!important;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.top-section-bosc{
    padding: 0px 44px 0 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-section-bosc_dec{
    width: 400px;
}
.bosc-cooperation__blue ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bosc-cooperation__blue li {
    position: relative;
    padding-left: 18px;
}

.bosc-cooperation__blue li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}
.bosc-cooperation__content h2{
    padding-left: 44px;
}
.bosc-cooperation__content p{
    padding-left: 44px;
    color: black;
}
.bosc-config ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    max-width: 1030px;
}

.bosc-config li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.38;
    color: #111111;
}

.bosc-config li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
}
.bosc-form-success {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 24px;
    background: #012c56;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

/* ===== BOSC adaptive fixes: decor/mobile ===== */

@media (max-width: 1199px) {
    .top-section-bosc {
        padding-left: 28px;
        padding-right: 28px;
    }

    .top-section-bosc_dec {
        width: 320px;
        max-width: 42vw;
    }

    .bosc-hero__grid {
        padding-left: 240px;
    }

    .bosc-hero__logo {
        width: 720px;
        margin-left: -48%;
    }

    .bosc-section {
        padding-left: 240px;
    }

    .bosc-cooperation__content h2,
    .bosc-cooperation__content p {
        padding-left: 28px;
    }
}

@media (max-width: 991px) {
    .bosc-page {
        overflow: hidden;
    }

    .bosc-hero {
        padding: 28px 0 36px;
    }

    .top-section-bosc {
        position: relative;
        min-height: 70px;
        padding: 0 28px;
        overflow: hidden;
    }

    .top-section-bosc > img:first-child {
        display: none;
    }

    .top-section-bosc_dec {
        width: 250px;
        max-width: 58vw;

        opacity: .9;
    }

    .bosc-hero__grid {
        display: block;
        padding-left: 28px;
        padding-right: 28px;
        min-height: 0;
    }

    .bosc-hero__left {
        position: relative;
        left: auto;
        top: auto;
        min-height: 0;
        margin-bottom: 22px;
        pointer-events: none;
    }

    .bosc-hero__logo {
        display: none;
        width: 420px;
        max-width: 82vw;
        margin: -20px 0 0 -72px;
        opacity: .9;
    }

    .bosc-hero__right {
        position: relative;
        z-index: 2;
    }

    .bosc-hero__text {
        position: relative;
        z-index: 2;
    }

    .bosc-section {
        padding: 36px 28px;
        min-height: 0;
    }

    .bosc-title-wrap {
        align-items: flex-start;
        gap: 18px;
    }

    .bosc-all-link {
        white-space: nowrap;
    }

    .bosc-cooperation__grid {
        display: flex;
        grid-template-columns: 1fr;
        gap: 28px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .bosc-cooperation__content {
        width: 100%;
    }

    .bosc-cooperation__content h2,
    .bosc-cooperation__content p {
        padding-left: 0;
    }

    .bosc-cooperation__content > p {
        max-width: none;
    }

    .bosc-cooperation__scheme {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }

    .bosc-cooperation__scheme img {
        width: 100%;
    }

    .bosc-services__photo img {
        transform: none;
        object-position: center center;
    }
}

@media (max-width: 767px) {
    .top-section-bosc {
        min-height: 54px;
        padding: 0 18px;
    }

    .top-section-bosc_dec {
        width: 190px;
        max-width: 64vw;

    }

    .bosc-hero {
        padding-top: 18px;
    }

    .bosc-hero__grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bosc-hero__left {
        margin-bottom: 14px;
    }

    .bosc-hero__logo {
        width: 330px;
        max-width: 88vw;
        margin-left: -58px;
        margin-top: -12px;
    }

    .bosc-section {
        padding: 34px 18px;
    }

    .bosc-title-wrap {
        display: block;
    }

    .bosc-title-wrap h2 {
        margin-bottom: 16px;
    }

    .bosc-all-link {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 9px 16px;
        white-space: normal;
    }

    .bosc-cooperation__grid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .bosc-cooperation__scheme {
        display: none;
        max-width: 320px;
    }
}

@media (max-width: 640px) {
    .bosc-hero__logo {
        width: 285px;
        margin-left: -48px;
        margin-top: -8px;
    }

    .bosc-hero__text p {
        font-size: 14px;
        line-height: 1.42;
    }
    .bosc-cfg-btn {
        width: 100%;
        min-width: 0;
        min-height: 54px;
        font-size: 14px;
    }
    .bosc-benefits,
    .bosc-config,
    .bosc-services,
    .bosc-steps,
    .bosc-cooperation {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .bosc-cooperation__blue {
        margin-left: 0;
        margin-right: 0;
    }

    .bosc-config__image {
        margin-top: 22px;
    }
}

@media (max-width: 480px) {
    .top-section-bosc {
        min-height: 42px;
    }

    .top-section-bosc_dec {
        width: 145px;
        max-width: 58vw;

        opacity: .8;
    }

    .bosc-hero__logo {
        width: 245px;
        max-width: 92vw;
        margin-left: -42px;
    }

    .bosc-hero__left {
        margin-bottom: 10px;
    }

    .bosc-hero__text p {
        font-size: 13px;
    }

    .bosc-cooperation__scheme {
        max-width: 260px;
    }
}

.bosc-cfg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 16px 24px;
    background: var(--bosc-blue);
    color: #ffffff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .04em;
}
.bosc-cfg-btn,
.bosc-all-link,
.bosc-small-btn,
.bosc-hero__cta,
.bosc-form input[type="submit"],
.bosc-form button[type="submit"] {
    transition: opacity .2s ease, transform .2s ease;
}

.bosc-cfg-btn:hover,
.bosc-all-link:hover,
.bosc-small-btn:hover,
.bosc-hero__cta:hover,
.bosc-form input[type="submit"]:hover,
.bosc-form button[type="submit"]:hover {
    opacity: .82;
}