.brand_wrapper {
    background-image: url('/imgs/brand_bg_1.png');
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background-size: cover;
    margin-bottom: 100px;
}
.brand_wrapper span {
    font-weight: 700;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    text-shadow: 3px 3px 6.6px #00000040;
}
.brand {
    padding: 170px 0 20px;
}
.jarvi-promo-component {
    width: 1200px;
    min-height: 317px;
    overflow: hidden;
}
.jarvi-promo-component .jarvi-promo-component-swiper-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jarvi-promo-component .jarvi-promo-component-swiper-block img {
    width: 82px;
    height: 82px;
    transition: all 0.5s ease-in-out;
}
.jarvi-promo-component-swiper .swiper-slide-active img {
    width: 137px;
    height: 137px;
}
.jarvi-promo-component-swiper .swiper-slide {
    width: 250px;
}
.jarvi-promo-component-swiper .swiper-slide .jarvi-promo-component-swiper-block-title {
    width: 250px;
    color: #121132;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: none;
}
.jarvi-promo-component-swiper .swiper-slide-active .jarvi-promo-component-swiper-block-title {
    display: block;
}
h3.title {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    color: #121132;
    margin-bottom: 16px;
}
p {
    color: #121132;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.video_index {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 100%;
    border-radius: 10px;
}

.products_title {
    font-size: 40px;
}

.products {
    margin-top: 20px;
}
.products_inner-title {
    font-size: 40px;
    text-transform: lowercase;
    margin-left: -60px;
}

.standart_title {
    border: none;
    font-size: 40px;
    width: 320px;
    flex-basis: 25%;
    display: flex;
    align-self: center;
    line-height: 49px;
}
.products_desc-title {
    font-size: 40px;
}
.quality::after {
    position: absolute;
    content: "";
    background: #e6e6f4;
    filter: blur(35.5px);
    width: 100vw;
    height: 240px;
    bottom: 180px;
    right: 50%;
    transform: translateX(50%);
    pointer-events: none;
}

.standart_text ul li {
    list-style: inside;
    margin-bottom: 10px;
}
.standart_wrapper {
    border-radius: 35px;
    border: 1px solid #131132;
}
.standart {
    padding-bottom: 30px;
    margin-right: 150px;
}
.standart_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    flex-basis: 75%;
    padding-right: 20px;
}
.brand_inner::before {
    border-bottom: 1px solid #131132;
}
.quality_item-title {
    text-align: center;
}
.quality_item-text {
    margin-top: 20px;
}

.quality_wrapper {
    overflow: hidden;
    padding-bottom: 80px;
}
.quality {
    overflow: hidden;
}

.cards-component .swiper-slide:nth-child(1) .cards-component-swiper-block-front {
    background-color: #121132;
    color: #FFFFFF;
}
.cards-component .swiper-slide:nth-child(2) .cards-component-swiper-block-front {
    background-color: #5CBCD1;
    color: #FFFFFF;
}
.cards-component .swiper-slide:nth-child(3) .cards-component-swiper-block-front {
    background-color: #E6E7F3;
    color: #121132;
}
.cards-component .swiper-slide:nth-child(4) .cards-component-swiper-block-front {
    background-color: #EEC5DE;
    color: #002F87;
}


