.mng-timer {
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    gap: 2px;
}
.timer-block {
    border-radius: 6px;
    width: 13vw;
    height: 20vw;
    max-width: 30px;
    max-height: 45px;
    background: #980000;
    border: none;
    box-shadow: 2px 2px 4px 0 #fff inset, 3px 3px 4px 0 #4e4646;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    min-width: 40px;
    padding: 10px 6px 6px 6px;
}
.num {
    font-family: akrobat-extrabold, sans-serif;
    font-size: 19px;
    padding-top: 0;
    line-height: 1;
}
.timer-label {
    font-size: 10px;
    font-family: akrobat-semibold, sans-serif;
}

.w-form{
    width: 100%;}


@media (max-width: 600px) {
    .timer-block {
        width: 25vw;
        height: 25vw;
        max-width: 65px;
        max-height: 65px;
    }
    .num {font-size: 19px;}
    .timer-label {font-size: 12px;}
}

@media (max-width: 375px) {
    .timer-block {
        max-width: 60px;
        max-height: 60px;}
    .mng-timer {
        max-width: 260px;}
    .num {
        font-size: 28px;}
}

.hide_1025_i{
    display: inline !important;
}
.back-button:not(.new-back){
    display: none !important;
}

#form {
    /*background-color: #003154;*/
    /*padding: 5% 3% 2%;*/

    .row-ty{
        display: flex;
        justify-content: space-between;
    }

    .container-11._4554 {
        margin-bottom: 0%;
        background-color: #003154;
    }

    ._4554 {
        color: #727171;
    }
    .w-layout-cell {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }

    .container-11 {
        width: 100%;
        max-width: 1200px;
    }

    #spec-id {
        grid-template-rows: auto;
        grid-template-columns: .75fr 1fr;
        padding: 20px;
        border-radius: 20px;
        background: #e8eff1;
    }

    .wf-layout-layout {
        display: grid;
    }
    .cell-39 {
        background-color: #f8f8f8;
        border-radius: 10px;
        padding: 12px;
    }
    .cell-40 {
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .text-block-1865._34554._87687._99._999888 {
        color: #000;
        font-size: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .text-block-1869 {
        width: 100%;
        margin-bottom: 3%;
        font-size: 22px;
        line-height: 1.4em;
    }
    .text-block-1717._7777 {
        font-size: 20px;
        line-height: 1.4;
    }
    .bold-text-886 {
        color: #4f03ff;
    }
    .bold-text-886 {
        color: #4f03ff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        font-size: 28px;
    }
    .w-button {
        color: #fff;
        line-height: inherit;
        cursor: pointer;
        background-color: #3898ec;
        border: 0;
        border-radius: 0;
        padding: 9px 15px;
        text-decoration: none;
        display: inline-block;
    }
    .form008-submit {
        letter-spacing: .05em;
        text-transform: uppercase;
        background-color: #4f03ff;
        border: 1px solid #fff;
        border-radius: 10px;
        width: 100%;
        padding: 15px 29px;
        font-size: 24px;
        line-height: 2em;
        box-shadow: 2px 6px 9px 2px rgba(79, 3, 255, .27);
        text-align: center;
    }
    .form008-submit:hover {
        box-shadow: none;
    }
    .img-form{
        display: block;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .w-layout-layout{
        padding: 0;}
}

.div-block-1036 {
    width: 190px;
    height: 200px;
    position: fixed;
    inset: 0px 2% auto auto;
    z-index: 20000;
}



.div-block-1037 {
    background-color: #ffbf00;
    width: 5px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}
.div-block-1038 {
    background-color: #ffc004;
    background-image: linear-gradient(320deg, #c57f20, #ffef9f 52%, #c57f20);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10% 3%;
}
.text-block-1882 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 18px;
    line-height: 1.4em;
}

@media (max-width: 1025px) {
    .hide_1025{
        display: none;}
    #form{
        padding: 2%;

        .f1{max-width: 45%;
            flex: 1;
            min-width: 250px;
            padding: 15px 10px !important;}
        .f2{flex: 1;
            min-width: 250px;}
        .text-block-1717._7777 {
            font-size: 18px;}
        .text-block-1717._7777 br:not(.br){
            display: none;}
        .cell-40{
            padding: 10px;}
    }
}
@media (max-width: 900px) {
    .div-block-1037{display: none;}
    #form{.f1, .f2{min-width: 100%;max-width: 100%;}}
}
@media (max-width: 700px) {
    #form {
        .w-layout-layout {
            grid-row-gap: 11px;
            grid-column-gap: 11px;}
        .f1{max-width: 100%;}
    }
    #spec-id {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .text-block-1882 {font-size: 17px;line-height: 1.2em;}
    .mng-timer {gap: 1px;}
    .div-block-1038 {
        border-radius: 10px;
        padding: 5% 3%;}
    .div-block-1036 {inset: 0px 2% auto auto;}

    .timer-block {
        max-width: 43px;
        max-height: 49px;
        padding: 4px;}
}
.we{
    display: none;
}

@media (max-width: 500px) {
    .div-block-883{
        margin-bottom: 20px;}
    .we{
        display: block;
    }
    .div-block-1036 {
        inset: 10px 2% auto auto;
    }
    #form {
        padding-left: 2%;
        padding-right: 2%;

        .f1 {
            min-width: 100%;
            padding: 15px 12px !important;
        }
        .form008-submit {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 91%;
            padding: 6px 22px;
            font-size: 20px;
        }
        .bold-text-886 {
            font-size: 22px;
        }

        .text-block-1869 {font-size: 17px;}
        .text-block-1717._7777 {font-size: 16px;}
        .text-block-1865._34554._87687._99._999888 {font-size: 26px;}
    }
    #form{
        #spec-id {
            padding: 10px;
            border-radius: 10px;
        }
    }
    .text-block-1865._34554._87687._99._999888 {
        font-size: 26px;}
    .bold-text-886 {font-size: 26px;}
}

.bold-text-649{
    word-wrap: break-word;
}
