@media screen and (max-width: 1112px) {
    .prime__title > span {
        text-shadow: 1px 1px 4px #0085ff;
    }

    .prime__image {
        right: -440px;
    }

    .prime__decoration-left {
        left: -100px;
        bottom: 0;
    }

    .instructions__icon {
        margin-right: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .prime__instructions > a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .prime__instructions span {
        margin: 4px;
    }

    .footer__cover {
        padding-bottom: 110px;
    }

    .footer__button {
        display: block;
        position: fixed;
        bottom: -150%;
        left: 0;
    }

    .footer__button.visible {
        bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .header {
        padding: 30px 30px 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__logo {
        margin: 0 auto;
    }

    .header__logo img {
        max-height: 47px;
    }

    .header__icons {
        margin: 0 auto;
        padding-top:25px;
    }

    .header__icons a {
        margin: 0 2.5px;
    }

    .prime {
        padding: 185px 30px 370px;
    }

    .prime__decoration {
        display: none;
    }

    .prime__title > span {
        margin-bottom: 9px;
        font-size: 45px;
    }

    .prime__title .bold-text {
        font-size: 55px;
    }

    .prime__title .mini-text {
        font-size: 22px;
    }

    .prime__wrap p {
        margin: 6px 0;
        font-size: 22px;
    }

    .prime__wrap .flag-icon {
        margin-left: 6px;
    }

    .prime__wrap .flag-icon img {
        max-height: 14px;
    }

    .prime__button {
        margin-top:50px !important;
        padding: 15px 60px;
        width: auto;
    }

    .prime__image {
        bottom: 0;
        right: -550px;
    }

    .prime__instructions {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .prime__instructions > a {
        margin-top: 8px;
        padding: 16px 30px 16px 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        width: 100%;
        max-width: 500px;
        background: -o-linear-gradient(top, #0075ff 0%, #0065e8 100%);
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#0075ff),
            to(#0065e8)
            );
        background: linear-gradient(180deg, #0075ff 0%, #0065e8 100%);
        border-radius: 10px;
    }

    .prime__instructions > a::after {
        content: '';
        position: absolute;
        width: calc(100% + 1px + 1px);
        height: calc(100% + 1px + 1px);
        left: -1px;
        top: -1px;
        border-radius: 10px;
        background: -o-linear-gradient(
            255.57deg,
            rgba(255, 255, 255, 0) -0.61%,
            #04a5ff 89.77%
            );
        background: linear-gradient(
            194.43deg,
            rgba(255, 255, 255, 0) -0.61%,
            #04a5ff 89.77%
            );
        z-index: -1;
    }

    .prime__instructions > span {
        display: none;
    }

    .prime__instructions .instructions__icon {
        margin: 0 16px 0 0;
    }

    .instructions__text span {
        margin: 0 1px;
        display: inline-block;
    }

    .instructions__icon img {
        min-width: unset;
        max-width: 33px;
    }

    .prime__instructions::after {
        display: none;
    }
}

@media screen and (max-width: 605px) {
    .prime__background-desc {
        display: none;
    }

    .prime__background-mob {
        display: block;
    }

    .prime__title > span {
        margin-bottom: 6px;
        font-size: 50px;
        text-shadow: none;
    }

    .prime__title .bold-text {
        margin-bottom: 6px;
        font-size: 35px;
    }

    .prime__title .mini-text {
        margin: 0 5px;
        font-size: 15px;
    }

    .prime__wrap p {
        margin: 0 auto;
        font-size: 16px;
        margin-top:25px;
    }

    .prime__wrap .flag-icon {
        margin-left: 6px;
    }

    .prime__wrap .flag-icon img {
        max-height: 14px;
    }

    .prime__button {
        font-size: 20px;
    }

    .prime__image-desk {
        display: none;
    }

    .prime__image-mob {
        display: block;
        right: 0;
        bottom: 120px;
        min-width: 360px;
    }

    .prime__instructions > a {
        padding: 12px 15px 12px 50px;
    }

    .instructions__text span {
        font-size: 15px;
    }

    .footer__cover {
        padding: 0px 0 10px;
    }

    .footer__payments ul {
        padding-bottom: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: start;
        justify-content: space-between;
        border: none;
    }

    .footer__payments li {
        margin: 5px;
        width:80px;
    }

    .footer__general {
        margin-bottom: 50px;
    }

    .footer__general > div {
        padding-right: 0;
    }

    .footer__general .age-limit {
        top: unset;
        bottom: -80px;
        left: 0;
    }

    .footer__partners {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__partners a {
        margin: 10px 32px 10px 0;
    }

    .footer__button {
        font-size: 20px;
    }
}

@media screen and (max-width: 425px) {
    .prime__button {
        margin: 0 auto;
    }

    .prime__instructions > a {
        margin-top: 0px;
        padding: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 0px;
        padding-left:25px;
    }

    .instructions__text span {
        font-size: 16px;
    }
    
    .instructions__text .bold-text{
        font-size: 20px;
    }

    .instructions__text {
        text-align: left;
    }

    .sketch {
        min-width: 320px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 0px;
    }
    .sketch_box{
        margin:0 auto;
        margin-top:30px;
        background-size: contain;
    }

    .scratchpad {
        max-width: 124px;
        min-width: 124px;
        min-height: 124px;
        border: solid 0px;
    }

    .mobileOnly{
        display: block;
    }

    .desktopOnly{
        display: none;
    }
    
    .prime_sketch{
        margin:10px 0;
    }

}
