@media screen and (max-width: 1460px) {
    header{
        height: 950px;
        background-position: center 0px;
        background-size: 1570px;

    }
    .heroes{
        /*margin-left: -616px;*/
        /*width: 1020px;*/
        /*top: -166px;*/
        top:-68px;
        transform: scale(0.7);
    }

    #wavesContainer{
        right: -2325px;
    }

    #mainBtn{
        margin-top: -30px;
        transform: scale(0.7);
    }
    #mainDialog{
        font-size: 45px;
    }

    #mainDialog span{
        font-size: 35px;
    }

    .underTitle{
        font-size: 17px;
    }
    .sline{
        font-size: 12px;
    }
    .fline{
        font-size: 14px;
    }
    .phones{
        min-width: 310px;
    }
    .logo{
        transform: scale(0.7);
        margin-left: 0px;
    }
    .baseNav{
        min-width: 388px;
    }
    .contentContainer{
        width: 120%;
        justify-content: space-evenly;
        margin-left: -10%;
        transform: scale(0.80)
    }
    #aboutAs .contentContainer{
        right: -7%;
        position: relative;
    }
    #happyBirthday{
        background-position-x: -350px;

    }    

    #formOfFairy{
         background-position: top;
    }
    .FlexHorizontal {
        flex-direction: column;
        margin-bottom: 30px;
    }





}
@media screen and (max-width: 1574px) and (min-width: 771px) {
 .contentContainer{
        margin-top: -100px;
     padding-left: 3%;
     padding-right: 3%;
 }
 .contentMarginTop {
     margin-top: 150px;
 }
 .sashaTop {
     margin-top: 0px;     
 }
}


    @media screen and (max-width: 1360px) {
    #formOfMagic {
        height: 961px;
        background-position: top right -200px;
    }
    #formOfFairy {
        height: 952px;
        background-position: top right -200px;
    }
}

/*#heroesContainer:hover #hero1, #heroesContainer:hover #hero4{*/
/*    transform: translate(-3%,-3%) scale(0.8);*/
/*}*/
/*#heroesContainer:hover #hero2, #heroesContainer:hover #hero3, #heroesContainer:hover #hero5{*/
/*    transform: translate(3%,-3%) scale(0.8);*/
/*}*/

