/*  ------  local   ------  */


/*div.holy__bloc:nth-child(12) {
    display: none;
}
div.holy__navigation-item:nth-child(4) {
display: none;
}*/


.holy__page .holy__push-title {
    min-height: 80px;
}
#advent-12{
    display: none;
}
 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .holy__page .holy__title {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .holy__page .holy__sets-tab-btn {
        font-size: 12px;
    }
}