@media (max-width: 1400px) {
    .block{
        width: calc(100% - 3rem);
        margin: 0 auto 0 1.5rem;
    }
}
@media (max-width: 768px) {
    html{
        font-size:8px;
    }
    body.default{
        background: url("images/teksturatrav-mobi.jpg") no-repeat;
    }

    body.sauna {
        background-position: -180px top;
        padding-top:0;
        padding-bottom:0;
    }

    .info-block{
        background: transparent;
    }
    .d-block-sm{
        display: block;
    }

    .block {
        padding: 7rem 3.5rem 5.5rem 3.5rem;
    }

    .rules{
        text-align: center;
        padding-left: 0;
    }

    .rules img {
        position: static;
        margin-bottom:4rem;
    }

    .rules p, .rules h3{
        text-align: left;
    } 
}

@media (max-width: 575px) {
    html{
        font-size: 4.6px;
    }

    body.sauna {
        background-position: top center;
    }

    .price-block-items{
        display: block;
    }

    .price-block-items > div{
        width: 100%;
    }

    label.price-block {
        display: inline-block;
    }

    .text-center-xs{
        text-align: center !important;
    }

    .itog-price{
        text-align: center;
        margin-bottom: 5rem;
    }
    .itog-price-description{
        text-align: left;
    }
    .itog-price-bonus{
        text-align: center;
    }
    #step5 .description{
        font-size:2.8rem;
    }

    #step6 .warning {
        max-width: 55rem;
        margin: 0 auto;
    }

    #sauna-temp, #sauna-time-value{
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }

    #step6 h4 {
        margin-bottom: 2rem;
    }

    #step6 .warnings {
        margin: 6rem auto 7rem auto;
    }
    #sauna-up-select, #sauna-up-select-confrm-wrap{
        padding-top:0;
    }
    .sauna-up-select a{
        margin-top:6rem;
    }
    #alert-temp{
        text-align: center;
        padding-left: 5rem;
    }

    #sauna-up-select-confrm .form-group{
        text-align: center;
        display: inline-block;
    }
    #sauna-up-select-confrm {
        position: relative;
        top: 0;
        max-width: 54rem;
        margin: 3rem auto 0 auto;
    }
}