main {
    background: #020D2B;
    border-radius: 0 0 40px 40px;
    padding: 60px 0 80px 0;
    width: max-content;
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(2, 1fr);
}

.main_first {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

.main_first h1 {
    font-weight: 700;
    font-size: 36px;
    color: white;
}

.main_title {
    color: white;
    font-size: 50px;
    font-weight: 700;

}

.main_first>span {
    background: #3375F6;
    letter-spacing: -5%;
    padding: 0 10px;
    font-size: 35px;
    bottom: 0;
    color: white;
    position: relative;
    max-width: max-content;
    margin: 0px 0;
    transform: rotate(3deg);
    white-space: nowrap;
    border-radius: 40px;

}



.main_first img {
    width: 30px;
    margin: -20px 0;
    object-fit: contain;
}



.main_first p {
    font-size: 14px;
    color: #A8A9AE;
}

.main_first .mini-text {
    color: white;
}

.main_first>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main-socials>a {
    display: flex;
    align-items: center;
}

.main-socials {
    height: 35px;
}

.main_first>div>img {
    width: 35px;
    object-fit: contain;
}



.main-second>input {
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #B3B4BA;
    border-radius: 10px;
    outline: none;
}

.main-second {
    display: flex;
    background: #F6F7F8;
    height: 100%;
    justify-content: center;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 40px;
    flex-direction: column;
}

.main-second h4 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;

}

.main-second div {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    width: 100%;
}

.main-second>div>label {
    cursor: pointer;
}

.main-second button {
    background: #3375F6;
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: white;
    margin: 10px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.main-second>p,
.block-6-second>p {
    font-size: 12px;
}

.sign-links {
    display: flex;
    gap: 15px;
    margin-top: 12px;
    width: 100%;
    justify-content: stretch;
}

.sign-links>a {
    font-size: 20px;
    color: white;
    background: #3375F6;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 15px 2px;
    border-radius: 10px;
    border: 1px solid #3375F6;
    transition: 0.3s;
}


/*.sign-links>a:hover {*/
/*    color: white;*/
/*    background: #3375F6;*/
/*}*/


/* ///////////// */


.block-1 {
    padding: 60px;
    color: #01133B;
    border-radius: 20px;
    background: #F6F7F8;
}


.block-1-second p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #01133B;
}

.block-1-second p:first-child {
    margin-bottom: 20px;
}

.block-1>div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-1>div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.block-1-items {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 35px 30px;
}

.block-1-first {
    background: white;

}

.block-1-second {
    background: #3375F6;
}


.block-1-second p,
.block-1-second li {
    color: white;

}

.block-1-first p .block-1-first li {
    color: #020D2B;


}


.block-1-titles {
    display: flex;
    justify-content: space-between;
}

.block-1-titles img {
    width: 50px;
    object-fit: contain;
}

.block-1-titles p {
    font-size: 20px;
    font-weight: bold;
}

.block-1 ul {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.block-1 li {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
}


.block-1 li img {
    width: 35px;
    object-fit: contain;
}

/* ////////////////////////// */

.block-2 {
    padding: 60px;
    color: #01133B;
    border-radius: 20px;
    background: #F6F7F8;
}


.block-2-second p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #01133B;
}

.block-2-second p:first-child {
    margin-bottom: 20px;
}

.block-2>div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-2 .title,
.block-5 .title {
    max-width: 60%;
}

.block-2>div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
    position: relative;
    margin-top: 110px;
    margin-bottom: 200px;
}

.block-2-item {
    border-radius: 20px;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-weight: bold;
    padding: 30px;
    justify-content: space-between;
    padding-top: 40px;
    background: #3375F6;
}

.block-2-item-1 {
    background: white !important;
    color: #020D2B !important;
}


.block-2-item:last-child {
    background: #020D2B;
}


.block-2-item img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    max-height: 230px;
}


