body {
    background-image: url(/img/BGLoop.png);
    background-size: 6%;
    background-attachment: fixed;
    color: #ffffff;
    text-align: center;
    font-family: 'Standart';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    background-color: rgb(255, 172, 105);
    cursor: pointer;
    border: 5px solid rgb(65, 34, 10);
    border-radius: 10px;
    color: #000000;
    text-align: center;
    font-family: 'Standart';
}

button:hover {
    filter: brightness(0.7);
}

#button_start_1 {
    margin: 10% 10px 0px 10px;
    background: #ff0000;
    cursor: pointer;
    border-radius: 10px;
    color: #FFB8B8;
    text-align: center;
    font-family: 'Standart';
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 0px 10px #ffd900;
    transition-duration: 0.4s;
}

#button_info_1 {
    transition-duration: 0.4s;
    color: #756400;
    display: none;
}

#button_start_text_1 {
    transition-duration: 0.4s;
}

#button_start_1:hover {
    box-shadow: 0px 0px 10px #ff0000;
    background: #ffd900;
    transform: rotate(20deg);
}

#button_start_1:hover #button_start_text_1 {
    color: #756400;
    transform: rotate(-20deg);
    display: none;
}

#button_start_1:hover #button_info_1 {
    display: block;
    transform: rotate(-20deg);
}







hr {
    height: 5px;
    width: 60%;
    border: none;
    margin: 0px auto;
    background-image: linear-gradient(29deg, rgb(184, 18, 18) 0%, rgb(196, 178, 18) 100%);
}

#start_p {
    height: 25px;
    position: relative;
    font-size: 0px;
    margin: 0px 0px 7px 0px;
    white-space: pre-wrap;
}

#ico_kuzhen_project {
    background: url(/img/KuzhenProject.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-top: 20%;
}













.verhna_text_box {
    width: 70%;
    height: 0%;
    margin: 10% auto 0px auto;
    font-size: 150%;
}

#helper_box {
    position: fixed;
    left: -1000px;
    top: 100px;
    width: 200px;
    height: 200px;
    background-image: url(/img/person/kl1.png);
    background-size: 100% 100%;
}



.title_div {
    background: url(img/LogoShadow.png), linear-gradient(29deg, rgb(184, 18, 18) 0%, rgb(196, 178, 18) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 10px;
    left: 0px;
    width: 140px;
    height: 70px;
    transition-duration: 0.4s;
    border-radius: 0 40px 40px 0;
    z-index: 220;
}

.title_div:hover {
    cursor: pointer;
    filter: saturate(2);
}

#title_flash_button_all_content {
    display: inline-block;
    position: relative;
    left: -500px;
    opacity: 0;
    z-index: 200;
    transition-duration: 0.5s;
}

.title_flash_button {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(29deg, rgb(255, 145, 0) 0%, rgb(255, 230, 0) 100%);
    transition-duration: 0.4s;
    border-radius: 10px;
    display: inline-block;
    z-index: 250;
    box-shadow: 0px 0px 10px #ffd000;
}

.title_flash_button_menu {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(29deg, rgb(255, 145, 0) 0%, rgb(255, 230, 0) 100%);
    transition-duration: 0.4s;
    border-radius: 10px;
    display: inline-block;
    z-index: 0;
}

.title_flash_button:hover,
.title_flash_button_menu:hover {
    cursor: pointer;
    filter: saturate(10);
    box-shadow: 0px 0px 10px #ff0000;
}

.title_content {
    position: fixed;
    left: 140px;
    top: 25px;
    z-index: 210;
}

#menu {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}



@font-face {
    font-family: "Standart";
    src: url(font/BsbTextClassic.ttf);
}

@font-face {
    font-family: "Dmini";
    src: url(font/DeinopFullUkraine.ttf);
}

@font-face {
    font-family: "GondoClickers";
    src: url(font/DoubleFeature.ttf);
}

.container-button {
    display: flex;
    justify-content: center;
}



    #timer-klabc{
        top: 60px;
        left: 0;
    }










@media (max-width: 1148px) {

    .verhna_text_box {
        display: none;
    }

    #ico_kuzhen_project {
        padding-top: 30%;
    }
}



@media (max-width: 900px) {

    body {
        margin: 0px 0px 0px 0px;
    }

    .title_div {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 50px;
        border-radius: 0 0px 20px 0;
    }

    .title_flash_button {
        margin: 15px 0 15px 0;
        display: block;
    }

    .title_content {
        position: fixed;
        top: 50px;
        left: 15px;
    }

    #ico_kuzhen_project {
        padding-top: 40%;
    }


}



@media (max-width: 500px) {
    #ico_kuzhen_project {
        padding-top: 60%;
    }

    .container-button {
        display: block;
    }

    #button_start_1 {
        transform: scale(0.9, 0.9);
    }
    #timer-klabc{
        top: 0;
        left: 100px;
    }
}

@media (max-width: 300px) {

    #button_start_1 {
        transform: scale(0.6, 0.6);
    }
}