@media screen and (max-width: 1960px) {
    header{
            height: 1096px;
            background-position: center -66px;
            background-size: 1960px;

    }
    .heroes{
        transform: scale(0.8);
        width: 1440px;
        top:-36px;

    }

    #wavesContainer{

    }
    #mainBtn{
        transform: scale(0.8);
        margin-top: -30px;
    }
    #wavesContainer{

        right: -2278px;
    }
}
@media screen and (max-width: 1660px) {
    #quests .questsFlex{
        max-width:1030px;
    }

    #menuContactScroll {
        width: auto;
        margin-left:3%;
    }
    #menuScroll {
        width: auto;
        margin-left:3%;

    }
}

@media screen and (max-width: 1700px) {
    .textScroll{
        font-size: 12px;
    }
    #menuScroll {
        width: 100%;
    }
    .numbersScroll{
        font-size:13px;
    }
    #menuContactScroll .inlineBlock{
        transform: scale(0.9);
    }
}
@media screen and (max-width: 1210px) {
    .header_scroll{
        display: none;
    }
}

.sectionFaq {
    padding-top : 80px;
}
.sectionFaq .contentContainer{
    flex-direction: column;
    align-items: center;
}
.faq-content-wrap {
    max-width: 100%;
    width : 800px;
    margin-top : 20px;
    box-sizing: border-box;
    padding-left : 20px;
    padding-right : 20px;
}
.faq-content-wrap * {
    box-sizing: border-box;
}
.faq-content .item {
    width: 100%;
    padding: 15px 20px;
    font-family: 'Nunito';
    cursor : pointer;
    margin : 0 0 20px;
}
.faq-content .caption{
    font-size: 20px;
    font-weight: 600;
    position : relative;
    padding-right : 40px;
}
.faq-content .caption:after {
    content: '+';
    display: block;
    position: absolute;
    width: 23px;
    height: 24px;
    right: 7px;
    z-index: 2;
    top: 50%;
    margin-top: -18px;
    transition: 0.3s;
    font-size: 34px;
    line-height: 1;
}
.faq-content .item.active .caption:after {
    content: '-';
}
.faq-content .answer{
    padding: 13px 0 10px 20px;
}
@media screen and (max-width: 550px) {
    .faq-content .caption {
        font-size: 18px;
    }
}
#happyBirthday .contentText {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    #happyBirthday .contentH2 {
        top: -80px;
    }
    #happyBirthday .contentH3 {
        margin-top: -75px;
    }
    #formOfMagic {
        height: 700px;
        margin-bottom: -35px;
    }
    #happyBirthday .contentText {
        margin-top: -150px!important;
    }
    .contentText {
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contentText > p {
        position: relative;
        padding-top: 40px;
    }
    .contentText > p:before {
        content:'';
        display: inline-block;
        background: url(./images/balloons.png) center/cover;
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 5px;
        margin-left: -15px;
    }
    #calendarCelebrate {
        height: auto!important;
    }
}
@media screen and (max-width: 450px) {
    #shouPrograms, #sweets, #externalSupport {
        height: auto!important;
    }
    #happyBirthday .contentText {
        margin-top: -185px!important;
    }
}
/*header{*/
/*    height: 1096px;*/
/*    background-position: center -66px;*/
/*    background-size: 1960px;*/

/*}*/
/*.heroes{*/
/*    margin-left: -388px;*/
/*    width: 1440px;*/
/*    top:-76px;*/
/*}*/
/*.heroesItem{*/
/*    transform: scale(0.8);*/
/*}*/
/*#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);*/
/*}*/

/*#wavesContainer{*/
/*    right: -2278px;*/
/*}*/
