@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.btn-dics {
    display: none !important;
}

.btn_telegram {
    width: 220px;
    height: 50px;
    margin-left: 35px;
    text-decoration: none; /* убирает подчеркивание */
    display: none;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    justify-content: space-between;

    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 8px;
    padding: 14px 10px;
    border: none;
    /*transition: box-shadow 0.2s ease 0s, -ms-transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s, transform 0.1s ease 0s;*/
    background: linear-gradient(to right, rgb(52, 169, 222) 0%, rgb(52, 137, 222) 90%, rgb(52, 120, 221) 100%);
    box-shadow: -2px 0px 29px 2px rgba(20, 72, 105, 0.75);
    opacity: 0.95;
    color: #f5f5f5;
    transition: all 0.2s;
    /*box-shadow: 0 10px 27px 0 rgba(0, 0, 0, .3), inset 0 2px 0 0 var(--c-color-typo-primary), inset 0 -2px 0 0 var(--c-color-accent-3);*/
}

.btn_telegram:hover {
    opacity: 1;
    transform: scale(1.1);
}

.btn_telegram p {
    text-align: center;
}

.btn_telegram p span {
    color: #ffffff;
    font-weight: 600;
}

.btn_telegram img {
    width: 40px;
    height: 40px;
}

.btn-dics {
    position: fixed;
    right: 65px;
    bottom: 75px;
}

.mobile_social {
    display: none;
    flex-wrap: wrap;
    position: fixed;
    align-items: center;
    bottom: 10vh;
    width: 100%;
    justify-content: center;
}

.mobile_social .btn-tg, .mobile_social .btn-dicsord {
    height: 65px;
    margin: 10px !important;
}

.mobile_social a {
    display: flex;
    position: relative;
}

.mobile_social a img {
    width: 9vw;
    object-fit: contain;
    transition: all 0.3s;
}

.mobile_social a img:hover {
    transform: scale(1.1);
}

._active .mobile_social {
    display: flex;
}

.social-main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
    bottom: auto;
    top: 0;
    justify-content: center;
    align-items: end;
    padding: 10px;
    right: 0;
    position: absolute;
    height: 100vh;
}

.social-main a {
    font-size: 16px;
}

.social-main .btn-tg {
    margin: 0;
    height: 60px;
    width: 230px;
}

.social-main .btn-tg img {
    height: 35px;
    width: 35px;
}

.social-main .btn-dicsord {
    margin: 0;
    height: 60px;
    width: 210px;
}

.social-main .btn-dicsord img {
    height: 38px;
}

.social-side-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 10vw;
}

.social-side-right a {
    margin-bottom: 0.7rem;
}

.mobile_social-menu {
    display: none;
    position: absolute;
    bottom: 50px;
    max-width: 100%;
    overflow: hidden;
}

.wrap-mobile-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wrap-mobile-social a {
    margin-bottom: 6px;
}

.wrap-mobile-social a img {
    width: 170px;
    object-fit: contain;
}

.bg-img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    user-select: none;

    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.main_bg a {
    z-index: 1;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    outline: none;
}

.btn-play {
    display: flex;
    z-index: 100;

    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
}

.btn-description {
    display: flex;
    z-index: 100;

    /*position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);*/
}

.btn-description .btn {
    border-radius: 8px;
    white-space: nowrap;
    height: 47px;
    font-size: 17px;
    color: #5b2c1c;
}

.btn--pre-primary {
    width: auto;
    --btn-color: var(--c-color-typo-secondary);
    --btn-bg-color: linear-gradient(0, rgb(252, 167, 58) 0%, rgb(246, 229, 125) 100%);
    box-shadow: 0 10px 27px 0 rgba(0, 0, 0, .3), inset 0 2px 0 0 var(--c-color-typo-primary), inset 0 -2px 0 0 var(--c-color-accent-4);
}

.main_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-img {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.bg-img--active {
    opacity: 1;
    z-index: -1;
}

.btn-description {
    display: flex;
    z-index: 100;
    position: relative;
    text-decoration: unset;
    margin-right: 15px;
}

.btn-description-mobile {
    display: none;
}

#audio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: -1000px;
}

@media (max-width: 1200px) {
    .policy-btn {
        top: auto;
        bottom: 10px;
        margin: 0 auto;
        width: 270px;
        font-size: 12px;
    }

    .btn-description-mobile {
        display: flex;

    }

    .btn-description {
        display: none;
    }

    .screen__start {
        bottom: 80px;
    }

    .social-side-right {
        width: 14vw;
    }

    .mobile_social a img {
        width: 12vw;
    }
}

@media (max-width: 900px) {
    .social-side-right {
        width: 16vw;
    }

    .mobile_social a img {
        width: 14vw;
    }

    .social-side-right a {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 700px) {
    .btn-description .btn {
        height: 40px;
        font-size: 14px;
    }

    .social-main {
        display: none;
    }

    ._active .mobile_social-menu {
        display: flex;
    }

    .social-main .btn-tg {
        margin: 0 !important;
        height: 45px;
        width: 190px;
    }

    .social-main .btn-tg img {
        height: 30px;
        width: 30px;
    }

    .social-main .btn-dicsord {
        height: 45px;
        width: 110px;
    }

    .social-main .btn-dicsord img {
        height: 22px;
    }
}


@media (min-width: 1400px) {
    .btn-description .btn {
        border-radius: 0.417vw;
        height: 2.44vw;
        font-size: 0.88vw;
        color: #5b2c1c;
    }

    .btn_block .btn.btn--pre-primary {
        border-radius: 0.533vw;
        margin-bottom: 7.33vw;
        height: 2.6vw;
        font-size: 0.9vw;
    }
}

@media (min-width: 1200px) {
    .btn_telegram img {
        width: 2.43vw;
        height: 2.43vw;
    }

    .btn-dics {
        display: flex !important;
        position: fixed;
        right: 5.417vw;
        bottom: 6.25vw;
    }

    .btn_telegram {
        display: flex;
        width: 15.333vw;
        height: 3.167vw;
        margin-left: 2.917vw;
        font-size: 1.0vw;
        border-radius: 0.667vw;
        padding: 1.167vw 0.833vw;
        line-height: 1.267vw;
    }

    .btn-dics {
        position: fixed;
        right: 5.417vw;
        bottom: 4.0625vw;
    }
}