.cards-component-swiper-block-front-slogan {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.cards-component-swiper-block {
    display: flex;
    justify-content: center;
    width: 380px;
    height: 380px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.cards-component-swiper-block-front,
.cards-component-swiper-block-back {
    border-radius: 30px;
    background: #F8F8F8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    border: 1px solid #121132;
    border-radius: 35px;
}

.cards-component-swiper-block-front {
    gap: 26px;
    position: relative;
}
.cards-component-swiper-block-front::after {
    position: absolute;
    content: "";
    background-image: url(/imgs/hand.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    right: 25px;
    bottom: 25px;
}
.cards-component .swiper-slide:nth-child(3) .cards-component-swiper-block-front::after {
    background-image: url(/imgs/hand_black.svg?1);
}
.cards-component .swiper-slide:nth-child(4) .cards-component-swiper-block-front::after {
    background-image: url(/imgs/hand_blue.svg?1);
}

.cards-component-swiper-block-back {
    place-content: space-evenly;
    background-color: #d6dfff;
}
.cards-component-swiper-block-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.cards-component-swiper-block-front.rotate {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.cards-component-swiper-block-back.rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    display: block;
}
.cards-component-swiper-block-front > div,
.cards-component-swiper-block-back > div {
    z-index: 1;
}

.cards-component-swiper-block-back-icons {
    display: flex;
    text-align: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
}
.cards-component-swiper-block-back-icons-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 33%;
}
.cards-component-swiper-block-back-title {
    align-self: start;
    font-weight: 700;
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 10px;
}

.cards-component-swiper-block-back-text {
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    padding: 0 30px;
    margin-bottom: 23px;
}

.jivo-24-7 {
    position: fixed;
    background-image: url(/imgs/icon_24_7.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 94px;
    height: 84px;
    right: 35px;
    bottom: 65px;
    z-index: 999999999999;
    display: none;
}

.brand_slider {
    display: flex;
    flex-direction: column;
}


.cards-component-swiper .button-prev,
.cards-component-swiper .button-next {
    display: block;
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
}
.cards-component-swiper .button-prev {
    background-image: url('/imgs/mobile_arraw_left.svg');
}
.cards-component-swiper .button-next {
    background-image: url('/imgs/mobile_arraw_right.svg');
}
.cards-component-swiper .mobile-navigation {
    /*display: none;*/
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 40px;
}
.cards-component {
    overflow: hidden;
    min-height: 390px;
    padding-left: 1px;
}

.cards-component-swiper .swiper-button-disabled {
    opacity: 0.2;
}

.hide {
    display: none;
}

.jarvi-promo-component .swiper-slide img {
    cursor: pointer;
}


@media (max-width: 1300px) {
    .standart {
        margin-right: 70px;
    }
}

@media (max-width: 998px) {
    .header {
        height: 86px;
        padding: 18px 0 21px 0;
    }
    .mobile_title {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .standart_title {
        display: none;
    }
    .mobile_title::after {
        position: absolute;
        right: -6px;
        top: 28px;
        content: '+';
        width: 19px;
        height: 19px;
        line-height: 14px;
        pointer-events: none;
        font-family: 'Tahoma';
        font-weight: 500;
        transition: all .3s ease-in-out;
    }
    .mobile_title.active::after {
        content: '–';
        transform: rotate(180deg);

    }
    .mobile_title {
        padding-right: 16px;
    }
    .cards-component-swiper-block-back-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }
    .cards-component-swiper-block-back-text {
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
    }
    .cards-component-swiper-block-back-icons-item
    {
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
    }
    .quality_item-text
    {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        margin-top: 0;
    }
    .quality_wrapper {
        padding-bottom: 40px;
    }
    .quality_imgs {
        top: 150px !important;
    }
    .jivo-24-7 {
        background: linear-gradient(90deg, #0A1637 0%, #09236C 50%, #08309E 100%);
        width: 100%;
        right: 0;
        top: 86px;
        height: 40px;
        z-index: 99;
        display: flex;
        align-items: center;
    }
    .jivo-24-7::after {
        content: "Служба заботы Järvi 24/7";
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        color: #fff;
        display: flex;
        justify-self: center;
        align-items: center;
        height: 40px;
        display: inline;
        line-height: 39px;
        width: 100%;
    }
    .brand_slider {
        display: flex;
        flex-direction: column-reverse;
    }
    .brand {
        padding: 0;
    }
    .jarvi-promo-component {
        min-height: 200px;
        width: 100%;
    }
    .brand_slider .container {
        max-width: 100%;
    }
    .jarvi-promo-component .jarvi-promo-component-swiper-block img {
        width: 70px;
        height: 70px;
    }
    .jarvi-promo-component-swiper .swiper-slide-active img {
        width: 100px;
        height: 100px;
    }
    .brand_wrapper {
        height: 100px;
    }
    .brand_wrapper span {
        font-size: 18px;
        line-height: 22px;
    }

    h3.title {
        font-size: 34px;
        line-height: 38px;
        text-align: left;
    }

    p {
        font-size: 15px;
        line-height: 18px;
    }

    .video_index {
        max-width: 100%;
    }

    .standart_wrapper {
        border: none;
    }
    .standart_text {
        flex-basis: 100%;
        padding-right: 0;
    }
    .standart {
        margin-right: 0;
    }
    .standart_text ul {
        font-size: 15px;
        line-height: 18px;
    }
    .standart_text ul li {
        padding-left: 20px;
        margin-bottom: 5px;
        list-style: inside;
    }

    .quality_item-title {
        font-size: 34px;
        line-height: 36px;
        text-align: left;
    }
    h3.title.center {
        text-align: center;
    }
    .cards-component-swiper-block {
        width: auto;
    }
    .cards-component {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .cards-component-swiper .button-prev,
    .cards-component-swiper .button-next {
        display: block;
        background-repeat: no-repeat;
        width: 32px;
        height: 24px;
    }
    .cards-component-swiper .button-prev {
        background-image: url('/imgs/mobile_arraw_left.svg');
    }
    .cards-component-swiper .button-next {
        background-image: url('/imgs/mobile_arraw_right.svg');
    }
    .cards-component-swiper .mobile-navigation {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        gap: 40px;
    }
    .video_title {
        text-align: center;
    }
    .quality_item-text {
        display: block;
    }
    .quality_item-title {
        background-image: url(/imgs/blur_bg.svg?111);
        background-size: 100%;
        background-repeat: no-repeat;
        padding-bottom: 30px;
        background-position-y: -30px;
        padding-top: 20px;
    }

}