/* Media 1280 */
@media screen and (max-width: 1280px) {
    header,
    .intro,
    .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;
    }
}

/* Media 1100 */
@media screen and (max-width: 1100px) {
    header,
    .intro,
    .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;
    }
}

/* 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: flex-start;
    }
    header ul {
        margin: 15px 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: 3em;
    }
    .container-error h3 {
        font-size: 5em;
    }

    header .logo {
        zoom: 100%;
    }

    header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    body{
        padding-top: 175px;
    }

    .block{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(42, 24, 84, 1);
        padding: 15px;
    }

    .block__wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .block__link{
        color: rgba(28, 51, 47, 1);
        background: rgba(237, 184, 23, 1);
        border-radius: 50px;
        font-size: 12px;
        font-weight: 500;
        display: block;
        padding: 10px 6px;
        position: relative;
    }

    .block__link:hover{
        background: #8D48F6;
        color: #fff;
    }

    .block__link span {
        color: rgba(70, 93, 89, 0.65);
        position: absolute;
        bottom: 3px;
        right: 7px;
        font-size: 6px;
    }

    .block__text{
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        color: #fff;
        white-space: nowrap;
    }

    .block__text img {
        margin: 0 5px;
    }

    .block__content{
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .block__left{
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .mobile__links{
        display: flex;
        gap: 10px;
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
    }

    .header__link{
        font-size: 9px;
        color: #fff;
        background: rgba(141, 72, 246, 1);
        text-transform: uppercase;
        border-radius: 50px;
        padding: 10px;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .header__link-yellow{
        color: rgba(28, 51, 47, 1);
        background: rgba(237, 184, 23, 1);
    }

    .header__link span {
        color: rgba(70, 93, 89, 0.65);
        position: absolute;
        bottom: 3px;
        right: 7px;
        font-size: 6px;
    }

    header ul li:last-child {
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 0;
        margin: 0;
    }

    header ul li:last-child a {
        display: block;
    }

    .logo {
        align-self: flex-start;
    }
      #cookie-banner {
        display:none;
    }
}

/* Media 425 */
@media screen and (max-width: 600px) {
    header ul li,
    footer {
        padding: 18px 0;
    }
    header {
        padding: 14px 0 14px 0;
    }
    header ul li a {
        padding: 0;
    }
    header img {
        height: 18px;
        width: auto;
        margin-left: 15px;
    }
    footer {
        border-radius: 0;
        padding-bottom:50px;
    }
  
    footer ul li,
    header ul li {
        margin: 0;
        padding: 4px 5px;
        font-size: 9.15385px;
        line-height: 10px;
           margin-bottom:10px!important;
    }
    footer ul li a {
        padding: 0;
    }
    footer ul li a:last-child {
        content: 'real or fake';
    }
    .intro {
        margin: 0 auto;
        background: url('../img/mob.webp') center / cover no-repeat;
    }
    .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, .content h3, .faq__head,
    strong {
        margin: 15px 0 8px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .content p,
    .content ul li,
    .content ol li,
    .faq__content {
        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: 1em;
    }
}