.header-logo img {
    width: 150px;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
}

.col-lg-2 {
    width: 200px;
}

.header-vn {
    padding: 10px;
}

.nav-item {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.header .row {
    align-items: center;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}

.nav-item:hover {
    color: #3066FF;
    transition: .5s;
}

.header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

.col__burger {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

input#search-input {
    width: 100%;
    outline: none;
    padding: 15px 30px;
    border: none;
    color: #fff;
    background-color: #131313;
}

.search-input-container {
    display: none;
    margin-top: 15px;
}

.cancel-search {
    margin-right: 90px;
}

.cancel-search, .search-input {
    cursor: pointer;
    position: absolute;
}

.content-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

button#search-icon, button#cancel-search {
    background: none;
    border: none;
}

.input-wrapper {
    position: relative;
}

.clear-search {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.header ul li {
    display: inline-block;
    margin-right: 15px;
}

.sob button, .com button {
    padding: 10px 10px;
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 14px;
}

.sob-col {
    display: flex;
    justify-content: flex-end;
}

button#open_pop_up2, button#open_pop_up {
    height: 50px;
}

.search-input button {
    border: none;
    background-color: #3066FF;
    color: #fff;
    padding: 15px 20px;
}

.sob button {
    background-color: #FD3132;

}


.com button {
    background-color: #3066FF;
}

.sob {
    margin-right: 15px;
}

.sob, .com {
    width: 140px;
}

.com button:hover {
    background-color: #2551c2;
    transition: .5s;
}

.sob button:hover {
    background-color: #c42525;
    transition: .5s;
}

.pop_up {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(1, 1, 1, .8);
    z-index: 2;
}

.pop_up_container {
    display: flex;
    width: 100%;
    height: 100%;
}

.pop_up_body {
    margin: auto;
    width: 560px;
    background-color: #0F0E0E;
    box-shadow: 1px 1px 25px 10px #3066FF;
    text-align: center;
    padding: 35px 37px 20px 37px;
    position: relative;
    overflow-y: scroll;
}

.pop_up_body_players {
    margin: auto;
    width: 1000px;
    height: 700px;
    background-color: #0F0E0E;
    box-shadow: 1px 1px 25px 10px #3066FF;
    border-radius: 25px;
    text-align: center;
    padding: 35px 37px 20px 37px;
    position: relative;
    overflow-y: scroll;
}

.pop_up_body_players p {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
}

