/***/

@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/century_gothics/CenturyGothic.woff2') format('woff2'),
    url('./fonts/century_gothics/CenturyGothic.woff') format('woff'),
    url('./fonts/century_gothics/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Poppins', 'Century Gothic', Arial, sans-serif;

    background: url('../img/bg__box__1__bg_day.png') repeat;
    /* width: 100%; */
    /*height: 1000px;*/
    /*background-size: cover;*/
}

.wind{
    padding: 0;
    /* min-width: 1000px; */
    /* max-width: 1400px; */
    /* width: 100%; */
    margin: 0 auto;
}

.box_1{
    display: flex;
    justify-content: space-around;
    /* background: url('../img/bg__box__1__bg_day.png') repeat; */
    /* width: 100%; */
    /* height: 1000px; */
    /* background-size: cover; */
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: absolute;
}

.box_1_g_a{
    width: 365px;
    height: 100vh;
    z-index: 2;
    background: linear-gradient(
        90deg,
        rgba(235, 251, 255, 0.4) 0%,
        rgba(0, 180, 255, 0.08) 30%,
        rgba(255, 255, 255, 0.3) 60%,
        rgba(255, 255, 255, 0.98) 100%
    );
    box-shadow: 6px -3px 8px 2px #ffffff;
    position: fixed;
    left: 20px;
}

.box_1_g_b{
    /* background: url('../img/bg_box_1_day.png') no-repeat left center; */
    /* width: 100vw; */
    /*height: 1000px;*/
    background-size: cover;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.img_bg_box_1{
    width: 95vw;
    height: 90%;
    margin: 27px 35px 0 35px;
    border-radius: 50px;
    border: 4px solid #0099bc0f;
    box-shadow: 6px -2px 4px #0099bcdb;
    opacity: 0.76;
}

/*logo*/
.box_1_v_g_v_a{
    background: url('../img/logo_day.svg') no-repeat center center;
    width: 140px;
    height: 136px;
    background-size: contain;
    padding: 0 0 0 0;
    margin: 0 0 0 58px;
    /*filter: brightness(0.9);*/
}

/*запрос цен*/
.box_1_v_g_v_b{
    background: #e0f5fd;
    padding: 26px;
    border-radius: 100px;
    margin: 0 0 0 27px;
    color: #5189bb;
    font-size: 21px;
    box-shadow: 2px 3px 5px #ffffff;
    /* box-shadow: 2px 3px 5px #ffffff; */
}

/*menu_tasks*/
.box_1_v_g_v_c{
    margin: 20px 0 0 58px;
}

.menu_tasks{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.a_menu{
    padding: 20px;
    cursor: pointer;
    color: #00539b;
    transition: 1.9ms;
    animation: move 1.5s infinite alternate;
}

@keyframes move {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(15px);
    }
}

.a_menu:hover{
    color: #115670;
    font-weight: 600;
    font-size: 18px;
}

.description_task{
    margin: 30px 0 0 79px;
    color: #52728f;
    font-size: 16px;
    display: flex;
    position: absolute;
    box-shadow: -1px 3px 0 #a5c2dd;
    padding: 2px 0 0 7px;
    cursor: context-menu;
}

.box_1_v_g_v_d{
    display: flex;
    flex-direction: column;
}

.txt_btn_task{
    display: flex;
    align-items: center;
}

#txt_task{
    border-radius: 256px;
    background: #d4e0e3e0;
    border: none;
    outline: none;
    width: 205px;
    height: 161px;
    padding: 128px 83px 54px 60px;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.96);
    margin: 0 0 0 0;
    box-shadow: 20px 3px 7px #ffffff;
}

.btn_task{
    background: #a9d7f9c7;
    width: 130px;
    height: 130px;
    border-radius: 200px;
    margin: 145px 0 0 259px;
    position: absolute;
    border: 1px solid #ffffff;
    box-shadow: 2px 3px 5px #ffffff;
    cursor: pointer;
}

.btn_task:hover{
    width: 140px;
    height: 140px;
}

.btn_task_val{
    color: #0e475d;
    margin: 50px 0 0 63px;
    position: absolute;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    transition: 1.9ms;
    animation: move 2s infinite alternate;
}

.btn_task_val:hover{
    color: rgba(255, 255, 255, 0.92);
    font-size: 21px;
}

.box_1_v_g_v_a:hover{
    width: 150px;
}

#txt_task::placeholder{
    color: #ffffff;
    font-size: 16px;
}

.box_1_g_v_b{
    width: 300px;
    height: 200px;
    background: #7fffd4ab;
    top: 52px;
}

.div_box_1_g_c{
    display: flex;
    justify-content: center;
}

.box_1_g_c{
    display: flex;
    justify-content: center;
    padding: 0;
    /* margin: 0 auto; */
    gap: 30px;
    background: azure;
    z-index: 5;
    top: 52px;
    position: relative;
    width: 300px;
}

.div_btm_menu{
    display: flex;
    justify-content: center;
}

.btm_menu{
    width: 47vw;
    height: 65px;
    display: flex;
    justify-content: space-around;
    bottom: 20px;
    border-radius: 50px;
    background: #00b3dde0;
    position: fixed;
    align-items: center;
    z-index: 3;
    box-shadow: 4px 4px 4px #ffffff;
}

.a_btm_menu{
    color: #00fdff;
    text-shadow: 1px 1px 6px #ffffff;
    cursor: pointer;
    transition: 3.9ms;
    animation: move 2s infinite alternate;
}

.a_btm_menu:hover{
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.title_repair{
    background: #ffffff;
    border: 3px solid #d3e7ff;
    box-shadow: 6px 4px 10px 3px #195063;
    padding: 12px 6px 20px 14px;
    width: 300px;
    transform: rotate(-14deg);
    border-radius: 13px;
    color: #32567b;
    font-family: monospace;
    animation: blink 7s infinite;
    margin: 7% 0 0 44%;
}

.box_1_g_v_a{
    margin: 29% 0 0 27%;
    position: absolute;
    transform: rotate(33deg);
    font-size: 38px;
    font-weight: 600;
    color: #32567b;
    font-family: monospace;
    animation: blink 4s infinite;
}

.box_1_g_v_c{
    margin: 6% 0 0 69%;
    position: absolute;
    transform: rotate(325deg);
    font-size: 38px;
    font-weight: 600;
    color: #32567b;
    font-family: monospace;
    animation: blink 7s infinite;
}

@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}

.site_creation{
    margin: 8% 0 0 37%;
    position: absolute;
    transform: rotate(357deg);
    font-size: 21px;
    font-weight: 300;
    color: #32567b;
    font-family: monospace;
    animation: blink 10s infinite;
}

.question_settings{
    margin: 28.8% 0 0 47.5%;
    position: absolute;
    transform: rotate(360deg);
    font-size: 37px;
    font-weight: 600;
    color: #32567b;
    font-family: monospace;
    animation: blink 7s infinite;
    background: #ffffff;
    padding: 10px 23px 10px 23px;
    border-radius: 30px;
}
