

/* Start:/local/components/akvamir/single.page/templates/warranty/style.css?16897945065331*/
:root {
    --color-text-main: #333333;
    --color-text-sub: #777777;
    /*--theme-base-color orange*/
}

body {
    overflow-x: hidden;
}

main * {
    color: var(--color-text-main);
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

main>section {
    margin-bottom: 110px;
}
main>section:last-child{
    margin-bottom: 90px;
}

.only-xxs {
    display: none;
}
/*for animate*/
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}


/*======  warranty-block  ======*/
.warranty{
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    align-items: center;
}
.warranty__text, .warranty__img{
    width: 50%;
}
.warranty__img{
    text-align: center;
}
.warranty__img img{
    width: 440px;
}
.warranty__title{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
}
.warranty__tooltip{
    margin-bottom: 30px;
}
.warranty__tooltip p{
    font-size: 15px;
    line-height: 24px;
    color: var(--color-text-sub);
    margin-bottom: 20px;
}
.warranty__tooltip p:last-child{
    margin-bottom: 0;
}

.warranty__text .warranty__button.btn{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 16px;
}

/*======  malfunction-block  ======*/
.malfunction__title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}
.malfunction__text{
    margin-bottom: 40px;
}
.malfunction__text p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-text-sub);
}
.malfunction__text p:last-child{
    margin-bottom: 0;
}
.malfunction__text p.malfunction__nuance{
    color: var(--color-text-main);
}
.steps{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}
.steps__item{
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 27%;
    min-width: 284px;
}
.steps__icon{
    width: 48px;
    height: 48px;
    margin-right: 16px;
    margin-top: 12px;
}
.steps__icon img{
    width: 48px;
    height: 48px;
}
.steps__text{
    font-size: 15px;
    line-height: 24px;
    color: var(--color-text-main);
}


@media (max-width: 1199px) {

    main>section {
        margin-bottom: 110px;
    }
    main>section:last-child{
        margin-bottom: 70px;
    }

    /*======  warranty-block  ======*/
    .warranty__title{
        font-size: 40px;
        line-height: 50px;
    }
    .warranty__text{
        padding-right: 10px;
    }
    .warranty__img{
        padding-left: 10px;
    }
    .warranty__img img{
        width: 100%;
    }
    /*======  malfunction-block  ======*/
    .malfunction__text{
        margin-bottom: 30px;
    }
    .steps{
        justify-content: space-between;
    }
    .steps__item{
        flex-direction: column;
        text-align: center;
        min-width: auto;
        width: 32%;
    }
    .steps__icon{
        margin: 0 auto;
    }
    .steps__text{
        padding-top: 15px;
    }

}

@media (max-width: 991px) {
    main>section {
        margin-bottom: 100px;
    }
    main>section:last-child{
        margin-bottom: 90px;
    }

    /*======  warranty-block  ======*/
    .warranty__text{
        padding-right: 19px;
    }
    .warranty__img{
        padding-left: 19px;
    }

}

@media (max-width: 767px) {
    main>section {
        margin-bottom: 90px;
    }
    main>section:last-child{
        margin-bottom: 90px;
    }

    /*======  warranty-block  ======*/
    .warranty__title{
        font-size: 32px;
        line-height: 36px;
    }
    .warranty__text{
        padding-right: 10px;
    }
    .warranty__img{
        padding-left: 10px;
    }

    /*======  malfunction-block  ======*/
    .malfunction__title{
        font-size: 24px;
        line-height: 28px;
    }
    .steps{
        justify-content: start;
        flex-direction: column;
    }
    .steps__item{
        flex-direction: row;
        text-align: left;
        min-width: auto;
        width: 100%;
        margin-bottom: 24px;
        align-items: center;
    }
    .steps__item:last-child{
        margin-bottom: 0;
    }
    .steps__icon{
        margin: 0;
        margin-right: 16px
    }
    .steps__text{
        padding-top: 0;
    }
}

@media (max-width: 575px) {

    .only-xxs {
        display: block;
    }

    .but-xxs {
        display: none;
    }

    main>section {
        margin-bottom: 80px;
    }
    main>section {
        margin-bottom: 80px;
    }
    main>section:last-child{
        margin-bottom: 80px;
    }

    /*======  warranty-block  ======*/
    .warranty{
        flex-direction: column-reverse;
    }
    .warranty__text, .warranty__img{
        width: 100%;
        padding: 0;
    }
    .warranty__img{
        margin-bottom: 28px;
    }
    .warranty__img img{
        width: 64%;
    }
    .warranty__title{
        font-size: 20px;
        line-height: 24px;
    }
    .warranty__tooltip{
        margin-bottom: 28px;
    }
    .warranty__tooltip p{
        font-size: 14px;
        line-height: 18px;
    }
    .warranty__button{
        width: 100%;
    }

    /*======  malfunction-block  ======*/
    .malfunction__title{
        font-size: 20px;
        line-height: 24px;
    }
    .malfunction__text p{
        font-size: 14px;
        line-height: 18px;
    }
    .steps__text{
        font-size: 14px;
        line-height: 18px;
    }

}
/* End */
/* /local/components/akvamir/single.page/templates/warranty/style.css?16897945065331 */
