.payeer_form {
    width: 100%;
}

.index_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 15px 0;
    gap: 20px;
}

.owl-dots {
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    top: -100px;
    opacity: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0 5px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #314d8e !important;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: initial;
    border: none;
    margin-bottom: 5px;
}

.top-wrap {
    position: relative;
    display: none;
}

.footer-about-social-icon ul li a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    background: #333067;
    border-radius: 100%;
    z-index: 1;
    display: contents;
}

.header-area {
    background: #080b3d;
    /* или rgba(255, 255, 255, 0.9) для полупрозрачного белого */
    padding: 2px 0px 5px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 0px solid #2D305B;
    /* сделал 1px, ты можешь изменить */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* тень для отделения от контента */
}

#mining_run {
    font-size: 50px;
    font-weight: 600;
}

.faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}

.faq-singular:hover,
.faq-singular.active {
    background: #0194fc;
    /* background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 8px, transparent 0px, transparent 100%); */
    color: #fff;
}

.coundown-title h3 {
    color: #fff;
    /* margin: 0 0 11px; */
    font-weight: 600;
    text-align: center;
}

.calk_mix {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
}

.scet {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.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);
}

.faqs-container {
    width: 100%;
}

.faq-answer {
    display: none;
    padding-bottom: 20px;
}

.faq {
    margin: 0 0 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.news_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 103px;
    margin: 73px 0 0 0;
}

.news_box2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 103px;
}

.news_box_img {
    max-width: 500px;
}

.news_box_img img {
    width: 100%;
    border-radius: 20px;
}

.text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 500px;
}

.box_row {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.news_mix {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 100px 0 0 0;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff800;
    border-top: 0px;
}

.text-muted {
    color: #ffffff !important;
}

.bt-black {
    background: rgb(204 100 99 / 0%) !important;
}

/* поддержка */
.contact-section.style-two {
    position: relative;
    margin-top: 0;
    background: url(assets/images/connect.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

[name="login"]::placeholder {
    color: #ffffff67;
}

.shape16 {
    height: 206px;
    overflow: hidden;
}

.shape16 img {
    /* width: 100%; */
    height: auto;
    /* display: block; */
}

.foot_f {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.foot_wrap {
    flex-wrap: nowrap;
}

.pb-200 {
    padding-bottom: 0;
}

.pb-70 {
    padding-bottom: 0;
}



@media screen and (max-width: 885.98px) {

    .service-section.style-two.pt-90 {
            padding-top: 51px;
            padding-left: 15px;
            padding-right: 15px;   }

    .container {
            padding-left: 0;
            padding-right: 0;
            max-width: 100%;   }


    .foot_wrap {
        flex-wrap: wrap;
        gap: 33px;
    }

    .footer.pt-100.c_foot>div>div.row.foot_wrap>div.foot_f>div:nth-child(1) {
        width: auto !important;
        display: contents !important;
    }

    .widget {
        position: relative;
        top: 21px;
        display: contents;
    }


    .news_mix {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
        padding: 0 15px;
    }

    .news_box2 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        gap: 43px;
        flex-wrap: wrap;
    }

    .news_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 43px;
        margin: 73px 0 0 0;
        flex-wrap: wrap;
    }

    .news_box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 43px;
        margin: 73px 0 0 0;
        flex-wrap: wrap;
    }

    .single-coundown-box {
        position: relative;
        left: 0;
        margin-top: 0;
    }

    .coundoun {
        padding: 0 15px;
    }

    .faq {
        margin: 0 0 80px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }

    .slider-content h1 {
        font-size: 38px;
        text-align: center;
    }


    .slider-content h4 {
        font-size: 31px;
        text-align: center;
    }

    .slider-content p {
        font-size: 16px;
        margin: 4px 0 9px;
        text-align: center;
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
        margin: -15px 0 0 0;
    }

    .payeer_form {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 35px 0;
    }

    .about-section.style-two.pt-260 {
        padding-top: 114px;
    }

    .mt-20 {
        margin-top: 20px;
        text-align: center;
    }

    .pt-40 {
        padding-top: 0px;
    }

    .single-service-box {
        right: 86px;
    }

    .single-service-box.two {
        right: 86px;
    }

    .single-service-box.three {
        right: 86px;
    }

    .service-conmtent p {
        /* width: 72%; */
        margin: 0 0 0;
        float: right;
        font-weight: 600;
        max-width: 252px;
    }

    .road-map.style-two.pb-200 {
        padding-bottom: 59px;
    }

    .dreamit-section-title-two {
        margin: 25px 0 0 0;
    }

        .foot_wrap {
            flex-wrap: wrap;
            padding: 0 15px;   }

    .foot_f {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        margin: 0 0 50px 0;
    }

    .footer.pt-100 {
        padding-top: 0;
    }

    .pt-30 {
        padding-top: 30px;
        gap: 45px;
    }



}