@font-face {
    font-family: 'Gilroy-Bold ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold ☞'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Heavy ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy ☞'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Light ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light ☞'), url('../fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium ☞'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular ☞'), url('../fonts/Gilroy-Medium.woff') format('woff');
}


@media (max-width: 680px) {
    a {
        text-decoration: none;
        color: inherit;
    }

    body {
        width: 100%;
    }

    .header__inner, .header__submenu {
        display: none;
    }

    .mob_menu {
        display: block;
    }

    .first__blcok_mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
        transition: all 0.3s ease-in-out;
    }

    .first__blcok_mob.fixed{
        position: fixed;
        width: 100%;
        top: -8px;
        left: 0;
        height: 70px;
        background-color: #ffffff; /* Задайте фоновый цвет */
        z-index: 1000; /* Убедитесь, что блок сверху */
    }

    .burger-menu {
        width: 24px;
        height: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        margin-left: 16px;
    }

    .burger-menu span {
        width: 100%;
        height: 4px;
        background-color: #000000; /* Цвет палочек */
        border-radius: 2px;
    }

    .logo_mob {
        width: 52px;
        height: 48px;
        margin-left: 85px;
    }

    #lang_mob {
        display: none;
    }

    #lang_eng {
        display: none;
    }

    .first__blcok_mob {
        display: flex;
    }

    .block_meu_mob {
        margin-right: 16px;
    }

    .block_meu_mob > ul {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .block_meu_mob > ul > li,
    .blcok__second__menumob >ul {
        list-style-type: none;
    }

    .block_meu_mob > ul > li:last-child {
        width: 32px;
        height: 32px;
        border: 2px solid #454545;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blcok__second__menumob {
        margin-top: 32px;
    }

    .blcok__second__menumob >ul {
        display: flex;
        justify-content: center;
        gap: 8px;

    }

    /* Стили для второго блока меню */
    .blcok__second__menumob {
        display: none; /* Скрыть это меню по умолчанию */
        position: absolute;
        top: 100%;
        left: 0;
        background-color: black;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }





    /* MAIN */
    .main_blcok {
        width: 100%;
        height: 430px;
    }

    .first_main__inner {
        border-radius: 0px;
    }

    .first_main__inner > img {
        width: 343px;
        height: 108px;
    }

    .blcok__payment {
        display: block;
        margin-top: 125px;
    }

    .blcok__title_payment > h2 {
        width: 100%;
        margin: 16px 5px 0 1px;
        font-size: 24px;
    }

    .blcok__title_payment > h1 {
        font-size: 48px;
    }

    .blcok__info_payment {
        display: grid;
        margin-top: 0px;
    }

    .blcok__info_payment > img {
        margin-bottom: -60px;
        width: 100%;
    }

    .blcok__info_second {
        display: block;
    }

    .blcok__info_second > img {
        position: relative;
        left: 40%;
    }

    .blcok__text {
        width: 100%;
        font-size: 24px;
    }

    /* .card_first {

    } */

    .blcok_img__second {
        display: grid;
        justify-content: center;
    }

    .blcok__fond {
        display: block;
    }

    .first__block {
        flex-direction: column-reverse;
    }

    .blcok__suptitle {
        margin-left: 0;
        align-self: center;
    }

    .blcok_vido iframe {
        width: 350px;  /* Задайте желаемую ширину */
        height: 240px; /* Задайте желаемую высоту */

        border-radius: 50px;
    }

    .video__blcok_first {
        align-self: center;
        margin-top: 39px;
    }

    .second__blcok_fond {
        flex-direction: column;
        align-self: center;
    }

    .blcok__suptitle_second {
        margin-left: 0;
    }

    .photo-collage {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 350px;
        margin-left: 0;
        align-self: center;
        margin-top: 40px;
        margin-right: 25px;
    }

    .photo-collage > img:last-child {
        display: none;
    }

    .help {
        display: flex;
        flex-direction: column;
        justify-content: center; /* Центрирует по горизонтали */
        align-items: center;     /* Центрирует по вертикали */
        margin-top: 250px;
    }

    .help > h1 {
        font-size: 36px;
        text-align: center;
    }

    .help > img {
        width: 82px;
        height: 82px;
    }

    .blcok__content_help {
        flex-direction: column;
    }

    .blcok__first_help {
        width: 365px;
        padding: 0 16px 0 16px;
        flex-direction: column;
        height: 485px;
    }

    .text__blcok > h1 {
        font-size: 24px;
        width: 300px;
        margin: 30px 0 0 15px;
    }

    .text__blcok > p {
        margin-left: 15px;
        font-size: 14px;
        width: 100%;
        margin-top: 110px;
    }

    .blcok__first_help > img {
        width: 280px;
        height: 235px;
        margin-right: -15px;
        margin-top: 10px;
        border-radius: 10px;
    }

    .blcok_first__inner > button {
        width: 365px;
    }

    .blcok__second_help {
        width: 365px;
        padding: 0 16px 0 16px;
        flex-direction: column;
        height: 525px;
    }

    .text__blcok_Second > h1 {
        font-size: 24px;
        margin: 40px 0 0 15px;
        width: 320px;
    }

    .text__blcok_Second > p {
        margin-left: 15px;
        width: 320px;
        font-size: 14px;
    }

    .blcok__second_help > img {
        height: 294px;
        width: 310px;
        margin-right: -15px;
    }

    .blcok__second_inner > button {
        width: 365px;
    }

    .news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news > h1 {
        font-size: 32px;
        text-align: center;
    }

    .news > img {
        width: 82px;
        height: 82px;
    }

    .block_news {
        flex-direction: column;
    }

    .new__Card_first {
        width: 320px;
        height: 400px;
    }

    .new__Card_first > h1 {
        font-size: 22px;
    }

    .new__Card_first > p {
        width: 288px;
    }

    .blcok_link_news {
        margin-top: 0;
    }

    .new__Card_second {
        width: 320px;
        height: 400px;
    }

    .new__Card_second > h1 {
        font-size: 22px;
        width: 290px;
    }

    .new__Card_second > p {
        width: 290px;
        font-size: 14px;
    }

    .document {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .document > h1 {
        font-size: 32px;
        text-align: center;
    }

    .document > img {
        width: 82px;
        height: 82px;
    }

    .blcok__info_document {
        flex-direction: column;
        margin-left: 0;
    }

    .info__blcok_document {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 0;
        margin-left: 1px;
    }

    .form {
        width: 100%;
    }

    .form > p, #form_message {
        width: 360px;
    }

    .contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .blcok__info_contact {
        flex-direction: column;
        margin-top: 24px;
    }

    .info_contact {
        margin-left: 0;
        margin-top: 24px;
        text-align: center;
    }

    .podval {
        display: block;
        margin-top: 80px;
    }

    .logo_footer {
        width: 100%;
        height: 120px;
    }

    .second_nav__footer > ul {
        display: none;
    }

    .first__nav_footer > ul {
        gap: 8px;
        margin-top: 20px;
    }

    .confidational {
        text-align: center;
        font-size: 14px;
    }

    .blcok_photo {
        display: block;
    }

    .photo__inner > p {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .blcok_suptitl  {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .grid-container_second {
        grid-template-columns: repeat(2, 1fr);
    }

    .main__inner {
        margin-left: 0;
    }

    .first__menu_document > button {
        color: #000000;
        border: 2px solid #000000;
    }

    /* PAYMENT */
    .main__blcok_payment {
        display: block;
    }

    .block__method {
        display: grid;
    }

    /* MODAL */
    .modal {
        width: 100%;
    }

    .modal-header h2 {
        font-size: 26px;
    }

    .payment-options {
        gap: 5px;
    }

    .card-option, .swift-card, .crypto-card{
        width: 185px;
        height: 160px;
        font-size: 20px;
    }

    .card-option > img {
        width: 60px;
        height: 60px;
        margin-top: 5px;
    }

    .currency-selection-crypto {
        flex-direction: column;
    }

    .payment-option, .currency-btn {
        color: #333333;
    }

    .modal_volonter {
        width: 100%;
    }

    .modal_help {
        width: 100%;
    }

    .form > p > input {
        width: 90%;
    }

    #form_message >textarea {
        width: 90%;
    }

    #rozminmain > p {
        width: 90%;
    }
}


@media ( min-width: 682px) and (max-width: 1440px){
    .modal_help {
        height: 600px;
    }

    .modal-header_help-second h2 {
        font-size: 38px;
    }

    .form-help-second > p > input {
        margin-top: 10px;
    }

    .form-help-second > p {
        height: 65px;
        padding-top: 4px;
    }

    #form_message_help {
        height: 112px;
    }

    #send-btn_help-second {
        height: 55px;
    }

}