.pop_up_body_players input {
    display: block;
    margin: 20px 0px 0px 0px;
    width: 300px;
    padding: 17px 20px;
    background-color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.pop_up_body_players input:focus {
    outline: none;
}

.pop_up_body_players button {
    cursor: pointer;
    display: block;
    width: 280px;
    margin: 30px auto 0px auto;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    color: #fff;
    background-color: #3066FF;
    transition: .5s;
}

.pop_up_body_players button:hover {
    background-color: #2551c2;
}

.pop_up_body p {
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.pop_up_body input {
    display: block;
    margin: 25px auto 0px auto;
    width: 450px;
    padding: 17px 20px;
    background-color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.pop_up_body input:focus {
    outline: none;
}

.pop_up_body button {
    cursor: pointer;
    display: block;
    width: 280px;
    margin: 30px auto 0px auto;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    color: #fff;
    background-color: #3066FF;
    transition: .5s;
}

.pop_up_body button:hover {
    background-color: #2551c2;
}

.pop_up_close {
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 20px;
    font-size: 21px;
    color: #fff;
}

.pop_up.active {
    display: block;
}

.inf {
    width: 450px;
    padding: 17px 10px;
    color: #000;
    background-color: #ffffff;
    margin: 25px auto 0px auto;
}

.inf:focus {
    outline: none;
}


.container-fluid {
    background-color: #0F0E0E;
}

.footer-vn {
    padding: 40px;
}

.dan {
    color: #ffffff;
    font-size: 24px;
}

.form-footer input {
    width: 500px;
    height: 61px;
    margin-top: 21px;
    color: #fff;
    overflow: visible;
    background: none;
    border-bottom: inset;
    border-right: none;
    border-left: none;
    border-top: none;
}

.form-footer input:focus {
    outline: none;
}

.form-footer button {
    width: 255px;
    margin-top: 21px;
    height: 70px;
    background-color: #3066FF;
    border: none;
    font-size: 16px;
    color: #ffffff;
}

.form-footer button:hover {
    background-color: #2551c2;
    transition: .5s;
}

.icons {
    margin-right: 30px;
}

.icons:hover svg rect {
    fill: #0F0E0E;
    transition: fill .5s;
}

.icons-fot {
    margin-top: 60px;
}

input.checkbox {
    width: 25px;
    height: 25px;
    margin-top: 0px;
}

.checkbox_block {
    display: flex;
    margin-top: 20px;
}

.checkbox_text {
    margin-left: 20px;
    color: #717171;
    font-size: 14px;
}

.checkbox_text a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.burger {
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.burger span {
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #FAF6F2;
}

.burger::before, .burger::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FAF6F2;
    transition: all 0.3s ease 0s;
}

.burger::before {
    top: 0
}

.burger::after {
    bottom: 0
}

svg.bi.bi-search {
    width: 20px;
    height: 20px;
}

.burger.active span {
    transform: scale(0)
}

.burger.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

.footer {
    margin-top: auto;
}

.col-md-1 {
    display: none;
}

#target-table-sob, #target-table-com {
    display: none;
}

.none-menu {
    display: none;
}

.success {
    color: #fff;
}

.error {
    color: #c42525;
}

.block-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
}

.col-lg-2 {
    width: auto;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.copi {
    color: #fff;
    margin-top: 15%;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    overflow: visible;
    background: none;
    border-bottom: inset;
    border-right: none;
    border-left: none;
    border-top: none;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
}


.time-count {
    box-shadow: 1px 1px 25px 10px #3066FF;
    position: fixed;
    left: -600px; /* Начальное положение за пределами экрана слева */
    bottom: 50px;
    background: #0F0E0E;
    width: 500px;
    padding: 30px;
    transition: left 0.5s; /* Добавляем анимацию для свойства left */
}

.time-count.show {
    left: 50px; /* Конечное положение формы на экране */
}

.time-count__title, .time-count__title_name {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

.time-count__content {
    display: flex;
    justify-content: center;
}

.time-count__item {
    text-align: center;
}

.time-count__val {
    min-width: 60px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
}

.time-count__separator {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.time-count__text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.exit_model_info {
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.time-count__title a {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

@media screen and (max-device-width: 1024px) {
    .col-lg-3 {
        width: 280px;
    }

    .form-footer input.checkbox {
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }

    .col-lg-2 {
        width: 180px;
    }

    .header-logo img {
        width: 150px;
    }

    .nav-item {
        font-size: 12px;
    }

    .sob button, .com button {
        font-size: 12px;
    }

    .mt {
        margin-top: 120px;
    }

    .footer-logo img {
        width: 250px;
    }

    .icons svg {
        width: 50px;
        height: 50px;
    }

    .icons-fot {
        margin-top: 40px;
    }

    .dan {
        font-size: 20px;
    }

    .form-footer input {
        width: 400px;
        height: 55px;
        margin-top: 15px;
    }

    .form-footer button {
        width: 200px;
        height: 50px;
    }

    .nav-item {
        margin-left: 10px;
    }

    .com, .sob {
        width: 200px;
    }

    .col {
        width: 20%;
    }
}

@media screen and (max-device-width: 768px) {
    .nav-item {
        margin-left: 0px;
    }

    .col {
        width: auto;
    }

    .col-lg-1 {
        display: contents;
        width: auto;
    }

    #target-table-sob, #target-table-com {
        display: block;
    }

    svg.bi.bi-search {
        width: 25px;
        height: 25px;
    }

    .col-lg-3 {
        display: none;
    }

    .nav-item {
        margin-left: 10px;
        font-size: 20px;
    }

    .col__burger {
        margin-left: 20px;
    }

    .com button {
        width: 120px;
    }

    .sob button {
        width: 120px;
    }

    .burger {
        display: flex;
        position: absolute;
    }

    .nav {
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #000000d4;
        animation: burgerAnimation 0.4s;
    }

    .col ul {
        flex-direction: column;
        row-gap: 30px;
    }

    .col-lg-2 {
        width: 150px;
    }

    .open {
        display: flex !important;
    }

    .footer-logo img {
        width: 200px;
    }

    .icons svg {
        width: 40px;
        height: 40px;
    }

    .form-footer input {
        height: 45px;
        font-size: 16px;
    }

    .form-footer button {
        width: 150px;
        height: 40px;
        font-size: 16px;
        padding: 5px;
    }

    .icons {
        margin-right: 20px;
    }

    .sob, .com {
        display: block;
    }

    .none-menu {
        display: contents;
    }

    .search-container {
        width: 20%;
        display: flex;
        justify-content: flex-end;
    }

    .copi {
        font-size: 12px;
    }
}

@media screen and (max-device-width: 540px) {
    .nav-item {
        font-size: 40px;
    }

    .checkbox_text {
        font-size: 10px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .burger {
        width: 30px;
        height: 18px;
    }

    .burger span {
        height: 2px;
    }

    .mob {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .copi svg {
        width: 10px;
        height: 10px;
    }

    .copi {
        margin-top: 20px;
        font-size: 10px;
        Order: 2;
    }

    .burger::before, .burger::after {
        height: 2px;
    }

    svg.bi.bi-search {
        width: 20px;
        height: 20px;
    }

    .header-logo img {
        width: 100px;
    }

    .footer-logo img {
        width: 200px;
    }

    .logo-icons_footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        Order: 2;
        margin-top: 10px;
        flex-direction: column;
    }

    .disp {
        display: flex;
        flex-direction: column;
    }

    .icons svg {
        width: 35px;
        height: 35px;
    }

    .icons {
        margin-right: 0px;
    }

    .icons-fot {
        margin-top: 0px;
        display: flex;
        width: 150px;
        justify-content: space-between;
    }

    .dan {
        font-size: 16px;
    }

    .form-footer input {
        height: 45px;
        font-size: 16px;
        width: 100%;
    }

    input[type="text"], input[type="password"], input[type="email"] {
        font-size: 14px;
    }

    .form-footer button {
        width: 50%;
        height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }

    .col ul {
        flex-direction: column;
        row-gap: 20px;
    }

    .nav-item {
        font-size: 16px;
    }

    .nav {
        padding: 70px 15px;
    }

    .form-comment {
        Order: 1;
    }

    .footer-logo img {
        width: 90%;
    }

    .footer-logo {
        width: 150px;
    }

    .time-count {
        width: 75%;
        z-index: 1;
        bottom: 35%;
    }
}

