*{
    padding: 0px;
    margin: 0px;
}
.zagContainer{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: cursive;
}
.main{
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main-phrase{
    font-weight: 900;
    color: #fff;
    opacity: .9;
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 1;
    text-align: center;
}
.subtitle, .main-block__contacts{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    box-sizing: border-box;
    letter-spacing: 1px;
    margin: 50px 0;
    text-align: center;
    position: relative;
}
.countdown-row{
    font-size: 100%;
    color: #dadada;
    line-height: 1.75;
    display: block;
    text-align: center;
}
.countdown-section{
    font-family: Roboto,sans-serif;
    line-height: 1.75;
    border-right: 1px dotted #dadada;
    border-color: rgba(218,218,218,0.8);
    color: #dadada;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0px 0px 0px;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
}
.countdown-section:first-of-type{
    border-left: 1px dotted #dadada;
}
.countdown-amount{
    font-family: Roboto,sans-serif;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1;
    padding-bottom: 10px;
}
.countdown-period{
    font-family: Roboto,sans-serif;
    line-height: 1.75;
    color: #dadada;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 921px) and (min-width: 768px){
    .main-phrase{
        font-size: 89px;
    }
}
@media screen and (max-width: 767px) {
    .main-phrase{
        font-size: 66px;
    }
    .subtitle, .main-block__contacts{
        font-size: 17px;
    }
    .main-block__qr{
        display: none;
    }
}
@media (max-width: 576px) and (min-width: 411px) {
    .main-phrase{
        font-size: 50px;
    }
}
@media (max-width: 410px) {
    .main-phrase{
        font-size: 40px;
    }
}