.block-2-item p,
.block-2-item div {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-2-item div {
    padding: 8px;
    text-align: center;
}

.block-2-item div {
    padding: 8px;
    width: 100%;
    border-radius: 20px;
    background: #6096FF;
    text-align: center;
}

.block-2-item:last-child div {
    background: #112D63;
}

.block-2-item-1 div {
    background: #F6F7F8;
}

.dark-arrow {
    position: absolute;
    height: 50px;
    transform: translateX(-50%);
    object-fit: contain;
    left: 33%;
    top: -140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 15px;
    height: max-content;
}

.int-arrow {
    display: none;
}

.dark-arrow-2 {
    position: absolute;
    transform: translateX(-50%);
    left: 66%;
    bottom: -140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 15px;
    height: max-content;
}

.dark-arrow-2 img {
    transform-origin: center;
    object-fit: contain;
    min-height: 50px;
}

.dark-arrow img {
    transform-origin: center;
    object-fit: contain;
    min-height: 50px;
}


.dark-arrow span {
    padding: 10px;
    border-radius: 20px;
    color: #020D2B;
    white-space: nowrap;
    background: white;
    font-size: 18px;
    font-weight: bold;
}



.dark-arrow-2 img {
    max-width: 100%;
    margin-left: 20px;
    transform: scale(1, -1);
}

.dark-arrow-2 span {
    padding: 10px;
    border-radius: 20px;
    white-space: nowrap;
    color: #020D2B;
    background: white;
    font-size: 18px;
    font-weight: bold;
}

.block-2>div:last-child {
    display: flex;
    padding: 30px;
    max-width: 100%;
    background: white;
    border-radius: 20px;
    gap: 10px;
    align-items: end;
}


.block-2>div:last-child img:first-child {
    border-radius: 20px;
    object-fit: contain;
    width: 100%;
}

.block-2-last {
    padding: 53px 73px;
    border-radius: 20px;
    background: #F6F7F8;
    position: relative;
    font-size: 28px;
    max-width: 450px;
    font-weight: bold;
    color: #020D2B;
}


.block-2-last img {
    max-width: 330px;
    left: 10px;
    position: absolute;
    bottom: 150px;
}

/* ////////////////////////// */


.block-3 {
    background: #F6F7F8;
    display: flex;
    flex-direction: column;
    padding: 60px;
    gap: 10px;
    border-radius: 20px;
}

.block-3>div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-3-first {
    width: 100%;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: white;
    border-radius: 20px;
    color: #01133B;
}

.block-3-first h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.block-3-first p {
    font-size: 18px;
    font-weight: 400;
}

.block-3-first img {
    justify-self: end;
}

.block-3-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}


.block-3-items div {
    background: white;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    color: #01133B;
    gap: 30px;
    align-items: flex-start;
    font-size: 20px;
    min-height: 170px;
    justify-content: space-between;
}

.block-3-items p {
    font-weight: 700;
    min-height: max-content;
}

.block-3-items img {
    width: 35px;
    object-fit: contain;
}

.block-3-button a {
    background: #3375F6;
    padding: 10px 20px;
    max-width: max-content;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    max-height: max-content;
}

.block-3-button {
    height: 100%;
    padding: 0px !important;
    display: flex;
    align-items: end;
    background: transparent !important;
}

.block-3-button div {
    display: flex;
    align-items: end;
    padding: 0px !important;
    background: transparent !important;
}

/* //////////////////// */


.block-4 {
    padding: 60px;
    color: #01133B;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F7F8;
}

.block-4>img {
    height: 100px;
    object-fit: contain;
}

.large-arrow-2 {
    display: none;
}



.block-4-second p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #01133B;
}

.block-4-second p:first-child {
    margin-bottom: 20px;
}

.block-4>div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-4>div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 100%;
    position: relative;
    gap: 10px;
    margin-bottom: 30px;
}

.block-4-item {
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: column;
}

.block-4-item div:first-child {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    padding: 7px;
    text-transform: uppercase;
    text-align: center;
    background: #020D2B;
    margin-bottom: 20px;
    border-radius: 20px;
}

.block-4-item img {
    width: 100%;
    object-fit: contain;
}



.block-4-item p {
    font-size: 18px;
    color: #020D2B;
}

.block-4-button>a {
    background: #3375F6;
    padding: 10px 20px;
    max-width: max-content;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border: none;
    margin-top: 30px;
    border-radius: 40px;
    cursor: pointer;
    max-height: max-content;
}

