.brand-active .header-h1 {
    color: #fff;
    padding-top: 10px;
}
.brand__background {
    height: 300px;
    margin-bottom: 60px;
    background-position: center center;
    background-size: 1920px 300px;
    background-repeat: no-repeat;
}
.brand-page {
    margin-top: -75px;
}

.bread-crumbs .bread-crumbs__item span,
.bread-crumbs .bread-crumbs__link:after,
.bread-crumbs .bread-crumbs__link:hover:after{
    color: #90A4AE;
}
.bread-crumbs .bread-crumbs__link:hover span, .bread-crumbs__link:hover:after {
    color: #008dee;
}
.bread-crumbs .bread-crumbs__item:last-child span {
    cursor: default;
}

.brand__descr3 {
    margin-bottom: 18px;
}

.container.brand h1 {
    color: #fff;
}
.brand__title {
    font-size: 20px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #263238;
    font-weight: 500;
    margin-bottom: 16px;
    max-width: 884px;
}
.brand__descr {
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #455A64;
    max-width: 884px;
}
.brand__banner {
    height: 300px;
    margin-bottom: 50px;
    background-position: center center;
    background-size: 1920px 300px;
    background-repeat: no-repeat;
}
.brand__banner-text {
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #3e4a58;
    line-height: 1.1;
    padding-top: 100px;
    margin-bottom: 50px;
}
.brand__banner-img {
    margin-bottom: 50px;
}
.brand__descr1 {
    margin: 16px 0 24px;
}
.brand__descr-dop {
    color: #007fcc;
    font-size: 30px;
    margin-bottom: 50px;
}
.brand__descr-dop_block {
    border: 8px solid #018dee;
    padding: 40px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.brand__descr-dop span {
    font-size: 56px;
    line-height: 0.9;
    padding-top: 15px;
}
.brand__descr2 {
    margin-bottom: 40px;
}
.brand__row img {
    max-width: 100%;
}
.brand-page .product {
    margin-bottom: 0;
}
.brand__video {
    background-image: url("../img/brand__video-bgrd.png");
    height: 545px;
    background-position: center center;
    background-size: 1920px 545px;
    margin-bottom: 50px;
}
.brand__video-container {
    width: 970px;
    margin: 0 auto;
    height: 100%;
}
.brand__items-carousel {
    margin-bottom: 50px;
}
.brand__items-carousel .product-count {
    display: block !important;
    padding-right: 0;
    text-align: center;
    margin-top: -25px;
}

.product-review:not(.slick-initialized) {
    height: 508px;
}
.brand__slider {
    height: 498px;
    overflow: hidden;
    margin: 0 0 24px;
    padding-right: 124px;
}
.brand__slider-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 498px !important;
    border-radius: 4px;
}
.brand__slider img {
    border-radius: 4px;
    max-height: none;
}
.brand__slider .slick-prev {
    right: 47px;
    top: 35%;
    left: auto;
    transform: rotate(180deg);
}
.brand__slider .slick-prev::before {
    content: url("img/arrow.png") !important;
}
.brand__slider .slick-next {

    left: auto;
    right: 47px;
    top: 65%;
}
button.slick-arrow.slick-next {
    transform: none !important;
}
.brand__slider .slick-next::before {
    content: url("img/arrow.png") !important;
}
.brand__slider-block {
    position: relative;
    width: 1008px;
    max-width: 100%;
}
.brand__slider-count {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -35px;
}
.brand__slider-count p {
    display: flex;
    align-items: center;
}
.brand__slider-count__visible {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.5px;
    color: #263238;
}
.brand__slider-count__total {
    font-size: 24px;
    line-height: 28px;
    color: #607D8B;
    padding-left: 6px;
}
.brand__descr-show a::before {
    content: url("img/more.png");
    margin-right: 18px;
    width: 20px;
    height: 20px;
}
.brand__descr-show a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #008DEE;
    display: flex;
    align-items: center;
}
.brand__descr-show a:hover {
    opacity: 0.9;
}
.brand__descr-show a:focus {
    color: #008DEE;
}
.brand__descr-more {
    display: none;
}
.brand__description {
    margin-bottom: 84px;
}
.brand-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: #263238;
    margin-bottom: 16px;
}
.brand__collections {
    margin: 60px 0 80px;
}
.brand__collections a {
    border: 1px solid #B3E5FC;
    border-radius: 24px;
    height: 24px;
    margin: 0 4px 8px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4px;
    padding: 4px 8px;
    color: #008DEE;
    display: inline-block;
}
.brand__collections a:hover {
    cursor: pointer;
    background-color: #eaf2f7;
}

@media (max-width: 1199px) {
    .brand__background {
        background-position: center 54px;
    }
    .brand__descr-dop {
        font-size: 24px;
    }
    .brand-page {
        margin-top: -109px;
    }
}

@media (max-width: 991px) {
    .brand__banner-text {
        padding-top: 0;
        font-size: 30px;
    }
    .brand__descr-dop {
        float: none;
        margin: 0 auto 50px;
    }
    .brand__descr-dop_block {
        text-align: center;
    }
    .brand__banner-img {
        margin-bottom: 20px;
    }
    .brand__items-carousel {
        width: 100%;
    }
    .brand__video-container {
        width: 100%;
    }
    .brand__video {
        height: 415px;
        padding: 0 15px;
        background-image: none;
    }
    .brand__items-carousel .product-count {
        display: none !important;
    }
    .header-h1.brand-h1 {
        display: none;
    }
    .brand-active .container {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
    }
    .brand__background {
        margin-bottom: 40px;
    }
    .brand__title,
    .brand__descr {
        max-width: 630px;
    }
    .brand__slider-block {
        width: 100%;
    }
    .brand__slider {
        padding-right: 91px;
        height: 354px;
    }
    .brand__slider-item {
        height: 354px !important;
    }
    .brand__slider-count__visible {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0.25px;
    }
    .brand__slider-count__total {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.15px;
    }
    .brand__slider .slick-prev,
    .brand__slider .slick-next {
        right: 20px;
    }
    .brand__slider-count {
        margin-top: -16px;
    }
    .brand-page {
        margin-top: -53px;
    }
}

@media (max-width: 767px) {
    .brand-active .header-h1 {
        opacity: 0;
    }
    .brand__items-carousel .product-count {
        display: block !important;
    }
    .brand__slider {
        height: 235px;
        margin: 0 -24px 24px;
        padding: 0;
    }
    .brand__slider-item {
        height: 181px !important;
    }
    .brand__slider-count {
        position: static;
        display: flex;
        justify-content: center;
    }
    .slick-arrow.slick-prev {
        top: auto;
        bottom: -9px;
        transform: rotate(90deg) !important;
        left: 0;
        margin-left: 24px;
    }
    button.slick-arrow.slick-next {
        top: auto;
        bottom: -9px;
        transform: rotate(270deg) !important;
        left: 100%;
        margin-left: -54px;
    }
    .brand__slider-count {
        margin-top: -58px;
    }
    .brand__slider-block {
        margin-bottom: 32px;
    }
    .brand-page {
        margin-top: -56px;
    }
}

@media (max-width: 499px) {
    .brand__background {
        height: 205px;
        background-size: auto 205px;
        box-shadow: none;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .brand__banner-text {
        font-size: 20px;
    }
    .brand__title {
        font-size: 20px;
        line-height: 1.2;
    }
    .brand__row {
        margin: 25px 0 40px;
    }
    .brand__items-carousel {
        padding: 0 15px;
    }
    .brand__video {
        height: 180px;
    }
    .brand-page {
        margin-top: -87px;
    }
}
