/* Скрыть блоки из фреймворка */

header.mb-4 {
    margin-bottom: 0 !important;
}

.business__hide {
    display: none;
}

/* Стили */
.business {
    width: 100%;
}

.business__banner {
    background-image: url('/upload/for_business/banner_svg.svg');
    background-size: cover;
    background-position: center;
    height: 683px;
    padding: 50px 0; /* добавим отступы для текста */
    display: flex;
    align-items: center;
    justify-content: center;
}

.business__banner img {
    width: 100%;
    height: auto;
}

.business__banner--content {
    color: white;
    text-align: center;
}

.banner__header {
    font-size: 40px;
}

.banner__text--one {
    font-size: 20px;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 50px;
}

.banner__text--two {
    font-size: 20px;
    max-width: 800px;
    margin: auto;
}


.business__solutions {
    padding-top: 100px;
    padding-bottom: 100px;
}

.solutions__header {
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: bold;
}

.solutions__text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}


.card.solutions__card {
    border: none;
    border-radius: 15px !important;
    box-shadow: 0 4px 1px 2px rgba(152, 152, 152, 0.1);
    padding-bottom: 10px;
}

.card.solutions__card .card-text, .card.solutions__card .card-title {
    padding: 0 20px 0 20px;
}

.card.solutions__card .card-title {
    text-align: center;
    font-weight: bold;
}

.card.solutions__card .card-img-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.solutions__card--footer {
    background-color: white !important;
    border-top: 0 !important;
    text-align: center;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}


.flow-systems {
    display: flex;
    flex-wrap: wrap;
}

.flow-systems__card {
    padding: 0 !important;
}

.flow-systems__card--white {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-systems__card--gray {
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.business__microfluidic-devices, .business__flow-systems, .business__partner {
    padding: 50px 0 50px 0;
}
.partner__list img{
    height: 150px;
}
.partner__list--img{

    display: flex;
    align-items: center;
    justify-content: center;
}
.microfluidic-devices {
    display: flex;
    flex-wrap: wrap;
}

.microfluidic-devices__card {
    padding: 0 !important;
}

.microfluidic-devices__card--white {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.microfluidic-devices__card--white img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.microfluidic-devices__card--max {
    width: 100%
}

.microfluidic-devices__card--gray {
    background-color: #D9D9D9;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.business__why {
    padding: 50px 0 50px 0;
}

.why {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
}

.why__img {
    padding: 0 !important;
}

.why__img img {
    width: 100%
}

.why__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}


.contact__header {
    font-weight: bold;
    font-size: 28px;
}

.business__contact {
    background-color: white;
}

.contact {
    display: flex;
    flex-wrap: wrap;
}

.contact__item {
    padding: 50px 0 50px 0;
}
.contact__item--slider-box{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-slide__item {
    width: 70%;
    margin: auto;
    box-shadow: 0 4px 1px 2px rgba(152, 152, 152, 0.1);
    border-radius: 15px;
    margin-bottom: 10px;

}

.swiper-slide__img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 50px 0;
    height: 400px;
}

.swiper-slide__img img {
    max-height: 250px;
    max-width: 100%;
}

.swiper-slide__text {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(128, 128, 128, 0.21);
    padding: 50px 20px 50px 20px;
    text-align: center;
}

swiper-container::part(button-prev) {
    color: rgba(128, 128, 128, 0.21);
}

swiper-container::part(button-next) {
    color: rgba(128, 128, 128, 0.21);
}

.contact__form {
    padding-top: 50px;
}
.contact__form input, .contact__form textarea {
    background-color: #E1E2E2;
    border-radius: 10px!important;
}
.contact__header--text{
    padding: 10px;
}
.contact__form .contact__btn {
    background-color: #4778CE!important;
    width: 100%;
    border-radius: 50px!important;
    text-transform: uppercase ;
    border: none;
}
.business__btn{
    background-color: #4778CE!important;
    border-radius: 25px!important;
    font-size: 14px;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase ;
    color: white;
    text-decoration: none;
}
.business__btn:hover{
    color: white;
}
.contact__form .contact__consent{
    font-size: 16px!important;
    color: rgba(128, 128, 128, 0.6)!important;
}
.partner__bottom-text{
    padding: 50px 0 50px 0;
    font-size: 20px!important;
}
@media(max-width: 768px){


    .banner__header {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .banner__text--one {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .banner__text--two {
        font-size: 16px;
    }



    .flow-systems__card--gray, .microfluidic-devices__card--gray{
        min-height: 200px;
    }
    .flow-systems__card--gray div.mt-5, .microfluidic-devices__card--gray div.mt-5{
        margin-top: 10px!important;
    }

    .flow-systems__order:nth-child(3) {
        order: 4;
    }

    .flow-systems__order:nth-child(4) {
        order: 3;
    }
    .microfluidic-devices__order:nth-child(3) {
        order: 4;
    }

    .microfluidic-devices__order:nth-child(4) {
        order: 3;
    }
    .swiper-slide__item {
        width: 90%;

    }
}
.captcha__box{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}