.block-4-button {
    height: 100%;
    display: flex;
    align-items: end;
    background: transparent !important;
}

/* //////////// */


.block-5 {
    padding: 60px;
    color: #01133B;
    border-radius: 20px;
    background: #F6F7F8;
}


.block-5-second p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #01133B;
}

.block-5-second p:first-child {
    margin-bottom: 20px;
}

.block-5>div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.block-5>div:last-child {
    display: flex;
    width: 100%;
    gap: 10px;
}


.block-5-last {
    font-size: 28px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 450px;
    font-weight: bold;
    color: #020D2B;
}


.block-5-last img {
    max-width: 310px;
    margin-top: -10px;
    margin-bottom: 10px;
}

.block-5-last p {
    padding: 30px;
    position: relative;
    border-radius: 20px;
    background: #F6F7F8;
    font-weight: bold;
}

.block-5-last p:first-child {
    background: #3375F6;
    color: white;
}


.block-5>div:last-child {
    display: flex;
    padding: 30px;
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    gap: 10px;
}


.block-5>div:last-child img:first-child {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

/* ////////////// */

.block-6 {
    background: #020D2B;
    border-radius: 20px;
    padding: 60px;
    width: max-content;
    width: 100%;
    display: flex;
    gap: 80px;
    flex-direction: column;
}

.block-6_first {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.block-6_first>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.block-6_first h1 {
    font-weight: 700;
    font-size: 36px;
    color: white;
}

.block-6_title {
    color: white;
    font-size: 50px;
    font-weight: 700;
    position: relative;
}

.f-socials {
    display: flex;
    gap: 10px;
}

.block-6_title>span {
    position: absolute;
    background: #3375F6;
    letter-spacing: -5%;
    padding: 0 10px;
    font-size: 35px;
    bottom: 0;
    margin-left: 30px;
    margin-top: 5px;
    transform: rotate(3deg);
    white-space: nowrap;
    border-radius: 40px;

}


.block-6_first .mini-text {
    color: white;
}


.block-6_first>div>img {
    width: 35px;
    object-fit: contain;
}


.block-6-second {
    max-width: 100%;
    width: 580px;
}

.block-6-second>input {
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #B3B4BA;
    border-radius: 10px;
    outline: none;
}

.block-6-second {
    display: flex;
    background: #F6F7F8;
    height: 100%;
    justify-content: center;
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 40px;
    flex-direction: column;
}

.block-6-second h4 {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;

}

.block-6-second div {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    width: 100%;
}

.block-6-second>div>label {
    cursor: pointer;
}

.block-6>div:last-child {
    display: flex;
    max-width: max-content;
    justify-content: center;
    gap: 60px;
    align-items: center;
    margin: 0 auto;
}

.block-6>div:last-child>img {
    object-fit: contain;
    width: 50px;
}

.gift-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    align-items: center;
    border-radius: 20px;
    max-width: 360px;
    background: #112D63;
    font-size: 20px;
    color: white;
    max-height: max-content;
}

.gift-box img {
    width: 170px;
    object-fit: contain;
}


.block-6-second button {
    background: #3375F6;
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: white;
    margin: 10px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.main-head-socials {
    display: none;
}



@media screen and (max-width:1200px) {
    main {
        gap: 20px;
    }
}

@media screen and (max-width:1100px) {
    .block-6>div:last-child {
        flex-direction: column;
        gap: 20px;
    }

    .block-3-items p {
        font-size: 16px;
    }
}


@media screen and (max-width:1024px) {
    .block-2>div:nth-child(2) {
        grid-template-columns: 1fr;
        gap: 60px;
        overflow: hidden;
    }

    .dark-arrow {
        top: 30.5%;
        flex-direction: row;
        max-width: 100px;
        gap: 0px;
        left: auto;
        right: -80px;
    }


    .dark-arrow img {
        transform: translateX(-25px);
        max-width: 100%;
        rotate: 80deg;
    }

    .dark-arrow-2 {
        bottom: 27.7%;
        flex-direction: column;
        max-width: 100px;
        gap: 45px;
        right: auto;
        transform: rotate(-80deg);
        left: 20px;
    }

    .dark-arrow-2 span {
        transform: rotate(80deg);
    }

    .dark-arrow-2 img {
        max-width: 100%;
        margin-left: 20px;
        transform: scale(-1, 1);
    }

    .large-arrow {
        display: none;
    }

    .large-arrow-2 {
        display: block;
        top: 0;
        min-width: 200px;
        object-fit: contain;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .block-2-last {
        order: 1;
        min-width: 100%;
        font-size: 20px;
        padding: 18px 10px;
        background: white;
    }

    .block-2>div:nth-child(2) {
        margin: 30px 0;
    }

    .block-2>div:last-child {
        background: transparent;
        padding: 0;
    }

    .block-2>div:last-child div:first-child {
        order: 2;
    }

    .block-2>div:last-child {
        flex-direction: column;
    }

    .block-1>div:first-child {
        flex-direction: column;
    }

    .block-1>div:first-child p {
        order: 1;
        margin-bottom: 20px;
    }

    .block-1>div:first-child .title {
        order: 2;
    }

    .block-2>div:first-child {
        flex-direction: column;
    }

    .block-2>div:first-child p {
        order: 1;
        margin-bottom: 20px;
    }

    .block-2>div:first-child .title {
        order: 2;
    }

    .block-3>div:first-child {
        flex-direction: column;
    }

    .block-3>div:first-child p {
        order: 1;
        margin-bottom: 20px;
    }

    .block-3>div:first-child .title {
        order: 2;
    }

    .block-4>div:first-child {
        flex-direction: column;
    }

    .block-4>div:first-child p {
        order: 1;
        margin-bottom: 20px;
    }

    .block-4>div:first-child .title {
        order: 2;
    }

    .block-5>div:first-child {
        flex-direction: column;
    }

    .block-5>div:first-child p {
        order: 1;
        margin-bottom: 20px;
    }

    .block-5>div:last-child {
        flex-direction: column;
        background: transparent;
        padding: 0;
    }

    .block-5>div:last-child>div:first-child {
        order: 3;
        position: relative;
    }

    .block-2 .title,
    .block-5 .title {
        max-width: 100%;
    }

    .block-5-last {
        min-width: 100%;
        order: 0;
    }

    .block-5-last p {
        padding: 10px;
        font-size: 20px;
        display: flex;
        align-items: center;
        height: 130px;
    }

    .block-5-last>img {
        display: none;
    }



    .block-5 {
        position: relative;
    }

    .block-5>div:first-child .title {
        order: 2;
    }


    .block-4>div:nth-child(2) {
        grid-template-columns: 1fr 1fr;
    }

    main {
        grid-template-columns: 1fr;
    }

    .main_title {
        order: 1;
    }



    main .mini-text {
        order: 4;
    }

    .main_first p {
        order: 5;
    }

    main {
        padding-top: 70px;
    }

    .main_first>div {
        display: flex;
        background: white;
        padding: 10px;
        position: absolute;
        top: 0;
        justify-content: space-between;
        align-items: center;
        left: 5px;
        width: calc(100% - 10px);
        border-radius: 0 0 15px 15px;
    }

    .main-head-socials {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .main-head-socials a {
        display: grid;
        place-items: center;
    }

    .main_first h1 {
        font-size: 20px !important;
        color: #020D2B;
    }

    .main_first span {
        font-size: 20px !important;
    }

    .main_first p br {
        display: none;
    }

    .main_first>span {
        order: 2;
    }

    .main_first .main-last-text {
        order: 3;
    }

    .main_first img {
        order: 6;
        margin: 0;
    }

    .main_first>div:last-child {
        display: none;
    }

    .block-6_title span {
        bottom: -70px;
        left: 0;
        margin-left: 0;
    }

    .block-6_title {
        margin-bottom: 40px;
    }

    .int-arrow {
        position: absolute;
        height: 160px;
        bottom: -150px;
        display: block;
        z-index: 10;
        right: 0;
    }
}

@media screen and (max-width: 820px) {

    .sign-links {
        gap: 10px;
        margin-top: 7px;
    }

    .sign-links>a {
        font-size: 16px;
        padding: 15px 0;
    }

    .main-second>p {
        font-size: 10px;
    }

    .block-6-second {
        width: 100%;
    }

    .block-6-second>p {
        font-size: 10px;
    }

    .main_title {
        font-size: 24px;
    }

    .block-6-second {
        padding: 20px 10px;
    }

    .block-6_title>span {
        bottom: -40px;
    }

    .f-socials {
        position: absolute;
        top: 30px;
        right: 10px;
    }

    .block-6-second>p,
    .block-6-second>div>label {
        font-size: 12px;
    }

    .block-6,
    .block-6-second {
        border-radius: 10px;
    }

    .block-6 {
        position: relative;
    }

    .block-6>div:last-child>img {
        width: 25px;
        object-fit: contain;
    }

    .gift-box {
        padding: 20px 10px;
        font-size: 14px;
    }

    .gift-box img {
        width: 100px;
    }

    .f-socials img {
        width: 25px;
        object-fit: contain;
    }


    .block-6 h1 {
        font-size: 18px;
    }

    .block-6 {
        padding: 30px 10px;
    }

    .block-6_first>div {
        gap: 10px;
        flex-direction: column;
    }

    .block-6_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .block-6_title span {
        font-size: 22px;
    }

    .block-4>div:nth-child(2) {
        grid-template-columns: 1fr;
    }

    .block-4-item {
        padding: 20px 10px;
    }

    .block-4-item img {
        max-height: 180px;
    }

    .block-4-item div {
        font-size: 20px !important;
    }

    .block-4-item p {
        font-size: 14px;
    }

    .block-4>img {
        height: 50px;
    }

    .block-4 button>a {
        font-size: 16px;
    }

    .block-3 {
        gap: 5px;
    }


    .block-3-first {
        display: flex;
        gap: 20px;
        padding: 20px 10px;
    }

    .block-3-items div {
        padding: 20px 10px;
        gap: 20px;
    }

    .block-3-items p {
        margin: auto 0;
    }

    .block-3 img {
        max-height: 35px;
        object-fit: contain;
    }

    .block-3-button {
        order: 3;
        min-width: 100%;
        background: #000;
        padding: 10px 0 0 0 !important;
        margin-top: -120px;
    }

    .block-3-button div {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }

    .block-3-button a {
        font-size: 16px;
        margin: 0;
        padding: 15px 57px;
        text-align: center;
        max-height: 52px;
        min-width: 100%;
    }

    .block-3-items div {
        max-height: max-content;
    }

    .block-3-items p,
    .block-3 h6 {
        font-size: 16px;
    }

    .block-3-items {
        gap: 5px;
        display: flex !important;
        flex-direction: column;
    }


    .block-3>a {
        font-size: 16px;
        width: 100%;
        margin: 20px auto 0 auto;
    }

    .block-3-items div {
        height: 140px;
    }

    .block-1,
    .block-2,
    .block-3,
    .block-4,
    .block-5 {
        padding: 30px 10px;
    }

    .block-1-titles img {
        width: 30px;
    }



    .block-2-item {
        padding: 20px 15px;
    }

    .block-2-item img {
        max-height: 190px;
    }



    .block-2-item div,
    .block-2-item p {
        font-size: 20px;
    }

    .block-1-titles {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .block-1-items {
        padding: 25px 20px;
    }

    .block-1-items li img,
    .block-1-second li img {
        width: 25px;
    }

    .block-1-second li p,
    .block-1-items li {
        font-size: 14px;
        gap: 10px;
    }

    .block-1>div:last-child {
        grid-template-columns: 1fr;
    }

    main {
        padding-bottom: 30px;
        border-radius: 0 0 20px 20px;
    }

    .main-second {
        border-radius: 15px;
    }

    .main_first p {
        font-size: 10px;
    }

    .main-second {
        padding: 20px 10px;
    }

    .main-second label {
        font-size: 14px;
    }

    .main-second input {
        font-size: 12px;
    }

    .main-second button {
        font-size: 16px;
    }

    .main-second h4 {
        font-size: 20px;
        text-align: left;
    }


    .main_first span {
        font-size: 22px;
    }

    .main_first {
        gap: 20px;
    }
}

@media screen and (max-width:360px) {
    .sign-links a {
        font-size: 12px;
    }
}