@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap');

:root {
    --col1: #f7921a;
    --col2: #066107;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #222222;
    border-radius: 10px;
    border: 3px solid #222;
}

::-webkit-scrollbar-track {
    background: #f7921a;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

body {
    font-size: 16px;
}

.faqs-container {
    overflow: hidden;
    margin: 30px 0 0 0;
    width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 32% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}

.faq-singular:hover,
.faq-singular.active {
    background: #f2f2f2;
    background-image: linear-gradient(90deg, #f7921a 0%, #f7921a 8px, transparent 0px, transparent 100%);
}

.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 700;
    font-size: 16px;
}

.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    /* color: #808080; */
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
    font-weight: 700;
    transition: all .5s;
}

.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}

.faq-answer {
    display: none;
    padding-bottom: 20px;
}

.faq {
    margin: 0 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.backsocblock {
    position: fixed;
    top: 50%;
    width: 62px;
    right: 0px;
    border-radius: 0 6px 6px 0;
    background: #fff;
    text-align: center;
    padding-top: 3px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 2px; */
    z-index: 1000;
    animation: backsocblock 1.2s ease-in-out;
}

.backsocblock a:nth-child(1) {
    color: #0bc0ed;
}

.backsocblock a {
    display: block;
    text-decoration: none;
    margin: 0px auto;
    padding: 8px 0;
    font-size: 15px;
    transition: 0.4s;
}

.backsocblock2 {
    position: fixed;
    top: 100%;
    width: 62px;
    right: 6px;
    border-radius: 7px 0 0 7px;
    /* background: rgb(114 201 243 / 45%); */
    text-align: center;
    padding-top: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 2px; */
    z-index: 1000;
    animation: backsocblock2 1.2s ease-in-out;
}

.index_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px 0;
}

/* ps */


.bb {
    border: none;
    background: transparent;
    border: 1px solid #596673;
    min-width: 245px;
}

@media screen {
    a {
        text-decoration: none;
        color: #21578b;
        margin: 0px;
        padding: 0px;
    }

    a:hover {
        text-decoration: underline;
        outline: none;
    }

    img {
        border: 0px;
    }

    ::selection {
        text-shadow: none;
        color: #333;
        background: #DCDCDC;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    ::-webkit-scrollbar-thumb {
        border-width: 1px 1px 1px 2px;
        border-color: #777;
        background-color: #74b573;
    }

    ::-webkit-scrollbar-track {
        background-color: #eee;
    }

    .ft_box_shadow_2 {
        -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
        -moz-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 14%);
    }

    .ft_font_35 {
        font-family: Exo2, Tahoma, sans-serif;
        font-size: 16px;
        color: #3e3e3e;
        font-weight: 600;
        letter-spacing: 0.1px;
    }

    .ft_font_36 {
        font-family: Exo2, Tahoma, sans-serif;
        font-size: 13px;
        color: #343434;
        font-weight: 400;
        letter-spacing: 0.1px;
    }

    .ft_ps_1 {
        padding: 15px 10px 15px 15px;
        border-radius: 10px;
        background: #F9F9F9;
        border: 1px solid #efefef;
        cursor: pointer;
        border: 1px #f7921a solid;
    }

    .ft_ps_1:hover .ft_ps_2 {
        background: #F9F9F9;
    }

    .ft_ps_2 {
        border-radius: 100%;
        width: 36px;
        height: 36px;
        border: 1px solid #e3e3e3;
        background: #ffffff;
        padding: 4px;
    }
}



.index_btn2 {

    justify-content: center;

}


.index_btn>.comments-form {


    margin: 0;
}

.backsocblock2 a {
    display: block;
    text-decoration: none;
    margin: -25px auto;
    padding: 10px 0;
    font-size: 12px;
    transition: 0.4s;
}

.logo_new {
    max-width: 200px;
}

.logo_new span {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Tektur", sans-serif;
    color: #f7921a;
}

.nav_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    font-size: 15px;
}

.new_ul_nav li {
    list-style: none;
    background: #f2f2f2;
    padding: 3px 15px;
}

section,
.section {
    margin: 0 !important;
}

.logo_new2 {
    display: none;
}

.navbar-toggler {
    display: none;
}

.box_lk_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #fff url(https://i.imgur.com/x6iBtTZ.png);
    border-image: fill 0 linear-gradient(360deg, #ffffffa1, #ffffff9e);
    padding: 15px 15px 15px 15px;
    height: 100%;
    overflow: scroll;
    margin: 20px 0 20px 0;
}

