.container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-underline {
    background-image: linear-gradient(to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)),
    linear-gradient(to right, currentColor, currentColor);
    background-size: 100% 1px, 100% 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease-out;
}

.text-underline:hover {
    background-size: 100% 1px, 0 1px;
}

.brand {
    color: #262626;
}

/*---brand-hero---*/
.brand-hero {
    line-height: 0;
    overflow: hidden;
}
.brand-hero img {
    width: 100%;
}

/*---brand-hero-text---*/
.brand-hero-text {
    padding: 70px 0;
    color: #262626;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.brand-hero-text__container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.brand-hero-text p {
    margin: 0 0 16px;

    &:last-child {
        margin-bottom: 0;
    }
}


/*---brand-slider-nav---*/
.brand-slider-nav {
    position: relative;
    width: 100%;
    padding: 0 80px;
    background: #F5F5F5;
}

.brand-slider-nav__container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: auto;

    &::before,
    &::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 64px;
        background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
        z-index: 2;
    }

    &::after {
        right: 0;
        left: auto;
        background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
    }
}

.brand-slider-nav .slick-track {
    display: flex;
    align-items: stretch;
}

.brand-slider-nav .slick-slide {
    display: flex;
    height: auto;
}

.brand-slider-nav .slick-list {
    padding: 0!important;
}

.brand-slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    padding: 0;
    border-width: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    z-index: 3;

    &:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }
}

.brand-slider-nav .slick-next {
    left: auto;
    right: -60px;
}

.brand-slide-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    height: 100%;
    padding: 16px 6px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #808080;
    cursor: pointer;
    transition: color .3s ease;

    &:hover {
        color: #262626;
    }

    &::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 6px;
        right: 6px;
        display: block;
        height: 2px;
        background-color: transparent;
        z-index: 1;
        transition: all 0.4s .02s ease-out;
    }
}

.brand-slide-nav a {
    text-decoration: none;
    color: currentColor;
}

.brand-slide-nav.slick-current {
    color: #262626;

    &::after {
        background-color: #4C8CD0;
        transition: all 0.4s .04s ease-out;
    }
}

.slider-line {
    position: absolute;
    bottom: -5px; /* отступ снизу */
    height: 3px;
    background: #ff6600;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/*---brand-slider---*/
.brand-slider {
    height: auto;
}

.brand-slider .slick-slide {
    height: auto;
}

.brand-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 44px;
    height: 89px;
    padding: 0;
    border-width: 0;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 3;

    &:hover {
        opacity: 0.8;
    }
}

.brand-slider .slick-next {
    left: auto;
    right: 0;
}

/*---brand-product---*/
.brand-product {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.brand-product__row {
    display: flex;
    gap: 24px;
    width: 100%;
    padding: 48px 0 0;
}

.brand-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    min-height: 480px;
}

.brand-product__image img {
    object-fit: contain;
}

.brand-product__body {
    width: calc(100% - 384px);
    padding: 40px 0;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.brand-product__body p {
    margin: 0 0 16px;
}

.brand-product__body p:last-child {
    margin-bottom: 0;
}

.brand-product__title {
    margin: 0 0 24px;
    color: #262626;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.brand-product__text {
    margin: 0 0 16px;
}

.brand-product__info {
    display: flex;
    gap: 16px;
    max-width: 480px;
    margin: 0 0 16px;
    padding: 16px;
    color: #74AEE0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    border: 1px solid #7FBEF5;
}

.brand-product__info svg {
    flex-shrink: 0;
    fill: none;
}

.brand-product__info span {
    display: flex;
    align-items: center;
    min-height: 48px;
}

.brand-product-banner {
    margin: 0 -100px;
    padding: 24px;
    background: #F5F5F5;
}

.brand-product-banner__text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #808080;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

/*---brand-banner---*/
.brand-banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
    background: #F5F5F5;
}

.brand-banner__container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #808080;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

/*---brand-cards---*/
.brand-cards {
    margin: 70px 0;
}

.brand-cards__title {
    color: #262626;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.brand-cards-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.brand-card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding: 81% 0 0;
    margin: 0;
    overflow: hidden;
}

.brand-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.brand-card__image img {
    position: absolute;
    inset: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand-card__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

/*contacts*/
.bottom-block {
    margin-bottom:  70px;
}

.contacts-body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    padding: 70px;
    background: #F5F5F5;
}

.contacts-body__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contacts-body__header .title-h1 {
    margin: 0;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}

.contacts-body__header p{
    margin: 0;
    font-size: 18px;
}

.block-contact {
    margin: 0;
}

.block-contact a {
    text-decoration: none;
}

.block-contact__title {
    margin: 0 0 16px;
    color: #335BB8;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.block-contact__item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 400;

    &:last-child {
        margin-bottom: 0;
    }
}

.block-contact__item svg {
    color: #335BB8;
}

.contacts-nav {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.contacts-image {
    width: 50%;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.contacts-image img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.contacts-body-wrapper {
    display: flex;
}

.contacts-image img {
    width: 100%;
}

.brand-product__info svg {
    flex-shrink: 0;
    fill: none;
    width: 32px;
    height: 32px;
}