:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

header,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-5,
.col-lg-7,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.form-group {
    margin-bottom: 1rem
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.d-flex {
    display: flex !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important
}

@media (min-width: 768px) {
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
}

.text-center {
    text-align: center !important
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.25;
    color: #333
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-size: 18px
}

@media (max-width: 767px) {
    p {
        font-size: 16px
    }
}

.blue {
    color: #6bf
}

.btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: inset 0 -5px 0 0 rgba(1, 2, 1, .09);
    background-color: #25d366;
    font-size: 28px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    min-height: 90px;
    padding: 15px;
    width: 100%
}

@media (max-width: 767px) {
    .btn-green {
        font-size: 20px;
        min-height: 50px
    }
}

.header {
    background-color: #171717;
    padding: 0
}

.header-menu {
    display: flex;
    padding-left: 0;
    margin: 0
}

@media (max-width: 767px) {
    .header-menu {
        display: none
    }
}

.header-menu-item {
    margin-left: 50px;
    font-size: 18px
}

.header-menu-item a {
    color: #fff !important;
    text-decoration: none
}

.hidden {
    display: none
}

.main {
    padding: 50px 0;
    background-image: url(../img/main-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (max-width: 767px) {
    .main {
        padding: 30px 0
    }
}

.main-title {
    text-align: center;
    font-size: 80px;
    color: #fff;
    font-weight: 600;
    margin: 0
}

@media (max-width: 767px) {
    .main-title {
        font-size: 40px
    }
}

.main-subtitle {
    text-align: center;
    font-size: 48px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .main-subtitle {
        font-size: 30px
    }
}

.main-form {
    border-radius: 3px;
    background-color: #fff;
    border: 8px solid #85c9ff
}

.main-form form {
    padding: 15px
}

.main-form-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding: 15px
}

@media (max-width: 767px) {
    .main-form-title {
        font-size: 25px;
        padding: 10px
    }
}

.input-wrapper {
    margin-bottom: 15px
}

input {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    /* height: 50px; */
    padding: 0 15px;
    /* width: 100% */
}

.form-btn {
    display: inline-block;
    border-radius: 3px;
    background-color: #6bf;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 100%;
    border: 0
}

@media (max-width: 767px) {
    .form-btn {
        font-size: 17px
    }
}

.form-footer {
    font-size: 10px;
    text-align: center
}

.title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .title {
        font-size: 26px
    }
}

.paragraph {
    font-size: 20px;
    font-weight: 700;
    color: #777
}

@media (max-width: 767px) {
    .paragraph {
        font-size: 18px
    }
}

.bg-1 {
    background-image: url(../img/bg-1.webp);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 0 100%
}

@media (max-width: 767px) {
    .bg-1 {
        background-size: 320px;
        padding-bottom: 170px
    }
}

.language {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    z-index: 9;
    align-self: center
}

@media (max-width: 767px) {
    .language {
        font-size: 16px;
        margin-right: 15px
    }
}

.language img {
    margin-right: 10px;
    width: 21px
}

.language span {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    background: #322b7c;
    color: #fff
}

.language span i {
    margin-left: 5px;
    vertical-align: middle;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff
}

.language-list {
    list-style: none;
    padding: 0 5px;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    min-width: 100%;
    display: none;
    background-color: #322b7c;
    border: 1px solid
}

.language-list a {
    color: #fff;
    display: flex
}

.col-md-6.form-group {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: 'Lato', sans-serif;
    color: #333;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100%;
    max-width: 100%;
}

button#submitBtn {
    opacity: inherit;
    width: 100%;
    background: #8fc6f1;
    height: 3em;
    margin-top: -1em;
}

select#countryData_gaff {
    display: none;
}

.checkbox {
    display: none;
}

#form input {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    border-radius: 3px;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid gray !important;
}
