*,
*::before,
*::after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Exo 2.0', sans-serif;
    color: #f6fafa;
    overflow-x: hidden;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
ol,
ul {
    margin: 0;
    -webkit-padding-start: 0 !important;
    padding-inline-start: 0 !important;
}

a {
    color: #f6fafa;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.main_bg {
    position: relative;
    min-height: 100vh;
    background-image: url('../img/main-section_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main_bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
}

.form_wrapper {
    position: relative;
    height: 580px;
    padding: 15px;
    margin: 0 auto;
    border: 3px solid #007bff;
    text-align: center;
    top: 5%;
    transform: translateY(5%);
}

.form_wrapper p {
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.form_wrapper form {
    width: 90%;
    margin: 0 auto;
}

.input_block {
    margin: 20px 0;
    text-align: center;
}

.input_block:after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background-color: #007bff;
}

.input_block label {
    font-family: inherit;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
}

.input_block input {
    font-family: inherit;
    border: none;
    width: 90%;
    margin: 0 auto;
    height: 40px;
    border-radius: 5px;
    background-color: #dcdcdc;
    text-indent: 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 41.53px;
}

.form_wrapper button {
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 31.43px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 5px;
    border: none;
}

.visit_link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid #007bff;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.content_wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    padding: 15px;
    border: 3px solid #007bff;
    text-align: center;
    top: 15%;
    transform: translateY(15%);
}

.logos_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 10px 0 45px;
}

.content_wrapper p {
    margin: 25px 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.content_wrapper a {
    display: inline-block;
    background-color: #ffd700;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 31.43px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 5px;
    margin-top: 10px;
    border: none;
}



@media (max-width: 575.98px) {
    .content_wrapper {
        height: 400px;
    }

    .form_wrapper {
        padding: 10px;
        height: 530px;
    }

    .form_wrapper p {
        font-size: 22px;
    }

    .form_wrapper button {
        padding: 4.5px 20px;
        line-height: 30px;
    }

    .input_block label {
        font-size: 15px;
    }
}

@media (min-width: 446px) and (max-width: 575.98px) {
    .form_wrapper {
        height: 500px;
    }
}

@media (max-width: 767.98px) {
    .form_wrapper {
        height: 550px;
    }
}


@media (max-width: 991.98px) {
    .content_wrapper {
        height: 400px;
    }

    .form_wrapper {
        height: 550px;
    }
}


@media (max-width: 1199.98px) {
    .form_wrapper {
        height: 520px;
    }
}

@media (min-width: 1201px) {
    .content_wrapper {
        height: 360px;
        top: 15%;
        transform: translateY(15%);
    }

    .form_wrapper {
        height: 520px;
        top: 10%;
        transform: translateY(10%);
    }
}

.privacy_wrapper {
    position: relative;
    padding: 25px;
    z-index: 1;
}

.privacy_wrapper h2 {
    display: block;
    width: 100%;
    margin: 25px 0;
    color: #007bff;
    font-size: 22px;
    font-weight: 700;
}

.privacy_wrapper h3 {
    width: 100%;
    display: block;
    color: #007bff;
    font-size: 22px;
    font-weight: 400;
    margin: 15px 0;
}

.privacy_wrapper p {
    width: 100%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    margin: 5px 0;
}

.privacy_wrapper ul {
    display: block;
}