@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .holy__page .holy__bloc-header .holy__decor[data-item="1"] {
        width: 58px;
        top: 54px;
        left: calc(50% - 177px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="2"] {
        width: 56px;
        top: 37px;
        left: calc(50% - 203px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="3"] {
        width: 10px;
        top: 105px;
        left: calc(50% - 150px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="4"] {
        width: 7px;
        top: 117px;
        left: calc(50% - 155px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="5"] {
        width: 7px;
        top: 108px;
        left: calc(50% - 170px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="6"] {
        width: 10px;
        top: 50px;
        left: calc(50% - 138px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="11"] {
        width: 56px;
        top: 56px;
        left: calc(50% + 130px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="12"] {
        width: 39px;
        top: 13px;
        left: calc(50% + 158px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="13"] {
        width: 42px;
        top: 119px;
        left: calc(50% + 157px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="14"] {
        width: 12px;
        top: 100px;
        left: calc(50% + 182px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="15"] {
        width: 9px;
        top: 28px;
        left: calc(50% - 153px);
    }
    .holy__page .holy__bloc-header .holy__decor[data-item="16"] {
        width: 6px;
        top: 24px;
        left: calc(50% - 162px);
    }

    .holy__page .holy__header-title {
        color: #B40024;
        text-align: center;
        font-size: 50px;
        line-height: 1.2em;
        padding-bottom: 24px;
        max-width: 280px;
        margin: 0 auto;
    }
    .holy__page .holy__title {
        position: relative;
    }

    .holy__page .holy__faq-item-handler {
        font-size: 12px;
    }
    .holy__page .holy__faq-item-handler {
        padding: 16px 35px 16px 0;
    }
    .holy__page .holy__faq-item-handler {
        text-align: left;
        font-weight: normal;
        line-height: 1.42em;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
    }
}