.box_lk_new::-webkit-scrollbar {
    width: 0;
}

.support {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}


.new_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 35px 0;
}

.sektor {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.text-danger {
    color: #dc3545 !important;
}

.btn:hover,
.btn:focus {
    background-color: #0a2901 !important;
    border-color: #f7921a !important;
    color: #fff !important;
}

.new_pay_ps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.new_pay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
}
.new_ref_sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #eee;
    padding: 23px 40px;
    border-radius: 20px;
    margin: 20px 0 20px 0;
    color: #066107;
    font-weight: 700;
}

.new_bon_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-direction: column;
    background: #eee;
    padding: 15px 25px 24px 25px;
    border-radius: 13px;
    margin: 20px 0 7px 0;
}

.new_bon_row p {
    margin: 0;
    padding: 0;
}


.new_reff_row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 14px 0 0 0;
}

.new_reff_row h3 {
    font-family: "Tektur", sans-serif;
}

.new_reff_row h4 {
    font-size: 16px;
    text-align: center;
}

.new_reff_row h3 {
    font-family: "Tektur", sans-serif;
    margin: 0;
}

.comments-form input {
    text-align: center;
}

.new_bal_neo {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.new_bal_neo p {
    margin: 0;
    padding: 0;
}

.new_bal_neo p:nth-child(1) {
    background: #eee;
    padding: 10px 20px;
    border-radius: 25px;
}

.new_bal_neo p:nth-child(2) {
    font-family: "Tektur", sans-serif;
    font-size: 40px;
    color: #000;
}

.new_bt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.new_bt button {
    margin: 0;
}

.new_reff_mix {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.bt_ps_img {
    max-width: 35px;
}

.bt_ps_img img {
    width: 100%;
}

.form_ps > form {
    padding: 0;
    margin: 0;
}

.bt_ps {
    min-width: 222px;
    display: flex;
    align-items: center;
    border: 2px #f7921a solid;
    padding: 13px;
    border-radius: 10px;
    backdrop-filter: blur(7px);
    width: 100%;
    flex-direction: column;
    gap: 5px;
}

.n_p {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 100%;
}

.bt_ps_span {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    width: 100%;
    background: #ddd;
    border-radius: 10px;
}

.img_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
}


.new_reff_mix input:focus {
    color: #000;
}

.new_min span {
    font-weight: 6;
    font-size: 13px;
}

.new_min {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new_ps {
    max-width: 65px;
}

.new_ps img {
    width: 100%;
    object-fit: cover;
}


.ps_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.new_bal_h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 20px 0;
}

.new_bal_h3 h3 {
    font-family: "Tektur", sans-serif;
}

.comments-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
}

.new_bon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 0 0;
}

.new_bon h3 {
    font-family: "Tektur", sans-serif;
}

.new_ref_sp p {
    margin: 0;
    padding: 0;
}

.new_pay h3:nth-child(1) {
    text-align: center;
}



