@media screen and (max-width: 425px) {
    #helpImgSinka {
        height: 272px;
    }

    .helpContactBtn{
        width: 60px;
    }
    #helpContacWh{
        background: url(../images/animators_mob/wh.webp);
    }
    #helpContactTel{
        background: url(../images/animators_mob/tel.webp);
    }
    /*-------------------------animation program*/



    .program1{
        width: 97%;
        margin-left: 3%;
    }
    header{
        height:700px;
        background: url("../images/animators_mob/Frame 87 (2).webp");
        background-size: cover;
        background-position-y: 0;
    }
    #mainDialog{
        margin-top: 100px;
        margin-bottom: 0px;
    }
    #mainBtn {
        top:410px;
        scale: 0.6;
    }
    .questText{
        left: -9px;
        font-size: 18px;
        bottom: 30px;
    }

}


@media screen and (max-width: 400px) {

    .aflex{
        margin: 3px;
    }
    .animatorsContainer{
        width: 142px;
        height: 146px;
    }
    #quests .questsFlex>div{
        width: 137px;
        height: 218px;

    }

    .questText{
        left: -6px;
        bottom: 50px;
    }
    .questText span{
        font-size: 16px;
        line-height: 24px;
    }

    #mainBtn {
        top: 415px;
        scale: 0.6;
    }
    .animatorsText span {
        font-size: 15px;
        line-height: 20px;
    }
    .animatorsBtn{
        height: 45px;
        width: 100px;
        bottom: 10px;
        left: 20px;
    }
    .animatorsBtn span{
        font-size: 12px;
    }

    .questsBtn{
        bottom: 40px;
        left: 18px;
    }
    .animatorsBackground {
        position: relative;
        width: 142px;
        height: 146px;
    }

}
@media screen and (max-width: 351px) {
    .questText {
        left: -6px;
        bottom: 40px;
    }

    .questText span {
        font-size: 14px;
        line-height: 20px;
    }

    #mainBtn {
        top: 628px;
    }
}
@media screen and (max-width: 316px) {
    .animatorsContainer, .animatorsBackground{
        width: 130px;
        height: 135px;
    }
}




