/*строка 4 была изменена, добавлена строка 106, 135, 179*/
@font-face {
  font-family: "Roboto-Regular";
  src: url("https://fonts.edusite.ru/Roboto-Regular/Roboto-Regular.eot");
  src: url("https://fonts.edusite.ru/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.edusite.ru/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("https://fonts.edusite.ru/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("https://fonts.edusite.ru/Roboto-Regular/Roboto-Regular.ttf") format("truetype");
}
       *{
            font-family: "Roboto-Regular", serif;
            font-optical-sizing: auto;
            z-index: 10;
        }
        body {
            background-color: #D5F3FF;
            height: 100%;
            min-height: 90vh;
            position: relative;
            display: flex;
            align-items: center;
            align-content: center;
            flex-direction: column;
            justify-content: flex-start;
            overflow-x: hidden;
        }
        h1{
            color: #003b8c;
            font-size: min(5vw, 50px);
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            white-space: nowrap;
        }
        h2 {
            color: #003b8c;
            margin: 0;
            padding: 0;
            font-size: max(1.5vw, 17px);
            text-align: end;
        }
        h3 {
            color: #333;
            margin: 0;
            padding: 0;
            /* text-transform: uppercase; */
            font-size: max(1.5vw, 12px);
            line-height: 1.5;
            font-weight: normal;
        }
        .content{
            max-width: 90%;
            padding-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            align-content: space-between;
        }
        header{
            padding-left: 10px;
        }
        div#progress-bar {
            margin: 15px 0;
            border: 2px solid #003b8c;
            border-radius: 20px;
            background-color: #fff;
            display: flex;
            flex-direction: row;
            align-items: stretch;
            padding: 2px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        div#progress_line {
            height: 10px;
            background-color: #F48120;
            border-radius: 20px;
            display: block;
        }
        #percent_all h1 {
            color: #FF7A2F;
            text-shadow: 0px 1px 2px #fff, 1px 0px 2px #fff, -1px 0px 2px #FFF, 0px -1px 2px #fff;
            font-size: min(8vw, 50px);
        }
        div#percent_all {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
        }
        div#percent_all h3 {
            text-align: end;
        }
        #send_result h1 {
            color: #FF7A2F;
            text-shadow: 0px 1px 2px #fff, 1px 0px 2px #fff, -1px 0px 2px #FFF, 0px -1px 2px #fff;
            font-size: min(8vw, 50px);
        }
        div#send_result {
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: flex-end;
            gap: 20px;
        }
        div#send_result h3 {
            text-align: end;
            padding-top: 10px;
        }
        #result h1 {
            color: #FF7A2F;
            text-shadow: 0px 1px 2px #fff, 1px 0px 2px #fff, -1px 0px 2px #FFF, 0px -1px 2px #fff;
            font-size: min(8vw, 50px);
        }
        div#result {
            display: flex;
            justify-content: flex-end;
            align-content: center;
            align-items: center;
            flex-direction: row;
        }
        .subscribe-form {
            margin-top: 10px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
            outline-color: #509FCC;
            width: 85%;
        }
        .subscribe-input {
            padding: 12px;
            border-radius: 8px;
            border: 1px solid #003b8c;
            width: 100%;
            font-size: 20px;
            color: #003b8c;
            outline-color: #003b8c;
        }

        .subscribe-label {
            font-size: 14px;
            color: #003b8c;
            font-family: "Roboto-Regular", serif;
            font-weight: normal;
            font-size: max(1.5vw, 12px); /* как у h3 */
            line-height: 1.5;
        }
        .subscribe-checkbox {
            margin-right: 5px;
        }
        .subscribe-result {
            color: #c4253b;
            font-size: 14px;
        }
        .btn {
            box-shadow: 2px 2px 15px rgba(82, 125, 212, 0.25);
            background: white;
            display: flex;
            justify-content: flex-end;
            text-align: center;
            align-items: center;
            text-decoration: none;
            cursor: pointer;
            border-radius: 20px;
            padding: 10px 20px;
            margin: 10px 0;
            color: #003b8c;
            font-weight: 600;
            border: 2px solid #003b8c;
            transition: all .3s ease-in-out;
        }

        .btn.disabled, .btn:disabled {
            background: #D5F3FF;
            color: #003b8c;
            opacity: 0.5;
            cursor: not-allowed;
        }
        .btn:hover:not(.disabled):not(:disabled) {
            border-color: #0467fb;
            color: #0467fb;
        }
        .btn {
            box-shadow: 2px 2px 15px rgba(82, 125, 212, 0.25);
            background: white;
            display: flex;
            justify-content: flex-end;
            text-align: center;
            align-items: center;
            text-decoration: none;
            cursor: pointer;
            border-radius: 20px;
            padding: 10px 20px;
            margin: 10px 0;
            color: #003b8c;
            font-weight: 600;
            border: 2px solid #003b8c;
            transition: all .3s ease-in-out;
        }
        a.btn:hover {
            box-shadow: 0 0 5px #003b8c;
        }
.nbsp {
    white-space: nowrap;
}
@media (max-width: 400px) {
    div#percent_all {
        flex-direction: column;
    }
    h2 {
        font-size: max(1.5vw, 15px);
}
}