@import url('https://fonts.googleapis.com/css?family=Montserrat:600');
@font-face {
    font-family: 'Diodrum';
    src: local('Diodrum  Regular'), local('Diodrum--Regular'),
        url('../fonts/DiodrumCyrillic-Regular.woff2') format('woff2'),
        url('../fonts/DiodrumCyrillic-Regular.woff') format('woff'),
        url('../fonts/DiodrumCyrillic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Diodrum';
    src: local('Diodrum Cyrillic Semibold'), local('DiodrumCyrillic-Semibold'),
        url('../fonts/DiodrumCyrillic-Semibold.woff2') format('woff2'),
        url('../fonts/DiodrumCyrillic-Semibold.woff') format('woff'),
        url('../fonts/DiodrumCyrillic-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.progress-anim {
    transform: rotate(-90deg);
    stroke-dasharray: 62; /* (2PI * r (10px)) */
    stroke-dashoffset: 62;
    animation: offsettozero 7s linear forwards infinite;
}

@keyframes offsettozero {
    to {
        stroke-dashoffset: 0;
    }
}

/* Header */
.header {
    background-color: #fff;
    margin: auto;
}

.header-image-container {
    padding: 4px 0px;
    align-content: center;
    align-items: center;
    text-align: center;
}

.header-image {
    width: 11.45vw;
    height: 5.67vw;
}


/* Flex */

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Text */

.main-section-wrapper {
        margin-top: 4.875vw;
}

.headline {
    font-family: "Diodrum";
    font-weight: 600;
    font-size: 50px;
    margin-top: 0;
    color: #fff;
    margin: 145px auto 44px auto;
    text-align: center;
}
.description-desktop {
    display: block;
    font-family: "Diodrum";
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    height: 134px;
}

.description-mobile {
    display: none;
}
.initial-wrapper {
}

/* Main Image */

.image-section-wrapper {
    margin-left: 6.1vw;
}

.main-image {
    width: 26.4vw;
    margin-top: 1.9vw;
}

/* Form */

.form-wrapper {
    margin: auto;
    display: flex;
}

.button-wrapper {
    margin-top: 2vw;
    display: flex;
}

.button-wrapper-mobile {
    display: none;
    margin-top: 2vw;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.button {
    display: block;
    height: 4.2vw;
    width: 20.4vw;
    font-family: Helvetica, Arial, serif;
    background-color: #ffffff;
    border: solid black 1px;
    border-radius: 4px;
    color: #000000;
    font-size: 1.5vw;
}

.isp-logo-placeholder {
    width: 90px;
    height: 32px;
    margin: 10px;
}

.button:focus {
    outline: none;
}

.button-text {
    position: absolute;
    z-index: 1;
    color: white;
    margin-top: 1.4vw;
    margin-left: 4.5vw;
    font-family: "Avenir-Medium", Helvetica, Arial, serif;
    font-size: 1.1vw;
    line-height: 1.5vw;
    text-align: center;
    font-weight: bold;
}

.question {
    display: none;
    font-size: 22px;
    font-family: "Diodrum";
    color: #fff;
}

.thank-you-message {
    display: none;
    font-size: 22px;
    font-family: "Diodrum";
    color: #fff;
}

.alert-danger {
    display: none;
    width: 12vw;
    text-align: center;
    margin-bottom: -1vw !important;
    text-align: center;
}

.captcha-wrapper {
    padding: 3px;
    margin-top: 24px;
    width: fit-content;
/*  margin: 24px auto 0px auto; */
}

.captcha-error {
    border: 3px solid red;
}

.captcha-message {
    display: none;
    margin-left: 0.2vw;
    color: red;
    text-decoration: underline;
}

#bypass-button {
    background: #F48C00;
    border-radius: 3px;
    font-family: 'Diodrum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 282px;
    height: 56px;
    margin: 0px 7px;
}

#back-button {
    background: #fff;
    border-radius: 3px;
    font-family: 'Diodrum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 131px;
    height: 56px;
    margin: 0px 7px;
}

#bypass-button-mobile {
    background: #F48C00;
    border-radius: 3px;
    font-family: 'Diodrum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 282px;
    height: 56px;
    margin: 0px 7px;
}

#back-button-mobile {
    background: #fff;
    border-radius: 3px;
    font-family: 'Diodrum';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 282px;
    height: 56px;
    margin: 0px 7px;
}

@media screen and (max-width: 520px) {
    .headline {
        font-family: "Diodrum";
        font-weight: 600;
        font-size: 30px;
        margin-top: 0;
        color: #fff;
        margin: 145px auto 44px auto;
        text-align: center;
    }

    .description-desktop {
        display: block;
        font-family: "Diodrum";
        font-size: 18px;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
        height: 134px;
    }
    
    .question {
        display: none;
        font-size: 18px;
        font-family: "Diodrum";
        color: #fff;
    }
    
    .thank-you-message {
        display: none;
        font-size: 18px;
        font-family: "Diodrum";
        color: #fff;
    }
    
    .captcha-wrapper {
        padding: 3px;
        width: fit-content;
        margin: 24px auto 0px auto;
    }

    .button-wrapper {
        margin-top: 2vw;
        display: none;
    }
    
    .button-wrapper-mobile {
        display: flex;
        margin-top: 2vw;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
    
}