.df_m {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.df_m a {
    color: #fff;
}

.new_2 {
    max-width: 330px;
    width: 100%;
    height: 100%;
    background: url(https://catherineasquithgallery.com/uploads/posts/2021-02/1613254229_83-p-skachat-besplatno-temno-sinii-fon-93.jpg);
    padding: 20px 0 0 0;
    background-size: cover;
    border-image: fill 0 linear-gradient(1deg, #1849198c, #06330ccc);
    background-repeat: no-repeat;
}

.text-primary {
    color: #066107 !important;
}

.new_speed {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_speed_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 30 25px 30;
    background: #eee;
    padding: 36px;
    border-radius: 15px;
    gap: 11px 0;
}

.new_speed_2_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new_speed_2 p {
    font-size: 14px;
    font-weight: 600;
    color: #066107;
}

.navbar-nav>li {
    width: 100%;
    /* float: left; */
    /* background: #000; */
    padding: 11px 5px;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 25px !important;
    padding-left: 0 !important;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.new_rub {
    font-family: "Tektur", sans-serif;
}

.btn-alt {
    background: #f7921a !important;
    border: 0 !important;

}

[id="sbor"] {
    background: #066107 !important;
    border: 0 !important;
}


.text-muted {
    color: #066107 !important;
}

.new_ul_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.new_ul_nav a {
    color: #000;
    font-weight: 500;
}

.new_ul_nav .fas,
.fab {
    font-size: 15px;
    margin: 0 5px 0 0;
}

.new_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.new_calk {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.new_calk h3 {
    font-family: "Tektur", sans-serif !important;
    margin: 0;
}

.box {
    transition: all .5s ease;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px 0;
}

.box input {
    text-align: center;
    border-radius: 33px;
    border: 1px #0000002b solid;
}

.box_in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.df_m li {
    background: #0a2901;
    color: #fff;
    padding: 10px 20px;
    min-width: 290px;
    width: 100%;
    text-align: start;
    border-radius: 5px;
    border-right: 4px solid #f7921a;
    border-left: 4px solid #f7921a;
}

.new_user_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.df_icon {
    font-size: 15px;
    margin: 0 10px 0 0;
}

.df_wallet {
    background: #d80202 !important;
}

.thw-autohr-bio h2 strong {
    color: #ffc107;
    font-family: "Tektur", sans-serif;
    margin: 35px 0 20px 0;
    display: inline-block;
    border: 1px #f7921a dashed;
    padding: 10px 20px;
    border-radius: 10px;
}

.new_bl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.schet {
    font-family: "Tektur", sans-serif;
}

.thw-autohr-bio small {
    font-family: "Tektur", sans-serif;
    color: #ffffff;
    background: #066107;
    padding: 10px 20px;
    border-radius: 10px;
}

.new_reff {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 15px 0 0 0;
}

.new_reff h3 {
    font-family: "Tektur", sans-serif;
}


.new_p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 124%;
    background: #eee;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 20px 0 20px 0;
}

.new_tub {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.burg {
    display: none
}

.mm {
    display: none;
}

.new_reff_mix input {
    text-align: center;
}

.new_bt input {
    max-width: 250px;
}

.thw-autohr-bio {
    font-weight: 400;
    line-height: 28px;
    /* width: 100%; */
    max-width: 600px;
    width: 100%;
}

.tgg {
    color: #2d9fd7;
}

.red {
    background: red !important;
}

[href="https://payeer.com"] {
    color: #f7921a !important;
}

.fff {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_ps {
    display: flex;
    align-items: center;
    justify-content: center;
}


.ps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ps_img {
    max-width: 50px;
}

.ps_img img {
    width: 100%;
}

.copyright .site-copy {
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

.lang_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.lang_box a img{
   max-width: 20px;
}

.lang {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
} 

.lang_img {
    /* max-width: 25px; */
    background: #f7921a;
    color: #000;
    padding: 5px 8px;
    font-size: 12px;
}
/* .lang_img img {
   width: 100%;
} */

.lang_box {
    position: absolute;
    top: 41px;
    left: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    background: #00000036;
    padding: 5px;
}
.lang_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

@media screen and (max-width: 767.98px) {

    .nav_new {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            margin: 15px 0 15px 0;
            text-transform: uppercase;
            font-size: 15px;
        }

    .new_pay_ps {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: space-between;
            flex-direction: column;
        }

    .foot_ps {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 10px;
        }

    .h3_calk {
        font-size: 18px !important;
        text-wrap: balance;
        text-align: center;
        line-height: 124% !important;
    }

    small,
    .small {
        font-size: 85%;
        text-align: center;
    }



    .new_reff_mix {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 20px 0;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 9px;
    }

    .box_lk_new {
        padding: 0;
    }

    .mm {
        display: none;
        margin: 0 0 30px 0;
    }

    .df_m {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 0 15px;
        margin: 0 0 15px 0;
    }

    .bg_mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .logo_m {
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        font-family: "Tektur", sans-serif;
        color: #f7921a;
    }


    .sektor {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        flex-direction: column;
        padding: 0 15px;
        margin: 10px 0 150px 0;
    }

    .burg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }

    .new_act {
        display: none;
    }

    .menu_nav {
        display: none;
    }

    .new_ul_nav {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 0 12px;
    }

    .logo_new {
        max-width: 200px;
        display: none;
    }

    .mob_new {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0 15px;
        margin: 6px 0 10px 0;
    }

    .logo_new2 {
        display: block;
    }

    .logo_new2 span {
        font-size: 30px;
        font-weight: 800;
        text-transform: uppercase;
        font-family: "Tektur", sans-serif;
        color: #f7921a;
    }

    .btn {
        font-family: "OpenSans", sans-serif;
        font-size: 14px;
        line-height: 222% !important;
        font-weight: 700;
        padding: 15px 24px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        min-width: 140px;
        max-width: 100%;
        border: 2px solid #f7921a;
        background-color: #f7921a;
        box-sizing: border-box;
        transition: all 0.4s;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin: 0 0 0 10px;
    }

    .navbar-toggler {
        display: block;
    }



}