

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

body {
    overflow-x: hidden;
}

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

main p {
    margin-bottom: 0;
    margin-top: 0;
    color: var(--color-text-sub);
}

main section {
    margin-bottom: 100px;
}

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

.only-xxs {
    display: none;
}

/*for animate*/
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    /*will-change: transform, opacity;  */  /*Мыльность текста из за него*/
}


/*======  main-block  ======*/
.main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main__text {
    max-width: 60%;
    flex-shrink: 0;
}

.main__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 35px;
    max-width: 500px;
}

.main__tooltip {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 45px;
    max-width: 680px;
    padding-right: 40px;
}

.main__button > a {
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
}

.main__img {
    /*width: 45%;*/
    /*padding-left: 40px;*/
}

.main__img > img {
    width: 100%;
    object-fit: contain;
}

/*======  text-block  ======*/
.text__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}

.text__tooltip {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
}

.text__tooltip__short {
    max-width: 680px;
}

.text__tooltip:last-child {
    margin-bottom: 0;
}

.text__subwrapper {
    margin-bottom: 25px;
}

.text__subwrapper:last-child {
    margin-bottom: 0;
}

.text__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

.text__subtooltip {
    font-size: 15px;
    line-height: 24px;
}

.text__subtooltip__short {
    max-width: 810px;
}

.text__subtooltip__long {
    max-width: 960px;
}

@media (max-width: 1199px) {

    /*======  main-block  ======*/
    .main__text {
        max-width: 63%;
    }

    .main__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
        max-width: 500px;
    }

    .main__tooltip {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 35px;
        padding-right: 20px;
    }

}

@media (max-width: 991px) {

    /*======  main-block  ======*/
    .main__text {
        max-width: 52%;
    }

    .main__title {
        font-size: 32px;
        line-height: 36px;
    }

    /*======  text-block  ======*/
    .text__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    /*======  main-block  ======*/
    .main__text {
        max-width: 50%;
    }

    .main__title {
        font-size: 28px;
        line-height: 32px;
    }

}

@media (max-width: 575px) {

    .only-xxs {
        display: block;
    }

    .but-xxs {
        display: none;
    }

    main section {
        margin-bottom: 80px;
    }

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

    /*======  main-block  ======*/
    .main__text {
        max-width: 100%;
    }

    .main__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .main__img {
        margin-bottom: 24px;
    }

    .main__tooltip {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 28px;
        padding-right: 0;
    }

    .main__button, .main__button > a {
        width: 100%;
    }

    /*======  text-block  ======*/
    .text__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .text__tooltip {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .text__subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .text__subtooltip {
        font-size: 14px;
        line-height: 18px;
    }

    .text__subwrapper {
        margin-bottom: 20px;
    }

}
/* End */
/* /local/components/akvamir/single.page/templates/refund/style.css?16897945063998 */
