@import url("https://fonts.googleapis.com/css?family=Montserrat:600");

@font-face {
    font-family: BloomSpeak;
    src: url(../fonts/BloomSpeakBodyRegular.otf);
    font-weight: normal;
}

@font-face {
    font-family: BloomSpeak;
    src: url(../fonts/BloomSpeakTitleExtraBold.otf);
    font-weight: bold;
}

body {
    font-family: 'BloomSpeak';
}

.container {
    max-width: 880px;
    padding: 45px 0;
}

.header {
    padding: 0 40px;
}

button:focus {
    outline: none;
}

.content {
    display: flex;
    margin-top: 80px;
    font-family: 'BloomSpeak';
    color: #575756;
}

.content .image-container {
    margin-right: 44px;
}

.content .main-content h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin: -9px 0 16px;
    color: #333333;
}

.content .main-content .description {
    font-size: 16px;
    line-height: 18px;    
    margin-bottom: 30px;
}

.content .main-content .link-container a {
    color: #575756;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}

.content .main-content .actions {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.content .main-content .actions button {
    background: none;
    border: 1px solid #575756;
    border-radius: 8px;
    width: 174px;
    height: 43px;
    padding: 12px 50px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 18px;
}

.content .main-content .actions button:hover {
    background: #fff8e5;
}

.content .main-content .actions button:active {
    background: #fff0c6;
}

.content .main-content .actions .links .link-container {
    margin-bottom: 12px;
}

.content .main-content .actions .links .link-container:last-child {
    margin-bottom: 0;
}

.content .main-content .actions > .link-container {
    margin-right: 24px;
}

.content .main-content .actions > .link-container:last-child {
    margin-right: 0;
}

.content .main-content .captcha-wrapper .captcha-message {
    display: none;
    margin-top: 5px;
    font-weight: bold;
    color: red;
}

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

.thank-you-message {
    display: none;
    margin: auto 0;
    font-size: 14px;
}

.thank-you-message-report {
    display: none;
    margin: auto 0;
    font-weight: bold;
    font-size: 14px;
}

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

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


@media screen and (min-width: 769px) and (max-width: 1200px) {
    .content .image-container .block-image {
        width: 265px;
    }

    .content .main-content h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width: 769px) {
    .dsk-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 60px 20px !important;
    }
    
    .header {
        padding: 0;
    }

    .header .header-image-container {
        text-align: center;
    }

    .header .header-image-container .header-iamge {
        width: 48px;
    }
    
    .content {
        flex-direction: column;
        text-align: center;
        margin-top: 40px;        
    }
    
    .content .main-content h2 {
        font-size: 28px;
        line-height: 32px;
        margin: -9px 0 40px;
    }

    .content .main-content .block-image {
        width: 200px;
        margin-bottom: 40px;
    }
    
    .content .main-content .description {
        font-size: 14px;
        line-height: 16px;    
        margin-bottom: 30px;
    }
    
    .content .main-content .link-container a {
        font-size: 16px;
        line-height: 18px;        
    } 
    
    .content .main-content .actions {
        flex-direction: column;
        align-items: initial;
    }
    
    .content .main-content .actions button {        
        width: 100%;
        height: 44px;
        margin-bottom: 24px;
    }
    
    .content .main-content .actions .links .link-container {
        margin-bottom: 24px;
    }
    
    .content .main-content .actions .links .link-container:last-child {
        margin-bottom: 0;
    } 
    
    .content .main-content .actions > .link-container {
        margin-bottom: 24px;
    }
    
    .content .main-content .actions > .link-container:last-child {
        margin-bottom: 0;
    }
    
    .content .main-content .captcha-wrapper .g-recaptcha {
        display: inline-block;
    }

    .mbl-hide {
        display: none !important;
    }
}
