/* Media 1280 */
@media screen and (max-width: 1280px) {
    header,
    .intro,
    .inner,
    .content,
    footer {
        max-width: 1100px;
    }
    header {
        align-items: center;
        justify-content: space-between;
    }
    header img {
        width: 180px;
        height: 27px;
    }
    header ul {
        margin: 0 0 0 50px;
        flex-wrap: wrap;
    }
    header ul li {
        padding: 13px 5px;
    }
    .inner-row {
        width: 60%;
    }
    .inner-row a {
        width: 330px;
    }
}

/* Media 1100 */
@media screen and (max-width: 1100px) {
    header,
    .intro,
    .inner,
    .content,
    footer {
        max-width: 800px;
    }
    header {
        padding: 0 10px;
    }
    .content {
        padding: 30px 0;
    }
    footer ul {
        flex-wrap: wrap;
    }
    header ul li {
        padding: 13px 4px;
    }
    footer ul li {
        padding: 13px 5px
    }
    footer ul li a {
        padding: inherit;
    }
    .inner-gift {
        width: 300px;
        height: 300px;
    }
    .inner-row h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .inner-row p {
        width: 90%;
        margin: 10px 0 20px 0;
        font-size: 14px;
    }
    .inner-row a {
        padding: 12px;
        width: 300px;
    }
    .inner-row a span {
        font-size: 18.0308px;
        line-height: 19px;
    }
    .inner-arrow {
        right: 11px;
        width: auto;
        height: 60px;
    }
}

/* Media 768 */
@media screen and (max-width: 768px) {
    body {
        padding: 0;
    }
    header,
    footer {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }
    header {
        flex-direction: column;
        margin: 0 0 23px 0;
        padding: 14px 14px 24px 14px;
        border-radius: 0;
    }
    header img {
        align-self: center;
    }
    header ul {
        margin: 18.4px 0 0 0;
        justify-content: center;
    }
    header ul li {
        margin: 0 15px;
        padding: 10px 0;
    }
    header ul li a {
        padding: inherit;
    }
    .intro {
        width: 90%;
    }
    .intro p {
        width: 80%;
    }
    .content {
        width: 90%;
    }
    .container-error h4 {
        font-size: 5em;
    }
    .container-error h3 {
        font-size: 5em;
    }
    header ul li:hover {
        background-color: transparent;
        color: #F6264C;
    }
    .inner {
        flex-direction: column-reverse;
        max-width: 90%;
    }
    .inner-row {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .inner-arrow {
        display: none;
    }
    .inner-row a {
        padding: 17px 12px;
        width: 100%;
        border-radius: 8.73px;
    }
    .inner-row a span {
        font-size: 22.0308px;
        line-height: 25px;
    }
    .inner-row p {
        font-size: 16px;
        line-height: 130%;
    }
    .inner-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .inner-row h1 {
        width: 90%;
        font-size: 46px;
        line-height: 50px;
    }
    .inner-top-arrow {
        position: relative;
        display: block;
        bottom: 71px;
        width: 52px;
        height: 153px;
    }
    .pl {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 13px 15px 10px 15px;
        display: flex;
        flex-direction: column;
        background: #56359B;
        z-index: 999;
        zoom: 150%;
    }
    .pl h5 {
        margin: 0 0 5.7px 0;
        font-family: 'Muller';
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        align-self: center;
    }
    .pl a {
        font-family: 'Gotham Pro Bold';
        padding: 12.5px;
        width: 100%;
        text-decoration: none;
        background: linear-gradient(92.21deg, #873EFF -2.74%, #F83C8B 49.31%, #C130F3 110.84%);
        border-radius: 10px;

        font-style: normal;
        font-weight: 700;
        font-size: 15.0308px;
       line-height: 25px;
        text-align: center;
        color: #FFFFFF;
        transition: .5s;
    }
    .main-cnt {
        padding-bottom: 120px;
    }
}   

/* Media 425 */
@media screen and (max-width: 600px) {
    header ul li,
    footer {
        padding: 18px 0;
    }
    header {
        padding: 14px 0 24px 0;
    }
    header ul li a {
        padding: 0;
    }
    header img {
        height: 15px;
        width: auto;
    }
    footer {
        border-radius: 0;
    }
    footer ul li,
    header ul li {
        margin: 0;
        padding: 4px 5px;
        font-size: 9.15385px;
        line-height: 10px;
    }
    footer ul li a {
        padding: 0;
    }
    footer ul li a:last-child {
        content: 'real or fake';
    }
    .intro {
        margin: 0 auto;
        background: url('../img/mob.png') center / cover no-repeat;
        border-radius: 5px;
    }
    .intro h1 {
        font-size: 18px;
        line-height: 23px;
    }
    .intro p {
        margin: 0 0 21.5px 0;
        width: 95%;
        font-size: 12px;
        line-height: 15px;
    }
    .intro a {
        font-size: 10px;
        line-height: 10px;
    }
    .content {
        padding: 37.8px 0 27px 0;
    }
    .content h2 {
        margin: 15px 0 8px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .content p,
    .content ul li,
    .content ol li {
        margin: 0 auto 8px auto;
        font-size: 12px;
        line-height: 15px;
    }
    .content ul,
    .content ol {
        margin: 0;
    }
    .container-error h3 {
        font-size: 2em;
    }
    .container-error h4 {
        font-size: 2em;
    }
    footer ul li:hover {
        background-color: transparent;
        color: #F6264C;
    }
    .inner {
        padding: 13px;
        border-radius: 25px;
    }
    .inner-gift {
        width: 200px;
        height: 200px;
    }
    .inner-row h1 {
        width: 90%;
        font-size: 26px;
        line-height: 30px;
    }
    .inner-row p {
        margin: 10px 0 20px 0;
        font-size: 12px;
        line-height: 15px;
    }
    .inner-row a span {
        font-size: 14px;
        line-height: 16px;
    }
    .inner-top-arrow {
        position: relative;
        display: block;
        bottom: 49px;
        width: 36px;
        height: 98px;
    }
    .pl a {
        padding: 3.5px;
        border-radius: 7px;
        font-size: 10.0308px;
    }
    .main-cnt {
        padding-bottom: 100px;
    }
}