.section-hero__video-background {
/*     margin-top: 40px; */
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    text-align: left;
}

.section-hero__background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 41%;
    width: 100%;
    margin: 0;
    padding: 136px 64px 168px 48px;
    background-color: rgba(74, 85, 104, .8);
    border-right: 1px solid #fff;
    color: white;
    position: relative;
    z-index: 2;
    text-align: left;
}

.section-hero__content h1 {
    font-family: 'Sui', sans-serif;
    margin: 0;
    padding-bottom: 0;
    font-size: 46px;
    line-height: 1.2;
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.section-hero__content-description {
/*     max-width: 750px; */
    margin-bottom: 2rem;
    padding-top: 1rem;
    padding-bottom: 0;
    font-size: 22px;
    color: #fff;
}

.section-hero-heading {
    margin-top: 100px;
    margin-bottom: -25px;
}

.section-hero-heading h1 {
    color: #000;
}

.section-hero-heading .section-hero__content-description {
    color: #000;
}

.section-hero__content-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    color: #4a5568;
    font-weight: 700;
}

.main-category-grid {
    margin-bottom: 80px;
}

.main-category-grid .product-categories .category-grid .category-card{
    transition: all 0.5s;
}

.main-category-grid .product-categories .category-grid .category-card:hover{
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .03);
    transform: translateY(0);
}

.text-image-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: auto;
}

.text-image-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2rem;
    min-height: 72vh;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}

.text-image-block .container {
    padding: 0 24px 8px 16px;
}

.text-image-block .button_gray {
    background: #94949c;
    border: 1px solid #d2232a;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 700;
}

.text-image-block .button_gray:hover {
    background: #4a5568;
}

.image-left {
    flex-direction: row;
}

.image-right {
    flex-direction: row-reverse;
}

.image-container {
    max-width: 59%;
    width: 100%;
    max-height: 1181px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 41%;
    width: 100%;
}

.text-container h2 {
    margin: 56px 0 0;
    font-size: 46px;
    line-height: 1.5;
    color: #363636;
}

.text-container h2:first-child {
    margin-top: 0;
}

.text-container p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin-bottom: 32px;
}

.text-container p:last-child {
    margin-bottom: 0;
}

/*.text-container p img {*/
/*    max-width: 30%;*/
/*}*/

.text-container p img {
    max-width: 10%;
}

.content {
    margin: 1rem 0 2rem;
    /*font-size: 1rem;*/
    /*line-height: 1.6;*/
    font-size: 1.4rem;
    line-height: 1.6;
}

.content ul {
    margin: 0;
    padding: 0 0 0 20px;
    column-count: 2;
}

.main-info-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
    max-width: 100%;
    width: 100%;
    margin-bottom: 48px;
}

.main-info-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 100%;
    width: 100%;
}

.main-info-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    border-radius: 16px;
    padding: 2rem;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.main-info-item .button_gray {
    background-color: #94949c;
    border: 1px solid #d2232a;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    transition: all 0.3s;
}

.main-info-item .button_gray:hover {
    background-color: #4a5568;
}

.main-info-item p {
    max-width: 396px;
    position: relative;
    z-index: 2;
    color: #f7f7f7;
    font-size: 20px;
    line-height: 1.6;
}

.main-info-item-client {
    min-height: 25vh;
    padding-top: 32px;
    padding-right: 56px;
    padding-bottom: 32px;
    padding-left: 32px;
    gap: 0;
    background-color: #c5c5c5;
}

.main-info-item-client p {
    max-width: 100%;
    color: #2b2b2b;
}

.main-info-item-client span {
    line-height: 1.6;
    font-size: .9rem;
    text-transform: uppercase;
    z-index: 2;
}

.main-info-item-client h2 {
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    font-size: 40px;
    position: relative;
    z-index: 2;
}

.main-info-item-applications {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 45vh;
    position: relative;
}

.main-info-item-applications:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
    opacity: .5;
    background-color: #2b2b2b;
}

.main-info-item-locator {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 41vh;
    background-size: cover;
    background-position: 50% 54%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: relative;
    height: 60%;
}

.main-info-item-locator:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
    opacity: .5;
    background-color: #2d3748;
}

.main-info-item-library {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 45vh;
    position: relative;
}

.main-info-item-library:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
    opacity: .5;
    background-color: #2b2b2b;
}

.main-info-item-applications .button_gray,
.main-info-item-locator .button_gray,
.main-info-item-library .button_gray {
    max-width: max-content;
    margin-bottom: 2rem;
}

@media (max-width: 1080px) {
    .section-hero__content {
        max-width: 100%;
    }
    .main-category-grid .category-grid {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
    .text-image-block {
        flex-direction: column;
    }
    .image-right {
        flex-direction: column-reverse;
    }
    .image-left {
        flex-direction: column-reverse;
    }
    .text-container,
    .image-container {
        max-width: 100%;
    }
    .image-container {
        min-height: 50vh;
    }
    .main-info-inner {
        display: flex;
        flex-direction: column;
    }
    .main-info-column:last-child {
        flex-direction: column-reverse;
    }
    .main-info-item p {
        max-width: 100%;
    }
    .main-info-item {
        min-height: 25vh;
    }
    .main-info-item-client {
        min-height: 10vh;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .section-hero__content {
        padding: 120px 20px 64px;
    }
    .main-category-grid {
        margin-bottom: 32px;
    }
    .main-category-grid .category-grid {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
        gap: 1rem;
    }
    .text-container {
        min-height: 30vh;
    }
    .text-container h2 {
        margin-top: 16px;
        font-size: 2rem;
    }
    .text-image-block {
        margin-bottom: 40px;
    }
    .main-info {
        margin-top: 24px;
    }

    .main-info-item .button_gray{
        font-size: 16px;
    }
    .section-hero__content-buttons {
        flex-wrap: wrap;
    }
	.section-hero-heading {
		margin-top: 36px!important;
	}
	.section-hero__content{
		border: none;
	}
.section-hero__content h1 {
        font-size: 40px;
    }
}

@media (max-width: 375px) {
    .section-hero__content h1 {
        font-size: 36px;
    }

}