@media (max-width: 1800px) {
    body.giftcard .giftcard-main .header{
        top: 80px;
    }
}

@media (max-width: 1600px) {
    body.giftcard .giftcard-main .header{
        top: 60px;
    }

    body.giftcard .advantages{
        width: 80%;
        left: 10%;
    }
    body.giftcard .giftcard-main .header{
        width: 50%;
        left: 10%;
    }
}

@media (max-width: 1500px) {
    body.giftcard .advantages .advantages-item{
        width: 30%;
        margin-right: 5%;
        padding: 30px 15px;
    }

    body.giftcard .giftcard-main .header .more{
        display: none;
    }
}

@media (max-width: 1400px) {
    body.giftcard .giftcard-main .header{
        width: 70%;
        left: 5%;
    }
    body.giftcard .advantages{
        width: 90%;
        left: 5%;
    }

    body.giftcard .giftcard-nominals .header,
    body.giftcard .giftcard-preferences .header {
        font: 36px/42px gothic;
    }
}

@media (max-width: 1300px) {
    body.giftcard .giftcard-main .header{
        width: 80%;
        top: 30px;
    }

    body.giftcard .giftcard-preferences-list .item{
        width: 45%;
        min-height: 150px;
        padding: 35px 30px 20px 110px;
    }

    body.giftcard .giftcard-preferences-list .item:nth-child(2n){
        margin-right: 0;
    }
}

@media (max-width: 1180px) {
    body.giftcard .giftcard-main .header .text{
        display: none;
    }
}

@media (max-width: 1100px) {
    body.giftcard .giftcard-nominals .giftcard-nominals-image img{
        max-width: 900px;
    }
}



/* iPhone and divices */
@media only screen and (max-width : 980px)
{
}
@media only screen and (max-width : 767px)
{
}
@media only screen and (max-width : 480px)
{
}
@media only screen and (max-width : 320px)
{
}